Archi
@__noob__coder__
CloudNative Engineer ☁️ | Interested in Ethereum core protocol 🔮 | Rustacean 🦀 | Gopher | Zig | Neovimmer
Potrebbero piacerti
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 Tendenze
- 1. Jarry 6,422 posts
- 2. Skinner 7,309 posts
- 3. The Plasma 32.2K posts
- 4. #FanCashDropPromotion 1,711 posts
- 5. Edmonton 5,276 posts
- 6. Smear the Queer 3,290 posts
- 7. Kulak 8,166 posts
- 8. Oilers 6,426 posts
- 9. #TSTheEndOfAnEra 4,491 posts
- 10. Dubas N/A
- 11. FINALLY DID IT 500K posts
- 12. #FursuitFriday 13.4K posts
- 13. The WET 90.2K posts
- 14. #NXXT_PPA N/A
- 15. Good Friday 66.2K posts
- 16. Woody Allen 2,061 posts
- 17. #FridayVibes 5,362 posts
- 18. Our Lady of Guadalupe 18K posts
- 19. Murashov N/A
- 20. Stan Bowman N/A
Something went wrong.
Something went wrong.