Accidentally making $1000 for finding Security Bugs as a Backend Developer
https://www.reddit.com/r/programming/comments/1qi3y9x/accidentally_making_1000_for_finding_security/
submitted by /u/overkiller_xd (https://www.reddit.com/user/overkiller_xd)
[link] (https://not-afraid.medium.com/accidentally-making-1000-for-finding-security-bugs-as-a-backend-developer-3e562c77eefc?post) [comments] (https://www.reddit.com/r/programming/comments/1qi3y9x/accidentally_making_1000_for_finding_security/)
https://www.reddit.com/r/programming/comments/1qi3y9x/accidentally_making_1000_for_finding_security/
submitted by /u/overkiller_xd (https://www.reddit.com/user/overkiller_xd)
[link] (https://not-afraid.medium.com/accidentally-making-1000-for-finding-security-bugs-as-a-backend-developer-3e562c77eefc?post) [comments] (https://www.reddit.com/r/programming/comments/1qi3y9x/accidentally_making_1000_for_finding_security/)
Moving Complexity Down: The Real Path to Scaling Up C++ Code - Malin Stanescu - CppCon 2025
https://www.reddit.com/r/programming/comments/1qi7jod/moving_complexity_down_the_real_path_to_scaling/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.youtube.com/watch?v=SPHJ4yWE0Io) [comments] (https://www.reddit.com/r/programming/comments/1qi7jod/moving_complexity_down_the_real_path_to_scaling/)
https://www.reddit.com/r/programming/comments/1qi7jod/moving_complexity_down_the_real_path_to_scaling/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.youtube.com/watch?v=SPHJ4yWE0Io) [comments] (https://www.reddit.com/r/programming/comments/1qi7jod/moving_complexity_down_the_real_path_to_scaling/)
LLVM adopts "human in the loop" policy for AI/tool-assisted contributions
https://www.reddit.com/r/programming/comments/1qi8vz4/llvm_adopts_human_in_the_loop_policy_for/
submitted by /u/Fcking_Chuck (https://www.reddit.com/user/Fcking_Chuck)
[link] (https://www.phoronix.com/news/LLVM-Human-In-The-Loop) [comments] (https://www.reddit.com/r/programming/comments/1qi8vz4/llvm_adopts_human_in_the_loop_policy_for/)
https://www.reddit.com/r/programming/comments/1qi8vz4/llvm_adopts_human_in_the_loop_policy_for/
submitted by /u/Fcking_Chuck (https://www.reddit.com/user/Fcking_Chuck)
[link] (https://www.phoronix.com/news/LLVM-Human-In-The-Loop) [comments] (https://www.reddit.com/r/programming/comments/1qi8vz4/llvm_adopts_human_in_the_loop_policy_for/)
The State of WebAssembly 2025-2026
https://www.reddit.com/r/programming/comments/1qiahw1/the_state_of_webassembly_20252026/
submitted by /u/Shnupaquia (https://www.reddit.com/user/Shnupaquia)
[link] (https://platform.uno/blog/the-state-of-webassembly-2025-2026/) [comments] (https://www.reddit.com/r/programming/comments/1qiahw1/the_state_of_webassembly_20252026/)
https://www.reddit.com/r/programming/comments/1qiahw1/the_state_of_webassembly_20252026/
submitted by /u/Shnupaquia (https://www.reddit.com/user/Shnupaquia)
[link] (https://platform.uno/blog/the-state-of-webassembly-2025-2026/) [comments] (https://www.reddit.com/r/programming/comments/1qiahw1/the_state_of_webassembly_20252026/)
Optimizing satellite position calculations with SIMD and Zig
https://www.reddit.com/r/programming/comments/1qibtpn/optimizing_satellite_position_calculations_with/
<!-- SC_OFF -->A writeup on the optimization techniques I used to hit 11M+(~7M w python bindings) satellite position calculations per second using Zig. No GPU, just careful memory access patterns <!-- SC_ON --> submitted by /u/Frozen_Poseidon (https://www.reddit.com/user/Frozen_Poseidon)
[link] (https://atempleton.bearblog.dev/i-made-zig-compute-33-million-satellite-positions-in-3-seconds-no-gpu-required/) [comments] (https://www.reddit.com/r/programming/comments/1qibtpn/optimizing_satellite_position_calculations_with/)
https://www.reddit.com/r/programming/comments/1qibtpn/optimizing_satellite_position_calculations_with/
<!-- SC_OFF -->A writeup on the optimization techniques I used to hit 11M+(~7M w python bindings) satellite position calculations per second using Zig. No GPU, just careful memory access patterns <!-- SC_ON --> submitted by /u/Frozen_Poseidon (https://www.reddit.com/user/Frozen_Poseidon)
[link] (https://atempleton.bearblog.dev/i-made-zig-compute-33-million-satellite-positions-in-3-seconds-no-gpu-required/) [comments] (https://www.reddit.com/r/programming/comments/1qibtpn/optimizing_satellite_position_calculations_with/)
PULS v0.5.0 Released - A Rust-based detailed system monitoring and editing dashboard on TUI
https://www.reddit.com/r/programming/comments/1qidla9/puls_v050_released_a_rustbased_detailed_system/
submitted by /u/word-sys (https://www.reddit.com/user/word-sys)
[link] (https://github.com/word-sys/puls/releases/tag/0.5.0) [comments] (https://www.reddit.com/r/programming/comments/1qidla9/puls_v050_released_a_rustbased_detailed_system/)
https://www.reddit.com/r/programming/comments/1qidla9/puls_v050_released_a_rustbased_detailed_system/
submitted by /u/word-sys (https://www.reddit.com/user/word-sys)
[link] (https://github.com/word-sys/puls/releases/tag/0.5.0) [comments] (https://www.reddit.com/r/programming/comments/1qidla9/puls_v050_released_a_rustbased_detailed_system/)
Collaborative editing with AI is really, really hard
https://www.reddit.com/r/programming/comments/1qif79w/collaborative_editing_with_ai_is_really_really/
<!-- SC_OFF -->When I started working on this, I assumed it was basically a solved problem. But when I went looking to see how other products implemented it, I couldn't actually find anyone that really did full-on collaborative editing with AI agents. This post is basically the notes that (I hope) are useful for anyone else who wants to build this kind of thing. <!-- SC_ON --> submitted by /u/hausdorff_spaces (https://www.reddit.com/user/hausdorff_spaces)
[link] (https://www.moment.dev/blog/collab-with-ai-is-hard) [comments] (https://www.reddit.com/r/programming/comments/1qif79w/collaborative_editing_with_ai_is_really_really/)
https://www.reddit.com/r/programming/comments/1qif79w/collaborative_editing_with_ai_is_really_really/
<!-- SC_OFF -->When I started working on this, I assumed it was basically a solved problem. But when I went looking to see how other products implemented it, I couldn't actually find anyone that really did full-on collaborative editing with AI agents. This post is basically the notes that (I hope) are useful for anyone else who wants to build this kind of thing. <!-- SC_ON --> submitted by /u/hausdorff_spaces (https://www.reddit.com/user/hausdorff_spaces)
[link] (https://www.moment.dev/blog/collab-with-ai-is-hard) [comments] (https://www.reddit.com/r/programming/comments/1qif79w/collaborative_editing_with_ai_is_really_really/)
Flutter ECS: Performance Optimization & Profiling
https://www.reddit.com/r/programming/comments/1qinnyc/flutter_ecs_performance_optimization_profiling/
<!-- SC_OFF -->Hey all! I just published Part 4 in my Flutter ECS series on Medium focusing on how to optimize performance and profile your app when using an Event-Component-System architecture. If you’re building Flutter apps with ECS (or curious about it), this article breaks down practical patterns that help you avoid wasted work, reduce rebuilds, and make performance a design feature not an afterthought. In this post, you’ll learn: - Why single responsibility systems make performance tuning easier - How reactsTo, interactsWith, reactsIf / executesIf influence performance - Practical ECS profiling strategies to pinpoint bottlenecks - Component update controls (force, notify) that help batch or silence changes - How ECS surfaces performance issues you’d otherwise miss in widget centric code This is Part 4 of my series; if you missed the earlier posts, they cover rethinking state management, async workflows, and testing ECS systems. Read the full article here: https://medium.com/@dr.e.rashidi/flutter-ecs-performance-optimization-profiling-e75e89099203 If you try any of the techniques or want feedback on using ECS in your project, drop your thoughts below! 😊 <!-- SC_ON --> submitted by /u/_Flame_Of_Udun_ (https://www.reddit.com/user/_Flame_Of_Udun_)
[link] (https://medium.com/@dr.e.rashidi/flutter-ecs-performance-optimization-profiling-e75e89099203) [comments] (https://www.reddit.com/r/programming/comments/1qinnyc/flutter_ecs_performance_optimization_profiling/)
https://www.reddit.com/r/programming/comments/1qinnyc/flutter_ecs_performance_optimization_profiling/
<!-- SC_OFF -->Hey all! I just published Part 4 in my Flutter ECS series on Medium focusing on how to optimize performance and profile your app when using an Event-Component-System architecture. If you’re building Flutter apps with ECS (or curious about it), this article breaks down practical patterns that help you avoid wasted work, reduce rebuilds, and make performance a design feature not an afterthought. In this post, you’ll learn: - Why single responsibility systems make performance tuning easier - How reactsTo, interactsWith, reactsIf / executesIf influence performance - Practical ECS profiling strategies to pinpoint bottlenecks - Component update controls (force, notify) that help batch or silence changes - How ECS surfaces performance issues you’d otherwise miss in widget centric code This is Part 4 of my series; if you missed the earlier posts, they cover rethinking state management, async workflows, and testing ECS systems. Read the full article here: https://medium.com/@dr.e.rashidi/flutter-ecs-performance-optimization-profiling-e75e89099203 If you try any of the techniques or want feedback on using ECS in your project, drop your thoughts below! 😊 <!-- SC_ON --> submitted by /u/_Flame_Of_Udun_ (https://www.reddit.com/user/_Flame_Of_Udun_)
[link] (https://medium.com/@dr.e.rashidi/flutter-ecs-performance-optimization-profiling-e75e89099203) [comments] (https://www.reddit.com/r/programming/comments/1qinnyc/flutter_ecs_performance_optimization_profiling/)
WSL Dashboard v0.1.0 Released,A modern, high-performance, and lightweight WSL (Windows Subsystem for Linux) instance management dashboard.
https://www.reddit.com/r/programming/comments/1qir79v/wsl_dashboard_v010_releaseda_modern/
<!-- SC_OFF -->Built with Rust and Slint for a premium native experience. Key Features Intuitive GUI with dark mode support and smooth animations. One-click management for all your WSL distributions (Start, Stop, Terminate, Unregister). Quick access to distribution terminals, VS Code, and File Explorer. Real-time WSL instance status monitoring and display. Export and backup to .tar or compressed .tar.gz archives. Import and clone instances from backups or existing distributions. Relocate large WSL instances (VHDX migration) to other disks to save C: drive space. Smart distribution installation from Microsoft Store or GitHub. Built-in RootFS download helper for manual installs. Detailed insights into VHDX file location, virtual disk size, and actual disk usage. The software supports multiple languages: English, Simplified Chinese, Traditional Chinese, Japanese, French, Spanish, Russian, Portuguese, German, Italian, Turkish, Indonesian, Hindi, and Bengali. https://github.com/owu/wsl-dashboard If you find this open-source project useful, please star it on GitHub. Thank you very much! <!-- SC_ON --> submitted by /u/freecalf (https://www.reddit.com/user/freecalf)
[link] (https://github.com/owu/wsl-dashboard) [comments] (https://www.reddit.com/r/programming/comments/1qir79v/wsl_dashboard_v010_releaseda_modern/)
https://www.reddit.com/r/programming/comments/1qir79v/wsl_dashboard_v010_releaseda_modern/
<!-- SC_OFF -->Built with Rust and Slint for a premium native experience. Key Features Intuitive GUI with dark mode support and smooth animations. One-click management for all your WSL distributions (Start, Stop, Terminate, Unregister). Quick access to distribution terminals, VS Code, and File Explorer. Real-time WSL instance status monitoring and display. Export and backup to .tar or compressed .tar.gz archives. Import and clone instances from backups or existing distributions. Relocate large WSL instances (VHDX migration) to other disks to save C: drive space. Smart distribution installation from Microsoft Store or GitHub. Built-in RootFS download helper for manual installs. Detailed insights into VHDX file location, virtual disk size, and actual disk usage. The software supports multiple languages: English, Simplified Chinese, Traditional Chinese, Japanese, French, Spanish, Russian, Portuguese, German, Italian, Turkish, Indonesian, Hindi, and Bengali. https://github.com/owu/wsl-dashboard If you find this open-source project useful, please star it on GitHub. Thank you very much! <!-- SC_ON --> submitted by /u/freecalf (https://www.reddit.com/user/freecalf)
[link] (https://github.com/owu/wsl-dashboard) [comments] (https://www.reddit.com/r/programming/comments/1qir79v/wsl_dashboard_v010_releaseda_modern/)
Building a Multi-Tenant Metrics Pipeline for Thousands of Clients (with Thanos)
https://www.reddit.com/r/programming/comments/1qiuq77/building_a_multitenant_metrics_pipeline_for/
<!-- SC_OFF -->Last big project I did at my last position. It was a lot of fun and I wanted to do a high-level blog post on how it worked. <!-- SC_ON --> submitted by /u/jrobbproj (https://www.reddit.com/user/jrobbproj)
[link] (https://jamesrobb.ca/projects/metrics_pipeline/) [comments] (https://www.reddit.com/r/programming/comments/1qiuq77/building_a_multitenant_metrics_pipeline_for/)
https://www.reddit.com/r/programming/comments/1qiuq77/building_a_multitenant_metrics_pipeline_for/
<!-- SC_OFF -->Last big project I did at my last position. It was a lot of fun and I wanted to do a high-level blog post on how it worked. <!-- SC_ON --> submitted by /u/jrobbproj (https://www.reddit.com/user/jrobbproj)
[link] (https://jamesrobb.ca/projects/metrics_pipeline/) [comments] (https://www.reddit.com/r/programming/comments/1qiuq77/building_a_multitenant_metrics_pipeline_for/)
6 Things I Learned About OpenTelemetry Contribution (That the Docs Won't Tell You)
https://www.reddit.com/r/programming/comments/1qiv7e8/6_things_i_learned_about_opentelemetry/
submitted by /u/elizObserves (https://www.reddit.com/user/elizObserves)
[link] (https://newsletter.signoz.io/p/6-things-i-learned-about-opentelemetry) [comments] (https://www.reddit.com/r/programming/comments/1qiv7e8/6_things_i_learned_about_opentelemetry/)
https://www.reddit.com/r/programming/comments/1qiv7e8/6_things_i_learned_about_opentelemetry/
submitted by /u/elizObserves (https://www.reddit.com/user/elizObserves)
[link] (https://newsletter.signoz.io/p/6-things-i-learned-about-opentelemetry) [comments] (https://www.reddit.com/r/programming/comments/1qiv7e8/6_things_i_learned_about_opentelemetry/)
Why Naive SPSC Queues Fail - A Step-by-Step Walkthrough
https://www.reddit.com/r/programming/comments/1qivp66/why_naive_spsc_queues_fail_a_stepbystep/
<!-- SC_OFF -->I put together a short video series that walks through building a single-producer / single-consumer queue from scratch. The current videos cover: • a naive SPSC implementation • why it seems correct • where it breaks down (cache effects, memory ordering assumptions) The next step will be evolving this into a lock-free design, but I wanted to share the reasoning process first since that’s usually glossed over. Feedback from people with real-world concurrency experience would be very welcome. https://youtube.com/playlist?list=PLHricCAtcO58\\\_4dKgQOzIT6rl9ke5vS1w&si=3NBWV9fsrlKHnylV (https://youtube.com/playlist?list=PLHricCAtcO58%5C%5C%5C_4dKgQOzIT6rl9ke5vS1w&si=3NBWV9fsrlKHnylV) <!-- SC_ON --> submitted by /u/okay_vss (https://www.reddit.com/user/okay_vss)
[link] (https://youtube.com/playlist?list=PLHricCAtcO58_4dKgQOzIT6rl9ke5vS1w&si=3NBWV9fsrlKHnylV) [comments] (https://www.reddit.com/r/programming/comments/1qivp66/why_naive_spsc_queues_fail_a_stepbystep/)
https://www.reddit.com/r/programming/comments/1qivp66/why_naive_spsc_queues_fail_a_stepbystep/
<!-- SC_OFF -->I put together a short video series that walks through building a single-producer / single-consumer queue from scratch. The current videos cover: • a naive SPSC implementation • why it seems correct • where it breaks down (cache effects, memory ordering assumptions) The next step will be evolving this into a lock-free design, but I wanted to share the reasoning process first since that’s usually glossed over. Feedback from people with real-world concurrency experience would be very welcome. https://youtube.com/playlist?list=PLHricCAtcO58\\\_4dKgQOzIT6rl9ke5vS1w&si=3NBWV9fsrlKHnylV (https://youtube.com/playlist?list=PLHricCAtcO58%5C%5C%5C_4dKgQOzIT6rl9ke5vS1w&si=3NBWV9fsrlKHnylV) <!-- SC_ON --> submitted by /u/okay_vss (https://www.reddit.com/user/okay_vss)
[link] (https://youtube.com/playlist?list=PLHricCAtcO58_4dKgQOzIT6rl9ke5vS1w&si=3NBWV9fsrlKHnylV) [comments] (https://www.reddit.com/r/programming/comments/1qivp66/why_naive_spsc_queues_fail_a_stepbystep/)
I built a new type of erasure code using Bloom filters
https://www.reddit.com/r/programming/comments/1qivu6e/i_built_a_new_type_of_erasure_code_using_bloom/
submitted by /u/chainless-coder (https://www.reddit.com/user/chainless-coder)
[link] (https://lumramabaja.com/posts/let-it-bloom-the-seeds-of-information-chaining-part-1/) [comments] (https://www.reddit.com/r/programming/comments/1qivu6e/i_built_a_new_type_of_erasure_code_using_bloom/)
https://www.reddit.com/r/programming/comments/1qivu6e/i_built_a_new_type_of_erasure_code_using_bloom/
submitted by /u/chainless-coder (https://www.reddit.com/user/chainless-coder)
[link] (https://lumramabaja.com/posts/let-it-bloom-the-seeds-of-information-chaining-part-1/) [comments] (https://www.reddit.com/r/programming/comments/1qivu6e/i_built_a_new_type_of_erasure_code_using_bloom/)
The Sidecar Siphon: Exploiting Identity Leaks in Service Mesh Architectures
https://www.reddit.com/r/programming/comments/1qiwfxq/the_sidecar_siphon_exploiting_identity_leaks_in/
submitted by /u/JadeLuxe (https://www.reddit.com/user/JadeLuxe)
[link] (https://instatunnel.my/blog/the-sidecar-siphon-exploiting-identity-leaks-in-service-mesh-architectures) [comments] (https://www.reddit.com/r/programming/comments/1qiwfxq/the_sidecar_siphon_exploiting_identity_leaks_in/)
https://www.reddit.com/r/programming/comments/1qiwfxq/the_sidecar_siphon_exploiting_identity_leaks_in/
submitted by /u/JadeLuxe (https://www.reddit.com/user/JadeLuxe)
[link] (https://instatunnel.my/blog/the-sidecar-siphon-exploiting-identity-leaks-in-service-mesh-architectures) [comments] (https://www.reddit.com/r/programming/comments/1qiwfxq/the_sidecar_siphon_exploiting_identity_leaks_in/)
Two Catastrophic Failures Caused by "Obvious" Assumptions
https://www.reddit.com/r/programming/comments/1qj00yq/two_catastrophic_failures_caused_by_obvious/
<!-- SC_OFF -->Both incidents involve smart people doing reasonable things and systems behaving exactly as designed. Mars Climate Orbiter (1999): lost because one team used Imperial units and the other used Metric. Citibank $500M error (2020): a routine interest payment turned into a principal transfer due to ambiguous UI labels. The problem wasn’t complexity but "meaning" that existed only in people’s heads. This is a breakdown of how assumptions turn into catastrophic technical debt. <!-- SC_ON --> submitted by /u/Vast-Drawing-98 (https://www.reddit.com/user/Vast-Drawing-98)
[link] (https://open.substack.com/pub/alexanderfashakin/p/make-it-make-sense-nobody-clicked-the-wrong-button?utm_campaign=post-expanded-share&utm_medium=web) [comments] (https://www.reddit.com/r/programming/comments/1qj00yq/two_catastrophic_failures_caused_by_obvious/)
https://www.reddit.com/r/programming/comments/1qj00yq/two_catastrophic_failures_caused_by_obvious/
<!-- SC_OFF -->Both incidents involve smart people doing reasonable things and systems behaving exactly as designed. Mars Climate Orbiter (1999): lost because one team used Imperial units and the other used Metric. Citibank $500M error (2020): a routine interest payment turned into a principal transfer due to ambiguous UI labels. The problem wasn’t complexity but "meaning" that existed only in people’s heads. This is a breakdown of how assumptions turn into catastrophic technical debt. <!-- SC_ON --> submitted by /u/Vast-Drawing-98 (https://www.reddit.com/user/Vast-Drawing-98)
[link] (https://open.substack.com/pub/alexanderfashakin/p/make-it-make-sense-nobody-clicked-the-wrong-button?utm_campaign=post-expanded-share&utm_medium=web) [comments] (https://www.reddit.com/r/programming/comments/1qj00yq/two_catastrophic_failures_caused_by_obvious/)
Making an LSP for great good
https://www.reddit.com/r/programming/comments/1qj0d6y/making_an_lsp_for_great_good/
<!-- SC_OFF -->You can see the LSP working live in the playground (https://thunderseethe.dev/making-a-language) <!-- SC_ON --> submitted by /u/thunderseethe (https://www.reddit.com/user/thunderseethe)
[link] (https://thunderseethe.dev/posts/lsp-base/) [comments] (https://www.reddit.com/r/programming/comments/1qj0d6y/making_an_lsp_for_great_good/)
https://www.reddit.com/r/programming/comments/1qj0d6y/making_an_lsp_for_great_good/
<!-- SC_OFF -->You can see the LSP working live in the playground (https://thunderseethe.dev/making-a-language) <!-- SC_ON --> submitted by /u/thunderseethe (https://www.reddit.com/user/thunderseethe)
[link] (https://thunderseethe.dev/posts/lsp-base/) [comments] (https://www.reddit.com/r/programming/comments/1qj0d6y/making_an_lsp_for_great_good/)
Antithesis - The Deterministic Computer
https://www.reddit.com/r/programming/comments/1qj0ujc/antithesis_the_deterministic_computer/
submitted by /u/Tybug2 (https://www.reddit.com/user/Tybug2)
[link] (https://mack.work/blog/antithesis) [comments] (https://www.reddit.com/r/programming/comments/1qj0ujc/antithesis_the_deterministic_computer/)
https://www.reddit.com/r/programming/comments/1qj0ujc/antithesis_the_deterministic_computer/
submitted by /u/Tybug2 (https://www.reddit.com/user/Tybug2)
[link] (https://mack.work/blog/antithesis) [comments] (https://www.reddit.com/r/programming/comments/1qj0ujc/antithesis_the_deterministic_computer/)
Five Mistakes I've Made with Euler Angles
https://www.reddit.com/r/programming/comments/1qj5loa/five_mistakes_ive_made_with_euler_angles/
submitted by /u/boscillator (https://www.reddit.com/user/boscillator)
[link] (https://buchanan.one/blog/rotations/) [comments] (https://www.reddit.com/r/programming/comments/1qj5loa/five_mistakes_ive_made_with_euler_angles/)
https://www.reddit.com/r/programming/comments/1qj5loa/five_mistakes_ive_made_with_euler_angles/
submitted by /u/boscillator (https://www.reddit.com/user/boscillator)
[link] (https://buchanan.one/blog/rotations/) [comments] (https://www.reddit.com/r/programming/comments/1qj5loa/five_mistakes_ive_made_with_euler_angles/)
Rollout of AI may need to be slowed to ‘save society’, says JP Morgan boss | Davos 2026
https://www.reddit.com/r/programming/comments/1qj910p/rollout_of_ai_may_need_to_be_slowed_to_save/
submitted by /u/Numerous-Trust7439 (https://www.reddit.com/user/Numerous-Trust7439)
[link] (https://www.theguardian.com/technology/2026/jan/21/rollout-ai-slowed-save-society-jp-morgan-jamie-dimon-jensen-huang) [comments] (https://www.reddit.com/r/programming/comments/1qj910p/rollout_of_ai_may_need_to_be_slowed_to_save/)
https://www.reddit.com/r/programming/comments/1qj910p/rollout_of_ai_may_need_to_be_slowed_to_save/
submitted by /u/Numerous-Trust7439 (https://www.reddit.com/user/Numerous-Trust7439)
[link] (https://www.theguardian.com/technology/2026/jan/21/rollout-ai-slowed-save-society-jp-morgan-jamie-dimon-jensen-huang) [comments] (https://www.reddit.com/r/programming/comments/1qj910p/rollout_of_ai_may_need_to_be_slowed_to_save/)
Using KadePy (Python) to communicate with Node.js via Hyperswarm — best practices?
https://www.reddit.com/r/programming/comments/1qjgwt2/using_kadepy_python_to_communicate_with_nodejs/
<!-- SC_OFF -->Hey everyone, I recently released KadePy, a Python library inspired by Hyperswarm, with the goal of enabling P2P communication between Python and Node.js using the same swarm/discovery concepts. I've been experimenting with a setup since: Python uses KadePy Node.js uses Hyperswarm Both enter the same thread and exchange binary messages/streams2 So far, it's a function for basic messages, but I'd like to receive feedback from people with more experiences with: Hyperswarm Internal Operation P2 P Networks Communication between runtime environments (Python ↔ Node.js) Something questions: Are there any issues encountered when confusing Python-based peers with Hyperswarm peers in Node.js? Anything recommended for message inquiries, handshakes, or broadcast protocols? Do anyone have performance or security issues with a C extension approach to CPython? Would it make sense to completely mirror a Hyperswarm API or maintain a more Pythonic abstraction? For those curious, the project is open source and still in its early stages. I'd greatly appreciate any feedback, criticism, or ideas from the community. Thank you! <!-- SC_ON --> submitted by /u/Shoddy_Use_473 (https://www.reddit.com/user/Shoddy_Use_473)
[link] (https://github.com/on00dev/KadePy.git) [comments] (https://www.reddit.com/r/programming/comments/1qjgwt2/using_kadepy_python_to_communicate_with_nodejs/)
https://www.reddit.com/r/programming/comments/1qjgwt2/using_kadepy_python_to_communicate_with_nodejs/
<!-- SC_OFF -->Hey everyone, I recently released KadePy, a Python library inspired by Hyperswarm, with the goal of enabling P2P communication between Python and Node.js using the same swarm/discovery concepts. I've been experimenting with a setup since: Python uses KadePy Node.js uses Hyperswarm Both enter the same thread and exchange binary messages/streams2 So far, it's a function for basic messages, but I'd like to receive feedback from people with more experiences with: Hyperswarm Internal Operation P2 P Networks Communication between runtime environments (Python ↔ Node.js) Something questions: Are there any issues encountered when confusing Python-based peers with Hyperswarm peers in Node.js? Anything recommended for message inquiries, handshakes, or broadcast protocols? Do anyone have performance or security issues with a C extension approach to CPython? Would it make sense to completely mirror a Hyperswarm API or maintain a more Pythonic abstraction? For those curious, the project is open source and still in its early stages. I'd greatly appreciate any feedback, criticism, or ideas from the community. Thank you! <!-- SC_ON --> submitted by /u/Shoddy_Use_473 (https://www.reddit.com/user/Shoddy_Use_473)
[link] (https://github.com/on00dev/KadePy.git) [comments] (https://www.reddit.com/r/programming/comments/1qjgwt2/using_kadepy_python_to_communicate_with_nodejs/)
Do not fall for complex technology
https://www.reddit.com/r/programming/comments/1qjs5rf/do_not_fall_for_complex_technology/
submitted by /u/f311a (https://www.reddit.com/user/f311a)
[link] (https://rushter.com/blog/complex-tech/) [comments] (https://www.reddit.com/r/programming/comments/1qjs5rf/do_not_fall_for_complex_technology/)
https://www.reddit.com/r/programming/comments/1qjs5rf/do_not_fall_for_complex_technology/
submitted by /u/f311a (https://www.reddit.com/user/f311a)
[link] (https://rushter.com/blog/complex-tech/) [comments] (https://www.reddit.com/r/programming/comments/1qjs5rf/do_not_fall_for_complex_technology/)