Using the WebView module with C++ and Qt Widgets https://lobste.rs/s/ljgmb5 #api #c++
https://www.qt.io/blog/using-the-webview-module-with-c-and-qt-widgets
c
- #Python is written in C
- #Perl is written in C
- #Ruby is written in C
- #PHP is written in C
- #JavaScript engines started in C, now mostly in C++
- #Go was first in C, now written in Go itself
- #C++ compilers are written in C++
- #Swift is built with C++ and Swift (on LLVM in C++)
- #C# runs on .NET, built in C++/C#
- #JVM (HotSpot) is written in C++
Yet, people still doubt the necessity of learning C!
const_cast: A Necessary Evil https://lobste.rs/s/jisg7l #c++
https://www.elbeno.com/blog/?p=1858
Remembering a legend! 🙌
His contributions shaped the foundations of modern computing and inspired generations of developers. 🖥️❤️
FFmpeg: The Incredible Technology Behind Video on the Internet https://lobste.rs/s/vexobl #video #assembly #c
https://www.youtube.com/watch?v=nepKKz-MzFM
How memory safety CVEs differ between Rust and C/C++ https://lobste.rs/s/tmeqrk #c #rust
https://kobzol.github.io/rust/2026/06/15/how-memory-safety-cves-differ-between-rust-and-c-cpp.html
Porting Go's strings package to C via @abnv https://lobste.rs/s/ioszzg #c #go
https://antonz.org/porting-go-strings/
Cleaner QML Controller Wiring with Singleton Instances in Qt 6.12 https://lobste.rs/s/kl3fc2 #c++
https://www.kdab.com/singleton-controllers-in-times-of-declarative-qml/
How to Make a Nintendo 64 Game in 2026 https://lobste.rs/s/j8ytwa #c #games #graphics #retrocomputing
https://phoboslab.org/log/2026/08/xibalba64-making-of
Serving files over HTTP three ways: synchronous, epoll, and io_uring via @vbernat https://lobste.rs/s/h1wgii #c #linux
https://theconsensus.dev/p/2026/05/18/serving-files-three-ways.html
schrodingers-toctou: The binary you run is not the program you wrote https://lobste.rs/s/bmnusu #c #compilers #security
https://github.com/xoreaxeaxeax/schrodingers-toctou
SDL3 - Add DOS platform support https://lobste.rs/s/jbyxup #c #games #programming #retrocomputing
https://bsky.app/profile/dosnostalgic.bsky.social/post/3mjfdos7iok2o
C++26: Structured bindings in conditions https://lobste.rs/s/qoexc7 #c++
https://www.sandordargo.com/blog/2026/04/15/cpp26-structured-bindings-condition
#maxima #commonLisp #CAS #algebra #article https://screwlisp.small-web.org/fundamental/common-lisp-maxima-finally/
> (integrate '(tan x) 'x 0 1)
(* -1 (LOG (COS 1)))
> '(1 2 3 4)
(1 2 3 4)
> (coerce * '(SIMPLE-ARRAY (COMPLEX DOUBLE-FLOAT) (*)))
#(#C(1.0 0.0) #C(2.0 0.0) #C(3.0 0.0) #C(4.0 0.0))
> (maxima-fft:fft-r2-nn *)
#(#C(2.5 0.0) #C(-0.5 -0.5) #C(-0.5 0.0) #C(-0.5 0.5))
I guess #retrocomputing but current was August, so.
Also have a note about Kent demoing his implementation of his-ansi-cl style error handling introduced to python.
Winners of the 2025 International Obfuscated C Code Contest (IOCCC 29) https://lobste.rs/s/aekbzt #c
https://www.ioccc.org/2025/
Crubit, C++/Rust Bidirectional Interop Tool https://lobste.rs/s/9ofzvx #c++ #rust
https://crubit.rs
PEP 814: Add frozendict built-in type via @kngl https://lobste.rs/s/nzifa8 #api #c #python
https://vstinner.github.io/pep-814-add-frozendict-builtin-type.html
Does bulk memmove speed up std::remove_if? (No.) https://lobste.rs/s/rh9r9j #c++
https://quuxplusone.github.io/blog/2026/05/23/chunked-remove/
C Constructs That Still Don’t Work in C++ — and a Few That Changed via @susam https://lobste.rs/s/za6jjo #c #c++
https://lospino.so/blog/c-constructs-that-still-dont-work-in-cpp/
Slint 1.16 Released https://lobste.rs/s/5dwixw #c++ #release #rust
https://slint.dev/blog/slint-1.16-released
Designing a Scientific Calculator from scratch in FPGA https://lobste.rs/s/vsrtfq #assembly #c++ #hardware
https://baltazarstudios.com/calculator/
A new hash table for the Lwan web server https://lobste.rs/s/lmmkb5 #c #programming
https://tia.mat.br/posts/2026/05/06/a-new-hash-table-for-lwan.html
A simplified model of Fil-C via @fanf https://lobste.rs/s/rp1yrv #c
https://www.corsix.org/content/simplified-model-of-fil-c
How (and why) we rewrote our production C++ frontend infrastructure in Rust https://lobste.rs/s/jzgjbm #c++ #rust #web
https://blog.nearlyfreespeech.net/2026/04/17/how-and-why-we-rewrote-our-production-c-frontend-infrastructure-in-rust/