Looking for Paywall Article Sharing (Pragmatic Engineer)
https://www.reddit.com/r/programming/comments/1md6nb7/looking_for_paywall_article_sharing_pragmatic/
<!-- SC_OFF -->Hello,
I came across an article that really interests me, but it's behind a subscription paywall ($15/month). That feels like a steep price for just one article, so I was wondering if anyone here is subscribed and could share it with me? Title: Building Great SDKs
Link: https://newsletter.pragmaticengineer.com/p/building-great-sdks Thanks! <!-- SC_ON --> submitted by /u/lambda-person (https://www.reddit.com/user/lambda-person)
[link] (https://newsletter.pragmaticengineer.com/p/building-great-sdks) [comments] (https://www.reddit.com/r/programming/comments/1md6nb7/looking_for_paywall_article_sharing_pragmatic/)
https://www.reddit.com/r/programming/comments/1md6nb7/looking_for_paywall_article_sharing_pragmatic/
<!-- SC_OFF -->Hello,
I came across an article that really interests me, but it's behind a subscription paywall ($15/month). That feels like a steep price for just one article, so I was wondering if anyone here is subscribed and could share it with me? Title: Building Great SDKs
Link: https://newsletter.pragmaticengineer.com/p/building-great-sdks Thanks! <!-- SC_ON --> submitted by /u/lambda-person (https://www.reddit.com/user/lambda-person)
[link] (https://newsletter.pragmaticengineer.com/p/building-great-sdks) [comments] (https://www.reddit.com/r/programming/comments/1md6nb7/looking_for_paywall_article_sharing_pragmatic/)
Desktop app distribution in 2024 - are we solving the right problems?
https://www.reddit.com/r/programming/comments/1md6xy8/desktop_app_distribution_in_2024_are_we_solving/
<!-- SC_OFF -->Mobile has App Store and Google Play. Web has npm and browser extension stores. Desktop has... what exactly? This seems particularly relevant for AI applications where desktop offers significant advantages: Direct hardware access (GPU, specialized chips) No bandwidth constraints for large models Privacy by default (data doesn't leave the machine) System-level integration capabilities Technical question: What's preventing modern desktop app distribution from being a solved problem? Challenges I've been thinking about: Cross-platform packaging and dependency management Automated updates without compromising security Discovery algorithms for desktop software Code signing across different operating systems For the community: Those building desktop applications (especially AI tools), what's your biggest distribution challenge? Are current solutions like GitHub releases, direct downloads, or OS-specific stores adequate? Related observation: Many new AI tools work better as desktop apps than web apps, but discovery remains terrible. Wondering if this represents a broader opportunity in desktop software distribution. Curious about the community's thoughts on the state of desktop app ecosystems and whether there are technical solutions we're missing. <!-- SC_ON --> submitted by /u/Real-Tip8531 (https://www.reddit.com/user/Real-Tip8531)
[link] (https://pcagents.store/) [comments] (https://www.reddit.com/r/programming/comments/1md6xy8/desktop_app_distribution_in_2024_are_we_solving/)
https://www.reddit.com/r/programming/comments/1md6xy8/desktop_app_distribution_in_2024_are_we_solving/
<!-- SC_OFF -->Mobile has App Store and Google Play. Web has npm and browser extension stores. Desktop has... what exactly? This seems particularly relevant for AI applications where desktop offers significant advantages: Direct hardware access (GPU, specialized chips) No bandwidth constraints for large models Privacy by default (data doesn't leave the machine) System-level integration capabilities Technical question: What's preventing modern desktop app distribution from being a solved problem? Challenges I've been thinking about: Cross-platform packaging and dependency management Automated updates without compromising security Discovery algorithms for desktop software Code signing across different operating systems For the community: Those building desktop applications (especially AI tools), what's your biggest distribution challenge? Are current solutions like GitHub releases, direct downloads, or OS-specific stores adequate? Related observation: Many new AI tools work better as desktop apps than web apps, but discovery remains terrible. Wondering if this represents a broader opportunity in desktop software distribution. Curious about the community's thoughts on the state of desktop app ecosystems and whether there are technical solutions we're missing. <!-- SC_ON --> submitted by /u/Real-Tip8531 (https://www.reddit.com/user/Real-Tip8531)
[link] (https://pcagents.store/) [comments] (https://www.reddit.com/r/programming/comments/1md6xy8/desktop_app_distribution_in_2024_are_we_solving/)
Zstandard Compression in Python 3.14: Why It Is a Big Deal for Developers
https://www.reddit.com/r/programming/comments/1mdajyi/zstandard_compression_in_python_314_why_it_is_a/
submitted by /u/yangzhou1993 (https://www.reddit.com/user/yangzhou1993)
[link] (https://yangzhou1993.medium.com/b161fea9ffcb?sk=cef998d87e1a0712cd0c5c0b39e74ed8) [comments] (https://www.reddit.com/r/programming/comments/1mdajyi/zstandard_compression_in_python_314_why_it_is_a/)
https://www.reddit.com/r/programming/comments/1mdajyi/zstandard_compression_in_python_314_why_it_is_a/
submitted by /u/yangzhou1993 (https://www.reddit.com/user/yangzhou1993)
[link] (https://yangzhou1993.medium.com/b161fea9ffcb?sk=cef998d87e1a0712cd0c5c0b39e74ed8) [comments] (https://www.reddit.com/r/programming/comments/1mdajyi/zstandard_compression_in_python_314_why_it_is_a/)
Yes, the majority of language migrations are driven by hype
https://www.reddit.com/r/programming/comments/1mdaocg/yes_the_majority_of_language_migrations_are/
<!-- SC_OFF -->71% of experienced software developers say their language migration decisions were influenced more by hype than by proven outcomes, and the other 29% are lying. <!-- SC_ON --> submitted by /u/scarey102 (https://www.reddit.com/user/scarey102)
[link] (https://leaddev.com/technical-direction/yes-the-majority-of-language-migrations-are-driven-by-hype) [comments] (https://www.reddit.com/r/programming/comments/1mdaocg/yes_the_majority_of_language_migrations_are/)
https://www.reddit.com/r/programming/comments/1mdaocg/yes_the_majority_of_language_migrations_are/
<!-- SC_OFF -->71% of experienced software developers say their language migration decisions were influenced more by hype than by proven outcomes, and the other 29% are lying. <!-- SC_ON --> submitted by /u/scarey102 (https://www.reddit.com/user/scarey102)
[link] (https://leaddev.com/technical-direction/yes-the-majority-of-language-migrations-are-driven-by-hype) [comments] (https://www.reddit.com/r/programming/comments/1mdaocg/yes_the_majority_of_language_migrations_are/)
Sharding Postgres at network speed
https://www.reddit.com/r/programming/comments/1mdc7w1/sharding_postgres_at_network_speed/
submitted by /u/levkk1 (https://www.reddit.com/user/levkk1)
[link] (https://pgdog.dev/blog/sharding-postgres-at-network-speed) [comments] (https://www.reddit.com/r/programming/comments/1mdc7w1/sharding_postgres_at_network_speed/)
https://www.reddit.com/r/programming/comments/1mdc7w1/sharding_postgres_at_network_speed/
submitted by /u/levkk1 (https://www.reddit.com/user/levkk1)
[link] (https://pgdog.dev/blog/sharding-postgres-at-network-speed) [comments] (https://www.reddit.com/r/programming/comments/1mdc7w1/sharding_postgres_at_network_speed/)
You're Shipping Too Slow - Improving Deployment frequency
https://www.reddit.com/r/programming/comments/1mdgs31/youre_shipping_too_slow_improving_deployment/
submitted by /u/agbell (https://www.reddit.com/user/agbell)
[link] (https://www.youtube.com/watch?v=Qfl3KUl2vT4) [comments] (https://www.reddit.com/r/programming/comments/1mdgs31/youre_shipping_too_slow_improving_deployment/)
https://www.reddit.com/r/programming/comments/1mdgs31/youre_shipping_too_slow_improving_deployment/
submitted by /u/agbell (https://www.reddit.com/user/agbell)
[link] (https://www.youtube.com/watch?v=Qfl3KUl2vT4) [comments] (https://www.reddit.com/r/programming/comments/1mdgs31/youre_shipping_too_slow_improving_deployment/)
A Jujutsu later: Exploring jj-vcs
https://www.reddit.com/r/programming/comments/1mdhy0m/a_jujutsu_later_exploring_jjvcs/
submitted by /u/Sonder-Otis (https://www.reddit.com/user/Sonder-Otis)
[link] (https://mtende.blog/a-jujutsu-later) [comments] (https://www.reddit.com/r/programming/comments/1mdhy0m/a_jujutsu_later_exploring_jjvcs/)
https://www.reddit.com/r/programming/comments/1mdhy0m/a_jujutsu_later_exploring_jjvcs/
submitted by /u/Sonder-Otis (https://www.reddit.com/user/Sonder-Otis)
[link] (https://mtende.blog/a-jujutsu-later) [comments] (https://www.reddit.com/r/programming/comments/1mdhy0m/a_jujutsu_later_exploring_jjvcs/)
GitHub - isene/xrpn: The eXtended RPN programming language
https://www.reddit.com/r/programming/comments/1mdmpo5/github_isenexrpn_the_extended_rpn_programming/
submitted by /u/isene (https://www.reddit.com/user/isene)
[link] (https://github.com/isene/xrpn) [comments] (https://www.reddit.com/r/programming/comments/1mdmpo5/github_isenexrpn_the_extended_rpn_programming/)
https://www.reddit.com/r/programming/comments/1mdmpo5/github_isenexrpn_the_extended_rpn_programming/
submitted by /u/isene (https://www.reddit.com/user/isene)
[link] (https://github.com/isene/xrpn) [comments] (https://www.reddit.com/r/programming/comments/1mdmpo5/github_isenexrpn_the_extended_rpn_programming/)
Having fun with DSP HLE - melonDS (NDS emulator)
https://www.reddit.com/r/programming/comments/1mdoneo/having_fun_with_dsp_hle_melonds_nds_emulator/
submitted by /u/NXGZ (https://www.reddit.com/user/NXGZ)
[link] (https://melonds.kuribo64.net/comments.php?id=231) [comments] (https://www.reddit.com/r/programming/comments/1mdoneo/having_fun_with_dsp_hle_melonds_nds_emulator/)
https://www.reddit.com/r/programming/comments/1mdoneo/having_fun_with_dsp_hle_melonds_nds_emulator/
submitted by /u/NXGZ (https://www.reddit.com/user/NXGZ)
[link] (https://melonds.kuribo64.net/comments.php?id=231) [comments] (https://www.reddit.com/r/programming/comments/1mdoneo/having_fun_with_dsp_hle_melonds_nds_emulator/)
Claude Code: My Most Trusted Coworker and My Worst Enemy
https://www.reddit.com/r/programming/comments/1mdu3ar/claude_code_my_most_trusted_coworker_and_my_worst/
submitted by /u/lopezbenito (https://www.reddit.com/user/lopezbenito)
[link] (https://lopezb.com/articles/claude-code-my-most-trusted-coworker-and-my-worst-enemy) [comments] (https://www.reddit.com/r/programming/comments/1mdu3ar/claude_code_my_most_trusted_coworker_and_my_worst/)
https://www.reddit.com/r/programming/comments/1mdu3ar/claude_code_my_most_trusted_coworker_and_my_worst/
submitted by /u/lopezbenito (https://www.reddit.com/user/lopezbenito)
[link] (https://lopezb.com/articles/claude-code-my-most-trusted-coworker-and-my-worst-enemy) [comments] (https://www.reddit.com/r/programming/comments/1mdu3ar/claude_code_my_most_trusted_coworker_and_my_worst/)
What’s New in Jakarta REST 4.0
https://www.reddit.com/r/programming/comments/1mdumk1/whats_new_in_jakarta_rest_40/
submitted by /u/congolomera (https://www.reddit.com/user/congolomera)
[link] (https://hantsy.medium.com/whats-new-in-jakarta-rest-4-0-ba979d9c0cd7?source=friends_link&sk=030d124a16041c2e51d8c68a97790440) [comments] (https://www.reddit.com/r/programming/comments/1mdumk1/whats_new_in_jakarta_rest_40/)
https://www.reddit.com/r/programming/comments/1mdumk1/whats_new_in_jakarta_rest_40/
submitted by /u/congolomera (https://www.reddit.com/user/congolomera)
[link] (https://hantsy.medium.com/whats-new-in-jakarta-rest-4-0-ba979d9c0cd7?source=friends_link&sk=030d124a16041c2e51d8c68a97790440) [comments] (https://www.reddit.com/r/programming/comments/1mdumk1/whats_new_in_jakarta_rest_40/)
On Optimizing Meteor Publications
https://www.reddit.com/r/programming/comments/1mdv5u7/on_optimizing_meteor_publications/
submitted by /u/radekmie (https://www.reddit.com/user/radekmie)
[link] (https://radekmie.dev/blog/on-optimizing-meteor-publications/) [comments] (https://www.reddit.com/r/programming/comments/1mdv5u7/on_optimizing_meteor_publications/)
https://www.reddit.com/r/programming/comments/1mdv5u7/on_optimizing_meteor_publications/
submitted by /u/radekmie (https://www.reddit.com/user/radekmie)
[link] (https://radekmie.dev/blog/on-optimizing-meteor-publications/) [comments] (https://www.reddit.com/r/programming/comments/1mdv5u7/on_optimizing_meteor_publications/)
Development with GenAI: Boardroom vs reality
https://www.reddit.com/r/programming/comments/1mdv6rf/development_with_genai_boardroom_vs_reality/
submitted by /u/pdolega (https://www.reddit.com/user/pdolega)
[link] (https://open.substack.com/pub/pdolega/p/genai-in-development-boardroom-trenches?r=kslqq&utm_source=reddit) [comments] (https://www.reddit.com/r/programming/comments/1mdv6rf/development_with_genai_boardroom_vs_reality/)
https://www.reddit.com/r/programming/comments/1mdv6rf/development_with_genai_boardroom_vs_reality/
submitted by /u/pdolega (https://www.reddit.com/user/pdolega)
[link] (https://open.substack.com/pub/pdolega/p/genai-in-development-boardroom-trenches?r=kslqq&utm_source=reddit) [comments] (https://www.reddit.com/r/programming/comments/1mdv6rf/development_with_genai_boardroom_vs_reality/)
Analyzing DuckDB’s Performance Optimization through TOPN and COUNT DISTINCT Operations
https://www.reddit.com/r/programming/comments/1mdva67/analyzing_duckdbs_performance_optimization/
submitted by /u/Vast_Lab8278 (https://www.reddit.com/user/Vast_Lab8278)
[link] (https://github.com/SPLWare/esProc/wiki/Analyzing-DuckDB%E2%80%99s-Performance-Optimization-through-TOPN-and-COUNT-DISTINCT-Operations) [comments] (https://www.reddit.com/r/programming/comments/1mdva67/analyzing_duckdbs_performance_optimization/)
https://www.reddit.com/r/programming/comments/1mdva67/analyzing_duckdbs_performance_optimization/
submitted by /u/Vast_Lab8278 (https://www.reddit.com/user/Vast_Lab8278)
[link] (https://github.com/SPLWare/esProc/wiki/Analyzing-DuckDB%E2%80%99s-Performance-Optimization-through-TOPN-and-COUNT-DISTINCT-Operations) [comments] (https://www.reddit.com/r/programming/comments/1mdva67/analyzing_duckdbs_performance_optimization/)
Unison
https://www.reddit.com/r/programming/comments/1mdx8co/unison/
<!-- SC_OFF -->It would be great to hear some opinions and experiences of the language and how it's been used in production. <!-- SC_ON --> submitted by /u/Successful_Answer_66 (https://www.reddit.com/user/Successful_Answer_66)
[link] (https://www.unison-lang.org/) [comments] (https://www.reddit.com/r/programming/comments/1mdx8co/unison/)
https://www.reddit.com/r/programming/comments/1mdx8co/unison/
<!-- SC_OFF -->It would be great to hear some opinions and experiences of the language and how it's been used in production. <!-- SC_ON --> submitted by /u/Successful_Answer_66 (https://www.reddit.com/user/Successful_Answer_66)
[link] (https://www.unison-lang.org/) [comments] (https://www.reddit.com/r/programming/comments/1mdx8co/unison/)
Dev talks worth your time — Hamburg, Sept 4
https://www.reddit.com/r/programming/comments/1mdxn2n/dev_talks_worth_your_time_hamburg_sept_4/
<!-- SC_OFF -->Bit Summit is back — one-day dev conference with talks on real-world systems, weird bugs, infra scaling, frontend design, data pipelines, and more.
If you’re into programming stories from the trenches: [bit-summit.com]() <!-- SC_ON --> submitted by /u/Curious-Narwhal6931 (https://www.reddit.com/user/Curious-Narwhal6931)
[link] (http://bit-summit.com/) [comments] (https://www.reddit.com/r/programming/comments/1mdxn2n/dev_talks_worth_your_time_hamburg_sept_4/)
https://www.reddit.com/r/programming/comments/1mdxn2n/dev_talks_worth_your_time_hamburg_sept_4/
<!-- SC_OFF -->Bit Summit is back — one-day dev conference with talks on real-world systems, weird bugs, infra scaling, frontend design, data pipelines, and more.
If you’re into programming stories from the trenches: [bit-summit.com]() <!-- SC_ON --> submitted by /u/Curious-Narwhal6931 (https://www.reddit.com/user/Curious-Narwhal6931)
[link] (http://bit-summit.com/) [comments] (https://www.reddit.com/r/programming/comments/1mdxn2n/dev_talks_worth_your_time_hamburg_sept_4/)
AWS VPC Deep Dive: Designing Subnets, Route Tables, and NAT Gateways
https://www.reddit.com/r/programming/comments/1mdxu6l/aws_vpc_deep_dive_designing_subnets_route_tables/
submitted by /u/ram-foss (https://www.reddit.com/user/ram-foss)
[link] (https://www.blackslate.io/articles/aws-vpc-deep-dive-designing-subnets-route-tables-and-nat-gateways) [comments] (https://www.reddit.com/r/programming/comments/1mdxu6l/aws_vpc_deep_dive_designing_subnets_route_tables/)
https://www.reddit.com/r/programming/comments/1mdxu6l/aws_vpc_deep_dive_designing_subnets_route_tables/
submitted by /u/ram-foss (https://www.reddit.com/user/ram-foss)
[link] (https://www.blackslate.io/articles/aws-vpc-deep-dive-designing-subnets-route-tables-and-nat-gateways) [comments] (https://www.reddit.com/r/programming/comments/1mdxu6l/aws_vpc_deep_dive_designing_subnets_route_tables/)
Fan-out in 1 diagram and 178 words
https://www.reddit.com/r/programming/comments/1mdywbz/fanout_in_1_diagram_and_178_words/
submitted by /u/stmoreau (https://www.reddit.com/user/stmoreau)
[link] (https://www.systemdesignbutsimple.com/p/fanout-in-1-diagram-and-178-words) [comments] (https://www.reddit.com/r/programming/comments/1mdywbz/fanout_in_1_diagram_and_178_words/)
https://www.reddit.com/r/programming/comments/1mdywbz/fanout_in_1_diagram_and_178_words/
submitted by /u/stmoreau (https://www.reddit.com/user/stmoreau)
[link] (https://www.systemdesignbutsimple.com/p/fanout-in-1-diagram-and-178-words) [comments] (https://www.reddit.com/r/programming/comments/1mdywbz/fanout_in_1_diagram_and_178_words/)
Stack Overflow Survey 2025: 84% of devs use AI… but 46% don’t trust it 🤯
https://www.reddit.com/r/programming/comments/1mdyy9x/stack_overflow_survey_2025_84_of_devs_use_ai_but/
<!-- SC_OFF -->Hey everyone! The new Stack Overflow survey results just dropped, and (just like last year (https://shiftmag.dev/unhappy-developers-stack-overflow-survey-3896/)) we’ve compiled a breakdown of the most interesting highlights—because you all loved the previous one, and your feedback kept us motivated to do it again. ❤️ Here’s one stat that stood out: 84% of developers are using AI tools 46% say they don’t trust the accuracy of AI output (up from 31% last year!) That’s quite the shift. We’d love to hear from you: Has your trust in AI changed over the past year? Do you think this survey reflects what’s happening in our community? Thanks again for all the thoughtful discussions last time. Can’t wait to read your takes this year, too! 🙌 <!-- SC_ON --> submitted by /u/shift_devs (https://www.reddit.com/user/shift_devs)
[link] (https://shiftmag.dev/stack-overflow-survey-2025-ai-5653/) [comments] (https://www.reddit.com/r/programming/comments/1mdyy9x/stack_overflow_survey_2025_84_of_devs_use_ai_but/)
https://www.reddit.com/r/programming/comments/1mdyy9x/stack_overflow_survey_2025_84_of_devs_use_ai_but/
<!-- SC_OFF -->Hey everyone! The new Stack Overflow survey results just dropped, and (just like last year (https://shiftmag.dev/unhappy-developers-stack-overflow-survey-3896/)) we’ve compiled a breakdown of the most interesting highlights—because you all loved the previous one, and your feedback kept us motivated to do it again. ❤️ Here’s one stat that stood out: 84% of developers are using AI tools 46% say they don’t trust the accuracy of AI output (up from 31% last year!) That’s quite the shift. We’d love to hear from you: Has your trust in AI changed over the past year? Do you think this survey reflects what’s happening in our community? Thanks again for all the thoughtful discussions last time. Can’t wait to read your takes this year, too! 🙌 <!-- SC_ON --> submitted by /u/shift_devs (https://www.reddit.com/user/shift_devs)
[link] (https://shiftmag.dev/stack-overflow-survey-2025-ai-5653/) [comments] (https://www.reddit.com/r/programming/comments/1mdyy9x/stack_overflow_survey_2025_84_of_devs_use_ai_but/)
Everything you wanted to know about Supercomputing and were afraid to ask
https://www.reddit.com/r/programming/comments/1me2n7o/everything_you_wanted_to_know_about/
<!-- SC_OFF -->I was invited to give a talk to Voxxed Days in Luxembourg about our supercomputer, MeluXina, which is the national supercomputer of Luxembourg which I've helped design and deploy ! It's a 2 hours long talk and I covered the basics of floating points, how we operate the machine, what kind of services we offer to our customers, performance debugging...lots of fun and interesting topics. <!-- SC_ON --> submitted by /u/francesco_b (https://www.reddit.com/user/francesco_b)
[link] (https://youtu.be/BqvaU6hugIQ?si=KXaucPN0JPssj1Q5) [comments] (https://www.reddit.com/r/programming/comments/1me2n7o/everything_you_wanted_to_know_about/)
https://www.reddit.com/r/programming/comments/1me2n7o/everything_you_wanted_to_know_about/
<!-- SC_OFF -->I was invited to give a talk to Voxxed Days in Luxembourg about our supercomputer, MeluXina, which is the national supercomputer of Luxembourg which I've helped design and deploy ! It's a 2 hours long talk and I covered the basics of floating points, how we operate the machine, what kind of services we offer to our customers, performance debugging...lots of fun and interesting topics. <!-- SC_ON --> submitted by /u/francesco_b (https://www.reddit.com/user/francesco_b)
[link] (https://youtu.be/BqvaU6hugIQ?si=KXaucPN0JPssj1Q5) [comments] (https://www.reddit.com/r/programming/comments/1me2n7o/everything_you_wanted_to_know_about/)