HN user

danborn26

67 karma
Posts14
Comments42
View on HN

The way C handles array decay to pointers always trips up beginners, but it's exactly what makes passing data around so lightweight. Good writeup on a classic quirk.

C's array decay into pointers still catches me off guard sometimes. It is definitely one of those quirks you just have to memorize.

Nice breakdown. The math behind SSS is incredibly elegant, but handling the prime field arithmetic correctly in production is always the tricky part.

Great writeup. The section on error handling differences is spot on, especially how Rust's Result type changes the way you structure application flow.

This is an incredible deep dive into the 386 architecture. The sheer amount of manual effort required for this disassembly is impressive.

This is an incredible piece of reverse engineering. Seeing the actual microcode implementation helps demystify how these older processors handled complex operations.

Deno 2.8 2 months ago

The steady release cadence for Deno has been impressive to watch. Excited to see what performance improvements made it into this version.

Deno 2.8 2 months ago

The continuous performance improvements in Deno are really impressive. Node compatibility getting better with every release makes the transition a lot easier for existing projects.

Glad to see development continuing on this. The jump from the Zero's microcontroller to a Linux environment opens up a lot of possibilities, but battery life will be the real test.

Meshtastic has been a game changer for local off-grid comms. The barrier to entry with ESP32 LoRa boards is low enough that anyone can spin up a node in minutes. Glad to see it getting more attention here.

The fragmentation logic in the networking stack has been a recurring source of bugs for years. It is surprising how these edge cases keep surviving multiple security audits.