Archi
@__noob__coder__
CloudNative Engineer ☁️ | Interested in Ethereum core protocol 🔮 | Rustacean 🦀 | Gopher | Zig | Neovimmer
Anda mungkin suka
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 Tren
- 1. Good Friday 47.3K posts
- 2. Happy Friyay N/A
- 3. DataHaven 30.8K posts
- 4. #heatedrivalry 69.8K posts
- 5. Expedition 33 250K posts
- 6. #FridayMotivation 3,083 posts
- 7. Shane 89.6K posts
- 8. Our Lady of Guadalupe 10.2K posts
- 9. Ilya 73.2K posts
- 10. #FridayVibes 3,220 posts
- 11. GOTY 82.5K posts
- 12. YOONMIN 28.8K posts
- 13. Falcons 40.5K posts
- 14. Mega Man 46K posts
- 15. 21 Savage 23K posts
- 16. Kyle Pitts 21.5K posts
- 17. Bucs 25.7K posts
- 18. #TheEndOfAnEra N/A
- 19. Deadpool 41.9K posts
- 20. #KeepPounding 3,105 posts
Something went wrong.
Something went wrong.