Social Programming Language Constructs
https://www.reddit.com/r/programming/comments/1ttuhop/social_programming_language_constructs/
submitted by /u/jhartikainen (https://www.reddit.com/user/jhartikainen)
[link] (https://jimmyhmiller.com/social-language-constructs) [comments] (https://www.reddit.com/r/programming/comments/1ttuhop/social_programming_language_constructs/)
https://www.reddit.com/r/programming/comments/1ttuhop/social_programming_language_constructs/
submitted by /u/jhartikainen (https://www.reddit.com/user/jhartikainen)
[link] (https://jimmyhmiller.com/social-language-constructs) [comments] (https://www.reddit.com/r/programming/comments/1ttuhop/social_programming_language_constructs/)
Training + inference of a transformer inside an email
https://www.reddit.com/r/programming/comments/1ttuxmh/training_inference_of_a_transformer_inside_an/
submitted by /u/kjndfsfdsjnksdf (https://www.reddit.com/user/kjndfsfdsjnksdf)
[link] (https://www.adamoshadjivasiliou.com/blog/transformer-in-email.html) [comments] (https://www.reddit.com/r/programming/comments/1ttuxmh/training_inference_of_a_transformer_inside_an/)
https://www.reddit.com/r/programming/comments/1ttuxmh/training_inference_of_a_transformer_inside_an/
submitted by /u/kjndfsfdsjnksdf (https://www.reddit.com/user/kjndfsfdsjnksdf)
[link] (https://www.adamoshadjivasiliou.com/blog/transformer-in-email.html) [comments] (https://www.reddit.com/r/programming/comments/1ttuxmh/training_inference_of_a_transformer_inside_an/)
Adding Microformat tags to my website - enabling an open, decentralised web
https://www.reddit.com/r/programming/comments/1tu463t/adding_microformat_tags_to_my_website_enabling_an/
submitted by /u/SwoopsFromAbove (https://www.reddit.com/user/SwoopsFromAbove)
[link] (https://tomrenner.com/posts/joining-the-indieweb-1/) [comments] (https://www.reddit.com/r/programming/comments/1tu463t/adding_microformat_tags_to_my_website_enabling_an/)
https://www.reddit.com/r/programming/comments/1tu463t/adding_microformat_tags_to_my_website_enabling_an/
submitted by /u/SwoopsFromAbove (https://www.reddit.com/user/SwoopsFromAbove)
[link] (https://tomrenner.com/posts/joining-the-indieweb-1/) [comments] (https://www.reddit.com/r/programming/comments/1tu463t/adding_microformat_tags_to_my_website_enabling_an/)
strace-ui, Bonsai_term, and the TUI renaissance
https://www.reddit.com/r/programming/comments/1tufrrb/straceui_bonsai_term_and_the_tui_renaissance/
submitted by /u/mttd (https://www.reddit.com/user/mttd)
[link] (https://blog.janestreet.com/strace-ui-bonsai-term-and-the-tui-renaissance/) [comments] (https://www.reddit.com/r/programming/comments/1tufrrb/straceui_bonsai_term_and_the_tui_renaissance/)
https://www.reddit.com/r/programming/comments/1tufrrb/straceui_bonsai_term_and_the_tui_renaissance/
submitted by /u/mttd (https://www.reddit.com/user/mttd)
[link] (https://blog.janestreet.com/strace-ui-bonsai-term-and-the-tui-renaissance/) [comments] (https://www.reddit.com/r/programming/comments/1tufrrb/straceui_bonsai_term_and_the_tui_renaissance/)
Programming as Theory Building, Naur (1985). PDF-link
https://www.reddit.com/r/programming/comments/1tuha5f/programming_as_theory_building_naur_1985_pdflink/
submitted by /u/patrixxxx (https://www.reddit.com/user/patrixxxx)
[link] (https://pages.cs.wisc.edu/~remzi/Naur.pdf) [comments] (https://www.reddit.com/r/programming/comments/1tuha5f/programming_as_theory_building_naur_1985_pdflink/)
https://www.reddit.com/r/programming/comments/1tuha5f/programming_as_theory_building_naur_1985_pdflink/
submitted by /u/patrixxxx (https://www.reddit.com/user/patrixxxx)
[link] (https://pages.cs.wisc.edu/~remzi/Naur.pdf) [comments] (https://www.reddit.com/r/programming/comments/1tuha5f/programming_as_theory_building_naur_1985_pdflink/)
Sanglard analyzes the video compression techniques of Silpheed (Sega CD, 1993)
https://www.reddit.com/r/programming/comments/1tujc4v/sanglard_analyzes_the_video_compression/
submitted by /u/r_retrohacking_mod2 (https://www.reddit.com/user/r_retrohacking_mod2)
[link] (https://fabiensanglard.net/silpheed/index.html) [comments] (https://www.reddit.com/r/programming/comments/1tujc4v/sanglard_analyzes_the_video_compression/)
https://www.reddit.com/r/programming/comments/1tujc4v/sanglard_analyzes_the_video_compression/
submitted by /u/r_retrohacking_mod2 (https://www.reddit.com/user/r_retrohacking_mod2)
[link] (https://fabiensanglard.net/silpheed/index.html) [comments] (https://www.reddit.com/r/programming/comments/1tujc4v/sanglard_analyzes_the_video_compression/)
Bug hunt: Why you only need Paris to beat Pizza Tycoon (1994)
https://www.reddit.com/r/programming/comments/1tumfhb/bug_hunt_why_you_only_need_paris_to_beat_pizza/
submitted by /u/Optdev (https://www.reddit.com/user/Optdev)
[link] (https://pizzalegacy.nl/blog/bug-hunt-why-you-only-need-paris-to-beat-pizza-tycoon.html) [comments] (https://www.reddit.com/r/programming/comments/1tumfhb/bug_hunt_why_you_only_need_paris_to_beat_pizza/)
https://www.reddit.com/r/programming/comments/1tumfhb/bug_hunt_why_you_only_need_paris_to_beat_pizza/
submitted by /u/Optdev (https://www.reddit.com/user/Optdev)
[link] (https://pizzalegacy.nl/blog/bug-hunt-why-you-only-need-paris-to-beat-pizza-tycoon.html) [comments] (https://www.reddit.com/r/programming/comments/1tumfhb/bug_hunt_why_you_only_need_paris_to_beat_pizza/)
Branchless Quicksort faster than std::sort and pdqsort with C and C++ API
https://www.reddit.com/r/programming/comments/1tupr5n/branchless_quicksort_faster_than_stdsort_and/
submitted by /u/chkas (https://www.reddit.com/user/chkas)
[link] (https://tiki.li/blog/blqsort) [comments] (https://www.reddit.com/r/programming/comments/1tupr5n/branchless_quicksort_faster_than_stdsort_and/)
https://www.reddit.com/r/programming/comments/1tupr5n/branchless_quicksort_faster_than_stdsort_and/
submitted by /u/chkas (https://www.reddit.com/user/chkas)
[link] (https://tiki.li/blog/blqsort) [comments] (https://www.reddit.com/r/programming/comments/1tupr5n/branchless_quicksort_faster_than_stdsort_and/)
1-Click GitHub Token Stealing via a VSCode Bug
https://www.reddit.com/r/programming/comments/1tvftne/1click_github_token_stealing_via_a_vscode_bug/
submitted by /u/nicovank13 (https://www.reddit.com/user/nicovank13)
[link] (https://blog.ammaraskar.com/github-token-stealing/) [comments] (https://www.reddit.com/r/programming/comments/1tvftne/1click_github_token_stealing_via_a_vscode_bug/)
https://www.reddit.com/r/programming/comments/1tvftne/1click_github_token_stealing_via_a_vscode_bug/
submitted by /u/nicovank13 (https://www.reddit.com/user/nicovank13)
[link] (https://blog.ammaraskar.com/github-token-stealing/) [comments] (https://www.reddit.com/r/programming/comments/1tvftne/1click_github_token_stealing_via_a_vscode_bug/)
How Rockstar fit an entire city into PlayStation 2 memory
https://www.reddit.com/r/programming/comments/1tvmk4y/how_rockstar_fit_an_entire_city_into_playstation/
submitted by /u/r_retrohacking_mod2 (https://www.reddit.com/user/r_retrohacking_mod2)
[link] (https://m.youtube.com/watch?v=cIbCxbrBCys) [comments] (https://www.reddit.com/r/programming/comments/1tvmk4y/how_rockstar_fit_an_entire_city_into_playstation/)
https://www.reddit.com/r/programming/comments/1tvmk4y/how_rockstar_fit_an_entire_city_into_playstation/
submitted by /u/r_retrohacking_mod2 (https://www.reddit.com/user/r_retrohacking_mod2)
[link] (https://m.youtube.com/watch?v=cIbCxbrBCys) [comments] (https://www.reddit.com/r/programming/comments/1tvmk4y/how_rockstar_fit_an_entire_city_into_playstation/)
NULLs in ClickHouse can hurt performance
https://www.reddit.com/r/programming/comments/1tvnhbz/nulls_in_clickhouse_can_hurt_performance/
submitted by /u/f311a (https://www.reddit.com/user/f311a)
[link] (https://rushter.com/blog/clickhouse-nulls/) [comments] (https://www.reddit.com/r/programming/comments/1tvnhbz/nulls_in_clickhouse_can_hurt_performance/)
https://www.reddit.com/r/programming/comments/1tvnhbz/nulls_in_clickhouse_can_hurt_performance/
submitted by /u/f311a (https://www.reddit.com/user/f311a)
[link] (https://rushter.com/blog/clickhouse-nulls/) [comments] (https://www.reddit.com/r/programming/comments/1tvnhbz/nulls_in_clickhouse_can_hurt_performance/)
How Fast Can You Parse 1 Billion Rows in Java? – Insane Speed Test • Roy van Rijn
https://www.reddit.com/r/programming/comments/1tvo6ij/how_fast_can_you_parse_1_billion_rows_in_java/
<!-- SC_OFF -->Join me in this deep dive where I'll explain all the code changes and tricks that took me from the reference implementation which processes the billion records in 4+ minutes, to processing everything in under 2 seconds. Who knew Java could be this fast? <!-- SC_ON --> submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://youtu.be/pHZF-zJ3Bpg?list=PLEx5khR4g7PINwOsYrkwz3lTTJUYoXC53) [comments] (https://www.reddit.com/r/programming/comments/1tvo6ij/how_fast_can_you_parse_1_billion_rows_in_java/)
https://www.reddit.com/r/programming/comments/1tvo6ij/how_fast_can_you_parse_1_billion_rows_in_java/
<!-- SC_OFF -->Join me in this deep dive where I'll explain all the code changes and tricks that took me from the reference implementation which processes the billion records in 4+ minutes, to processing everything in under 2 seconds. Who knew Java could be this fast? <!-- SC_ON --> submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://youtu.be/pHZF-zJ3Bpg?list=PLEx5khR4g7PINwOsYrkwz3lTTJUYoXC53) [comments] (https://www.reddit.com/r/programming/comments/1tvo6ij/how_fast_can_you_parse_1_billion_rows_in_java/)
[Sebastian Lague] - I Tried Optimizing my Rubik's Cube Solver
https://www.reddit.com/r/programming/comments/1tvrg4k/sebastian_lague_i_tried_optimizing_my_rubiks_cube/
submitted by /u/Pink401k (https://www.reddit.com/user/Pink401k)
[link] (https://www.youtube.com/watch?v=Eysf6-E3ino) [comments] (https://www.reddit.com/r/programming/comments/1tvrg4k/sebastian_lague_i_tried_optimizing_my_rubiks_cube/)
https://www.reddit.com/r/programming/comments/1tvrg4k/sebastian_lague_i_tried_optimizing_my_rubiks_cube/
submitted by /u/Pink401k (https://www.reddit.com/user/Pink401k)
[link] (https://www.youtube.com/watch?v=Eysf6-E3ino) [comments] (https://www.reddit.com/r/programming/comments/1tvrg4k/sebastian_lague_i_tried_optimizing_my_rubiks_cube/)
Every byte matters
https://www.reddit.com/r/programming/comments/1tvrvv4/every_byte_matters/
submitted by /u/lelanthran (https://www.reddit.com/user/lelanthran)
[link] (https://fzakaria.com/2026/06/01/every-byte-matters) [comments] (https://www.reddit.com/r/programming/comments/1tvrvv4/every_byte_matters/)
https://www.reddit.com/r/programming/comments/1tvrvv4/every_byte_matters/
submitted by /u/lelanthran (https://www.reddit.com/user/lelanthran)
[link] (https://fzakaria.com/2026/06/01/every-byte-matters) [comments] (https://www.reddit.com/r/programming/comments/1tvrvv4/every_byte_matters/)
Streaming Logs to RSigma for Real-Time Detection
https://www.reddit.com/r/programming/comments/1tw5biz/streaming_logs_to_rsigma_for_realtime_detection/
submitted by /u/Happycodeine (https://www.reddit.com/user/Happycodeine)
[link] (https://mostafa.dev/streaming-logs-to-rsigma-for-real-time-detection-72084b8041ad?source=friends_link&sk=c99935781cd299a1af68f683acca1238) [comments] (https://www.reddit.com/r/programming/comments/1tw5biz/streaming_logs_to_rsigma_for_realtime_detection/)
https://www.reddit.com/r/programming/comments/1tw5biz/streaming_logs_to_rsigma_for_realtime_detection/
submitted by /u/Happycodeine (https://www.reddit.com/user/Happycodeine)
[link] (https://mostafa.dev/streaming-logs-to-rsigma-for-real-time-detection-72084b8041ad?source=friends_link&sk=c99935781cd299a1af68f683acca1238) [comments] (https://www.reddit.com/r/programming/comments/1tw5biz/streaming_logs_to_rsigma_for_realtime_detection/)
A tale about fixing eBPF spinlock issues in the Linux kernel
https://www.reddit.com/r/programming/comments/1tw9pl9/a_tale_about_fixing_ebpf_spinlock_issues_in_the/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://rovarma.com/articles/a-tale-about-fixing-ebpf-spinlock-issues-in-the-linux-kernel/) [comments] (https://www.reddit.com/r/programming/comments/1tw9pl9/a_tale_about_fixing_ebpf_spinlock_issues_in_the/)
https://www.reddit.com/r/programming/comments/1tw9pl9/a_tale_about_fixing_ebpf_spinlock_issues_in_the/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://rovarma.com/articles/a-tale-about-fixing-ebpf-spinlock-issues-in-the-linux-kernel/) [comments] (https://www.reddit.com/r/programming/comments/1tw9pl9/a_tale_about_fixing_ebpf_spinlock_issues_in_the/)
Elixir v1.20 released: now a gradually typed language
https://www.reddit.com/r/programming/comments/1twg7mu/elixir_v120_released_now_a_gradually_typed/
submitted by /u/f311a (https://www.reddit.com/user/f311a)
[link] (https://elixir-lang.org/blog/2026/06/03/elixir-v1-20-0-released/) [comments] (https://www.reddit.com/r/programming/comments/1twg7mu/elixir_v120_released_now_a_gradually_typed/)
https://www.reddit.com/r/programming/comments/1twg7mu/elixir_v120_released_now_a_gradually_typed/
submitted by /u/f311a (https://www.reddit.com/user/f311a)
[link] (https://elixir-lang.org/blog/2026/06/03/elixir-v1-20-0-released/) [comments] (https://www.reddit.com/r/programming/comments/1twg7mu/elixir_v120_released_now_a_gradually_typed/)
Finding Hermite Normal Form and Solving Linear Diophantines Using LLL
https://www.reddit.com/r/programming/comments/1twglxs/finding_hermite_normal_form_and_solving_linear/
submitted by /u/DataBaeBee (https://www.reddit.com/user/DataBaeBee)
[link] (https://leetarxiv.substack.com/p/lll-applied-to-extended-gcd-hermite) [comments] (https://www.reddit.com/r/programming/comments/1twglxs/finding_hermite_normal_form_and_solving_linear/)
https://www.reddit.com/r/programming/comments/1twglxs/finding_hermite_normal_form_and_solving_linear/
submitted by /u/DataBaeBee (https://www.reddit.com/user/DataBaeBee)
[link] (https://leetarxiv.substack.com/p/lll-applied-to-extended-gcd-hermite) [comments] (https://www.reddit.com/r/programming/comments/1twglxs/finding_hermite_normal_form_and_solving_linear/)
Pandas as a reason to learn Python, even if you’re not doing data science
https://www.reddit.com/r/programming/comments/1twhl2t/pandas_as_a_reason_to_learn_python_even_if_youre/
<!-- SC_OFF -->I wrote a short article about why Pandas is worth learning from a general programming perspective, not just a data science one. A lot of everyday programming work involves tabular data - CSV files, reports, logs, exports, billing data, sales data, inventory data, operational spreadsheets, analytics extracts, etc. You can process that kind of data with loops and dictionaries, SQL, shell tools, or spreadsheets. But Pandas gives Python a very compact and expressive way to do filtering, grouping, aggregation, joins, and reshaping in code. The article uses a small sales/purchases CSV example and compares the Pandas approach with plain Python and spreadsheet-style thinking. I’m curious how other programmers think about this: is Pandas one of the libraries that makes Python worth learning, even for people whose main work is not data science? Or would you usually reach for SQL, spreadsheets, shell tools, or something else? <!-- SC_ON --> submitted by /u/Horror-Willingness74 (https://www.reddit.com/user/Horror-Willingness74)
[link] (https://blog.geekuni.com/2026/06/why-learn-pandas.html) [comments] (https://www.reddit.com/r/programming/comments/1twhl2t/pandas_as_a_reason_to_learn_python_even_if_youre/)
https://www.reddit.com/r/programming/comments/1twhl2t/pandas_as_a_reason_to_learn_python_even_if_youre/
<!-- SC_OFF -->I wrote a short article about why Pandas is worth learning from a general programming perspective, not just a data science one. A lot of everyday programming work involves tabular data - CSV files, reports, logs, exports, billing data, sales data, inventory data, operational spreadsheets, analytics extracts, etc. You can process that kind of data with loops and dictionaries, SQL, shell tools, or spreadsheets. But Pandas gives Python a very compact and expressive way to do filtering, grouping, aggregation, joins, and reshaping in code. The article uses a small sales/purchases CSV example and compares the Pandas approach with plain Python and spreadsheet-style thinking. I’m curious how other programmers think about this: is Pandas one of the libraries that makes Python worth learning, even for people whose main work is not data science? Or would you usually reach for SQL, spreadsheets, shell tools, or something else? <!-- SC_ON --> submitted by /u/Horror-Willingness74 (https://www.reddit.com/user/Horror-Willingness74)
[link] (https://blog.geekuni.com/2026/06/why-learn-pandas.html) [comments] (https://www.reddit.com/r/programming/comments/1twhl2t/pandas_as_a_reason_to_learn_python_even_if_youre/)
The Schema Proliferation Problem in Kafka and Flink Pipelines: How to Solve It
https://www.reddit.com/r/programming/comments/1twizqa/the_schema_proliferation_problem_in_kafka_and/
submitted by /u/nilukush (https://www.reddit.com/user/nilukush)
[link] (https://www.infoq.com/articles/schema-proliferation-problem/?forceSponsorshipId=9e025991-2977-45e6-8636-c740236b5bfc) [comments] (https://www.reddit.com/r/programming/comments/1twizqa/the_schema_proliferation_problem_in_kafka_and/)
https://www.reddit.com/r/programming/comments/1twizqa/the_schema_proliferation_problem_in_kafka_and/
submitted by /u/nilukush (https://www.reddit.com/user/nilukush)
[link] (https://www.infoq.com/articles/schema-proliferation-problem/?forceSponsorshipId=9e025991-2977-45e6-8636-c740236b5bfc) [comments] (https://www.reddit.com/r/programming/comments/1twizqa/the_schema_proliferation_problem_in_kafka_and/)
Tiny Static Site Generator with custom template engine
https://www.reddit.com/r/programming/comments/1twkr3z/tiny_static_site_generator_with_custom_template/
<!-- SC_OFF -->page URL : - https://mukul0x9.pages.dev/blog/tiny-ssg/ I wanted to understand how template engines and markdown parsers work internally. The project explores: compiling templates into Python functions using exec() block + inline markdown parsing simple AST construction stack-based inline parsing for nested formatting rendering the AST into HTML <!-- SC_ON --> submitted by /u/mukulx99 (https://www.reddit.com/user/mukulx99)
[link] (https://mukul0x9.github.io/blog/tiny-ssg/) [comments] (https://www.reddit.com/r/programming/comments/1twkr3z/tiny_static_site_generator_with_custom_template/)
https://www.reddit.com/r/programming/comments/1twkr3z/tiny_static_site_generator_with_custom_template/
<!-- SC_OFF -->page URL : - https://mukul0x9.pages.dev/blog/tiny-ssg/ I wanted to understand how template engines and markdown parsers work internally. The project explores: compiling templates into Python functions using exec() block + inline markdown parsing simple AST construction stack-based inline parsing for nested formatting rendering the AST into HTML <!-- SC_ON --> submitted by /u/mukulx99 (https://www.reddit.com/user/mukulx99)
[link] (https://mukul0x9.github.io/blog/tiny-ssg/) [comments] (https://www.reddit.com/r/programming/comments/1twkr3z/tiny_static_site_generator_with_custom_template/)