Archi
@__noob__coder__
CloudNative Engineer ☁️ | Interested in Ethereum core protocol 🔮 | Rustacean 🦀 | Gopher | Zig | Neovimmer
Vous pourriez aimer
Best lesson I learned from @tsoding 😉
A senior developer in one stack might be a junior in many others. But their expertise is not defined by their stack. It is defined by their language-agnostic mindset. If someone develops this mindset, picking up a new language or framework takes only a couple of weeks.
Designing a SIMD Algorithm from Scratch by Miguel is absolutely a great read! mcyoung.xyz/2023/11/27/sim…
Compiler Optimizations and SIMD The ongoing research in compiler technology is fascinating; every year, new research takes SIMD-related optimizations further to improve performance in many ways. 🚀 Two of the papers that I am reading right now are * Minotaur: A SIMD-Oriented…
Today after a benchmarking I found that in Rust Path::cmp does THIS. It creates 3 different iterators but whats funny it PARSES both paths strings to create a components array fff.nvim sync is now 6% faster by replacing Path::cmp with path.to_os_str().cmp
We just fought a nasty Kafka bug in production and it all came down to consumer lag + silent connection drops. Here’s what happened, what we learned, and what you should absolutely check in your own systems. The Incident We had a Kafka consumer that normally processes messages…
We recently discovered Pulsar-Native, a WIP game engine built on top of GPUI. It's looking pretty awesome from the screenshots! github.com/Far-Beyond-Pul…
Princeton University's Measure Theory Lecture Notes PDF: web.math.princeton.edu/~js129/PDFs/te…
"Mini-LSM--Build a simple key-value storage engine in a week" This looks like a great learning resource for folks looking to get started with log-structured merge trees in #Rust 🦀, by @iskyzh. 👉 skyzh.github.io/mini-lsm/
Im building my own C++ inference engine for LLMs that runs on CPU it currently supports - byte pair encoding for tokenization. - gpt2 architecture implemented with strided memory. - kv cache for speedup. - greedy sampling and temperature based sampling for tokens. - NEON…
This paper outlines some interesting patterns for HFT. arxiv.org/pdf/2309.04259
Curated list of ESP8266/32 projects and code github.com/agucova/awesom…
Follow @mattgodbolt's exciting new series: Advent of Compiler Optimizations 2025. It explains many of the mysteries, such as the use of `xor eax, eax` for `return 0;` I am sure many of those will be a great learning experience in compiler technology. youtube.com/playlist?list=…
Linux Kernel Explorer: reverser.dev/linux-kernel-e… #linux #kernel #programming #sourcecode #informationsecurity
A web server is brutally simple, and you should know how to write a basic one from scratch. It's not hard. Here's a minimal web server for 211BSD UNIX in C, and it's about the most basic version you can do. Skim through and make sure you understand it! github.com/davepl/pdpsrc/…
Memory-mapped I/O is fast on Linux, but it has a scary secret. 😱 When you write to a memory-mapped file (mmap), you aren't writing to the disk. You're writing to RAM (the Page Cache). If the power fails, that data is gone forever. Enter msync (syscall #26 on x86_64). It's the…
Analysis and exploitation of a Use-After-Free vulnerability in the Linux network packet schedule (CVE-2025-38001) syst3mfailure.io/rbtree-family-… #infosec #Linux
Machine learning lecture notes by Kyuanghyun Cho PDF: arxiv.org/pdf/2505.03861
Lots of hands on practice and this x.com/vivekgalatage/…
A nice article about "Understanding the Go Compiler: The Unified IR Format" #golang internals-for-interns.com/posts/go-compi…
This is how binary data translates to assembly language
Low-Level Software Security for Compiler Developers If you ever wanted a textbook-style guide to memory safety bugs, undefined behavior, exploit mitigations, side channels, etc. All in one spot, this free book is it: llsoftsec.github.io/llsoftsecbook/
Two decades ago, Arduino put a microcontroller in every student’s hand, revolutionizing grassroots education. Today, as Arduino begins a new chapter in another domain, we’re opening the next chapter in education: putting FPGAs into every student’s hand. We’re delighted to…
United States Tendances
- 1. #heatedrivalry 48.9K posts
- 2. #BTCCBestCEX 3,061 posts
- 3. Expedition 33 205K posts
- 4. shane 67.7K posts
- 5. ilya 52.4K posts
- 6. Falcons 38.5K posts
- 7. #TheGameAwards 425K posts
- 8. Kyle Pitts 19.4K posts
- 9. Bucs 24.2K posts
- 10. GOTY 67.3K posts
- 11. Todd Bowles 5,868 posts
- 12. Mega Man 38.1K posts
- 13. Baker 23.8K posts
- 14. Kirk Cousins 6,433 posts
- 15. jacob tierney 2,740 posts
- 16. Leon 191K posts
- 17. Geoff 69.7K posts
- 18. Deadpool 35.7K posts
- 19. Sonic 86.3K posts
- 20. #KeepPounding 2,399 posts
Something went wrong.
Something went wrong.