HackerTrans
トップ新着トレンドコメント過去質問紹介求人

unsolved73

no profile record

投稿

[untitled]

1 ポイント·投稿者 unsolved73·2 か月前·0 コメント

[untitled]

3 ポイント·投稿者 unsolved73·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 unsolved73·5 か月前·0 コメント

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

kerkour.com
1 ポイント·投稿者 unsolved73·5 か月前·0 コメント

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

kerkour.com
192 ポイント·投稿者 unsolved73·5 か月前·145 コメント

The State of Rust Cryptography in 2026

kerkour.com
5 ポイント·投稿者 unsolved73·6 か月前·0 コメント

Let's Fucking Encrypt Everything

kerkour.com
3 ポイント·投稿者 unsolved73·6 か月前·1 コメント

Smartphones Are Black Holes

kerkour.com
3 ポイント·投稿者 unsolved73·7 か月前·0 コメント

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

kerkour.com
5 ポイント·投稿者 unsolved73·7 か月前·0 コメント

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

kerkour.com
26 ポイント·投稿者 unsolved73·8 か月前·19 コメント

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

kerkour.com
4 ポイント·投稿者 unsolved73·8 か月前·0 コメント

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

kerkour.com
3 ポイント·投稿者 unsolved73·9 か月前·0 コメント

Choosing Between PostgreSQL and SQLite

kerkour.com
6 ポイント·投稿者 unsolved73·9 か月前·0 コメント

コメント

unsolved73
·1 時間前·議論
Related to https://news.ycombinator.com/item?id=48817539 on the frontpage.
unsolved73
·1 時間前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
For TLS I would recommend https://github.com/pingooio/pingoo instead which has automatic certificate management and is really easy to setup.