I will send you newest post from subreddit /r/programming
Programming Language Switching Politics: A Rigged Game of Power
https://www.reddit.com/r/programming/comments/1lnwu72/programming_language_switching_politics_a_rigged/
submitted by /u/nalaginrut (https://www.reddit.com/user/nalaginrut)
[link] (https://www.gizvault.com/archives/language-switching-politics) [comments] (https://www.reddit.com/r/programming/comments/1lnwu72/programming_language_switching_politics_a_rigged/)
Flecs v4.1, an Entity Component System for C/C++/C#/Rust is out!
https://www.reddit.com/r/programming/comments/1lntgg1/flecs_v41_an_entity_component_system_for_cccrust/
<!-- SC_OFF -->Bit of background: Flecs is an MIT licensed entity component system (ECS). ECS is a design pattern used mostly in game development that favors composition over inheritance. An ECS can be implemented in a way that optimizes utilization of the CPU cache, and allows for late-binding behavior to game entities without having to resort to dynamic dispatch. To find more about ECS, see the FAQ: https://github.com/SanderMertens/ecs-faq/blob/master/README.md To find more about Flecs, see the Github repository: https://github.com/SanderMertens/flecs This release has lots of performance improvements and I figured it’d be interesting to do a more detailed writeup of all the things that changed. If you’re interested in reading about all of the hoops ECS library authors jump through to achieve good performance, check out the blog! <!-- SC_ON --> submitted by /u/ajmmertens (https://www.reddit.com/user/ajmmertens)
[link] (https://ajmmertens.medium.com/flecs-4-1-is-out-fab4f32e36f6) [comments] (https://www.reddit.com/r/programming/comments/1lntgg1/flecs_v41_an_entity_component_system_for_cccrust/)
How to Ace Engineering Manager Interviews
https://www.reddit.com/r/programming/comments/1lnn7i3/how_to_ace_engineering_manager_interviews/
submitted by /u/gregorojstersek (https://www.reddit.com/user/gregorojstersek)
[link] (https://newsletter.eng-leadership.com/p/how-to-ace-engineering-manager-interviews) [comments] (https://www.reddit.com/r/programming/comments/1lnn7i3/how_to_ace_engineering_manager_interviews/)
Tools I love: mise(-en-place)
https://www.reddit.com/r/programming/comments/1lnlxds/tools_i_love_miseenplace/
submitted by /u/micvbang (https://www.reddit.com/user/micvbang)
[link] (https://blog.vbang.dk/2025/06/29/tools-i-love-mise/) [comments] (https://www.reddit.com/r/programming/comments/1lnlxds/tools_i_love_miseenplace/)
I built a web extension showing similar repositories on Github
https://www.reddit.com/r/programming/comments/1lnjenx/i_built_a_web_extension_showing_similar/
<!-- SC_OFF -->I trained a TruncatedSVC model on almost all Github stars to create embeddings for all repositories with more than 150 stars. I figured that could be useful so I fed the data to a Qdrant (https://qdrant.tech/) vector store and built an extension on top of it. Hope you like it! The extension is available on both Firefox (https://addons.mozilla.org/en-GB/firefox/addon/simrepo/) and Chrome (https://chromewebstore.google.com/detail/simrepo/jieoogmcigenidbkgnkaakagdnlnieap?authuser=1&hl=en) <!-- SC_ON --> submitted by /u/Mubelotix (https://www.reddit.com/user/Mubelotix)
[link] (https://github.com/Mubelotix/SimRepo) [comments] (https://www.reddit.com/r/programming/comments/1lnjenx/i_built_a_web_extension_showing_similar/)
From Vertex AI SDK to Google Gen AI SDK: Service Account Authentication for Python and Go
https://www.reddit.com/r/programming/comments/1lnhezn/from_vertex_ai_sdk_to_google_gen_ai_sdk_service/
submitted by /u/pgaleone (https://www.reddit.com/user/pgaleone)
[link] (https://pgaleone.eu/cloud/2025/06/29/vertex-ai-to-genai-sdk-service-account-auth-python-go/) [comments] (https://www.reddit.com/r/programming/comments/1lnhezn/from_vertex_ai_sdk_to_google_gen_ai_sdk_service/)
The software engineering "squeeze"
https://www.reddit.com/r/programming/comments/1llygag/the_software_engineering_squeeze/
submitted by /u/zaidesanton (https://www.reddit.com/user/zaidesanton)
[link] (https://zaidesanton.substack.com/p/the-software-engineering-squeeze) [comments] (https://www.reddit.com/r/programming/comments/1llygag/the_software_engineering_squeeze/)
How to Identify the Underlying Causes of Connection Timeout Errors for MongoDB With Java
https://www.reddit.com/r/programming/comments/1llmnlw/how_to_identify_the_underlying_causes_of/
submitted by /u/Majestic_Wallaby7374 (https://www.reddit.com/user/Majestic_Wallaby7374)
[link] (https://foojay.io/today/how-to-identify-the-underlying-causes-of-connection-timeout-errors-for-mongodb-with-java/) [comments] (https://www.reddit.com/r/programming/comments/1llmnlw/how_to_identify_the_underlying_causes_of/)
Bitsets match regular expressions, compactly
https://www.reddit.com/r/programming/comments/1lli8gx/bitsets_match_regular_expressions_compactly/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://pvk.ca/Blog/2013/06/23/bitsets-match-regular-expressions/) [comments] (https://www.reddit.com/r/programming/comments/1lli8gx/bitsets_match_regular_expressions_compactly/)
Some bits on malloc(0) in C being allowed to return NULL
https://www.reddit.com/r/programming/comments/1lle26b/some_bits_on_malloc0_in_c_being_allowed_to_return/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://utcc.utoronto.ca/~cks/space/blog/programming/CZeroSizeMallocSomeNotes) [comments] (https://www.reddit.com/r/programming/comments/1lle26b/some_bits_on_malloc0_in_c_being_allowed_to_return/)
Reflecting JSON into C++ Objects at compile time
https://www.reddit.com/r/programming/comments/1lle1ra/reflecting_json_into_c_objects_at_compile_time/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://brevzin.github.io/c++/2025/06/26/json-reflection/) [comments] (https://www.reddit.com/r/programming/comments/1lle1ra/reflecting_json_into_c_objects_at_compile_time/)
Weird expressions in rust
https://www.reddit.com/r/programming/comments/1lle00s/weird_expressions_in_rust/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.wakunguma.com/blog/rust-weird-expr) [comments] (https://www.reddit.com/r/programming/comments/1lle00s/weird_expressions_in_rust/)
Muvera: Making multi-vector retrieval as fast as single-vector search
https://www.reddit.com/r/programming/comments/1lldy96/muvera_making_multivector_retrieval_as_fast_as/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://research.google/blog/muvera-making-multi-vector-retrieval-as-fast-as-single-vector-search/) [comments] (https://www.reddit.com/r/programming/comments/1lldy96/muvera_making_multivector_retrieval_as_fast_as/)
"Why is the Rust compiler so slow?"
https://www.reddit.com/r/programming/comments/1lldxe8/why_is_the_rust_compiler_so_slow/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://sharnoff.io/blog/why-rust-compiler-slow) [comments] (https://www.reddit.com/r/programming/comments/1lldxe8/why_is_the_rust_compiler_so_slow/)
Finding a 27-year-old easter egg in the Power Mac G3 ROM
https://www.reddit.com/r/programming/comments/1ll9xe5/finding_a_27yearold_easter_egg_in_the_power_mac/
submitted by /u/NXGZ (https://www.reddit.com/user/NXGZ)
[link] (https://www.downtowndougbrown.com/2025/06/finding-a-27-year-old-easter-egg-in-the-power-mac-g3-rom/) [comments] (https://www.reddit.com/r/programming/comments/1ll9xe5/finding_a_27yearold_easter_egg_in_the_power_mac/)
Duke Nukem 3D code review by Tariq10x
https://www.reddit.com/r/programming/comments/1lntlhj/duke_nukem_3d_code_review_by_tariq10x/
submitted by /u/r_retrohacking_mod2 (https://www.reddit.com/user/r_retrohacking_mod2)
[link] (https://m.youtube.com/watch?v=F9lOJlC_kQs) [comments] (https://www.reddit.com/r/programming/comments/1lntlhj/duke_nukem_3d_code_review_by_tariq10x/)
Code is skimmed more often than it is written, so it should be clear at a glance
https://www.reddit.com/r/programming/comments/1lnnbyc/code_is_skimmed_more_often_than_it_is_written_so/
submitted by /u/tikhonjelvis (https://www.reddit.com/user/tikhonjelvis)
[link] (https://jelv.is/blog/Writing-Code-To-Be-Read-at-a-Glance/) [comments] (https://www.reddit.com/r/programming/comments/1lnnbyc/code_is_skimmed_more_often_than_it_is_written_so/)
Coding a watcher in Rust 🦀
https://www.reddit.com/r/programming/comments/1lnmolo/coding_a_watcher_in_rust/
<!-- SC_OFF -->🚨Sunday Chill | Coding a watcher in Rust | Live coding https://youtube.com/live/KcIXYZKP6oU?feature=share <!-- SC_ON --> submitted by /u/vipinjoeshi (https://www.reddit.com/user/vipinjoeshi)
[link] (https://youtube.com/live/KcIXYZKP6oU?feature=share) [comments] (https://www.reddit.com/r/programming/comments/1lnmolo/coding_a_watcher_in_rust/)
Tool Calling Agent with Structured Output using LangChain 🦜 + MCP Integration
https://www.reddit.com/r/programming/comments/1lnkwe3/tool_calling_agent_with_structured_output_using/
<!-- SC_OFF -->Build an MCP integrated tool calling agent with structured output using LangChain. Unfortunately LangChain doesn’t have an easy way to do both tool calling and structured output at the same time, so here is a nice workaround I figured out. <!-- SC_ON --> submitted by /u/DevJonPizza (https://www.reddit.com/user/DevJonPizza)
[link] (https://prompthippo.net/docs/langchain-tool-calling-agent-with-structured-output) [comments] (https://www.reddit.com/r/programming/comments/1lnkwe3/tool_calling_agent_with_structured_output_using/)
Let's make a game! 281: Player character attacks
https://www.reddit.com/r/programming/comments/1lnhw2t/lets_make_a_game_281_player_character_attacks/
submitted by /u/apeloverage (https://www.reddit.com/user/apeloverage)
[link] (https://www.youtube.com/watch?v=wvmMY_-dK3Y) [comments] (https://www.reddit.com/r/programming/comments/1lnhw2t/lets_make_a_game_281_player_character_attacks/)
Parameterized types in C using the new tag compatibility rule
https://www.reddit.com/r/programming/comments/1lm0cpt/parameterized_types_in_c_using_the_new_tag/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://nullprogram.com/blog/2025/06/26/) [comments] (https://www.reddit.com/r/programming/comments/1lm0cpt/parameterized_types_in_c_using_the_new_tag/)
Mochi v0.10.5: Support type-safe LINQ-style queries that compile to a bytecode VM
https://www.reddit.com/r/programming/comments/1llvbko/mochi_v0105_support_typesafe_linqstyle_queries/
<!-- SC_OFF -->We just released Mochi v0.10.5. It’s a small language that lets you write type-safe, SQL-style queries over JSON, CSV, YAML, or lists. Everything compiles to a register-based bytecode VM with constant folding, liveness analysis, and dead code elimination. If you’re learning how query engines or compilers work, this is a great place to dig in! <!-- SC_ON --> submitted by /u/Adept-Country4317 (https://www.reddit.com/user/Adept-Country4317)
[link] (https://github.com/mochilang/mochi/releases/tag/v0.10.5) [comments] (https://www.reddit.com/r/programming/comments/1llvbko/mochi_v0105_support_typesafe_linqstyle_queries/)
How to Make Claude Code Use Other Models
https://www.reddit.com/r/programming/comments/1llj5hg/how_to_make_claude_code_use_other_models/
submitted by /u/stackoverflooooooow (https://www.reddit.com/user/stackoverflooooooow)
[link] (https://www.pixelstech.net/article/1750991078-how-to-make-claude-code-use-other-models) [comments] (https://www.reddit.com/r/programming/comments/1llj5hg/how_to_make_claude_code_use_other_models/)
Real-world performance comparison of ebtree/cebtree/rbtree
https://www.reddit.com/r/programming/comments/1lle2dl/realworld_performance_comparison_of/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (http://wtarreau.blogspot.com/2025/06/real-world-performance-comparison-of.html) [comments] (https://www.reddit.com/r/programming/comments/1lle2dl/realworld_performance_comparison_of/)
Notes on type inference and polymorphism
https://www.reddit.com/r/programming/comments/1lle1sr/notes_on_type_inference_and_polymorphism/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://blog.snork.dev/posts/notes-on-type-inference-and-polymorphism.html) [comments] (https://www.reddit.com/r/programming/comments/1lle1sr/notes_on_type_inference_and_polymorphism/)
How much code does that proc macro generate?
https://www.reddit.com/r/programming/comments/1lle1q6/how_much_code_does_that_proc_macro_generate/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://nnethercote.github.io/2025/06/26/how-much-code-does-that-proc-macro-generate.html) [comments] (https://www.reddit.com/r/programming/comments/1lle1q6/how_much_code_does_that_proc_macro_generate/)
GCC 15 Continuously Improving AArch64
https://www.reddit.com/r/programming/comments/1lldzp5/gcc_15_continuously_improving_aarch64/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://community.arm.com/arm-community-blogs/b/tools-software-ides-blog/posts/gcc-15-continuously-improving) [comments] (https://www.reddit.com/r/programming/comments/1lldzp5/gcc_15_continuously_improving_aarch64/)
How much slower is random access, really?
https://www.reddit.com/r/programming/comments/1lldxio/how_much_slower_is_random_access_really/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://samestep.com/blog/random-access/) [comments] (https://www.reddit.com/r/programming/comments/1lldxio/how_much_slower_is_random_access_really/)
GitHub - yawaramin/dream-html: Type-safe markup rendering, form validation, and routing for OCaml Dream web framework
https://www.reddit.com/r/programming/comments/1llb4i0/github_yawaramindreamhtml_typesafe_markup/
submitted by /u/yawaramin (https://www.reddit.com/user/yawaramin)
[link] (https://github.com/yawaramin/dream-html) [comments] (https://www.reddit.com/r/programming/comments/1llb4i0/github_yawaramindreamhtml_typesafe_markup/)
Memory Safety is Merely Table Stakes
https://www.reddit.com/r/programming/comments/1ll9vcc/memory_safety_is_merely_table_stakes/
submitted by /u/exobrain (https://www.reddit.com/user/exobrain)
[link] (https://www.usenix.org/publications/loginonline/memory-safety-merely-table-stakes) [comments] (https://www.reddit.com/r/programming/comments/1ll9vcc/memory_safety_is_merely_table_stakes/)