Readit News logoReadit News
sylvain_kerkour commented on Ask HN: How do you keep going without burning out?    · Posted by u/manoj_SprintsQ
sylvain_kerkour · 2 years ago
One word: Alignment.

It's a Buddhist concept that says that to achieve tranquility (end of suffering) you need to have what you value, what you think and what you are actually doing aligned and going in the same direction.

When you're feeling lost, ask yourself these 3 questions:

- What do you really want?

- What do you really value?

- What are you really doing with your life?

I've wrote a longer post that you can read here: https://kerkour.com/alignment

sylvain_kerkour commented on Reasons to Prefer Blake3 over Sha256   peergos.org/posts/blake3... · Posted by u/ementally
sylvain_kerkour · 2 years ago
At the end of the day, what really matters for most people is

1) Certifications (FIPS...)

2) Speed.

SHA-256 is fast enough for maybe 99,9% of use cases as you will saturate your I/O way before SHA-256 becomes your bottleneck[0][1]. Also, from my experience with the different available implementations, SHA-256 is up to 1.8 times faster than Blake3 on arm64.

[0] https://github.com/skerkour/go-benchmarks/blob/main/results/...

[1] https://kerkour.com/fast-hashing-algorithms

sylvain_kerkour commented on Ask HN: Why do we walk away from Single Page Applications?    · Posted by u/WolfOliver
sylvain_kerkour · 2 years ago
Honestly? I believe that the new hype of Server Side Rendering (SSR) frameworks is only a matter of vendor lock-in: when you have SSR, you *NEED* edge rendering, which only a few vendors can provide today.

Single Page Applications (SPA) are totally fine. My blog is an SPA (https://kerkour.com) and has no problem being indexed by the major search engines.

It's actually way faster than most webapps using new shiny new SSR frameworks as I can cache with precision the different chunks/assets.

Finally, everything is served from a server than barely uses more than 50 MB of RAM even under high load. Last time I looked, Next apps needed around 500MB-1GB of RAM to serve only a few visitors.

sylvain_kerkour commented on Ask HN: What's the best way to write a book in Markdown?    · Posted by u/JSLegendDev
sylvain_kerkour · 2 years ago
Hey,

I've wrote a few books (https://kerkour.com/books) with only markdown, https://excalidraw.com and https://figma.com

I've detailed my complete setup and shared the Dockerfile that I use to convert the markdown into ebooks (EPUB, PDF and Kindle) on my blog: https://kerkour.com/book-self-publishing-pandoc

sylvain_kerkour commented on Cloudflare Sippy: Incrementally Migrate Data from AWS S3 to Reduce Egress Fees   blog.cloudflare.com/sippy... · Posted by u/NicoJuicy
sylvain_kerkour · 2 years ago
Great to finally see this here! Cloudflare is the 4th major cloud platform that (almost) nobody is seeing coming, and I believe that they will even surpass Google Cloud Platform's sooner than expected.

The only problem that remains is their support...

I'm writing a book about Cloudflare (launching very soon) where I share this and many other things to scale faster all while saving big on your cloud bills. You can join the waiting list here: https://kerkour.com/subscribe

sylvain_kerkour commented on Making Rust supply chain attacks harder with Cackle   davidlattimore.github.io/... · Posted by u/djoldman
sylvain_kerkour · 2 years ago
Great work, but I'm note sure it will be enough. Rust crates are insecure by design and we need to face it. Here are at least 8 methods to backdoor Rust crates https://kerkour.com/rust-crate-backdoor

Blocking macros might be, in my opinion, one of the best defense that you can have today.

u/sylvain_kerkour

KarmaCake day1277April 18, 2020
About
(Ab)using technology for fun & profit. https://kerkour.com
View Original