A line-by-line translation of the OCaml runtime from C to Rust https://lobste.rs/s/k85k6w #c #ml #rust #vibecoding
https://discuss.ocaml.org/t/a-line-by-line-translation-of-the-ocaml-runtime-from-c-to-rust/18247
c
Almost Always Unsigned https://lobste.rs/s/fvpk3i #c #plt
https://graphitemaster.github.io/aau/
Integrating Discord SDK into EVE Frontier https://lobste.rs/s/jspua4 #pdf #c++ #games #python
https://skemman.is/bitstream/1946/50465/2/integrating_discord_sdk_into_eve_frontier_report.pdf
Cpp2Rust: Automatic Translation of C++ to Safe Rust https://lobste.rs/s/xyotoa #c++ #rust
https://github.com/Cpp2Rust/cpp2rust
Parsing JSON at compile time with C++26 static reflection https://lobste.rs/s/xqxidz #c++
https://lemire.me/blog/2026/06/14/parsing-json-at-compile-time-with-c26-static-reflection/
Propagating exceptions from destructors with std::exception_ptr https://lobste.rs/s/aeo7cg #c++
https://www.sandordargo.com/blog/2026/07/08/exception_ptr
Understanding std::counting_semaphore and std::binary_semaphore from C++20 https://lobste.rs/s/safj18 #c++
https://www.cppstories.com/2026/semaphore/
ffi_call_plan caching for GLib https://lobste.rs/s/jw5a02 #c #performance
https://blogs.gnome.org/chergert/2026/07/24/ffi_call_plan-caching-for-glib/
How MVCC and Transactions Work in RocksDB https://lobste.rs/s/6kkxbx #c++ #databases
https://artem.krylysov.com/blog/2026/07/23/how-mvcc-and-transactions-work-in-rocksdb/
fred: A text editor that uses C for everything - Handmade Network Expo 2026 https://lobste.rs/s/nszzsn #video #c #programming
https://www.youtube.com/watch?v=xz5aPCRxsv4
What Every Python Developer Should Know About the CPython ABI https://lobste.rs/s/fxuz6h #c #python
https://labs.quansight.org/blog/python-abi-abi3t
Beautiful Type Erasure with C++26 Reflection https://lobste.rs/s/6f2tzk #c++
https://ryanjk5.github.io/posts/rjk-duck/
Tensor is the might https://lobste.rs/s/uhzuf7 #ai #c
https://zserge.com/posts/tensor/
The PImpl idiom and the C++26 std::indirect type https://lobste.rs/s/gtxmc4 #c++
https://mariusbancila.ro/blog/2026/07/23/the-pimpl-idiom-and-the-cpp26-stdindirect-type/
Untangling Lifetimes: The Arena Allocator (2022) https://lobste.rs/s/rlbbmo #c
https://www.dgtlgrove.com/p/untangling-lifetimes-the-arena-allocator
A faster way to convert a timestamp to Hour, Min, Sec https://lobste.rs/s/wolwwd #c++ #performance
https://www.benjoffe.com/fast-time-of-day
C Strings: A 50-Year Mistake via @abnv https://lobste.rs/s/upgpyq #c
https://longtran2904.substack.com/p/c-strings-a-50-year-mistake
How C++20 improved the for-loop syntax https://lobste.rs/s/knrrsr #c++
https://lzon.ca/posts/tips/cpp-for-range-init/
a bunch of stuff i used to not know about K&R C via @RunxiYu https://lobste.rs/s/qrtxzl #c #historical
https://sebsite.pw/w/20260712-kandr.html
kparser - small, readable parser for K https://lobste.rs/s/0d1vu1 #apl #c
https://github.com/ardentsia-cgs/kparser
SQLite with a Fine-Toothed Comb https://lobste.rs/s/ahyxwp #c
https://blog.regehr.org/archives/1292
Bring modern package management to Meson's native wrap ecosystem https://lobste.rs/s/9b49zd #c #c++ #programming #python
https://collider.ee/1.5.1/
the perils of parsing type inference declarations in c https://lobste.rs/s/ypgw9x #c
https://sebsite.pw/w/20260725-auto.html
Optimizing memory usage in a markdown parser https://lobste.rs/s/1swh9l #c++ #performance #vibecoding
https://blog.kowalczyk.info/a-n8wf/optimizing-memory-use-in-markdown-parser.html