Viewing profile — romantomjak
romantomjak
HN member- Joined
- Sat, Aug 18, 2018, 7:22 PM UTC
- HN karma
- 298
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About romantomjak
No profile information was provided.
Recent public activity
-
comment
Comment #46644810
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
-
comment
Comment #45459812
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 f…
-
comment
Comment #45456300
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 hands…
-
comment
Comment #45343931
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
-
comment
Comment #45194939
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 tr…
- story
-
comment
Comment #44632736
Independently scale and deploy fridges at edge. Fridge@Edge ™
-
comment
Comment #42337722
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 binar…
-
comment
Comment #41604054
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 pyt…
-
comment
Comment #41443183
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…
-
comment
Comment #41015817
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, l…
-
comment
Comment #39571775
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 "User…
-
comment
Comment #39571676
> 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. Produ…
-
comment
Comment #39498515
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 …
-
comment
Comment #39396182
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 `p…
-
comment
Comment #39390397
Granted they are still working on it, but in the meantime - add a shell alias for uv? alias pip="/usr/bin/uv pip"
-
comment
Comment #39319814
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 o…
-
comment
Comment #39312821
Go, postgres, redis, vue, tailwind css. Been wanting to experiment with htmx, but haven’t gotten around to it yet.
-
comment
Comment #37125924
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 arti…
-
comment
Comment #36904777
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 g…
-
comment
Comment #34897121
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 sma…
-
comment
Comment #34634225
I'm quite the opposite. This style of writing is quite refreshing. It's playful, has enough technical details and is easy to read.
-
comment
Comment #33157716
> a Developer Preview package for systems with an Apple silicon CPU Ooo, can’t wait to try this out!
-
comment
Comment #31165683
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…
-
comment
Comment #31165647
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 y…