reddit_programming | Technologies

Telegram-канал reddit_programming - Reddit Programming

214

I will send you newest post from subreddit /r/programming

Subscribe to a channel

Reddit Programming

Poor man's bitemporal data system in SQLite and Clojure
https://www.reddit.com/r/programming/comments/1m0uvqg/poor_mans_bitemporal_data_system_in_sqlite_and/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.evalapply.org/posts/poor-mans-time-oriented-data-system/index.html) [comments] (https://www.reddit.com/r/programming/comments/1m0uvqg/poor_mans_bitemporal_data_system_in_sqlite_and/)

Читать полностью…

Reddit Programming

Adding lookbehinds to rust-lang/regex
https://www.reddit.com/r/programming/comments/1m0uu5l/adding_lookbehinds_to_rustlangregex/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://systemf.epfl.ch/blog/rust-regex-lookbehinds/) [comments] (https://www.reddit.com/r/programming/comments/1m0uu5l/adding_lookbehinds_to_rustlangregex/)

Читать полностью…

Reddit Programming

Hazel, a live functional programming environment featuring typed holes.
https://www.reddit.com/r/programming/comments/1m0ugrt/hazel_a_live_functional_programming_environment/

submitted by /u/gametorch (https://www.reddit.com/user/gametorch)
[link] (https://hazel.org/) [comments] (https://www.reddit.com/r/programming/comments/1m0ugrt/hazel_a_live_functional_programming_environment/)

Читать полностью…

Reddit Programming

Early thoughts on Kiro, Amazon’s new agentic IDE/VSCode fork
https://www.reddit.com/r/programming/comments/1m0t7a1/early_thoughts_on_kiro_amazons_new_agentic/

submitted by /u/Alone_Albatross4654 (https://www.reddit.com/user/Alone_Albatross4654)
[link] (https://trunk.io/blog/early-thoughts-on-kiro-amazon-s-new-agentic-ide-vscode-fork) [comments] (https://www.reddit.com/r/programming/comments/1m0t7a1/early_thoughts_on_kiro_amazons_new_agentic/)

Читать полностью…

Reddit Programming

Backstage Is at the Peak of Its Hype
https://www.reddit.com/r/programming/comments/1m0pf7l/backstage_is_at_the_peak_of_its_hype/

submitted by /u/vladaionescu (https://www.reddit.com/user/vladaionescu)
[link] (https://earthly.dev/blog/backstage-is-at-peak-hype/) [comments] (https://www.reddit.com/r/programming/comments/1m0pf7l/backstage_is_at_the_peak_of_its_hype/)

Читать полностью…

Reddit Programming

A Go library for building performant, type-safe AI agents that execute structured reasoning workflows.
https://www.reddit.com/r/programming/comments/1m0hw0x/a_go_library_for_building_performant_typesafe_ai/

submitted by /u/Historical_Wing_9573 (https://www.reddit.com/user/Historical_Wing_9573)
[link] (https://github.com/vitalii-honchar/go-agent) [comments] (https://www.reddit.com/r/programming/comments/1m0hw0x/a_go_library_for_building_performant_typesafe_ai/)

Читать полностью…

Reddit Programming

Essential and accidental configuration
https://www.reddit.com/r/programming/comments/1m0fuzq/essential_and_accidental_configuration/

submitted by /u/jfmengels (https://www.reddit.com/user/jfmengels)
[link] (https://jfmengels.net/essential-and-accidental-configuration) [comments] (https://www.reddit.com/r/programming/comments/1m0fuzq/essential_and_accidental_configuration/)

Читать полностью…

Reddit Programming

TIOBE's current ranking - perl from 30 to 11? How real is that?
https://www.reddit.com/r/programming/comments/1m0dkum/tiobes_current_ranking_perl_from_30_to_11_how/

submitted by /u/shevy-java (https://www.reddit.com/user/shevy-java)
[link] (https://www.tiobe.com/tiobe-index/) [comments] (https://www.reddit.com/r/programming/comments/1m0dkum/tiobes_current_ranking_perl_from_30_to_11_how/)

Читать полностью…

Reddit Programming

The hard part about feature toggles is writing code that is toggleable - not the tool used
https://www.reddit.com/r/programming/comments/1m0ch9c/the_hard_part_about_feature_toggles_is_writing/

submitted by /u/martindukz (https://www.reddit.com/user/martindukz)
[link] (https://code.mendhak.com/hardcode-feature-flags/) [comments] (https://www.reddit.com/r/programming/comments/1m0ch9c/the_hard_part_about_feature_toggles_is_writing/)

Читать полностью…

Reddit Programming

Building and deploying a Voice AI Agent to portfolio in 30 minutes
https://www.reddit.com/r/programming/comments/1m0b4b2/building_and_deploying_a_voice_ai_agent_to/

<!-- SC_OFF -->I have been experimenting with AI agents for a while now but I was looking to create a Voice AI Agent. It felt a little intimidating (since I was new to this space). So I took the chance to learn the core components with principles and understand how everything fits together. They are basically autonomous system that listens to your voice, understand what you are saying (using speech-to-text), respond using Large Language Models (LLMs) like GPT-4 and speak the answer back to you using a synthetic voice (text-to-speech). I found some amazing platforms like Rime, Vapi, Retell AI, VoiceHub, ElevenLabs so I tried a couple of them and created a post to cover everything I picked up: → building blocks
→ popular frameworks (Retell AI, LiveKit..)
→ step-by-step guide to build, test & deploy
→ real use cases I decided to go with VoiceHub as it supports flexible provider options (and free credits): - Speech-to-Text: Google, Deepgram, Gladia, Azure
- Text-to-Speech: ElevenLabs, Deepgram, Azure, OpenAI
- LLM: OpenAI, Claude, DeepSeek, Ollama, Grok Under the hood, I used ElevenLabs voices & OpenAI GPT-4o as model. read it here (free on medium): here (https://levelup.gitconnected.com/i-built-and-deployed-a-voice-ai-agent-to-my-portfolio-in-30-minutes-dd28dbbf0aed?sk=3a69bccd92dcdb5d7df2bc0914c48149) Have you built any voice ai agents before? curious to know what you think. p.s. currently trying 11.ai (alpha) by ElevenLabs. <!-- SC_ON --> submitted by /u/anmolbaranwal (https://www.reddit.com/user/anmolbaranwal)
[link] (https://levelup.gitconnected.com/i-built-and-deployed-a-voice-ai-agent-to-my-portfolio-in-30-minutes-dd28dbbf0aed?sk=3a69bccd92dcdb5d7df2bc0914c48149) [comments] (https://www.reddit.com/r/programming/comments/1m0b4b2/building_and_deploying_a_voice_ai_agent_to/)

Читать полностью…

Reddit Programming

How to Design Scalable Architecture for Enterprise SaaS | The Good Engineers
https://www.reddit.com/r/programming/comments/1m05m0f/how_to_design_scalable_architecture_for/

<!-- SC_OFF -->Designing a scalable architecture for enterprise SaaS is both an art and a science. Over the last 20 years, I’ve worked on building enterprise saas applications, modernizing legacy systems, and leading teams that deliver mission-critical SaaS platforms. In this post, I want to share a clear and battle-tested approach to SaaS architecture that scales with your business. <!-- SC_ON --> submitted by /u/plakhlani (https://www.reddit.com/user/plakhlani)
[link] (https://plakhlani.in/saas/how-to-design-scalable-architecture-for-enterprise-saas/) [comments] (https://www.reddit.com/r/programming/comments/1m05m0f/how_to_design_scalable_architecture_for/)

Читать полностью…

Reddit Programming

RFC: PHP license update
https://www.reddit.com/r/programming/comments/1m02f19/rfc_php_license_update/

submitted by /u/hallelujah-amen (https://www.reddit.com/user/hallelujah-amen)
[link] (https://wiki.php.net/rfc/php_license_update) [comments] (https://www.reddit.com/r/programming/comments/1m02f19/rfc_php_license_update/)

Читать полностью…

Reddit Programming

constrained languages are easier to optimize
https://www.reddit.com/r/programming/comments/1lzumbw/constrained_languages_are_easier_to_optimize/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://jyn.dev/constrained-languages-are-easier-to-optimize/) [comments] (https://www.reddit.com/r/programming/comments/1lzumbw/constrained_languages_are_easier_to_optimize/)

Читать полностью…

Reddit Programming

Notes on Graham's ANSI Common Lisp
https://www.reddit.com/r/programming/comments/1lzulwq/notes_on_grahams_ansi_common_lisp/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://courses.cs.northwestern.edu/325/readings/graham/graham-notes.html) [comments] (https://www.reddit.com/r/programming/comments/1lzulwq/notes_on_grahams_ansi_common_lisp/)

Читать полностью…

Reddit Programming

Binding Application in Idris
https://www.reddit.com/r/programming/comments/1lzuj76/binding_application_in_idris/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://andrevidela.com/blog/2025/binding-application/) [comments] (https://www.reddit.com/r/programming/comments/1lzuj76/binding_application_in_idris/)

Читать полностью…

Reddit Programming

A quick look at unprivileged sandboxing
https://www.reddit.com/r/programming/comments/1m0uunh/a_quick_look_at_unprivileged_sandboxing/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.uninformativ.de/blog/postings/2025-07-13/0/POSTING-en.html) [comments] (https://www.reddit.com/r/programming/comments/1m0uunh/a_quick_look_at_unprivileged_sandboxing/)

Читать полностью…

Reddit Programming

To be a better programmer, write little proofs in your head
https://www.reddit.com/r/programming/comments/1m0usy7/to_be_a_better_programmer_write_little_proofs_in/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://the-nerve-blog.ghost.io/to-be-a-better-programmer-write-little-proofs-in-your-head/) [comments] (https://www.reddit.com/r/programming/comments/1m0usy7/to_be_a_better_programmer_write_little_proofs_in/)

Читать полностью…

Reddit Programming

How I Doubled My Lookup Performance with a Bitwise Trick
https://www.reddit.com/r/programming/comments/1m0tcd6/how_i_doubled_my_lookup_performance_with_a/

<!-- SC_OFF -->Hey folks, While working on a Cuckoo Filter implementation, I originally used a simple byte array to store 4-slot buckets, each holding 1-byte fingerprints. Then it hit me—those 4 bytes fit perfectly into a 32-bit integer. So why not treat the whole bucket as a single uint? That small insight led to a few evenings of playing with bitwise operations. Eventually, I replaced loops and branching with a compact SWAR (https://en.wikipedia.org/wiki/SWAR). Here's what it is in one line: ((bucket ^ (fp * 0x01010101U)) - 0x01010101U) & ~(bucket ^ (fp * 0x01010101U)) & 0x80808080U) != 0 Over 60% faster positive lookups and more than 2× faster negative lookups. I liked the result enough to write up the whole journey in an article: the idea, the math, step-by-step explanation, and the benchmarks. If that one-liner looks scary, don't worry—it's not as bad as it seems. And it was fun stuff to explore. <!-- SC_ON --> submitted by /u/axel-user (https://www.reddit.com/user/axel-user)
[link] (https://maltsev.space/blog/012-simd-within-a-register-how-i-doubled-hash-table-lookup-performance) [comments] (https://www.reddit.com/r/programming/comments/1m0tcd6/how_i_doubled_my_lookup_performance_with_a/)

Читать полностью…

Reddit Programming

Death by a thousand slops
https://www.reddit.com/r/programming/comments/1m0qxf4/death_by_a_thousand_slops/

submitted by /u/mateusnr (https://www.reddit.com/user/mateusnr)
[link] (https://daniel.haxx.se/blog/2025/07/14/death-by-a-thousand-slops/) [comments] (https://www.reddit.com/r/programming/comments/1m0qxf4/death_by_a_thousand_slops/)

Читать полностью…

Reddit Programming

What Is AWS Kiro IDE? Features, Setup, and How It Compares to Other AI Tools
https://www.reddit.com/r/programming/comments/1m0k2e2/what_is_aws_kiro_ide_features_setup_and_how_it/

submitted by /u/root0ps (https://www.reddit.com/user/root0ps)
[link] (https://blog.prateekjain.dev/kiro-ide-by-aws-ai-coding-with-specs-and-structure-8ae696d43638?sk=f2024fa4dc080e105f73f21d57d1c81d) [comments] (https://www.reddit.com/r/programming/comments/1m0k2e2/what_is_aws_kiro_ide_features_setup_and_how_it/)

Читать полностью…

Reddit Programming

More Artificial than Intelligent, and it is only getting worse
https://www.reddit.com/r/programming/comments/1m0gfa4/more_artificial_than_intelligent_and_it_is_only/

<!-- SC_OFF -->Probably preaching to the choir here, but here's my second rant about AI. My colleagues where genuinely surprised when they heard that 50% of the AI-answers contained errors. <!-- SC_ON --> submitted by /u/monkeyinmysoup (https://www.reddit.com/user/monkeyinmysoup)
[link] (https://mlagerberg.com/much-a-little-i-and-it-is-not-getting-better/) [comments] (https://www.reddit.com/r/programming/comments/1m0gfa4/more_artificial_than_intelligent_and_it_is_only/)

Читать полностью…

Reddit Programming

Compute 10000 digits of Pi on Intel 8080 by using own 8-bit big number library
https://www.reddit.com/r/programming/comments/1m0dt2g/compute_10000_digits_of_pi_on_intel_8080_by_using/

<!-- SC_OFF -->https://github.com/quasiengineer/i8080-benchmarks <!-- SC_ON --> submitted by /u/mark-engineer (https://www.reddit.com/user/mark-engineer)
[link] (https://youtu.be/bVeXO_HuYEI) [comments] (https://www.reddit.com/r/programming/comments/1m0dt2g/compute_10000_digits_of_pi_on_intel_8080_by_using/)

Читать полностью…

Reddit Programming

Burrows-Wheeler Reversible Sorting Algorithm
https://www.reddit.com/r/programming/comments/1m0ddtk/burrowswheeler_reversible_sorting_algorithm/

submitted by /u/DataBaeBee (https://www.reddit.com/user/DataBaeBee)
[link] (https://leetarxiv.substack.com/p/burrows-wheeler-reversible-sorting) [comments] (https://www.reddit.com/r/programming/comments/1m0ddtk/burrowswheeler_reversible_sorting_algorithm/)

Читать полностью…

Reddit Programming

ANSI Escape Codes
https://www.reddit.com/r/programming/comments/1m0byvn/ansi_escape_codes/

<!-- SC_OFF -->Working with and debugging ANSI control codes and escape sequences can be a challenge. This free web-based tool helps to inspect the input, visualize colors and styling, and list control codes. By using a proper tokenizer and parser (not just regex hacks), it supports all sorts of control codes. The parser is open source and available too (find links in "about"). Type or paste text in the black text area, or try out the examples. Use the lookup table to filter & find specific codes. Feedback welcome, I’d love to know what’s confusing, missing, or especially useful. <!-- SC_ON --> submitted by /u/webprolific (https://www.reddit.com/user/webprolific)
[link] (https://ansi.tools/) [comments] (https://www.reddit.com/r/programming/comments/1m0byvn/ansi_escape_codes/)

Читать полностью…

Reddit Programming

Angular Interview Q&A: Day 25
https://www.reddit.com/r/programming/comments/1m05m1e/angular_interview_qa_day_25/

submitted by /u/MysteriousEye8494 (https://www.reddit.com/user/MysteriousEye8494)
[link] (https://medium.com/devinsight/angular-interview-q-a-day-25-ee1033079d8d) [comments] (https://www.reddit.com/r/programming/comments/1m05m1e/angular_interview_qa_day_25/)

Читать полностью…

Reddit Programming

Day 35: Environment Variables in Node.js — Best Practices & Security Tips
https://www.reddit.com/r/programming/comments/1m04lgm/day_35_environment_variables_in_nodejs_best/

submitted by /u/MysteriousEye8494 (https://www.reddit.com/user/MysteriousEye8494)
[link] (https://medium.com/stackademic/day-35-environment-variables-in-node-js-best-practices-security-tips-081b597df34b) [comments] (https://www.reddit.com/r/programming/comments/1m04lgm/day_35_environment_variables_in_nodejs_best/)

Читать полностью…

Reddit Programming

The Design and Implementation of Extensible Records for Rust in CGP
https://www.reddit.com/r/programming/comments/1lzumva/the_design_and_implementation_of_extensible/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://contextgeneric.dev/blog/extensible-datatypes-part-3/) [comments] (https://www.reddit.com/r/programming/comments/1lzumva/the_design_and_implementation_of_extensible/)

Читать полностью…

Reddit Programming

perldelta - what is new for perl v5.42.0
https://www.reddit.com/r/programming/comments/1lzulyr/perldelta_what_is_new_for_perl_v5420/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://perldoc.perl.org/5.42.0/perldelta) [comments] (https://www.reddit.com/r/programming/comments/1lzulyr/perldelta_what_is_new_for_perl_v5420/)

Читать полностью…

Reddit Programming

C-: A Portable Assembly Language (1997)
https://www.reddit.com/r/programming/comments/1lzulm2/c_a_portable_assembly_language_1997/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.microsoft.com/en-us/research/publication/c-a-portable-assembly-language/) [comments] (https://www.reddit.com/r/programming/comments/1lzulm2/c_a_portable_assembly_language_1997/)

Читать полностью…

Reddit Programming

Data alignment for speed: myth or reality?
https://www.reddit.com/r/programming/comments/1lzui56/data_alignment_for_speed_myth_or_reality/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://lemire.me/blog/2012/05/31/data-alignment-for-speed-myth-or-reality/) [comments] (https://www.reddit.com/r/programming/comments/1lzui56/data_alignment_for_speed_myth_or_reality/)

Читать полностью…
Subscribe to a channel