Reddit Programming
199 subscribers
1.22K photos
127K links
I will send you newest post from subreddit /r/programming
Download Telegram
Theme-D-Intr v1.0.1 adds D-Bus support for inter-process communication
https://www.reddit.com/r/programming/comments/1tjcerk/themedintr_v101_adds_dbus_support_for/

<!-- SC_OFF -->Theme-D-Intr version 1.0.1 adds D-Bus support for inter-process communication to programming language Theme-D. Theme-D-Intr uses G-Golf and D-Bus functionality in GLib for D-Bus. The D-Bus support consists of: D-Bus API in Theme-D Generation of type-safe Theme-D wrappers for D-Bus interfaces Links: Theme-D-Intr homepage (https://www.iki.fi/tohoyn/theme-d-intr/) Theme-D-Intr documentation (https://www.iki.fi/tohoyn/theme-d-intr/documentation.html) Theme-D programming language (https://www.iki.fi/tohoyn/theme-d/) An example use case with D-Bus server and client can be found here (https://sourceforge.net/p/theme-d-intr/code/ci/master/tree/examples/intr-dbus-examples/server-and-client-1/). <!-- SC_ON --> submitted by /u/tohoyn1 (https://www.reddit.com/user/tohoyn1)
[link] (https://www.iki.fi/tohoyn/theme-d-intr/) [comments] (https://www.reddit.com/r/programming/comments/1tjcerk/themedintr_v101_adds_dbus_support_for/)
Go for Java Programmers • Barry Feigenbaum & Shon Saliga
https://www.reddit.com/r/programming/comments/1tjipt8/go_for_java_programmers_barry_feigenbaum_shon/

<!-- SC_OFF -->Dr. Barry Feigenbaum, an IBM, Amazon and Dell veteran, spent time working with Golang and liked it enough to write the book he wished had existed when he made the switch. <!-- SC_ON --> submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://youtu.be/vw2k5WVPJKE?list=PLEx5khR4g7PJbSLmADahf0LOpTLifiCra) [comments] (https://www.reddit.com/r/programming/comments/1tjipt8/go_for_java_programmers_barry_feigenbaum_shon/)
A performance regression in code I didn’t touch: debugging an L1 i-cache associativity issue
https://www.reddit.com/r/programming/comments/1tjk7x6/a_performance_regression_in_code_i_didnt_touch/

<!-- SC_OFF -->It's often being talked about data cache associativity issue, but instruction cache associativity seems to be much less discussed. I ran into a surprising performance regression that turned out to be caused by L1 instruction cache associativity. This happened in a go codebase, but the underlying issue is language-agnostic. <!-- SC_ON --> submitted by /u/watman12 (https://www.reddit.com/user/watman12)
[link] (https://blog.andr2i.com/posts/2026-05-19-a-regression-in-code-i-didn-t-touch) [comments] (https://www.reddit.com/r/programming/comments/1tjk7x6/a_performance_regression_in_code_i_didnt_touch/)
16 bytes of code that turn Sierpinski waves into Matrix rain
https://www.reddit.com/r/programming/comments/1tkh0w0/16_bytes_of_code_that_turn_sierpinski_waves_into/

<!-- SC_OFF -->Hey babe, stop what you're doing, HellMood dropped another WriteUp xD
Jokes aside, this is an in depth explanation of the underlying math that allow 16 bytes of x86 code to produce a visual textmode effect and music at the same time. "MiragePT", a demo scener, let the thing run on a real old 286 system with MDA Hercules graphics and it ran there as well. Also included some background information that i was asked for. Since i have done this for so many years i might have left out details you might find interesting. In that case, please leave a comment and i'll work that in. Have fun reading! <!-- SC_ON --> submitted by /u/Hell__Mood (https://www.reddit.com/user/Hell__Mood)
[link] (https://hellmood.111mb.de//wake_up_16b_writeup.html) [comments] (https://www.reddit.com/r/programming/comments/1tkh0w0/16_bytes_of_code_that_turn_sierpinski_waves_into/)