Penalty Verdict: How to gamify the app without sacrificing professionalism, but increase user's attention?
https://www.reddit.com/r/programming/comments/1g3qnkt/penalty_verdict_how_to_gamify_the_app_without/
submitted by /u/Low-Conversation9998 (https://www.reddit.com/user/Low-Conversation9998)
[link] (https://www.penaltyverdict.com/) [comments] (https://www.reddit.com/r/programming/comments/1g3qnkt/penalty_verdict_how_to_gamify_the_app_without/)
https://www.reddit.com/r/programming/comments/1g3qnkt/penalty_verdict_how_to_gamify_the_app_without/
submitted by /u/Low-Conversation9998 (https://www.reddit.com/user/Low-Conversation9998)
[link] (https://www.penaltyverdict.com/) [comments] (https://www.reddit.com/r/programming/comments/1g3qnkt/penalty_verdict_how_to_gamify_the_app_without/)
The Coder Cafe
https://www.reddit.com/r/programming/comments/1g3qqh7/the_coder_cafe/
submitted by /u/teivah (https://www.reddit.com/user/teivah)
[link] (https://thecoder.cafe/) [comments] (https://www.reddit.com/r/programming/comments/1g3qqh7/the_coder_cafe/)
https://www.reddit.com/r/programming/comments/1g3qqh7/the_coder_cafe/
submitted by /u/teivah (https://www.reddit.com/user/teivah)
[link] (https://thecoder.cafe/) [comments] (https://www.reddit.com/r/programming/comments/1g3qqh7/the_coder_cafe/)
How I Experience Web Today
https://www.reddit.com/r/programming/comments/1g3qw7a/how_i_experience_web_today/
submitted by /u/pakoito (https://www.reddit.com/user/pakoito)
[link] (https://how-i-experience-web-today.com/) [comments] (https://www.reddit.com/r/programming/comments/1g3qw7a/how_i_experience_web_today/)
https://www.reddit.com/r/programming/comments/1g3qw7a/how_i_experience_web_today/
submitted by /u/pakoito (https://www.reddit.com/user/pakoito)
[link] (https://how-i-experience-web-today.com/) [comments] (https://www.reddit.com/r/programming/comments/1g3qw7a/how_i_experience_web_today/)
Test coverage is meaningless
https://www.reddit.com/r/programming/comments/1g3r7hi/test_coverage_is_meaningless/
submitted by /u/congolomera (https://www.reddit.com/user/congolomera)
[link] (https://medium.com/@raphaelyoshiga/test-coverage-is-meaningless-3b28799111f7?source=friends_link&sk=28d56fcd4077b4e5c9ed7a4c13d84a26) [comments] (https://www.reddit.com/r/programming/comments/1g3r7hi/test_coverage_is_meaningless/)
https://www.reddit.com/r/programming/comments/1g3r7hi/test_coverage_is_meaningless/
submitted by /u/congolomera (https://www.reddit.com/user/congolomera)
[link] (https://medium.com/@raphaelyoshiga/test-coverage-is-meaningless-3b28799111f7?source=friends_link&sk=28d56fcd4077b4e5c9ed7a4c13d84a26) [comments] (https://www.reddit.com/r/programming/comments/1g3r7hi/test_coverage_is_meaningless/)
The Curious “Case” of the Bearer Scheme
https://www.reddit.com/r/programming/comments/1g3sa3k/the_curious_case_of_the_bearer_scheme/
submitted by /u/robertinoc (https://www.reddit.com/user/robertinoc)
[link] (https://a0.to/reddit/the-bearer-token-case) [comments] (https://www.reddit.com/r/programming/comments/1g3sa3k/the_curious_case_of_the_bearer_scheme/)
https://www.reddit.com/r/programming/comments/1g3sa3k/the_curious_case_of_the_bearer_scheme/
submitted by /u/robertinoc (https://www.reddit.com/user/robertinoc)
[link] (https://a0.to/reddit/the-bearer-token-case) [comments] (https://www.reddit.com/r/programming/comments/1g3sa3k/the_curious_case_of_the_bearer_scheme/)
Python 3.13 release, an overview of its major features
https://www.reddit.com/r/programming/comments/1g3szag/python_313_release_an_overview_of_its_major/
submitted by /u/janodusho (https://www.reddit.com/user/janodusho)
[link] (http://awakenerd.com/2024/10/14/python-3-13-release-an-overview-of-its-major-features/) [comments] (https://www.reddit.com/r/programming/comments/1g3szag/python_313_release_an_overview_of_its_major/)
https://www.reddit.com/r/programming/comments/1g3szag/python_313_release_an_overview_of_its_major/
submitted by /u/janodusho (https://www.reddit.com/user/janodusho)
[link] (http://awakenerd.com/2024/10/14/python-3-13-release-an-overview-of-its-major-features/) [comments] (https://www.reddit.com/r/programming/comments/1g3szag/python_313_release_an_overview_of_its_major/)
Fully Zig-written OS can netboot another zig OS that just runs doom
https://www.reddit.com/r/programming/comments/1g3uhz2/fully_zigwritten_os_can_netboot_another_zig_os/
<!-- SC_OFF -->I’ve been learning how code works at a lower and lower level and awhile ago I started a hobby project to build an operating system and usable programs on it using purely zig as the only external compiler. I’ve gotten to the point where I’m writing my own coreutils/busybox applets within my very jank shell all in zig. I wrote a server I called booter that runs a dhcp and a http server I wrote with zig that responds to dhcp requests with a response to boot my doom os that is built into the booter server. The idea is I can have a stateless kubernetes cluster where zero configuration lives on the bare metal. <!-- SC_ON --> submitted by /u/ProgrammingAllar (https://www.reddit.com/user/ProgrammingAllar)
[link] (https://youtu.be/xOySJpQlmv4?si=YpLcCNYWrFGHa4p3) [comments] (https://www.reddit.com/r/programming/comments/1g3uhz2/fully_zigwritten_os_can_netboot_another_zig_os/)
https://www.reddit.com/r/programming/comments/1g3uhz2/fully_zigwritten_os_can_netboot_another_zig_os/
<!-- SC_OFF -->I’ve been learning how code works at a lower and lower level and awhile ago I started a hobby project to build an operating system and usable programs on it using purely zig as the only external compiler. I’ve gotten to the point where I’m writing my own coreutils/busybox applets within my very jank shell all in zig. I wrote a server I called booter that runs a dhcp and a http server I wrote with zig that responds to dhcp requests with a response to boot my doom os that is built into the booter server. The idea is I can have a stateless kubernetes cluster where zero configuration lives on the bare metal. <!-- SC_ON --> submitted by /u/ProgrammingAllar (https://www.reddit.com/user/ProgrammingAllar)
[link] (https://youtu.be/xOySJpQlmv4?si=YpLcCNYWrFGHa4p3) [comments] (https://www.reddit.com/r/programming/comments/1g3uhz2/fully_zigwritten_os_can_netboot_another_zig_os/)
Implement Retry Mechanism - Java Interview Question
https://www.reddit.com/r/programming/comments/1g3x4f0/implement_retry_mechanism_java_interview_question/
submitted by /u/Educational-Ad2036 (https://www.reddit.com/user/Educational-Ad2036)
[link] (https://javabulletin.substack.com/p/implement-retry-mechanism-java-interview) [comments] (https://www.reddit.com/r/programming/comments/1g3x4f0/implement_retry_mechanism_java_interview_question/)
https://www.reddit.com/r/programming/comments/1g3x4f0/implement_retry_mechanism_java_interview_question/
submitted by /u/Educational-Ad2036 (https://www.reddit.com/user/Educational-Ad2036)
[link] (https://javabulletin.substack.com/p/implement-retry-mechanism-java-interview) [comments] (https://www.reddit.com/r/programming/comments/1g3x4f0/implement_retry_mechanism_java_interview_question/)
4 deployment modes of Redis
https://www.reddit.com/r/programming/comments/1g3yln4/4_deployment_modes_of_redis/
submitted by /u/stackoverflooooooow (https://www.reddit.com/user/stackoverflooooooow)
[link] (https://www.pixelstech.net/article/1677898933-4-deployment-modes-of-Redis) [comments] (https://www.reddit.com/r/programming/comments/1g3yln4/4_deployment_modes_of_redis/)
https://www.reddit.com/r/programming/comments/1g3yln4/4_deployment_modes_of_redis/
submitted by /u/stackoverflooooooow (https://www.reddit.com/user/stackoverflooooooow)
[link] (https://www.pixelstech.net/article/1677898933-4-deployment-modes-of-Redis) [comments] (https://www.reddit.com/r/programming/comments/1g3yln4/4_deployment_modes_of_redis/)
How to Build a Multi-Workspace Slack Application in Go
https://www.reddit.com/r/programming/comments/1g41zio/how_to_build_a_multiworkspace_slack_application/
submitted by /u/poewetha (https://www.reddit.com/user/poewetha)
[link] (https://www.blinkops.com/blog/how-to-build-a-multi-workspace-slack-application-in-go) [comments] (https://www.reddit.com/r/programming/comments/1g41zio/how_to_build_a_multiworkspace_slack_application/)
https://www.reddit.com/r/programming/comments/1g41zio/how_to_build_a_multiworkspace_slack_application/
submitted by /u/poewetha (https://www.reddit.com/user/poewetha)
[link] (https://www.blinkops.com/blog/how-to-build-a-multi-workspace-slack-application-in-go) [comments] (https://www.reddit.com/r/programming/comments/1g41zio/how_to_build_a_multiworkspace_slack_application/)
h2tunnel: ngrok alternative for Node.js in 600 LOC and no dependencies
https://www.reddit.com/r/programming/comments/1g42bjk/h2tunnel_ngrok_alternative_for_nodejs_in_600_loc/
submitted by /u/boronine (https://www.reddit.com/user/boronine)
[link] (https://github.com/boronine/h2tunnel) [comments] (https://www.reddit.com/r/programming/comments/1g42bjk/h2tunnel_ngrok_alternative_for_nodejs_in_600_loc/)
https://www.reddit.com/r/programming/comments/1g42bjk/h2tunnel_ngrok_alternative_for_nodejs_in_600_loc/
submitted by /u/boronine (https://www.reddit.com/user/boronine)
[link] (https://github.com/boronine/h2tunnel) [comments] (https://www.reddit.com/r/programming/comments/1g42bjk/h2tunnel_ngrok_alternative_for_nodejs_in_600_loc/)
Text-to-diagram generator (editable with drawio)
https://www.reddit.com/r/programming/comments/1g438gq/texttodiagram_generator_editable_with_drawio/
submitted by /u/hadiazzouni (https://www.reddit.com/user/hadiazzouni)
[link] (https://www.draft1.ai/) [comments] (https://www.reddit.com/r/programming/comments/1g438gq/texttodiagram_generator_editable_with_drawio/)
https://www.reddit.com/r/programming/comments/1g438gq/texttodiagram_generator_editable_with_drawio/
submitted by /u/hadiazzouni (https://www.reddit.com/user/hadiazzouni)
[link] (https://www.draft1.ai/) [comments] (https://www.reddit.com/r/programming/comments/1g438gq/texttodiagram_generator_editable_with_drawio/)
AI: The Philosopher's Stone of the 21st Century
https://www.reddit.com/r/programming/comments/1g43rle/ai_the_philosophers_stone_of_the_21st_century/
submitted by /u/RittleBain (https://www.reddit.com/user/RittleBain)
[link] (https://open.substack.com/pub/0x05/p/ai-the-philosophers-stone) [comments] (https://www.reddit.com/r/programming/comments/1g43rle/ai_the_philosophers_stone_of_the_21st_century/)
https://www.reddit.com/r/programming/comments/1g43rle/ai_the_philosophers_stone_of_the_21st_century/
submitted by /u/RittleBain (https://www.reddit.com/user/RittleBain)
[link] (https://open.substack.com/pub/0x05/p/ai-the-philosophers-stone) [comments] (https://www.reddit.com/r/programming/comments/1g43rle/ai_the_philosophers_stone_of_the_21st_century/)
Practical guide for building a blockchain from scratch in Go
https://www.reddit.com/r/programming/comments/1g44jf4/practical_guide_for_building_a_blockchain_from/
submitted by /u/volodymyrprokopyuk (https://www.reddit.com/user/volodymyrprokopyuk)
[link] (https://github.com/volodymyrprokopyuk/go-blockchain) [comments] (https://www.reddit.com/r/programming/comments/1g44jf4/practical_guide_for_building_a_blockchain_from/)
https://www.reddit.com/r/programming/comments/1g44jf4/practical_guide_for_building_a_blockchain_from/
submitted by /u/volodymyrprokopyuk (https://www.reddit.com/user/volodymyrprokopyuk)
[link] (https://github.com/volodymyrprokopyuk/go-blockchain) [comments] (https://www.reddit.com/r/programming/comments/1g44jf4/practical_guide_for_building_a_blockchain_from/)
Python: range is not an iterator
https://www.reddit.com/r/programming/comments/1g44n9h/python_range_is_not_an_iterator/
submitted by /u/stackoverflooooooow (https://www.reddit.com/user/stackoverflooooooow)
[link] (https://treyhunner.com/2018/02/python-range-is-not-an-iterator/) [comments] (https://www.reddit.com/r/programming/comments/1g44n9h/python_range_is_not_an_iterator/)
https://www.reddit.com/r/programming/comments/1g44n9h/python_range_is_not_an_iterator/
submitted by /u/stackoverflooooooow (https://www.reddit.com/user/stackoverflooooooow)
[link] (https://treyhunner.com/2018/02/python-range-is-not-an-iterator/) [comments] (https://www.reddit.com/r/programming/comments/1g44n9h/python_range_is_not_an_iterator/)
LocalStorage vs. IndexedDB vs. Cookies vs. OPFS vs. WASM-SQLite
https://www.reddit.com/r/programming/comments/1g451ka/localstorage_vs_indexeddb_vs_cookies_vs_opfs_vs/
submitted by /u/realPubkey (https://www.reddit.com/user/realPubkey)
[link] (https://rxdb.info/articles/localstorage-indexeddb-cookies-opfs-sqlite-wasm.html) [comments] (https://www.reddit.com/r/programming/comments/1g451ka/localstorage_vs_indexeddb_vs_cookies_vs_opfs_vs/)
https://www.reddit.com/r/programming/comments/1g451ka/localstorage_vs_indexeddb_vs_cookies_vs_opfs_vs/
submitted by /u/realPubkey (https://www.reddit.com/user/realPubkey)
[link] (https://rxdb.info/articles/localstorage-indexeddb-cookies-opfs-sqlite-wasm.html) [comments] (https://www.reddit.com/r/programming/comments/1g451ka/localstorage_vs_indexeddb_vs_cookies_vs_opfs_vs/)
Good programmers worry about data structures and their relationships
https://www.reddit.com/r/programming/comments/1g452ci/good_programmers_worry_about_data_structures_and/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://read.engineerscodex.com/p/good-programmers-worry-about-data) [comments] (https://www.reddit.com/r/programming/comments/1g452ci/good_programmers_worry_about_data_structures_and/)
https://www.reddit.com/r/programming/comments/1g452ci/good_programmers_worry_about_data_structures_and/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://read.engineerscodex.com/p/good-programmers-worry-about-data) [comments] (https://www.reddit.com/r/programming/comments/1g452ci/good_programmers_worry_about_data_structures_and/)
Lizard Optimization • Gojko Adzic & Dave Farley
https://www.reddit.com/r/programming/comments/1g45n8t/lizard_optimization_gojko_adzic_dave_farley/
submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://www.buzzsprout.com/1714721/15821079) [comments] (https://www.reddit.com/r/programming/comments/1g45n8t/lizard_optimization_gojko_adzic_dave_farley/)
https://www.reddit.com/r/programming/comments/1g45n8t/lizard_optimization_gojko_adzic_dave_farley/
submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://www.buzzsprout.com/1714721/15821079) [comments] (https://www.reddit.com/r/programming/comments/1g45n8t/lizard_optimization_gojko_adzic_dave_farley/)
GitHub - free-news-api/news-crawlers: This project compares five open-source news crawlers—`news-please`, `fundus`, `news-crawler`, `news-crawl`, and `newspaper4k`—focusing on features like extraction accuracy, supported sites, and ease of use, to help users choose the best tool for their needs.
https://www.reddit.com/r/programming/comments/1g46e2w/github_freenewsapinewscrawlers_this_project/
submitted by /u/rangeva (https://www.reddit.com/user/rangeva)
[link] (https://github.com/free-news-api/news-crawlers) [comments] (https://www.reddit.com/r/programming/comments/1g46e2w/github_freenewsapinewscrawlers_this_project/)
https://www.reddit.com/r/programming/comments/1g46e2w/github_freenewsapinewscrawlers_this_project/
submitted by /u/rangeva (https://www.reddit.com/user/rangeva)
[link] (https://github.com/free-news-api/news-crawlers) [comments] (https://www.reddit.com/r/programming/comments/1g46e2w/github_freenewsapinewscrawlers_this_project/)
How Cell-Based Architecture Enhances Modern Distributed Systems
https://www.reddit.com/r/programming/comments/1g471om/how_cellbased_architecture_enhances_modern/
submitted by /u/rgancarz (https://www.reddit.com/user/rgancarz)
[link] (https://www.infoq.com/articles/cell-based-architecture-distributed-systems/) [comments] (https://www.reddit.com/r/programming/comments/1g471om/how_cellbased_architecture_enhances_modern/)
https://www.reddit.com/r/programming/comments/1g471om/how_cellbased_architecture_enhances_modern/
submitted by /u/rgancarz (https://www.reddit.com/user/rgancarz)
[link] (https://www.infoq.com/articles/cell-based-architecture-distributed-systems/) [comments] (https://www.reddit.com/r/programming/comments/1g471om/how_cellbased_architecture_enhances_modern/)
Accessing API: A Comprehensive Guide for eCommerce Software Developers
https://www.reddit.com/r/programming/comments/1g48cyu/accessing_api_a_comprehensive_guide_for_ecommerce/
submitted by /u/API2Cart (https://www.reddit.com/user/API2Cart)
[link] (https://api2cart.com/api-technology/accessing-api/?utm_source=reddit&utm_medium=referral&utm_campaign=accessingapin.kov) [comments] (https://www.reddit.com/r/programming/comments/1g48cyu/accessing_api_a_comprehensive_guide_for_ecommerce/)
https://www.reddit.com/r/programming/comments/1g48cyu/accessing_api_a_comprehensive_guide_for_ecommerce/
submitted by /u/API2Cart (https://www.reddit.com/user/API2Cart)
[link] (https://api2cart.com/api-technology/accessing-api/?utm_source=reddit&utm_medium=referral&utm_campaign=accessingapin.kov) [comments] (https://www.reddit.com/r/programming/comments/1g48cyu/accessing_api_a_comprehensive_guide_for_ecommerce/)