Viewing profile — JoachimSchipper
JoachimSchipper
HN member- Joined
- Wed, Sep 30, 2009, 9:58 PM UTC
- HN karma
- 6,967
- Public activity
- 2,868 items
- HN profile
- View on Hacker News ↗
About JoachimSchipper
Recent public activity
-
comment
Comment #48742650
In a way, but note that the government actors here have Opinions on the Chinese having capable models.
- story
-
comment
Comment #46573495
FS is almost certainly fs.com, who do sell lots of fiber stuff. I agree that less-than-milspec equipment should survive being installed in a home, but... this fiber didn't. https:/…
-
comment
Comment #45726499
Thanks a lot for your response!
-
comment
Comment #45725518
(Hopping in here because the discussion is interesting... feel very free to ignore.) Thanks for writing this up! It was a very interesting read about a part of networking that I do…
-
comment
Comment #44902984
You're commenting on an article about people consuming less than $3/day; Americans on food stamps (SNAP appears to be about $4-6/day alone, not counting any other benefits) are a d…
-
comment
Comment #44078910
Picking anything but PlantUML's default theme will make PlantUML look less 90's-Java. As a minimalistic solution, I already like "skinparam monochrome true" https://plantuml.com/sk…
-
comment
Comment #42857982
I really like this article. I do think it's useful to consider that the unit of isolation ("process") of the cloud era is a VM or container, and that the major clouds do have some …
-
comment
Comment #42445026
The error rate is given per bit, not per second, i.e. every few bars represents a distinct DRAM chip. That makes some sense, and the article explains quite well why DRAM would beha…
-
comment
Comment #41390896
marktplaats.nl is the big "eBay-like" for the Netherlands.
-
comment
Comment #41344633
It's not ideal, but it's not a cryptographic risk. Using an encoding that (like Protobuf) has multiple representations for a message may cause you problems if you switch implementa…
-
comment
Comment #41233249
I was also thinking of promise pipelining, but note that the article proposes communicating A -> {B, C} -> D, never directly communicating from A to D. Cap 'n Proto "level 3" nodes…
-
comment
Comment #41194745
One pitfall to consider: software development is often its own culture, and nourishing and valuing (or merging!) multiple distinct cultures in a company requires real effort from l…
-
comment
Comment #40511477
The GCM (or XSalsa, or...) nonce is not secret - in almost all protocols the nonce goes over the wire in plaintext! - but must be a number-used-once. Those are quite distinct requi…
-
comment
Comment #40068213
All other things aside, if a bunch of articles get written about the phone, a lot of people think of Heineken ;-). I'm far from a marketing expert, but I have definitely seen less …
-
comment
Comment #39327024
That is on IEEE, not on the author - the article was originally published on the (fast, ad-free, privacy-preserving) author's site at https://berthub.eu/articles/posts/a-2024-plea-…
-
comment
Comment #39312293
Why did you make epithaps? Any interesting organizational or technical challenges you encountered on the way?
- comment
- comment
-
comment
Comment #37265190
It's partly a cost saving exercise, but also: running "chroot /var/empty /some/shitty/code" or putting "chroot /var/empty /some/shitty/code" in inetd.conf is useful . (On today's s…
-
comment
Comment #37264942
Yes! After a bit of playing around, I can follow Rust reasonably well... but only with an IDE, which I've never used for C or even really for the bits of Java I wrote. I understand…
-
comment
Comment #37230931
RSA-1024 is also a rather aggressive / dangerous choice, even before a quantum computer arrives: NIST SP 800-131A rev2 Table 2 and 5 forbid use of anything below 2048-bit RSA. Acad…
-
comment
Comment #36700778
Yes, this is cool - thanks to fly.io for documenting and open-sourcing it!
-
comment
Comment #36387439
I may just be confused, but couldn't you pass a pipe into the whole (server) process, instead of having it open its own sockets? (In https://github.com/jart/cosmopolitan/blob/48b2a…
-
comment
Comment #33591000
FWIW, you can also get a mouse that wirelessly talks to a USB dongle, i.e. the interface to the PC is USB (which OpenBSD does support); the first hit I got is https://www.amazon.co…