Curious what people working on AI governance or alignment think about staged decision pipelines like this. <!-- SC_ON --> submitted by /u/Smooth-Horror1527 (https://www.reddit.com/user/Smooth-Horror1527)
[link] (https://share.google/5woTTuZ7OCShuVL78) [comments] (https://www.reddit.com/r/programming/comments/1rppnfa/heres_how_i_used_alchemy_to_improve_ai_auditing/)
[link] (https://share.google/5woTTuZ7OCShuVL78) [comments] (https://www.reddit.com/r/programming/comments/1rppnfa/heres_how_i_used_alchemy_to_improve_ai_auditing/)
What’s in high demand for freelancers and easiest for beginners to start?
https://www.reddit.com/r/programming/comments/1rppoqy/whats_in_high_demand_for_freelancers_and_easiest/
<!-- SC_OFF -->A friend suggested that web frontend, backend, maybe fullstack, or app development (Android/iOS) are the easiest to learn as a beginner and are also in demand. Is this true? How should I decide which one to choose, and where can I learn it? <!-- SC_ON --> submitted by /u/Hot-Advisor-3353 (https://www.reddit.com/user/Hot-Advisor-3353)
[link] (http://question.com/) [comments] (https://www.reddit.com/r/programming/comments/1rppoqy/whats_in_high_demand_for_freelancers_and_easiest/)
https://www.reddit.com/r/programming/comments/1rppoqy/whats_in_high_demand_for_freelancers_and_easiest/
<!-- SC_OFF -->A friend suggested that web frontend, backend, maybe fullstack, or app development (Android/iOS) are the easiest to learn as a beginner and are also in demand. Is this true? How should I decide which one to choose, and where can I learn it? <!-- SC_ON --> submitted by /u/Hot-Advisor-3353 (https://www.reddit.com/user/Hot-Advisor-3353)
[link] (http://question.com/) [comments] (https://www.reddit.com/r/programming/comments/1rppoqy/whats_in_high_demand_for_freelancers_and_easiest/)
p-fast trie: lexically ordered hash map
https://www.reddit.com/r/programming/comments/1rpt5a7/pfast_trie_lexically_ordered_hash_map/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://dotat.at/@/2025-08-04-p-fast-trie.html) [comments] (https://www.reddit.com/r/programming/comments/1rpt5a7/pfast_trie_lexically_ordered_hash_map/)
https://www.reddit.com/r/programming/comments/1rpt5a7/pfast_trie_lexically_ordered_hash_map/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://dotat.at/@/2025-08-04-p-fast-trie.html) [comments] (https://www.reddit.com/r/programming/comments/1rpt5a7/pfast_trie_lexically_ordered_hash_map/)
Exploring Mutable Consteval State in C++26
https://www.reddit.com/r/programming/comments/1rputf4/exploring_mutable_consteval_state_in_c26/
submitted by /u/friedkeenan (https://www.reddit.com/user/friedkeenan)
[link] (https://friedkeenan.github.io/posts/exploring-mutable-consteval-state/) [comments] (https://www.reddit.com/r/programming/comments/1rputf4/exploring_mutable_consteval_state_in_c26/)
https://www.reddit.com/r/programming/comments/1rputf4/exploring_mutable_consteval_state_in_c26/
submitted by /u/friedkeenan (https://www.reddit.com/user/friedkeenan)
[link] (https://friedkeenan.github.io/posts/exploring-mutable-consteval-state/) [comments] (https://www.reddit.com/r/programming/comments/1rputf4/exploring_mutable_consteval_state_in_c26/)
What it costs to run 1M image search in production
https://www.reddit.com/r/programming/comments/1rpx54f/what_it_costs_to_run_1m_image_search_in_production/
<!-- SC_OFF -->I priced out every piece of infrastructure for running CLIP-based image search on 1M images in production GPU inference is 80% of the bill. A g6.xlarge running OpenCLIP ViT-H/14 costs $588/month and handles 50-100 img/s. CPU inference gets you 0.2 img/s which is not viable Vector storage is cheap. 1M vectors at 1024 dims is 4.1 GB. Pinecone $50-80/month, Qdrant $65-102, pgvector on RDS $260-270. Even the expensive option is small compared to GPU S3 + CloudFront: under $25/month for 500 GB of images Backend: a couple t3.small instances behind an ALB with auto scaling. $57-120/month Totals: Moderate traffic (~100K searches/day): $740/month Enterprise (~500K+ searches/day): $1,845/month <!-- SC_ON --> submitted by /u/K3NCHO (https://www.reddit.com/user/K3NCHO)
[link] (https://vecstore.app/blog/what-it-costs-to-search-1m-images) [comments] (https://www.reddit.com/r/programming/comments/1rpx54f/what_it_costs_to_run_1m_image_search_in_production/)
https://www.reddit.com/r/programming/comments/1rpx54f/what_it_costs_to_run_1m_image_search_in_production/
<!-- SC_OFF -->I priced out every piece of infrastructure for running CLIP-based image search on 1M images in production GPU inference is 80% of the bill. A g6.xlarge running OpenCLIP ViT-H/14 costs $588/month and handles 50-100 img/s. CPU inference gets you 0.2 img/s which is not viable Vector storage is cheap. 1M vectors at 1024 dims is 4.1 GB. Pinecone $50-80/month, Qdrant $65-102, pgvector on RDS $260-270. Even the expensive option is small compared to GPU S3 + CloudFront: under $25/month for 500 GB of images Backend: a couple t3.small instances behind an ALB with auto scaling. $57-120/month Totals: Moderate traffic (~100K searches/day): $740/month Enterprise (~500K+ searches/day): $1,845/month <!-- SC_ON --> submitted by /u/K3NCHO (https://www.reddit.com/user/K3NCHO)
[link] (https://vecstore.app/blog/what-it-costs-to-search-1m-images) [comments] (https://www.reddit.com/r/programming/comments/1rpx54f/what_it_costs_to_run_1m_image_search_in_production/)
Training a Neural Network in 16-bit Fixed Point on a 1982 BBC Micro
https://www.reddit.com/r/programming/comments/1rpzuf3/training_a_neural_network_in_16bit_fixed_point_on/
submitted by /u/mariuz (https://www.reddit.com/user/mariuz)
[link] (https://www.jamesdrandall.com/posts/neural_network_bbc_micro/) [comments] (https://www.reddit.com/r/programming/comments/1rpzuf3/training_a_neural_network_in_16bit_fixed_point_on/)
https://www.reddit.com/r/programming/comments/1rpzuf3/training_a_neural_network_in_16bit_fixed_point_on/
submitted by /u/mariuz (https://www.reddit.com/user/mariuz)
[link] (https://www.jamesdrandall.com/posts/neural_network_bbc_micro/) [comments] (https://www.reddit.com/r/programming/comments/1rpzuf3/training_a_neural_network_in_16bit_fixed_point_on/)
Sit On Your Ass Web Development
https://www.reddit.com/r/programming/comments/1rq1kmb/sit_on_your_ass_web_development/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://blog.jim-nielsen.com/2025/sit-on-your-ass-web-dev/) [comments] (https://www.reddit.com/r/programming/comments/1rq1kmb/sit_on_your_ass_web_development/)
https://www.reddit.com/r/programming/comments/1rq1kmb/sit_on_your_ass_web_development/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://blog.jim-nielsen.com/2025/sit-on-your-ass-web-dev/) [comments] (https://www.reddit.com/r/programming/comments/1rq1kmb/sit_on_your_ass_web_development/)
CI should fail on your machine first
https://www.reddit.com/r/programming/comments/1rq3al4/ci_should_fail_on_your_machine_first/
submitted by /u/NorfairKing2 (https://www.reddit.com/user/NorfairKing2)
[link] (https://blog.nix-ci.com/post/2026-03-09_ci-should-fail-on-your-machine-first) [comments] (https://www.reddit.com/r/programming/comments/1rq3al4/ci_should_fail_on_your_machine_first/)
https://www.reddit.com/r/programming/comments/1rq3al4/ci_should_fail_on_your_machine_first/
submitted by /u/NorfairKing2 (https://www.reddit.com/user/NorfairKing2)
[link] (https://blog.nix-ci.com/post/2026-03-09_ci-should-fail-on-your-machine-first) [comments] (https://www.reddit.com/r/programming/comments/1rq3al4/ci_should_fail_on_your_machine_first/)
Anonymizing Data with Greenmask and OpenEverest
https://www.reddit.com/r/programming/comments/1rq46dv/anonymizing_data_with_greenmask_and_openeverest/
submitted by /u/anyweny (https://www.reddit.com/user/anyweny)
[link] (https://openeverest.io/blog/greenmask-data-anonymization/) [comments] (https://www.reddit.com/r/programming/comments/1rq46dv/anonymizing_data_with_greenmask_and_openeverest/)
https://www.reddit.com/r/programming/comments/1rq46dv/anonymizing_data_with_greenmask_and_openeverest/
submitted by /u/anyweny (https://www.reddit.com/user/anyweny)
[link] (https://openeverest.io/blog/greenmask-data-anonymization/) [comments] (https://www.reddit.com/r/programming/comments/1rq46dv/anonymizing_data_with_greenmask_and_openeverest/)
NEW in Python 3.15: Unpacking in Comprehensions
https://www.reddit.com/r/programming/comments/1rq6k19/new_in_python_315_unpacking_in_comprehensions/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.youtube.com/watch?v=vaKozOH_B4A) [comments] (https://www.reddit.com/r/programming/comments/1rq6k19/new_in_python_315_unpacking_in_comprehensions/)
https://www.reddit.com/r/programming/comments/1rq6k19/new_in_python_315_unpacking_in_comprehensions/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.youtube.com/watch?v=vaKozOH_B4A) [comments] (https://www.reddit.com/r/programming/comments/1rq6k19/new_in_python_315_unpacking_in_comprehensions/)
Exploring the ways different languages handle errors
https://www.reddit.com/r/programming/comments/1rq6r1f/exploring_the_ways_different_languages_handle/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.youtube.com/watch?v=zOUsVf1LsKg) [comments] (https://www.reddit.com/r/programming/comments/1rq6r1f/exploring_the_ways_different_languages_handle/)
https://www.reddit.com/r/programming/comments/1rq6r1f/exploring_the_ways_different_languages_handle/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.youtube.com/watch?v=zOUsVf1LsKg) [comments] (https://www.reddit.com/r/programming/comments/1rq6r1f/exploring_the_ways_different_languages_handle/)
F-Bounded Polymorphism: Type-Safe Builders in Java
https://www.reddit.com/r/programming/comments/1rq7ub1/fbounded_polymorphism_typesafe_builders_in_java/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.fbounded.com/blog/f-bounded-polymorphism) [comments] (https://www.reddit.com/r/programming/comments/1rq7ub1/fbounded_polymorphism_typesafe_builders_in_java/)
https://www.reddit.com/r/programming/comments/1rq7ub1/fbounded_polymorphism_typesafe_builders_in_java/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.fbounded.com/blog/f-bounded-polymorphism) [comments] (https://www.reddit.com/r/programming/comments/1rq7ub1/fbounded_polymorphism_typesafe_builders_in_java/)
Java 18 to 25 Benchmarks: How Performance Evolved Over Time
https://www.reddit.com/r/programming/comments/1rq7we5/java_18_to_25_benchmarks_how_performance_evolved/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.repoflow.io/blog/java-18-to-25-benchmarks-how-performance-evolved-over-time) [comments] (https://www.reddit.com/r/programming/comments/1rq7we5/java_18_to_25_benchmarks_how_performance_evolved/)
https://www.reddit.com/r/programming/comments/1rq7we5/java_18_to_25_benchmarks_how_performance_evolved/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.repoflow.io/blog/java-18-to-25-benchmarks-how-performance-evolved-over-time) [comments] (https://www.reddit.com/r/programming/comments/1rq7we5/java_18_to_25_benchmarks_how_performance_evolved/)
nominal types in webassembly
https://www.reddit.com/r/programming/comments/1rq9gze/nominal_types_in_webassembly/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://wingolog.org/archives/2026/03/10/nominal-types-in-webassembly) [comments] (https://www.reddit.com/r/programming/comments/1rq9gze/nominal_types_in_webassembly/)
https://www.reddit.com/r/programming/comments/1rq9gze/nominal_types_in_webassembly/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://wingolog.org/archives/2026/03/10/nominal-types-in-webassembly) [comments] (https://www.reddit.com/r/programming/comments/1rq9gze/nominal_types_in_webassembly/)
Tony Hoare, creator of Quicksort & Null, passed away.
https://www.reddit.com/r/programming/comments/1rqkp1v/tony_hoare_creator_of_quicksort_null_passed_away/
submitted by /u/TheTwelveYearOld (https://www.reddit.com/user/TheTwelveYearOld)
[link] (https://blog.computationalcomplexity.org/2026/03/tony-hoare-1934-2026.html) [comments] (https://www.reddit.com/r/programming/comments/1rqkp1v/tony_hoare_creator_of_quicksort_null_passed_away/)
https://www.reddit.com/r/programming/comments/1rqkp1v/tony_hoare_creator_of_quicksort_null_passed_away/
submitted by /u/TheTwelveYearOld (https://www.reddit.com/user/TheTwelveYearOld)
[link] (https://blog.computationalcomplexity.org/2026/03/tony-hoare-1934-2026.html) [comments] (https://www.reddit.com/r/programming/comments/1rqkp1v/tony_hoare_creator_of_quicksort_null_passed_away/)
simple-git npm package has a CVSS 9.8 RCE. 5M+ weekly downloads. check your lockfiles.
https://www.reddit.com/r/programming/comments/1rqldot/simplegit_npm_package_has_a_cvss_98_rce_5m_weekly/
<!-- SC_OFF -->CVE-2026-28292. remote code execution through a case-sensitivity bypass. found the writeup at https://www.codeant.ai/security-research/security-research-simple-git-remote-code-execution-cve-2026-28292 simple-git is everywhere, CI/CD pipelines, deploy scripts, automation tools. the kind of dependency you forget you have until something like this drops. <!-- SC_ON --> submitted by /u/Amor_Advantage_3 (https://www.reddit.com/user/Amor_Advantage_3)
[link] (https://www.codeant.ai/security-research/security-research-simple-git-remote-code-execution-cve-2026-28292) [comments] (https://www.reddit.com/r/programming/comments/1rqldot/simplegit_npm_package_has_a_cvss_98_rce_5m_weekly/)
https://www.reddit.com/r/programming/comments/1rqldot/simplegit_npm_package_has_a_cvss_98_rce_5m_weekly/
<!-- SC_OFF -->CVE-2026-28292. remote code execution through a case-sensitivity bypass. found the writeup at https://www.codeant.ai/security-research/security-research-simple-git-remote-code-execution-cve-2026-28292 simple-git is everywhere, CI/CD pipelines, deploy scripts, automation tools. the kind of dependency you forget you have until something like this drops. <!-- SC_ON --> submitted by /u/Amor_Advantage_3 (https://www.reddit.com/user/Amor_Advantage_3)
[link] (https://www.codeant.ai/security-research/security-research-simple-git-remote-code-execution-cve-2026-28292) [comments] (https://www.reddit.com/r/programming/comments/1rqldot/simplegit_npm_package_has_a_cvss_98_rce_5m_weekly/)
Why I stopped using NixOS and went back to Arch Linux
https://www.reddit.com/r/programming/comments/1rqpuz3/why_i_stopped_using_nixos_and_went_back_to_arch/
submitted by /u/itsdevelopic (https://www.reddit.com/user/itsdevelopic)
[link] (https://developic.dpdns.org/blog/why-i-switched-back-to-arch-linux) [comments] (https://www.reddit.com/r/programming/comments/1rqpuz3/why_i_stopped_using_nixos_and_went_back_to_arch/)
https://www.reddit.com/r/programming/comments/1rqpuz3/why_i_stopped_using_nixos_and_went_back_to_arch/
submitted by /u/itsdevelopic (https://www.reddit.com/user/itsdevelopic)
[link] (https://developic.dpdns.org/blog/why-i-switched-back-to-arch-linux) [comments] (https://www.reddit.com/r/programming/comments/1rqpuz3/why_i_stopped_using_nixos_and_went_back_to_arch/)
Faster asin() Was Hiding In Plain Sight
https://www.reddit.com/r/programming/comments/1rqsn8b/faster_asin_was_hiding_in_plain_sight/
submitted by /u/def-pri-pub (https://www.reddit.com/user/def-pri-pub)
[link] (https://16bpp.net/blog/post/faster-asin-was-hiding-in-plain-sight/) [comments] (https://www.reddit.com/r/programming/comments/1rqsn8b/faster_asin_was_hiding_in_plain_sight/)
https://www.reddit.com/r/programming/comments/1rqsn8b/faster_asin_was_hiding_in_plain_sight/
submitted by /u/def-pri-pub (https://www.reddit.com/user/def-pri-pub)
[link] (https://16bpp.net/blog/post/faster-asin-was-hiding-in-plain-sight/) [comments] (https://www.reddit.com/r/programming/comments/1rqsn8b/faster_asin_was_hiding_in_plain_sight/)
What Makes a Successful Standard?
https://www.reddit.com/r/programming/comments/1rqvi6y/what_makes_a_successful_standard/
submitted by /u/mooreds (https://www.reddit.com/user/mooreds)
[link] (https://sphericalcowconsulting.com/2026/02/24/what-makes-a-successful-standard/) [comments] (https://www.reddit.com/r/programming/comments/1rqvi6y/what_makes_a_successful_standard/)
https://www.reddit.com/r/programming/comments/1rqvi6y/what_makes_a_successful_standard/
submitted by /u/mooreds (https://www.reddit.com/user/mooreds)
[link] (https://sphericalcowconsulting.com/2026/02/24/what-makes-a-successful-standard/) [comments] (https://www.reddit.com/r/programming/comments/1rqvi6y/what_makes_a_successful_standard/)
Temporal: The 9-Year Journey to Fix Time in JavaScript
https://www.reddit.com/r/programming/comments/1rqxh0q/temporal_the_9year_journey_to_fix_time_in/
submitted by /u/mariuz (https://www.reddit.com/user/mariuz)
[link] (https://bloomberg.github.io/js-blog/post/temporal/) [comments] (https://www.reddit.com/r/programming/comments/1rqxh0q/temporal_the_9year_journey_to_fix_time_in/)
https://www.reddit.com/r/programming/comments/1rqxh0q/temporal_the_9year_journey_to_fix_time_in/
submitted by /u/mariuz (https://www.reddit.com/user/mariuz)
[link] (https://bloomberg.github.io/js-blog/post/temporal/) [comments] (https://www.reddit.com/r/programming/comments/1rqxh0q/temporal_the_9year_journey_to_fix_time_in/)
Zig – Type Resolution Redesign and Language Changes
https://www.reddit.com/r/programming/comments/1rqysa7/zig_type_resolution_redesign_and_language_changes/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://ziglang.org/devlog/2026/#2026-03-10) [comments] (https://www.reddit.com/r/programming/comments/1rqysa7/zig_type_resolution_redesign_and_language_changes/)
https://www.reddit.com/r/programming/comments/1rqysa7/zig_type_resolution_redesign_and_language_changes/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://ziglang.org/devlog/2026/#2026-03-10) [comments] (https://www.reddit.com/r/programming/comments/1rqysa7/zig_type_resolution_redesign_and_language_changes/)