I will send you newest post from subreddit /r/programming
I need help
https://www.reddit.com/r/programming/comments/1l3tvyn/i_need_help/
<!-- SC_OFF -->Hey everyone!
I’m running a small but growing BeamNG.drive multiplayer server under the name cammiesgames, and I’m looking to team up with 1–2 passionate people who want to help build something cool — even if you’re just starting out. What I’m building:
A fun, semi-private BeamNG server with a tight-knit community focused on: Crashes, chaos, and stunts Weekly crash challenges Realistic (or ridiculous) driving events Casual roleplay & content creation 🔧 Who I’m looking for: Community Moderators: Friendly people to help welcome new players & keep things organized Event Assistants: Brainstorm or help run simple crash/stunt/drive events Content Helpers: Share clips, help with TikToks or repost cool moments Discord Helpers: Help set up roles, bots, or channels (if you like that stuff) This is unpaid (for now) — just a chill volunteer project for anyone who: Loves BeamNG.drive (http://beamng.drive/) Wants to gain experience running a game server/community Is up for helping a small team grow into something awesome ✅ What you get: VIP role in the server + early access to features Public mod or staff credit Priority in future events or monetization (if we hit Patreon growth) A fun team working on something unique in the BeamNG space You don’t need experience — just a good vibe, some reliability, and love for the game. DM me or reply if you’re interested!
– cammiesgames 🚗 https://cammiesgames.com (https://cammiesgames.com/) <!-- SC_ON --> submitted by /u/Human-Article910 (https://www.reddit.com/user/Human-Article910)
[link] (http://cammiesgames.com/) [comments] (https://www.reddit.com/r/programming/comments/1l3tvyn/i_need_help/)
Ninve: TUI for trimming videos quickly
https://www.reddit.com/r/programming/comments/1l3mef0/ninve_tui_for_trimming_videos_quickly/
submitted by /u/niedzwiedzwo (https://www.reddit.com/user/niedzwiedzwo)
[link] (https://github.com/Niedzwiedzw/ninve) [comments] (https://www.reddit.com/r/programming/comments/1l3mef0/ninve_tui_for_trimming_videos_quickly/)
Recording object snapshots by (ab)using JavaScript proxies
https://www.reddit.com/r/programming/comments/1l3d3re/recording_object_snapshots_by_abusing_javascript/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://sidhion.com/blog/javascript_object_snapshot_prototype/) [comments] (https://www.reddit.com/r/programming/comments/1l3d3re/recording_object_snapshots_by_abusing_javascript/)
Handling bidirectional control flow
https://www.reddit.com/r/programming/comments/1l39a1q/handling_bidirectional_control_flow/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://dl.acm.org/doi/10.1145/3428207) [comments] (https://www.reddit.com/r/programming/comments/1l39a1q/handling_bidirectional_control_flow/)
No More Shading Languages: Compiling C++ to Vulkan Shaders
https://www.reddit.com/r/programming/comments/1l399a3/no_more_shading_languages_compiling_c_to_vulkan/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://xol.io/random/vcc-paper.pdf) [comments] (https://www.reddit.com/r/programming/comments/1l399a3/no_more_shading_languages_compiling_c_to_vulkan/)
jujutsu v0.30.0 released
https://www.reddit.com/r/programming/comments/1l3997m/jujutsu_v0300_released/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://github.com/jj-vcs/jj/releases/tag/v0.30.0) [comments] (https://www.reddit.com/r/programming/comments/1l3997m/jujutsu_v0300_released/)
Distance-Based ISA for Efficient Register Management
https://www.reddit.com/r/programming/comments/1l39859/distancebased_isa_for_efficient_register/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.sigarch.org/distance-based-isa-for-efficient-register-management/) [comments] (https://www.reddit.com/r/programming/comments/1l39859/distancebased_isa_for_efficient_register/)
Advanced Time Manipulation with GDB
https://www.reddit.com/r/programming/comments/1l396lw/advanced_time_manipulation_with_gdb/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://developers.redhat.com/articles/2025/06/04/advanced-time-manipulation-gdb) [comments] (https://www.reddit.com/r/programming/comments/1l396lw/advanced_time_manipulation_with_gdb/)
Machine Code Isn't Scary
https://www.reddit.com/r/programming/comments/1l394il/machine_code_isnt_scary/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://jimmyhmiller.com/machine-code-isnt-scary) [comments] (https://www.reddit.com/r/programming/comments/1l394il/machine_code_isnt_scary/)
Creating Sega Genesis emulator in C++
https://www.reddit.com/r/programming/comments/1l37b5i/creating_sega_genesis_emulator_in_c/
submitted by /u/Xadartt (https://www.reddit.com/user/Xadartt)
[link] (https://pvs-studio.com/en/blog/posts/1252/) [comments] (https://www.reddit.com/r/programming/comments/1l37b5i/creating_sega_genesis_emulator_in_c/)
AI code reviews are great but Senior dev reviews are here to stay!
https://www.reddit.com/r/programming/comments/1l2yj4q/ai_code_reviews_are_great_but_senior_dev_reviews/
submitted by /u/Effective-Shock7695 (https://www.reddit.com/user/Effective-Shock7695)
[link] (https://www.swiftanytime.com/blog/how-coderabbit-helped-me-improve-my-swiftui-code) [comments] (https://www.reddit.com/r/programming/comments/1l2yj4q/ai_code_reviews_are_great_but_senior_dev_reviews/)
Synchronous vs Asynchronous Communication: Choosing the Right Way to Connect Services
https://www.reddit.com/r/programming/comments/1l2y4gk/synchronous_vs_asynchronous_communication/
<!-- SC_OFF -->Imagine you're organizing a dinner party. You need to coordinate with the caterer, decorator, and musicians. You have two options: Option 1: Call each person and wait on the phone until they give you an answer (synchronous). Option 2: Send everyone a text message and continue planning while they respond when convenient (asynchronous) This simple analogy captures the essence of service communication patterns. Both approaches have their place, but choosing the wrong one can make your system slow, unreliable, or overly complex. <!-- SC_ON --> submitted by /u/vturan23 (https://www.reddit.com/user/vturan23)
[link] (https://www.codetocrack.dev/blog-single.html?id=cnd7dDuGU0HgIEohRaTj) [comments] (https://www.reddit.com/r/programming/comments/1l2y4gk/synchronous_vs_asynchronous_communication/)
Subtype Inference by Example
https://www.reddit.com/r/programming/comments/1l2nq5h/subtype_inference_by_example/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://blog.polybdenum.com/2020/07/04/subtype-inference-by-example-part-1-introducing-cubiml.html) [comments] (https://www.reddit.com/r/programming/comments/1l2nq5h/subtype_inference_by_example/)
Organic Markdown -- Literate Programming Tool
https://www.reddit.com/r/programming/comments/1l2lcke/organic_markdown_literate_programming_tool/
<!-- SC_OFF -->I've been working on my own version of a literate programming system (https://github.com/adam-ard/organic-markdown) that's inspired by emacs org-mode. But, because it's based on standard pandoc-style markdown, you can use it with a much wider range of tools. Any markdown editor will do. Even though I made it as a toy/proof of concept, it's turned out to be pretty useful for small to medium size projects. As I've used it, I've found all kinds of interesting benefits and helpful usage patterns. I've tried to document some; I hope to do more soon. --https://rethinkingsoftware.substack.com/p/the-joy-of-literate-programming --https://rethinkingsoftware.substack.com/p/organic-markdown-intro --https://rethinkingsoftware.substack.com/p/dry-on-steroids-with-literate-programming --adam-ard/videos" rel="nofollow">https://www.youtube.com/@adam-ard/videos The project is at a very early stage, but is finally stable enough that I thought it'd be fun to throw out here and see what people think. It's definitely my own unique spin on literate programming and it's been a lot of fun. See what you think! <!-- SC_ON --> submitted by /u/adamard (https://www.reddit.com/user/adamard)
[link] (https://github.com/adam-ard/organic-markdown) [comments] (https://www.reddit.com/r/programming/comments/1l2lcke/organic_markdown_literate_programming_tool/)
To Mock Or Not To Mock Your Auth: The Checklist
https://www.reddit.com/r/programming/comments/1l2k43z/to_mock_or_not_to_mock_your_auth_the_checklist/
submitted by /u/mooreds (https://www.reddit.com/user/mooreds)
[link] (https://fusionauth.io/blog/to-mock-or-not-mock-auth) [comments] (https://www.reddit.com/r/programming/comments/1l2k43z/to_mock_or_not_to_mock_your_auth_the_checklist/)
Has anyone replaced Obsidian with DeepWiki? What broke first?
https://www.reddit.com/r/programming/comments/1l3qzz5/has_anyone_replaced_obsidian_with_deepwiki_what/
<!-- SC_OFF -->I’ve been experimenting with DeepWiki (by Devin AI) as a kind of auto-generated, AI-assisted second brain. It’s slick when it works — automatic GitHub docs, semantic linking, etc. But I’ve hit friction points that make me miss Obsidian’s speed and control. Curious if anyone here has tried it seriously. What actually works well? Where did it feel too opinionated, clunky, or slow? If you gave up on it — what pushed you away? Trying to gather some perspectives before I start modifying things or roll my own version. <!-- SC_ON --> submitted by /u/ComputerCrafter (https://www.reddit.com/user/ComputerCrafter)
[link] (https://deepwiki.org/) [comments] (https://www.reddit.com/r/programming/comments/1l3qzz5/has_anyone_replaced_obsidian_with_deepwiki_what/)
GitHub - networktanner/PC-Projects: im just making simple hacks/process that allow gaming to be more fun
https://www.reddit.com/r/programming/comments/1l3kps6/github_networktannerpcprojects_im_just_making/
<!-- SC_OFF -->This is literally a python project I spent 3 weeks working on even though it doesnt seem that hard. I created a exe similar to cheat engine and process hacker with a few more tools included!!! download and lemme know if it works, or dont! <!-- SC_ON --> submitted by /u/techytanner (https://www.reddit.com/user/techytanner)
[link] (https://github.com/networktanner/PC-Projects) [comments] (https://www.reddit.com/r/programming/comments/1l3kps6/github_networktannerpcprojects_im_just_making/)
Chocolate Quake -- minimalist source port focused on preserving the original experience even including bugs and quirks (inspired by Chocolate Doom)
https://www.reddit.com/r/programming/comments/1l39tdz/chocolate_quake_minimalist_source_port_focused_on/
submitted by /u/r_retrohacking_mod2 (https://www.reddit.com/user/r_retrohacking_mod2)
[link] (https://github.com/Henrique194/chocolate-quake) [comments] (https://www.reddit.com/r/programming/comments/1l39tdz/chocolate_quake_minimalist_source_port_focused_on/)
Red Language Reference Manual
https://www.reddit.com/r/programming/comments/1l399wp/red_language_reference_manual/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.iment.com/maida/computer/redref/index.htm) [comments] (https://www.reddit.com/r/programming/comments/1l399wp/red_language_reference_manual/)
How Compiler Explorer Works in 2025
https://www.reddit.com/r/programming/comments/1l3998l/how_compiler_explorer_works_in_2025/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://xania.org/202506/how-compiler-explorer-works) [comments] (https://www.reddit.com/r/programming/comments/1l3998l/how_compiler_explorer_works_in_2025/)
Experimenting with no-build Web Applications
https://www.reddit.com/r/programming/comments/1l3996b/experimenting_with_nobuild_web_applications/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://andregarzia.com/2025/06/experimenting-with-no-build-web-applications.html) [comments] (https://www.reddit.com/r/programming/comments/1l3996b/experimenting_with_nobuild_web_applications/)
Hypervisors for Memory Introspection and Reverse Engineering
https://www.reddit.com/r/programming/comments/1l3981t/hypervisors_for_memory_introspection_and_reverse/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://memn0ps.github.io/_drafts/2025-06-02-hypervisors-for-memory-introspection-and-reverse-engineering/) [comments] (https://www.reddit.com/r/programming/comments/1l3981t/hypervisors_for_memory_introspection_and_reverse/)
Designing better file organization around tags, not hierarchies (2017)
https://www.reddit.com/r/programming/comments/1l395nh/designing_better_file_organization_around_tags/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.nayuki.io/page/designing-better-file-organization-around-tags-not-hierarchies) [comments] (https://www.reddit.com/r/programming/comments/1l395nh/designing_better_file_organization_around_tags/)
Running FreeDOS inside a Pokémon Emerald save file
https://www.reddit.com/r/programming/comments/1l37o2p/running_freedos_inside_a_pok%C3%A9mon_emerald_save_file/
submitted by /u/bitman2049 (https://www.reddit.com/user/bitman2049)
[link] (https://www.youtube.com/watch?v=nEwmYOZ-xME) [comments] (https://www.reddit.com/r/programming/comments/1l37o2p/running_freedos_inside_a_pok%C3%A9mon_emerald_save_file/)
Monitoring Backstage with OpenTelemetry
https://www.reddit.com/r/programming/comments/1l36tvf/monitoring_backstage_with_opentelemetry/
submitted by /u/elizObserves (https://www.reddit.com/user/elizObserves)
[link] (https://signoz.io/blog/monitoring-backstage-with-opentelemetry/) [comments] (https://www.reddit.com/r/programming/comments/1l36tvf/monitoring_backstage_with_opentelemetry/)
Wow…
https://www.reddit.com/r/programming/comments/1l2y6fj/wow/
<!-- SC_OFF -->Bill Gates making on ACPI "Windows Specific". <!-- SC_ON --> submitted by /u/SergioWrites (https://www.reddit.com/user/SergioWrites)
[link] (https://enaix.github.io/2025/06/03/acpi-conspiracy.html) [comments] (https://www.reddit.com/r/programming/comments/1l2y6fj/wow/)
Ace Your Next JavaScript Interview: Values, References, Coercion & Equality (Part 2)
https://www.reddit.com/r/programming/comments/1l2xqxh/ace_your_next_javascript_interview_values/
submitted by /u/pepincho (https://www.reddit.com/user/pepincho)
[link] (https://thetshaped.dev/p/ace-your-next-javascript-interview-values-references-coercion-equality) [comments] (https://www.reddit.com/r/programming/comments/1l2xqxh/ace_your_next_javascript_interview_values/)
jujutsu on tangled
https://www.reddit.com/r/programming/comments/1l2npss/jujutsu_on_tangled/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://blog.tangled.sh/stacking) [comments] (https://www.reddit.com/r/programming/comments/1l2npss/jujutsu_on_tangled/)
The Blind Spots of Platform Engineering • Matt McLarty & Erik Wilde
https://www.reddit.com/r/programming/comments/1l2kqbq/the_blind_spots_of_platform_engineering_matt/
submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://youtu.be/tvU9A6hfuKM) [comments] (https://www.reddit.com/r/programming/comments/1l2kqbq/the_blind_spots_of_platform_engineering_matt/)
Rethinking GitFlow: A Release-Oriented Workflow for Multi-Team Development
https://www.reddit.com/r/programming/comments/1l2iwbp/rethinking_gitflow_a_releaseoriented_workflow_for/
submitted by /u/cond_cond (https://www.reddit.com/user/cond_cond)
[link] (ahmetsimsek/rethinking-gitflow-a-release-oriented-workflow-for-multi-team-development-8fab204d963f" rel="nofollow">https://medium.com/@ahmetsimsek/rethinking-gitflow-a-release-oriented-workflow-for-multi-team-development-8fab204d963f) [comments] (https://www.reddit.com/r/programming/comments/1l2iwbp/rethinking_gitflow_a_releaseoriented_workflow_for/)