Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
romantomjak
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
romantomjak
8mo ago
Did you happen to look into CephFS? CERN (folks that operate Large Hadron Collider) use it to store ~30PB of scientific data. Their analysis cluster is serving ~30GB/s reads
2.
▲
by
romantomjak
1y ago
As far as I know, there isn’t an official API for cross-platform communication. However, the Messages framework allows developers to create sticker packs and interactive messages for iMessage. People in the group can interact with messages
3.
▲
by
romantomjak
1y ago
Signal keeps cranking out brilliant crypto papers, but from a product perspective, it feels like they're throwing stuff at the wall to see what sticks. We've got post-quantum handshakes, stories and money transfer experiments, but
4.
▲
by
romantomjak
1y ago
CI users should cache the asset to both speed up CI runs and not run up the costs to orgs providing the assets free of charge
5.
▲
by
romantomjak
1y ago
Are you referring to the json macro that allows variable interpolation? Doing that will void type safety. Might be useful in dynamic languages like Python but I wouldn’t want to trade type safety for some syntactic sugar in Go
6.
▲
by
romantomjak
1y ago
Independently scale and deploy fridges at edge. Fridge@Edge ™
7.
▲
by
romantomjak
2y ago
I was aware of Supabase, but still was confused as to what this project actually does. The mention of "1 file" and "app server" wasn’t helpful either. Does that mean a single binary? One SQLite file? Does it execute othe
8.
▲
by
romantomjak
2y ago
The GitHub security alert digest[1] is a real thing. It's a feature of GitHub where they report security vulnerabilities in your project's dependencies. For example, if you use python and you have specified requests library in you
9.
▲
by
romantomjak
2y ago
I find it confusing that author proposes llms.txt, but the content is actually markdown? I get that they tried to follow the convention, but then why not make it a simple text file like the robots.txt is?
10.
▲
by
romantomjak
2y ago
Creative solution to a problem they had - no job and apparently only a backpack to their name, but the story quickly fell appart when I realised that they bought delivery robots, laser engravers, clothing, seals, double digit ipads, etc. Cl
11.
▲
by
romantomjak
3y ago
I agree, I was just making a point that different teams have different priorities and thus different scope. Saying "PodA can only talk to PodB over mTLS" is very different to "Users need to login using oauth". Who is goi
12.
▲
by
romantomjak
3y ago
> Infrastructure teams can usually implement a feature faster than every app team in a company, so this tends to get solved by them. Well, that's comparing apples to oranges. Product teams have completely different goals, e.g. adopt
13.
▲
by
romantomjak
3y ago
I'm consistently impressed by French solidarity to just go on a strike until they get their government (or a company in this case) to start treating them fairly. I wish that could work in the UK, but alas, we don't do that here.
14.
▲
by
romantomjak
3y ago
I jumped to conclusions in my previous comment, but that was based on a personal experience. Realistically, I've only ever needed 2 commands: `pip freeze > requirements.txt` and `pip install -r requirements.txt`. They don't nee
15.
▲
by
romantomjak
3y ago
Granted they are still working on it, but in the meantime - add a shell alias for uv? alias pip="/usr/bin/uv pip"
16.
▲
by
romantomjak
3y ago
Great article with lots of interesting ideas. Can't believe I didn't know about signal.NotifyContext. Finally I'll be able to actually rememeber how to respond to signals instead of copy-pasting that between projects.
17.
▲
by
romantomjak
3y ago
Go, postgres, redis, vue, tailwind css. Been wanting to experiment with htmx, but haven’t gotten around to it yet.
18.
▲
by
romantomjak
3y ago
I’m sceptical that migrating to GraphQL is actually an improvement. Instead of one team maintaining a cohesive API, you now have unlimited teams making shit up as they go? The article also desperately needs more context. I don’t doubt a lot
19.
▲
by
romantomjak
3y ago
Apologies if this comes off as blunt, but this is the type of content I come to read at hacker news rather than it being just a series of obituaries. The author has made a lot of great points, but one that stuck with me was: > I consciou
20.
▲
by
romantomjak
4y ago
I’m consistently surprised just how good the RX580 really is. It can handle most games on medium at 1440p, but I tend to just chill on ultra at 1080p. Plus I play on TV, so the smaller resolution is actually better from where I’m sitting
21.
▲
by
romantomjak
4y ago
I'm quite the opposite. This style of writing is quite refreshing. It's playful, has enough technical details and is easy to read.
22.
▲
by
romantomjak
4y ago
> a Developer Preview package for systems with an Apple silicon CPU Ooo, can’t wait to try this out!
23.
▲
by
romantomjak
4y ago
This is why you should never use url shorteners for publicly addressable content. Using url shorteners contributes to ‘link rot’ and after the domain expires or the service reaches its end of life the link is broken and cannot be resolved a
24.
▲
by
romantomjak
4y ago
This is one of the best resources for starting with Go! It’s very practical and teaches a lot of important concepts in an easy to understand way. Cannot recommend this enough! If you read the book and learned something new consider sponsori
25.
▲
by
romantomjak
5y ago
Thanks, this is a great insight. I haven’t thought about it in this way and it sounds like a very pragmatic approach without over complicating things.
26.
▲
by
romantomjak
5y ago
Can you give a ballpark figure? I can’t even begin to imagine how much that costs.
27.
▲
Managing Docker Compose secrets without Swarm
(romantomjak.com)
2 points
by
romantomjak
5y ago
|
0 comments
28.
▲
by
romantomjak
6y ago
This was quite eye opening. Never thought they go to such great lengths to optimise their virtual (and physical) machines
29.
▲
by
romantomjak
6y ago
To play the devil’s advocate - I reckon it’s all to do with support. If something breaks they can just pick up the phone and tell them to sort it out. What will they do when a random open source program breaks? Open a github issue? I’m also
30.
▲
Testing Python code that makes HTTP requests
(romantomjak.com)
1 points
by
romantomjak
6y ago
|
0 comments
More ›