Terminal sessions you can bookmark: Building Zellij’s web client
https://www.reddit.com/r/programming/comments/1mubc0y/terminal_sessions_you_can_bookmark_building/
submitted by /u/imsnif (https://www.reddit.com/user/imsnif)
[link] (https://poor.dev/blog/building-zellij-web-terminal/) [comments] (https://www.reddit.com/r/programming/comments/1mubc0y/terminal_sessions_you_can_bookmark_building/)
https://www.reddit.com/r/programming/comments/1mubc0y/terminal_sessions_you_can_bookmark_building/
submitted by /u/imsnif (https://www.reddit.com/user/imsnif)
[link] (https://poor.dev/blog/building-zellij-web-terminal/) [comments] (https://www.reddit.com/r/programming/comments/1mubc0y/terminal_sessions_you_can_bookmark_building/)
Study of 281 MCP plugins: 72% expose high-privilege actions; 1 in 10 fully exploitable
https://www.reddit.com/r/programming/comments/1mubl8b/study_of_281_mcp_plugins_72_expose_highprivilege/
submitted by /u/tapmylap (https://www.reddit.com/user/tapmylap)
[link] (https://www.pynt.io/blog/llm-security-blogs/state-of-mcp-security) [comments] (https://www.reddit.com/r/programming/comments/1mubl8b/study_of_281_mcp_plugins_72_expose_highprivilege/)
https://www.reddit.com/r/programming/comments/1mubl8b/study_of_281_mcp_plugins_72_expose_highprivilege/
submitted by /u/tapmylap (https://www.reddit.com/user/tapmylap)
[link] (https://www.pynt.io/blog/llm-security-blogs/state-of-mcp-security) [comments] (https://www.reddit.com/r/programming/comments/1mubl8b/study_of_281_mcp_plugins_72_expose_highprivilege/)
Fix conflicts once with git rerere (5-min lab + real story)
https://www.reddit.com/r/programming/comments/1mubx2j/fix_conflicts_once_with_git_rerere_5min_lab_real/
<!-- SC_OFF -->git rerere = Reuse Recorded Resolution. Resolve a conflict once; Git remembers and reapplies your fix on the next identical conflict. When it helps: long rebases, cherry-picks to release branches, big lint sweeps. Gotchas: it’s textual matching—review with git diff --staged. Mini-lab: git config rerere.enabled true
git config rerere.autoupdate true # create conflict, resolve once, redo merge →
# "Resolved 'file' using previous resolution." <!-- SC_ON --> submitted by /u/sshetty03 (https://www.reddit.com/user/sshetty03)
[link] (https://medium.com/stackademic/git-rerere-explained-with-examples-fix-it-once-reuse-forever-849177a289c2?sk=1614ba91837411f7472a3467bc4f2886) [comments] (https://www.reddit.com/r/programming/comments/1mubx2j/fix_conflicts_once_with_git_rerere_5min_lab_real/)
https://www.reddit.com/r/programming/comments/1mubx2j/fix_conflicts_once_with_git_rerere_5min_lab_real/
<!-- SC_OFF -->git rerere = Reuse Recorded Resolution. Resolve a conflict once; Git remembers and reapplies your fix on the next identical conflict. When it helps: long rebases, cherry-picks to release branches, big lint sweeps. Gotchas: it’s textual matching—review with git diff --staged. Mini-lab: git config rerere.enabled true
git config rerere.autoupdate true # create conflict, resolve once, redo merge →
# "Resolved 'file' using previous resolution." <!-- SC_ON --> submitted by /u/sshetty03 (https://www.reddit.com/user/sshetty03)
[link] (https://medium.com/stackademic/git-rerere-explained-with-examples-fix-it-once-reuse-forever-849177a289c2?sk=1614ba91837411f7472a3467bc4f2886) [comments] (https://www.reddit.com/r/programming/comments/1mubx2j/fix_conflicts_once_with_git_rerere_5min_lab_real/)
Event Storming: 50.000 Orange Stickies Later • Alberto Brandolini
https://www.reddit.com/r/programming/comments/1mucjwh/event_storming_50000_orange_stickies_later/
submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://youtu.be/NGXl1D-KwRI) [comments] (https://www.reddit.com/r/programming/comments/1mucjwh/event_storming_50000_orange_stickies_later/)
https://www.reddit.com/r/programming/comments/1mucjwh/event_storming_50000_orange_stickies_later/
submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://youtu.be/NGXl1D-KwRI) [comments] (https://www.reddit.com/r/programming/comments/1mucjwh/event_storming_50000_orange_stickies_later/)
TempS3 - Making temporary file storage simple, secure, and intelligent
https://www.reddit.com/r/programming/comments/1mudb8y/temps3_making_temporary_file_storage_simple/
<!-- SC_OFF -->TempS3 is a secure CLI tool for temporary file storage on AWS S3. It features automatic file expiration, AES-256-GCM encryption, intelligent chunking for large files, and local history tracking. Cross-platform support for Windows, Linux, macOS, and Docker. Perfect for quick, secure file sharing with zero manual cleanup. Check out the GitHub repo for installation and usage details! <!-- SC_ON --> submitted by /u/LostMathematician621 (https://www.reddit.com/user/LostMathematician621)
[link] (https://github.com/killcod3/temps3) [comments] (https://www.reddit.com/r/programming/comments/1mudb8y/temps3_making_temporary_file_storage_simple/)
https://www.reddit.com/r/programming/comments/1mudb8y/temps3_making_temporary_file_storage_simple/
<!-- SC_OFF -->TempS3 is a secure CLI tool for temporary file storage on AWS S3. It features automatic file expiration, AES-256-GCM encryption, intelligent chunking for large files, and local history tracking. Cross-platform support for Windows, Linux, macOS, and Docker. Perfect for quick, secure file sharing with zero manual cleanup. Check out the GitHub repo for installation and usage details! <!-- SC_ON --> submitted by /u/LostMathematician621 (https://www.reddit.com/user/LostMathematician621)
[link] (https://github.com/killcod3/temps3) [comments] (https://www.reddit.com/r/programming/comments/1mudb8y/temps3_making_temporary_file_storage_simple/)
RG Face scan (remote facescan)
https://www.reddit.com/r/programming/comments/1mudkhs/rg_face_scan_remote_facescan/
<!-- SC_OFF -->So I was wondering in the blue app when I saw a post that buying e-wallets account especially gcash. I got curious, gcash have 2 security: MPIN and Facescan, it’s impossible to log in gcash to other device without facescan. So I decided to venture deeply, after they log in your number on their device they will send you an app called “rg_facescan”. After the installation they will send you a link that will do the facescan. After the facescan then can now use your e wallet freely. I’m planning make a research about that, can you guys help me analyze this one? Link: RG Facescan: https://bdpkg.beidoupays.com/RGScanface_1.1.0.6_sign.apk Facescan link: https://pay.beidoupays.com/scanFace?phone=09551608838 Note: I sold my account to them then asked the cs to delete my account afterwards. <!-- SC_ON --> submitted by /u/no-to-marco (https://www.reddit.com/user/no-to-marco)
[link] (https://bdpkg.beidoupays.com/RGScanface_1.1.0.6_sign.apk) [comments] (https://www.reddit.com/r/programming/comments/1mudkhs/rg_face_scan_remote_facescan/)
https://www.reddit.com/r/programming/comments/1mudkhs/rg_face_scan_remote_facescan/
<!-- SC_OFF -->So I was wondering in the blue app when I saw a post that buying e-wallets account especially gcash. I got curious, gcash have 2 security: MPIN and Facescan, it’s impossible to log in gcash to other device without facescan. So I decided to venture deeply, after they log in your number on their device they will send you an app called “rg_facescan”. After the installation they will send you a link that will do the facescan. After the facescan then can now use your e wallet freely. I’m planning make a research about that, can you guys help me analyze this one? Link: RG Facescan: https://bdpkg.beidoupays.com/RGScanface_1.1.0.6_sign.apk Facescan link: https://pay.beidoupays.com/scanFace?phone=09551608838 Note: I sold my account to them then asked the cs to delete my account afterwards. <!-- SC_ON --> submitted by /u/no-to-marco (https://www.reddit.com/user/no-to-marco)
[link] (https://bdpkg.beidoupays.com/RGScanface_1.1.0.6_sign.apk) [comments] (https://www.reddit.com/r/programming/comments/1mudkhs/rg_face_scan_remote_facescan/)
Scalable System Design Patterns
https://www.reddit.com/r/programming/comments/1muehza/scalable_system_design_patterns/
submitted by /u/InspectionSpirited99 (https://www.reddit.com/user/InspectionSpirited99)
[link] (https://open.substack.com/pub/betterengineers/p/scalable-system-design-patterns?r=209a75&utm_medium=ios) [comments] (https://www.reddit.com/r/programming/comments/1muehza/scalable_system_design_patterns/)
https://www.reddit.com/r/programming/comments/1muehza/scalable_system_design_patterns/
submitted by /u/InspectionSpirited99 (https://www.reddit.com/user/InspectionSpirited99)
[link] (https://open.substack.com/pub/betterengineers/p/scalable-system-design-patterns?r=209a75&utm_medium=ios) [comments] (https://www.reddit.com/r/programming/comments/1muehza/scalable_system_design_patterns/)
JSON.stringify got faster
https://www.reddit.com/r/programming/comments/1mueqcy/jsonstringify_got_faster/
submitted by /u/Maybe-monad (https://www.reddit.com/user/Maybe-monad)
[link] (https://v8.dev/blog/json-stringify) [comments] (https://www.reddit.com/r/programming/comments/1mueqcy/jsonstringify_got_faster/)
https://www.reddit.com/r/programming/comments/1mueqcy/jsonstringify_got_faster/
submitted by /u/Maybe-monad (https://www.reddit.com/user/Maybe-monad)
[link] (https://v8.dev/blog/json-stringify) [comments] (https://www.reddit.com/r/programming/comments/1mueqcy/jsonstringify_got_faster/)
Prime Number Grid
https://www.reddit.com/r/programming/comments/1mufl1a/prime_number_grid/
submitted by /u/sparklingsphere (https://www.reddit.com/user/sparklingsphere)
[link] (https://susam.net/primegrid.html) [comments] (https://www.reddit.com/r/programming/comments/1mufl1a/prime_number_grid/)
https://www.reddit.com/r/programming/comments/1mufl1a/prime_number_grid/
submitted by /u/sparklingsphere (https://www.reddit.com/user/sparklingsphere)
[link] (https://susam.net/primegrid.html) [comments] (https://www.reddit.com/r/programming/comments/1mufl1a/prime_number_grid/)
AI is a Junior Dev and needs a Lead
https://www.reddit.com/r/programming/comments/1mugchx/ai_is_a_junior_dev_and_needs_a_lead/
submitted by /u/that_guy_iain (https://www.reddit.com/user/that_guy_iain)
[link] (https://getparthenon.com/blog/ai-is-a-junior-dev-and-needs-a-lead) [comments] (https://www.reddit.com/r/programming/comments/1mugchx/ai_is_a_junior_dev_and_needs_a_lead/)
https://www.reddit.com/r/programming/comments/1mugchx/ai_is_a_junior_dev_and_needs_a_lead/
submitted by /u/that_guy_iain (https://www.reddit.com/user/that_guy_iain)
[link] (https://getparthenon.com/blog/ai-is-a-junior-dev-and-needs-a-lead) [comments] (https://www.reddit.com/r/programming/comments/1mugchx/ai_is_a_junior_dev_and_needs_a_lead/)
CRLite: Fast, private, and comprehensive certificate revocation checking in
https://www.reddit.com/r/programming/comments/1mun09l/crlite_fast_private_and_comprehensive_certificate/
submitted by /u/feross (https://www.reddit.com/user/feross)
[link] (https://hacks.mozilla.org/2025/08/crlite-fast-private-and-comprehensive-certificate-revocation-checking-in-firefox/) [comments] (https://www.reddit.com/r/programming/comments/1mun09l/crlite_fast_private_and_comprehensive_certificate/)
https://www.reddit.com/r/programming/comments/1mun09l/crlite_fast_private_and_comprehensive_certificate/
submitted by /u/feross (https://www.reddit.com/user/feross)
[link] (https://hacks.mozilla.org/2025/08/crlite-fast-private-and-comprehensive-certificate-revocation-checking-in-firefox/) [comments] (https://www.reddit.com/r/programming/comments/1mun09l/crlite_fast_private_and_comprehensive_certificate/)
Interactively learn to process real-time data with Fenwick trees and segment trees
https://www.reddit.com/r/programming/comments/1muncbb/interactively_learn_to_process_realtime_data_with/
<!-- SC_OFF -->some time i thinks, how big ecommerce platforms and IOT devices and algo trading handles and query millions of data points effectively without any hurdles think if platform like amazon which have to update the discount price of the all the products at a time and run a query for that it would take so long, (sorting the product, finding the product, updating it) the real time trading terminals which have to update the real time price have to be efficient or it may cause huge financial losses so according to me the Fenwick trees and segment trees can be good or potential solution for this kind of situation, this two algorithms are super powerful for querying, replacing index values with extreme efficiency and time complexity meanwhile thinking it i have tried to experiment with it and wrote something about it , if someone interested learning this algorithms and how they works can check it out here (https://beyondit.blog/blogs/segment-fenwick-trees-real-time-analytics) <!-- SC_ON --> submitted by /u/BeyondITBlog (https://www.reddit.com/user/BeyondITBlog)
[link] (https://beyondit.blog/blogs/segment-fenwick-trees-real-time-analytics) [comments] (https://www.reddit.com/r/programming/comments/1muncbb/interactively_learn_to_process_realtime_data_with/)
https://www.reddit.com/r/programming/comments/1muncbb/interactively_learn_to_process_realtime_data_with/
<!-- SC_OFF -->some time i thinks, how big ecommerce platforms and IOT devices and algo trading handles and query millions of data points effectively without any hurdles think if platform like amazon which have to update the discount price of the all the products at a time and run a query for that it would take so long, (sorting the product, finding the product, updating it) the real time trading terminals which have to update the real time price have to be efficient or it may cause huge financial losses so according to me the Fenwick trees and segment trees can be good or potential solution for this kind of situation, this two algorithms are super powerful for querying, replacing index values with extreme efficiency and time complexity meanwhile thinking it i have tried to experiment with it and wrote something about it , if someone interested learning this algorithms and how they works can check it out here (https://beyondit.blog/blogs/segment-fenwick-trees-real-time-analytics) <!-- SC_ON --> submitted by /u/BeyondITBlog (https://www.reddit.com/user/BeyondITBlog)
[link] (https://beyondit.blog/blogs/segment-fenwick-trees-real-time-analytics) [comments] (https://www.reddit.com/r/programming/comments/1muncbb/interactively_learn_to_process_realtime_data_with/)
AI is Transforming Infrastructure as Code, But Humans Still Hold the Reins
https://www.reddit.com/r/programming/comments/1munxbg/ai_is_transforming_infrastructure_as_code_but/
submitted by /u/trolleid (https://www.reddit.com/user/trolleid)
[link] (https://analyticsindiamag.com/ai-features/ai-is-transforming-infrastructure-as-code-but-humans-still-hold-the-reins/) [comments] (https://www.reddit.com/r/programming/comments/1munxbg/ai_is_transforming_infrastructure_as_code_but/)
https://www.reddit.com/r/programming/comments/1munxbg/ai_is_transforming_infrastructure_as_code_but/
submitted by /u/trolleid (https://www.reddit.com/user/trolleid)
[link] (https://analyticsindiamag.com/ai-features/ai-is-transforming-infrastructure-as-code-but-humans-still-hold-the-reins/) [comments] (https://www.reddit.com/r/programming/comments/1munxbg/ai_is_transforming_infrastructure_as_code_but/)
flow-run: LLM Orchestration, Prompt Testing & Cost Monitoring
https://www.reddit.com/r/programming/comments/1mup8bi/flowrun_llm_orchestration_prompt_testing_cost/
submitted by /u/Historical_Wing_9573 (https://www.reddit.com/user/Historical_Wing_9573)
[link] (https://vitaliihonchar.com/insights/flow-run-project-denoscription) [comments] (https://www.reddit.com/r/programming/comments/1mup8bi/flowrun_llm_orchestration_prompt_testing_cost/)
https://www.reddit.com/r/programming/comments/1mup8bi/flowrun_llm_orchestration_prompt_testing_cost/
submitted by /u/Historical_Wing_9573 (https://www.reddit.com/user/Historical_Wing_9573)
[link] (https://vitaliihonchar.com/insights/flow-run-project-denoscription) [comments] (https://www.reddit.com/r/programming/comments/1mup8bi/flowrun_llm_orchestration_prompt_testing_cost/)
D2 (text-to-diagram) now supports ASCII output
https://www.reddit.com/r/programming/comments/1muq8o4/d2_texttodiagram_now_supports_ascii_output/
submitted by /u/terrastruct (https://www.reddit.com/user/terrastruct)
[link] (https://d2lang.com/blog/ascii/) [comments] (https://www.reddit.com/r/programming/comments/1muq8o4/d2_texttodiagram_now_supports_ascii_output/)
https://www.reddit.com/r/programming/comments/1muq8o4/d2_texttodiagram_now_supports_ascii_output/
submitted by /u/terrastruct (https://www.reddit.com/user/terrastruct)
[link] (https://d2lang.com/blog/ascii/) [comments] (https://www.reddit.com/r/programming/comments/1muq8o4/d2_texttodiagram_now_supports_ascii_output/)
Syncing with Postgres: Logical Replication vs. ETL
https://www.reddit.com/r/programming/comments/1mut7nd/syncing_with_postgres_logical_replication_vs_etl/
submitted by /u/philippemnoel (https://www.reddit.com/user/philippemnoel)
[link] (https://www.paradedb.com/blog/etl_vs_logical_replication) [comments] (https://www.reddit.com/r/programming/comments/1mut7nd/syncing_with_postgres_logical_replication_vs_etl/)
https://www.reddit.com/r/programming/comments/1mut7nd/syncing_with_postgres_logical_replication_vs_etl/
submitted by /u/philippemnoel (https://www.reddit.com/user/philippemnoel)
[link] (https://www.paradedb.com/blog/etl_vs_logical_replication) [comments] (https://www.reddit.com/r/programming/comments/1mut7nd/syncing_with_postgres_logical_replication_vs_etl/)
Javadoc is getting a dark mode!
https://www.reddit.com/r/programming/comments/1muty3h/javadoc_is_getting_a_dark_mode/
submitted by /u/davidalayachew (https://www.reddit.com/user/davidalayachew)
[link] (https://github.com/openjdk/jdk/pull/26185) [comments] (https://www.reddit.com/r/programming/comments/1muty3h/javadoc_is_getting_a_dark_mode/)
https://www.reddit.com/r/programming/comments/1muty3h/javadoc_is_getting_a_dark_mode/
submitted by /u/davidalayachew (https://www.reddit.com/user/davidalayachew)
[link] (https://github.com/openjdk/jdk/pull/26185) [comments] (https://www.reddit.com/r/programming/comments/1muty3h/javadoc_is_getting_a_dark_mode/)
How We Exploited CodeRabbit: From a Simple PR to RCE and Write Access on 1M Repositories
https://www.reddit.com/r/programming/comments/1muvk0j/how_we_exploited_coderabbit_from_a_simple_pr_to/
submitted by /u/f1_ignorant (https://www.reddit.com/user/f1_ignorant)
[link] (https://research.kudelskisecurity.com/2025/08/19/how-we-exploited-coderabbit-from-a-simple-pr-to-rce-and-write-access-on-1m-repositories/) [comments] (https://www.reddit.com/r/programming/comments/1muvk0j/how_we_exploited_coderabbit_from_a_simple_pr_to/)
https://www.reddit.com/r/programming/comments/1muvk0j/how_we_exploited_coderabbit_from_a_simple_pr_to/
submitted by /u/f1_ignorant (https://www.reddit.com/user/f1_ignorant)
[link] (https://research.kudelskisecurity.com/2025/08/19/how-we-exploited-coderabbit-from-a-simple-pr-to-rce-and-write-access-on-1m-repositories/) [comments] (https://www.reddit.com/r/programming/comments/1muvk0j/how_we_exploited_coderabbit_from_a_simple_pr_to/)
how to resolve a halting paradox
https://www.reddit.com/r/programming/comments/1muzi1d/how_to_resolve_a_halting_paradox/
submitted by /u/fire_in_the_theater (https://www.reddit.com/user/fire_in_the_theater)
[link] (https://www.academia.edu/136521323/how_to_resolve_a_halting_paradox) [comments] (https://www.reddit.com/r/programming/comments/1muzi1d/how_to_resolve_a_halting_paradox/)
https://www.reddit.com/r/programming/comments/1muzi1d/how_to_resolve_a_halting_paradox/
submitted by /u/fire_in_the_theater (https://www.reddit.com/user/fire_in_the_theater)
[link] (https://www.academia.edu/136521323/how_to_resolve_a_halting_paradox) [comments] (https://www.reddit.com/r/programming/comments/1muzi1d/how_to_resolve_a_halting_paradox/)
ACID Properties explained with real examples (bank transfers, online shopping)
https://www.reddit.com/r/programming/comments/1mv21pt/acid_properties_explained_with_real_examples_bank/
submitted by /u/caffeinated_coder_ (https://www.reddit.com/user/caffeinated_coder_)
[link] (https://youtu.be/zoZhW5kNgNk) [comments] (https://www.reddit.com/r/programming/comments/1mv21pt/acid_properties_explained_with_real_examples_bank/)
https://www.reddit.com/r/programming/comments/1mv21pt/acid_properties_explained_with_real_examples_bank/
submitted by /u/caffeinated_coder_ (https://www.reddit.com/user/caffeinated_coder_)
[link] (https://youtu.be/zoZhW5kNgNk) [comments] (https://www.reddit.com/r/programming/comments/1mv21pt/acid_properties_explained_with_real_examples_bank/)
Drag-and-drop TUI designer: Design once, deploy to Python, Go, Rust, or Node.js terminal frameworks
https://www.reddit.com/r/programming/comments/1mv6550/draganddrop_tui_designer_design_once_deploy_to/
<!-- SC_OFF -->I was tired of manually coding terminal UIs and switching between different TUI frameworks for different projects. Each framework has its own patterns, and building dashboards from scratch takes forever. The generated code follows each framework's idioms and best practices. You get proper async patterns in Python, channels in Go, ownership in Rust, and event handling in Node.js. Connect to system metrics (CPU, memory, disk, network), APIs, log files, or command output. Generates professional terminal applications you can deploy anywhere. Currently working on plugin architecture and real-time collaboration. Would love feedback from the community. Hope it helps others too. <!-- SC_ON --> submitted by /u/catalysed (https://www.reddit.com/user/catalysed)
[link] (https://github.com/aerocyberlabs/jackal_cli) [comments] (https://www.reddit.com/r/programming/comments/1mv6550/draganddrop_tui_designer_design_once_deploy_to/)
https://www.reddit.com/r/programming/comments/1mv6550/draganddrop_tui_designer_design_once_deploy_to/
<!-- SC_OFF -->I was tired of manually coding terminal UIs and switching between different TUI frameworks for different projects. Each framework has its own patterns, and building dashboards from scratch takes forever. The generated code follows each framework's idioms and best practices. You get proper async patterns in Python, channels in Go, ownership in Rust, and event handling in Node.js. Connect to system metrics (CPU, memory, disk, network), APIs, log files, or command output. Generates professional terminal applications you can deploy anywhere. Currently working on plugin architecture and real-time collaboration. Would love feedback from the community. Hope it helps others too. <!-- SC_ON --> submitted by /u/catalysed (https://www.reddit.com/user/catalysed)
[link] (https://github.com/aerocyberlabs/jackal_cli) [comments] (https://www.reddit.com/r/programming/comments/1mv6550/draganddrop_tui_designer_design_once_deploy_to/)