A smart way to get C++ speed for voice AI in Python: a look at the TEN framework
https://www.reddit.com/r/programming/comments/1nq11of/a_smart_way_to_get_c_speed_for_voice_ai_in_python/
<!-- SC_OFF -->We all know that getting real-time performance in Python can be tricky, especially with I/O-heavy tasks like audio streaming. I've been looking for a good way to tackle this without having to rewrite everything in C++. I recently stumbled upon the TEN framework, and its architecture is clever. It uses a high-performance C++ core for the heavy lifting but has a clean, first-class Python API. Their new v0.10 release really refines this, so you can write all your main logic in Python and let the C++ backend handle the speed-critical parts. It’s the same hybrid approach that makes libraries like NumPy so powerful. They've also built out a whole suite of tools for things like voice activity and turn detection, so you're not starting from scratch. If you're building any application where responsiveness is critical, this project is definitely worth a look. It seems like it's built by engineers who've actually faced these problems before. <!-- SC_ON --> submitted by /u/Global-Biscotti-8449 (https://www.reddit.com/user/Global-Biscotti-8449)
[link] (https://github.com/TEN-framework) [comments] (https://www.reddit.com/r/programming/comments/1nq11of/a_smart_way_to_get_c_speed_for_voice_ai_in_python/)
https://www.reddit.com/r/programming/comments/1nq11of/a_smart_way_to_get_c_speed_for_voice_ai_in_python/
<!-- SC_OFF -->We all know that getting real-time performance in Python can be tricky, especially with I/O-heavy tasks like audio streaming. I've been looking for a good way to tackle this without having to rewrite everything in C++. I recently stumbled upon the TEN framework, and its architecture is clever. It uses a high-performance C++ core for the heavy lifting but has a clean, first-class Python API. Their new v0.10 release really refines this, so you can write all your main logic in Python and let the C++ backend handle the speed-critical parts. It’s the same hybrid approach that makes libraries like NumPy so powerful. They've also built out a whole suite of tools for things like voice activity and turn detection, so you're not starting from scratch. If you're building any application where responsiveness is critical, this project is definitely worth a look. It seems like it's built by engineers who've actually faced these problems before. <!-- SC_ON --> submitted by /u/Global-Biscotti-8449 (https://www.reddit.com/user/Global-Biscotti-8449)
[link] (https://github.com/TEN-framework) [comments] (https://www.reddit.com/r/programming/comments/1nq11of/a_smart_way_to_get_c_speed_for_voice_ai_in_python/)
How to implement the Outbox pattern in Go and Postgres
https://www.reddit.com/r/programming/comments/1nq1sob/how_to_implement_the_outbox_pattern_in_go_and/
submitted by /u/der_gopher (https://www.reddit.com/user/der_gopher)
[link] (https://packagemain.tech/p/how-to-implement-the-outbox-pattern-in-golang) [comments] (https://www.reddit.com/r/programming/comments/1nq1sob/how_to_implement_the_outbox_pattern_in_go_and/)
https://www.reddit.com/r/programming/comments/1nq1sob/how_to_implement_the_outbox_pattern_in_go_and/
submitted by /u/der_gopher (https://www.reddit.com/user/der_gopher)
[link] (https://packagemain.tech/p/how-to-implement-the-outbox-pattern-in-golang) [comments] (https://www.reddit.com/r/programming/comments/1nq1sob/how_to_implement_the_outbox_pattern_in_go_and/)
Parallel Streaming Pattern in Go: How to Scan Large S3 or GCS Buckets Significantly Faster
https://www.reddit.com/r/programming/comments/1nq2xc7/parallel_streaming_pattern_in_go_how_to_scan/
submitted by /u/destel116 (https://www.reddit.com/user/destel116)
[link] (https://destel.dev/blog/fast-listing-of-files-from-s3-gcs-and-other-object-storages) [comments] (https://www.reddit.com/r/programming/comments/1nq2xc7/parallel_streaming_pattern_in_go_how_to_scan/)
https://www.reddit.com/r/programming/comments/1nq2xc7/parallel_streaming_pattern_in_go_how_to_scan/
submitted by /u/destel116 (https://www.reddit.com/user/destel116)
[link] (https://destel.dev/blog/fast-listing-of-files-from-s3-gcs-and-other-object-storages) [comments] (https://www.reddit.com/r/programming/comments/1nq2xc7/parallel_streaming_pattern_in_go_how_to_scan/)
From Rust to Reality: The Hidden Journey of fetch_max
https://www.reddit.com/r/programming/comments/1nq47v8/from_rust_to_reality_the_hidden_journey_of_fetch/
submitted by /u/_shadowbannedagain (https://www.reddit.com/user/_shadowbannedagain)
[link] (https://questdb.com/blog/rust-fetch-max-compiler-journey/) [comments] (https://www.reddit.com/r/programming/comments/1nq47v8/from_rust_to_reality_the_hidden_journey_of_fetch/)
https://www.reddit.com/r/programming/comments/1nq47v8/from_rust_to_reality_the_hidden_journey_of_fetch/
submitted by /u/_shadowbannedagain (https://www.reddit.com/user/_shadowbannedagain)
[link] (https://questdb.com/blog/rust-fetch-max-compiler-journey/) [comments] (https://www.reddit.com/r/programming/comments/1nq47v8/from_rust_to_reality_the_hidden_journey_of_fetch/)
Windows App SDK 1.8.1 released
https://www.reddit.com/r/programming/comments/1nq4px6/windows_app_sdk_181_released/
submitted by /u/reps_up (https://www.reddit.com/user/reps_up)
[link] (https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/stable-channel) [comments] (https://www.reddit.com/r/programming/comments/1nq4px6/windows_app_sdk_181_released/)
https://www.reddit.com/r/programming/comments/1nq4px6/windows_app_sdk_181_released/
submitted by /u/reps_up (https://www.reddit.com/user/reps_up)
[link] (https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/stable-channel) [comments] (https://www.reddit.com/r/programming/comments/1nq4px6/windows_app_sdk_181_released/)
Knotty: A domain-specific language for knitting patterns
https://www.reddit.com/r/programming/comments/1nq577e/knotty_a_domainspecific_language_for_knitting/
submitted by /u/GarethX (https://www.reddit.com/user/GarethX)
[link] (https://t0mpr1c3.github.io/knotty/index.html) [comments] (https://www.reddit.com/r/programming/comments/1nq577e/knotty_a_domainspecific_language_for_knitting/)
https://www.reddit.com/r/programming/comments/1nq577e/knotty_a_domainspecific_language_for_knitting/
submitted by /u/GarethX (https://www.reddit.com/user/GarethX)
[link] (https://t0mpr1c3.github.io/knotty/index.html) [comments] (https://www.reddit.com/r/programming/comments/1nq577e/knotty_a_domainspecific_language_for_knitting/)
PostgreSQL 18 Released!
https://www.reddit.com/r/programming/comments/1nq6g8p/postgresql_18_released/
submitted by /u/jskatz05 (https://www.reddit.com/user/jskatz05)
[link] (https://www.postgresql.org/about/news/postgresql-18-released-3142/) [comments] (https://www.reddit.com/r/programming/comments/1nq6g8p/postgresql_18_released/)
https://www.reddit.com/r/programming/comments/1nq6g8p/postgresql_18_released/
submitted by /u/jskatz05 (https://www.reddit.com/user/jskatz05)
[link] (https://www.postgresql.org/about/news/postgresql-18-released-3142/) [comments] (https://www.reddit.com/r/programming/comments/1nq6g8p/postgresql_18_released/)
Zellij's creator on WebAssembly
https://www.reddit.com/r/programming/comments/1nq8xog/zellijs_creator_on_webassembly/
<!-- SC_OFF -->Zellij's creator on WebAssembly https://youtube.com/shorts/epM7hNOg7S8?feature=share <!-- SC_ON --> submitted by /u/perecastor (https://www.reddit.com/user/perecastor)
[link] (https://youtube.com/shorts/epM7hNOg7S8?feature=share) [comments] (https://www.reddit.com/r/programming/comments/1nq8xog/zellijs_creator_on_webassembly/)
https://www.reddit.com/r/programming/comments/1nq8xog/zellijs_creator_on_webassembly/
<!-- SC_OFF -->Zellij's creator on WebAssembly https://youtube.com/shorts/epM7hNOg7S8?feature=share <!-- SC_ON --> submitted by /u/perecastor (https://www.reddit.com/user/perecastor)
[link] (https://youtube.com/shorts/epM7hNOg7S8?feature=share) [comments] (https://www.reddit.com/r/programming/comments/1nq8xog/zellijs_creator_on_webassembly/)
A Very Early History of Algebraic Data Types
https://www.reddit.com/r/programming/comments/1nqepj3/a_very_early_history_of_algebraic_data_types/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.hillelwayne.com/post/algdt-history/) [comments] (https://www.reddit.com/r/programming/comments/1nqepj3/a_very_early_history_of_algebraic_data_types/)
https://www.reddit.com/r/programming/comments/1nqepj3/a_very_early_history_of_algebraic_data_types/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.hillelwayne.com/post/algdt-history/) [comments] (https://www.reddit.com/r/programming/comments/1nqepj3/a_very_early_history_of_algebraic_data_types/)
CHERI and the efforts to get Linux running on it
https://www.reddit.com/r/programming/comments/1nqeps9/cheri_and_the_efforts_to_get_linux_running_on_it/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://lwn.net/SubscriberLink/1037974/903c6f9a42f7782a/) [comments] (https://www.reddit.com/r/programming/comments/1nqeps9/cheri_and_the_efforts_to_get_linux_running_on_it/)
https://www.reddit.com/r/programming/comments/1nqeps9/cheri_and_the_efforts_to_get_linux_running_on_it/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://lwn.net/SubscriberLink/1037974/903c6f9a42f7782a/) [comments] (https://www.reddit.com/r/programming/comments/1nqeps9/cheri_and_the_efforts_to_get_linux_running_on_it/)
Tracing JITs in the real world @ CPython Core Dev Sprint
https://www.reddit.com/r/programming/comments/1nqetmw/tracing_jits_in_the_real_world_cpython_core_dev/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://antocuni.eu/2025/09/24/tracing-jits-in-the-real-world--cpython-core-dev-sprint/) [comments] (https://www.reddit.com/r/programming/comments/1nqetmw/tracing_jits_in_the_real_world_cpython_core_dev/)
https://www.reddit.com/r/programming/comments/1nqetmw/tracing_jits_in_the_real_world_cpython_core_dev/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://antocuni.eu/2025/09/24/tracing-jits-in-the-real-world--cpython-core-dev-sprint/) [comments] (https://www.reddit.com/r/programming/comments/1nqetmw/tracing_jits_in_the_real_world_cpython_core_dev/)
Graal Truffle tutorial part 0 – what is Truffle?
https://www.reddit.com/r/programming/comments/1nqeu2d/graal_truffle_tutorial_part_0_what_is_truffle/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.endoflineblog.com/graal-truffle-tutorial-part-0-what-is-truffle) [comments] (https://www.reddit.com/r/programming/comments/1nqeu2d/graal_truffle_tutorial_part_0_what_is_truffle/)
https://www.reddit.com/r/programming/comments/1nqeu2d/graal_truffle_tutorial_part_0_what_is_truffle/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.endoflineblog.com/graal-truffle-tutorial-part-0-what-is-truffle) [comments] (https://www.reddit.com/r/programming/comments/1nqeu2d/graal_truffle_tutorial_part_0_what_is_truffle/)
Fundamental of Virtual Memory
https://www.reddit.com/r/programming/comments/1nqevwx/fundamental_of_virtual_memory/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://nghiant3223.github.io/2025/05/29/fundamental_of_virtual_memory.html) [comments] (https://www.reddit.com/r/programming/comments/1nqevwx/fundamental_of_virtual_memory/)
https://www.reddit.com/r/programming/comments/1nqevwx/fundamental_of_virtual_memory/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://nghiant3223.github.io/2025/05/29/fundamental_of_virtual_memory.html) [comments] (https://www.reddit.com/r/programming/comments/1nqevwx/fundamental_of_virtual_memory/)
Specification, speed and (a) schedule
https://www.reddit.com/r/programming/comments/1nqew5e/specification_speed_and_a_schedule/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://kaleidawave.github.io/posts/specification-speed-schedule/) [comments] (https://www.reddit.com/r/programming/comments/1nqew5e/specification_speed_and_a_schedule/)
https://www.reddit.com/r/programming/comments/1nqew5e/specification_speed_and_a_schedule/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://kaleidawave.github.io/posts/specification-speed-schedule/) [comments] (https://www.reddit.com/r/programming/comments/1nqew5e/specification_speed_and_a_schedule/)
Immutable Infrastructure DevOps: Why You Should Replace, Not Patch
https://www.reddit.com/r/programming/comments/1nqg0j9/immutable_infrastructure_devops_why_you_should/
submitted by /u/trolleid (https://www.reddit.com/user/trolleid)
[link] (https://lukasniessen.medium.com/immutable-infrastructure-devops-why-you-should-replace-not-patch-e9a2cf71785e) [comments] (https://www.reddit.com/r/programming/comments/1nqg0j9/immutable_infrastructure_devops_why_you_should/)
https://www.reddit.com/r/programming/comments/1nqg0j9/immutable_infrastructure_devops_why_you_should/
submitted by /u/trolleid (https://www.reddit.com/user/trolleid)
[link] (https://lukasniessen.medium.com/immutable-infrastructure-devops-why-you-should-replace-not-patch-e9a2cf71785e) [comments] (https://www.reddit.com/r/programming/comments/1nqg0j9/immutable_infrastructure_devops_why_you_should/)
Decision Log: Why writing down your technical choices is a game-changer
https://www.reddit.com/r/programming/comments/1nqgn7x/decision_log_why_writing_down_your_technical/
submitted by /u/dmp0x7c5 (https://www.reddit.com/user/dmp0x7c5)
[link] (https://l.perspectiveship.com/re-decl) [comments] (https://www.reddit.com/r/programming/comments/1nqgn7x/decision_log_why_writing_down_your_technical/)
https://www.reddit.com/r/programming/comments/1nqgn7x/decision_log_why_writing_down_your_technical/
submitted by /u/dmp0x7c5 (https://www.reddit.com/user/dmp0x7c5)
[link] (https://l.perspectiveship.com/re-decl) [comments] (https://www.reddit.com/r/programming/comments/1nqgn7x/decision_log_why_writing_down_your_technical/)
Zero downtime Postgres upgrades using logical replication
https://www.reddit.com/r/programming/comments/1nqj0k7/zero_downtime_postgres_upgrades_using_logical/
submitted by /u/rizzlesaurus_rex (https://www.reddit.com/user/rizzlesaurus_rex)
[link] (https://gadget.dev/blog/zero-downtime-postgres-upgrades-using-logical-replication) [comments] (https://www.reddit.com/r/programming/comments/1nqj0k7/zero_downtime_postgres_upgrades_using_logical/)
https://www.reddit.com/r/programming/comments/1nqj0k7/zero_downtime_postgres_upgrades_using_logical/
submitted by /u/rizzlesaurus_rex (https://www.reddit.com/user/rizzlesaurus_rex)
[link] (https://gadget.dev/blog/zero-downtime-postgres-upgrades-using-logical-replication) [comments] (https://www.reddit.com/r/programming/comments/1nqj0k7/zero_downtime_postgres_upgrades_using_logical/)
Reflection: C++’s Decade-Defining Rocket Engine - Herb Sutter - CppCon 2025
https://www.reddit.com/r/programming/comments/1nqjrdb/reflection_cs_decadedefining_rocket_engine_herb/
submitted by /u/EventSevere2034 (https://www.reddit.com/user/EventSevere2034)
[link] (https://www.youtube.com/watch?v=7z9NNrRDHQU) [comments] (https://www.reddit.com/r/programming/comments/1nqjrdb/reflection_cs_decadedefining_rocket_engine_herb/)
https://www.reddit.com/r/programming/comments/1nqjrdb/reflection_cs_decadedefining_rocket_engine_herb/
submitted by /u/EventSevere2034 (https://www.reddit.com/user/EventSevere2034)
[link] (https://www.youtube.com/watch?v=7z9NNrRDHQU) [comments] (https://www.reddit.com/r/programming/comments/1nqjrdb/reflection_cs_decadedefining_rocket_engine_herb/)
Build a Water Simulation in Go with Raylib-go
https://www.reddit.com/r/programming/comments/1nqtk0x/build_a_water_simulation_in_go_with_raylibgo/
submitted by /u/tlittle88 (https://www.reddit.com/user/tlittle88)
[link] (https://medium.com/timlittle/build-a-water-simulation-in-go-with-raylib-go-91c895891263) [comments] (https://www.reddit.com/r/programming/comments/1nqtk0x/build_a_water_simulation_in_go_with_raylibgo/)
https://www.reddit.com/r/programming/comments/1nqtk0x/build_a_water_simulation_in_go_with_raylibgo/
submitted by /u/tlittle88 (https://www.reddit.com/user/tlittle88)
[link] (https://medium.com/timlittle/build-a-water-simulation-in-go-with-raylib-go-91c895891263) [comments] (https://www.reddit.com/r/programming/comments/1nqtk0x/build_a_water_simulation_in_go_with_raylibgo/)
Astrophysicist on Vibe Coding (2 minutes)
https://www.reddit.com/r/programming/comments/1nqui4m/astrophysicist_on_vibe_coding_2_minutes/
submitted by /u/fredoverflow (https://www.reddit.com/user/fredoverflow)
[link] (https://www.youtube.com/watch?v=nIw893_Q03s) [comments] (https://www.reddit.com/r/programming/comments/1nqui4m/astrophysicist_on_vibe_coding_2_minutes/)
https://www.reddit.com/r/programming/comments/1nqui4m/astrophysicist_on_vibe_coding_2_minutes/
submitted by /u/fredoverflow (https://www.reddit.com/user/fredoverflow)
[link] (https://www.youtube.com/watch?v=nIw893_Q03s) [comments] (https://www.reddit.com/r/programming/comments/1nqui4m/astrophysicist_on_vibe_coding_2_minutes/)
Tired of messy SQL queries? I wrote a guide that helped me clean up mine
https://www.reddit.com/r/programming/comments/1nqupgj/tired_of_messy_sql_queries_i_wrote_a_guide_that/
<!-- SC_OFF -->Here’s the link: https://medium.com/@tanmay.bansal20/inside-the-life-of-an-sql-query-from-parsing-to-execution-and-everything-i-learned-the-hard-way-cdfc31193b7b?sk=59793bff8146f824cd6eb7f5ab4f5d7c I recently dove deep into SQL mistakes we all make — from subtle performance killers to common logic errors — and wrote a practical guide on how to spot and fix them. I also included tips for optimization and some tricks I wish I’d known earlier. Some things you’ll find in the guide: How simple mistakes can slow down your queries Common pitfalls with joins, groupings, and subqueries Optimization strategies that actually make a difference If you’ve ever wondered why your SQL feels slower than it should, or just want to write cleaner, more efficient queries, this might help. Would love to hear your thoughts or any tips you’d add. What’s the worst SQL bug you’ve run into recently? <!-- SC_ON --> submitted by /u/Tanmay__13 (https://www.reddit.com/user/Tanmay__13)
[link] (https://medium.com/@tanmay.bansal20/inside-the-life-of-an-sql-query-from-parsing-to-execution-and-everything-i-learned-the-hard-way-cdfc31193b7b?sk=59793bff8146f824cd6eb7f5ab4f5d7c) [comments] (https://www.reddit.com/r/programming/comments/1nqupgj/tired_of_messy_sql_queries_i_wrote_a_guide_that/)
https://www.reddit.com/r/programming/comments/1nqupgj/tired_of_messy_sql_queries_i_wrote_a_guide_that/
<!-- SC_OFF -->Here’s the link: https://medium.com/@tanmay.bansal20/inside-the-life-of-an-sql-query-from-parsing-to-execution-and-everything-i-learned-the-hard-way-cdfc31193b7b?sk=59793bff8146f824cd6eb7f5ab4f5d7c I recently dove deep into SQL mistakes we all make — from subtle performance killers to common logic errors — and wrote a practical guide on how to spot and fix them. I also included tips for optimization and some tricks I wish I’d known earlier. Some things you’ll find in the guide: How simple mistakes can slow down your queries Common pitfalls with joins, groupings, and subqueries Optimization strategies that actually make a difference If you’ve ever wondered why your SQL feels slower than it should, or just want to write cleaner, more efficient queries, this might help. Would love to hear your thoughts or any tips you’d add. What’s the worst SQL bug you’ve run into recently? <!-- SC_ON --> submitted by /u/Tanmay__13 (https://www.reddit.com/user/Tanmay__13)
[link] (https://medium.com/@tanmay.bansal20/inside-the-life-of-an-sql-query-from-parsing-to-execution-and-everything-i-learned-the-hard-way-cdfc31193b7b?sk=59793bff8146f824cd6eb7f5ab4f5d7c) [comments] (https://www.reddit.com/r/programming/comments/1nqupgj/tired_of_messy_sql_queries_i_wrote_a_guide_that/)