HackerTrans
TopNewTrendsCommentsPastAskShowJobs

unsolved73

no profile record

Submissions

[untitled]

1 points·by unsolved73·2 miesiące temu·0 comments

[untitled]

3 points·by unsolved73·4 miesiące temu·0 comments

[untitled]

1 points·by unsolved73·5 miesięcy temu·0 comments

SHA-3 Explained: Deep Dive into Keccak, the Sponge Construction and TurboSHAKE

kerkour.com
1 points·by unsolved73·5 miesięcy temu·0 comments

Deep dive into Turso, the “SQLite rewrite in Rust”

kerkour.com
192 points·by unsolved73·5 miesięcy temu·145 comments

The State of Rust Cryptography in 2026

kerkour.com
5 points·by unsolved73·6 miesięcy temu·0 comments

Let's Fucking Encrypt Everything

kerkour.com
3 points·by unsolved73·6 miesięcy temu·1 comments

Smartphones Are Black Holes

kerkour.com
3 points·by unsolved73·7 miesięcy temu·0 comments

Notes on building end-to-end encrypted and CRDT-based local-first applications

kerkour.com
5 points·by unsolved73·7 miesięcy temu·0 comments

Choosing a hash function for 2030 and beyond: SHA-2 vs. SHA-3 vs. BLAKE3

kerkour.com
26 points·by unsolved73·8 miesięcy temu·19 comments

How Cloudflare uses Rust to serve (and break) millions of websites

kerkour.com
4 points·by unsolved73·8 miesięcy temu·0 comments

VCPUs in the cloud: x86 vs. ARM (aarch64)

kerkour.com
3 points·by unsolved73·9 miesięcy temu·0 comments

Choosing Between PostgreSQL and SQLite

kerkour.com
6 points·by unsolved73·9 miesięcy temu·0 comments

comments

unsolved73
·1 godzinę temu·discuss
Related to https://news.ycombinator.com/item?id=48817539 on the frontpage.
unsolved73
·1 godzinę temu·discuss
Iroh is probably one of the best shots we have at making IoT finally secure with the built-in endpoint-to-endpoint encryption. The only thing that is missing is an embedded QUIC stack, the setup described in this article sees a little bit too hacky (4 MiB of PSRAM, really?).
unsolved73
·2 miesiące temu·discuss
the linking of the project can take more time than actual compilation.

Use the lld linker instead of the default one, see https://kerkour.com/rust-production-checklist#use-the-lld-li...
unsolved73
·6 miesięcy temu·discuss
Embassy and async Rust are probably the best things that have happened to the embedded world in the past decade!

C RTOSes are conceptually nice, but such as pain to use in the real world, a lean framework like embassy is the natural evolution.

The best thing is that embassy can actually be considered as a real-time "OS" (you can read more here: https://kerkour.com/introduction-to-embedded-development-wit...).
unsolved73
·8 miesięcy temu·discuss
TimescaleDB was such a great project!

I'm really sad to see them waste the opportunity and instead build an nth managed cloud on top of AWS, chasing buzzword after buzzword.

Had they made deals with cloud providers to offer managed TimescaleDB so they can focus on their core value proposition they could have won the timeseries business, but ClickHouse made them irrelevant and Neon already has won the "Postgres for agents" business thanks to a better architecture than this.
unsolved73
·9 miesięcy temu·discuss
For TLS I would recommend https://github.com/pingooio/pingoo instead which has automatic certificate management and is really easy to setup.