Optimizing Ruby Path Methods https://lobste.rs/s/gisyhv #c #performance #ruby
https://byroot.github.io/ruby/performance/2026/04/18/faster-paths.html
c
InvisiCaps: The Fil-C Capability Model https://lobste.rs/s/kdflhr #c #compilers
https://fil-c.org/invisicaps
Curso de programación en C:
Host-Tuned GCC for Faster Compilation https://lobste.rs/s/c7dq7x #c #c++
https://peter0x44.github.io/posts/super-gcc/
Can we finally use C++ Modules in 2026? https://lobste.rs/s/fxh7ma #c++
https://mropert.github.io/2026/04/13/modules_in_2026/
看过 还有明天 🌕🌕🌕🌕🌕
完全没看电影背景就去看了,本来以为是部老的黑白电影,可是一些运镜、配乐和精气神又很有现代感,看了下才发现是去年的,本来一个很悲伤痛苦的背景确拍出了很多幽默感,也是难得在电影院又有一波波共同笑声,既没有让当下的权力和痛苦垄断主题,又建构了自己的世界,剧情结构和表现形式上很多聪明的巧思和设计,结尾本来一直担忧别又是走入俗套的循环,结果给出了超出预期的回答,开头看到名单自导自演,就觉得原创性不会差,果然如此。
非常好的观影体验,这种温柔又坚定,有策略又有力量的体验确实是女性导演们作品最大的不同,力荐去影院观看
#C'èAncoraDomani #还有明天 #PaolaCortellesi
jank now has its own custom IR https://lobste.rs/s/miutfd #c++ #clojure #lisp
https://jank-lang.org/blog/2026-05-08-optimization/
C3 | Blog | Unsigned sizes: a five year mistake via @chandlerc https://lobste.rs/s/bzltqt #c #plt
https://c3-lang.org/blog/unsigned-sizes-a-five-year-mistake/
#snac is a pretty cool #fediverse #activitypub server software!
Super lightweight, no database, easy to set-up.
I will not replace my main #mastodon instance with it, but i really have some other use cases for it, for example some bots or so.
And from what I saw, the code also is pretty nice to learn things from it. (me, a c programming noob)
Edit: Totally dumb of me to NOT post the Git repo in the first place 🤦♂️
https://codeberg.org/grunfink/snac2
Hello, #C'estPasPourMoi #C'estPourUneCopine
[Edit] pleins de réponses de vous toutes. Vous êtes super. Merci !
Une copine travaillant dans une grosse boîte se voit demandée d'installer Microsoft Authenticator sur son tel perso en vue de pouvoir s'authentifier sur son futur PC.
Elle a envie de s'y opposer. Ça semble d'ailleurs évident.
Peut-elle s'y opposer, comment s'y opposer ?
How LLVM optimizes power sums (2019) https://lobste.rs/s/b5klfi #c #c++ #compilers
https://kristerw.blogspot.com/2019/04/how-llvm-optimizes-geometric-sums.html
onionlink: 2.5k lines of C++ to connect to v3 onion services, using only libsodium and mbedTLS https://lobste.rs/s/5knn5x #show #c++
https://github.com/h2337/onionlink
#C
经常在一些厂家SDK看到有变量define在header里
为了防止重复linker还特意加了
#ifndef __XXXXX_C
extern .....;
#else
.....;
#endif
这是为了什么呢
The codebase is surprisingly readable and well-organized... unlike larger projects where you get lost in abstraction layers, mtm's simplicity makes it an excellent study resource for learning C.
You can actually understand the entire program flow in a reasonable amount of time.
Bonus: there's already a SlackBuild available, so Slackware users can integrate it seamlessly into their system without manual compilation headaches.
If you want tmux functionality without tmux complexity, check it out.
https://slackbuilds.org/repository/15.0/system/mtm/
#suckless #terminal #slackware #C
Memory Management in C++ by Patrice Roy https://lobste.rs/s/lwzdht #c++
https://www.sandordargo.com/blog/2026/06/17/memory-managenent-by-patrice-roy
Bytecode Interpretation From Scratch in C via @andrew_chou https://lobste.rs/s/vwywsp #c #plt
https://williamalexakis.com/interpreter-in-c
When can the C++ compiler devirtualize a call? https://lobste.rs/s/rwlvej #c++
https://quuxplusone.github.io/blog/2021/02/15/devirtualization/
Using GCC's Nested Functions with Wide Pointers and no Trampolines https://lobste.rs/s/v1jbbe #c
https://uecker.codeberg.page/2026-01-06.html
Verifying (simple) C in Isabelle/HOL with AutoCorres via @abnv https://lobste.rs/s/pw3qa0 #c #formalmethods
https://blueberrywren.dev/blog/isabelle-autocorres-tut/
Release Fil-C Linux/x86_64 version 0.679 · pizlonator/fil-c https://lobste.rs/s/q3gqcs #c #release
https://github.com/pizlonator/fil-c/releases/tag/v0.679
Forest for the trees - An adventure in structured data https://lobste.rs/s/rq4la4 #c #programming
https://nick.zoic.org/art/forest-for-the-trees/
Performance of Rust language via @dgv https://lobste.rs/s/a51cam #c++ #rust
https://github.com/yugr/rust-slides
C++26: Standard library hardening https://lobste.rs/s/5xg2wq #c++
https://www.sandordargo.com/blog/2026/05/13/cpp26-library-hardening
