overflow12.pdf
238 KB
Understanding Integer Overflow in C/C++
https://users.cs.utah.edu/~regehr/papers/overflow12.pdf
https://users.cs.utah.edu/~regehr/papers/overflow12.pdf
πΏ4π€1
Never-before-seen Linux malware is "far more advanced than typical"
https://arstechnica.com/security/2026/01/never-before-seen-linux-malware-is-far-more-advanced-than-typical/
https://arstechnica.com/security/2026/01/never-before-seen-linux-malware-is-far-more-advanced-than-typical/
Ars Technica
Never-before-seen Linux malware is βfar more advanced than typicalβ
VoidLink includes an unusually broad and advanced array of capabilities.
Germany Paid Arch Linux $500K to Re-write Package Management in Rust
One question: WHY?!
https://x.com/i/status/2011148649640898871
One question: WHY?!
https://x.com/i/status/2011148649640898871
X (formerly Twitter)
The Lunduke Journal (@LundukeJournal) on X
Germany Paid Arch Linux $500K to Re-write Package Management in Rust
One question: WHY?!
One question: WHY?!
π5π€£3π¦3π2
Introduction to System Programming in Linux
https://github.com/stewartweiss/intro-linux-sys-prog
https://github.com/stewartweiss/intro-linux-sys-prog
GitHub
GitHub - stewartweiss/intro-linux-sys-prog: A repository of all code from Introduction to System Programming in Linux, by Stewartβ¦
A repository of all code from Introduction to System Programming in Linux, by Stewart Weiss - stewartweiss/intro-linux-sys-prog
β€2π2πΏ1
Designated Initializers (C++20)
https://mropert.github.io/2026/01/15/designed_initializers/
https://mropert.github.io/2026/01/15/designed_initializers/
mropert.github.io
Designated Initializers, the best feature of C++20 Β· Mathieu Ropert
Of all the features added to C++ over the past years, I think Designated Initializers is both the best and one of the least talked about. Time to right that wrong.
π4β€1
Understanding C++ Ownership System
https://blog.aiono.dev/posts/understanding-c++-ownership-system.html
https://blog.aiono.dev/posts/understanding-c++-ownership-system.html
π₯2β€1π€1π1
Hiring in tech has become impossible
https://www.reddit.com/r/recruitinghell/comments/1qhjlsx/hiring_in_tech_has_become_impossible_every_resume/
https://www.reddit.com/r/recruitinghell/comments/1qhjlsx/hiring_in_tech_has_become_impossible_every_resume/
Reddit
From the recruitinghell community on Reddit
Explore this post and more from the recruitinghell community
β€8π2π€―2π―2π1
The Scoped Task Trilemma (Rust)
https://without.boats/blog/the-scoped-task-trilemma/
https://without.boats/blog/the-scoped-task-trilemma/
π€2β€1
Compute 33 Million Satellite Positions in 3 Seconds with Zig Vectorization
https://atempleton.bearblog.dev/i-made-zig-compute-33-million-satellite-positions-in-3-seconds-no-gpu-required/
https://atempleton.bearblog.dev/i-made-zig-compute-33-million-satellite-positions-in-3-seconds-no-gpu-required/
Anthony T's Blog
I Made Zig Compute 33 Million Satellite Positions in 3 Seconds. No GPU Required.
Update: I've since added multithreading and pushed astroz to 326M propagations/sec. Read the follow-up β
I've spent the past month optimizing SGP4 propagat...
I've spent the past month optimizing SGP4 propagat...
π₯10
Learning Low-Level Computing and C++ by Making a Game Boy Emulator
https://byteofmelon.com/blog/2026/making-of-gamebyte
https://byteofmelon.com/blog/2026/making-of-gamebyte
Byte of Melon
Learning Low-Level Computing and C++ by Making a Game Boy Emulator - The Making of GameByte - Byte of Melon
β€3π₯2
Weekly Cross-Platform Binary Guix Releases and Docker Images from
https://github.com/metacall/guix
master branchhttps://github.com/metacall/guix
GitHub
GitHub - metacall/guix: Docker image and binary releases for using Guix in a CI/CD environment.
Docker image and binary releases for using Guix in a CI/CD environment. - metacall/guix
π₯1π€1
Interfaces and traits in C
https://antonz.org/interfaces-in-c/
https://antonz.org/interfaces-in-c/
antonz.org
Interfaces and traits in C
Implemented with structs and function pointers.
β€6πΏ3
Reimplementation of the
https://github.com/JRRudy1/transient
std::any::Any trait supporting types with non-'static lifetimes (Rust)https://github.com/JRRudy1/transient
GitHub
GitHub - JRRudy1/transient: Rust crate providing a reimplementation of the `std::any::Any` trait that supports types with non-`'static`β¦
Rust crate providing a reimplementation of the `std::any::Any` trait that supports types with non-`'static` lifetimes. - JRRudy1/transient
π₯3π1
Gathering Linux Syscall Numbers in a C Table
https://t-cadet.github.io/programming-wisdom/#2026-01-17-gathering-linux-syscall-numbers
https://t-cadet.github.io/programming-wisdom/#2026-01-17-gathering-linux-syscall-numbers
πΏ4
Long branches in compilers, assemblers, and linkers
https://maskray.me/blog/2026-01-25-long-branches-in-compilers-assemblers-and-linkers
https://maskray.me/blog/2026-01-25-long-branches-in-compilers-assemblers-and-linkers
MaskRay
Long branches in compilers, assemblers, and linkers
Branch instructions on most architectures use PC-relative addressing with a limited range. When the target is too far away, the branch becomes "out of range" and requires special handling. Consider a
π₯1
Swift is a more convenient Rust
https://naman34.svbtle.com/swift-is-the-more-convenient-rust
https://naman34.svbtle.com/swift-is-the-more-convenient-rust
Naman Goel on Svbtle
Swift is a more convenient Rust
Iβve been learning Rust lately. Rust is one of the most loved languages out there, is fast, and has an amazing community. Rust invented the concept of ownership as a solution memory management issues without resorting to something slower like...
π₯4π€¨4π€1π1π1
Defeating a 40-year-old copy protection dongle
https://dmitrybrant.com/2026/02/01/defeating-a-40-year-old-copy-protection-dongle
https://dmitrybrant.com/2026/02/01/defeating-a-40-year-old-copy-protection-dongle
π₯7π₯΄3