KC3 v0.1.17 released https://lobste.rs/s/yy8u9m #c #elixir #openbsd
https://www.kmx.io/blog/kc3-v0.1.17-released
c
Na tentativa de fazer com que as aulas de programação fugissem da mesmice, fiz uma proposta pra turma um tanto... peculiar. E com adolescente, esse tipo de coisa, é sempre uma aposta arriscada, né - ou eles topam ou eles acabam com sua autoestima e sua dignidade.
Enfim, eles piraram e temos agora, nescendo, a Ilha-continente de Lovelace:
Who even uses jemalloc in 2026 anyway? (many major projects) https://lobste.rs/s/vr4rsc #c #c++ #performance #rust
https://theconsensus.dev/p/2026/04/16/who-even-uses-jemalloc-anyway.html
For those of you have been programming for more than a decade, what programming languages, ecosystems, technologies do you wish you had spent more time with?
For me, it would be: #C, #Perl, #OpenZFS, #TLA+, #ErlangOTP .
(I have spent some time with #commonlisp, #clojure, #java, #rakulang so these are not listed.)
What are Senders Good For, Anyway? (2024) https://lobste.rs/s/uvd41y #c++
https://ericniebler.com/2024/02/04/what-are-senders-good-for-anyway/
this is my POC terminal audio sampler.
The noises are those three samples. The UI is you just press
the number of the sample and it plays it.
I am showing off the audio part.
The audio wav files are playing from scratch each
time, (like the sndio handle and the libsndfile handle
are not re-used). If I keep going on this I will
fix that so there is like a static list of wav files.
And I will re-use the sndio handle or i will
have like a sndio handle "pool".
I have previous curses programs where I use libevent
to make them not "one thing at a time".
So like you could play wav files over each other up
to the amount of sndio handles you have.
(theoretically)
A long shot goal is I could have the program be able
to record a wav file for you O_o.
#openbsd #sndio #chicken #scheme #c
A breakthrough in C/C++ dependency management https://lobste.rs/s/cn89rt #c #c++ #programming
https://lcamtuf.substack.com/p/a-breakthrough-in-cc-dependency-management
Embedded Rust or C Firmware? Lessons from an Industrial Microcontroller Use Case with Ariel OS via @wezm https://lobste.rs/s/bc2zth #pdf #c #hardware #rust
https://arxiv.org/pdf/2604.25679
How Virtual Tables Work in the Itanium C++ ABI https://lobste.rs/s/kzslib #c++
https://peter0x44.github.io/posts/vtables-itanium-abi/
Qt No Contextless Connect via @aks https://lobste.rs/s/kczxr0 #c++
https://blog.broulik.de/2026/04/qt-no-contextless-connect/
Things C++26 define_static_array can’t do https://lobste.rs/s/tvolib #c++
https://quuxplusone.github.io/blog/2026/04/24/define-static-array/
Understanding Pin (for C and C++ Developers) (2019) https://lobste.rs/s/u3lz7o #c++ #rust
https://dpzmick.com/posts/2019-05-25-pin-rs-cpp.html
Why C++ wins in Finance https://lobste.rs/s/qgrmpo #video #c++ #programming
https://www.youtube.com/watch?v=InLxLEqg_fs
tailslayer: Library for reducing tail latency in RAM reads https://lobste.rs/s/9pipxp #c++
https://github.com/LaurieWired/tailslayer
Un post en français, pour dire que je viens de démissionner de mon poste de développeur d'une PME d'informatique du sud de #Toulouse , pour laquelle j'ai travaillé plus de huit ans. Je vais donc me remettre à chercher un travail de développeur #zoneducanal ou #labege si possible. Spécialiste en #C++ #opengl #WebApp #quasarjs #Qt et sinon en tout. Dispo en juin environ. Je suis pas cher. Les joies de recommencer sa vie à zéro. ... #Demomaker primé 20 fois, ça compte ?
#JeChercheUnJob
ppb: A non-allocating lexer for protocol buffers https://lobste.rs/s/iysabm #c
https://github.com/pkhuong/ppb
The “macro overloading” idiom https://lobste.rs/s/mbdgpy #c++
https://quuxplusone.github.io/blog/2026/04/02/macro-overloading/
C++26 Shipped a SIMD Library Nobody Asked For https://lobste.rs/s/5wy2mq #c++
https://lucisqr.substack.com/p/c26-shipped-a-simd-library-nobody
Let's Build the Terminal Pt. 1 https://lobste.rs/s/9ckz9x #c
https://chauhankiran.blogspot.com/2026/04/lets-build-terminal-pt-1.html
FreeBSD Device Driver Book https://lobste.rs/s/bwm12z #book #c #freebsd
https://github.com/ebrandi/FDD-book
DPI bypass using eBPF sock_ops and fake TLS ClientHello injection https://lobste.rs/s/dmdvje #c #linux #networking #security
https://github.com/boratanrikulu/gecit
HTML written only using the C preprocessor https://lobste.rs/s/5wxd5b #c
https://chaos.social/@citizen428/116138240021584394
Solod v0.1: Go ergonomics, practical stdlib, native C interop https://lobste.rs/s/otb6fk #c #go
https://antonz.org/solod-v0-1/