16 minimal multiplatform GUI app examples with Go's Fyne + Rye
https://www.reddit.com/r/programming/comments/1ouzfc1/16_minimal_multiplatform_gui_app_examples_with/
<!-- SC_OFF -->16 increasingly complex, but still minimalistic, examples of multiplatform GUI apps using Go's Fyne GUI library and Rye language. From Hello world, demoing various GUI widgets, goroutines, to combining GUI with HTTP calls and at the end SQLite storage. One of the examples, a simple clock, using a goroutine: fyne: import\go "fyne" app: import\go "fyne/app" widget: import\go "fyne/widget" lab: widget/label "" go does { forever { fyne/do does { lab .set-text now .to-string } sleep 500 } } w: app/new .window "Date & Time" w .set-content lab w .show-and-run 15 more (with screenshots) on the link. <!-- SC_ON --> submitted by /u/middayc (https://www.reddit.com/user/middayc)
[link] (https://ryelang.org/cookbook/rye-fyne/examples-2/) [comments] (https://www.reddit.com/r/programming/comments/1ouzfc1/16_minimal_multiplatform_gui_app_examples_with/)
https://www.reddit.com/r/programming/comments/1ouzfc1/16_minimal_multiplatform_gui_app_examples_with/
<!-- SC_OFF -->16 increasingly complex, but still minimalistic, examples of multiplatform GUI apps using Go's Fyne GUI library and Rye language. From Hello world, demoing various GUI widgets, goroutines, to combining GUI with HTTP calls and at the end SQLite storage. One of the examples, a simple clock, using a goroutine: fyne: import\go "fyne" app: import\go "fyne/app" widget: import\go "fyne/widget" lab: widget/label "" go does { forever { fyne/do does { lab .set-text now .to-string } sleep 500 } } w: app/new .window "Date & Time" w .set-content lab w .show-and-run 15 more (with screenshots) on the link. <!-- SC_ON --> submitted by /u/middayc (https://www.reddit.com/user/middayc)
[link] (https://ryelang.org/cookbook/rye-fyne/examples-2/) [comments] (https://www.reddit.com/r/programming/comments/1ouzfc1/16_minimal_multiplatform_gui_app_examples_with/)
Debugging AI Hallucination: How Exactly Models Make Things Up
https://www.reddit.com/r/programming/comments/1ov0zsd/debugging_ai_hallucination_how_exactly_models/
submitted by /u/derjanni (https://www.reddit.com/user/derjanni)
[link] (https://programmers.fyi/debugging-ai-hallucination) [comments] (https://www.reddit.com/r/programming/comments/1ov0zsd/debugging_ai_hallucination_how_exactly_models/)
https://www.reddit.com/r/programming/comments/1ov0zsd/debugging_ai_hallucination_how_exactly_models/
submitted by /u/derjanni (https://www.reddit.com/user/derjanni)
[link] (https://programmers.fyi/debugging-ai-hallucination) [comments] (https://www.reddit.com/r/programming/comments/1ov0zsd/debugging_ai_hallucination_how_exactly_models/)
Two security issues were discovered in sudo-rs, a Rust-based implementation of sudo
https://www.reddit.com/r/programming/comments/1ov39fq/two_security_issues_were_discovered_in_sudors_a/
submitted by /u/brutal_seizure (https://www.reddit.com/user/brutal_seizure)
[link] (https://www.phoronix.com/news/sudo-rs-security-ubuntu-25.10) [comments] (https://www.reddit.com/r/programming/comments/1ov39fq/two_security_issues_were_discovered_in_sudors_a/)
https://www.reddit.com/r/programming/comments/1ov39fq/two_security_issues_were_discovered_in_sudors_a/
submitted by /u/brutal_seizure (https://www.reddit.com/user/brutal_seizure)
[link] (https://www.phoronix.com/news/sudo-rs-security-ubuntu-25.10) [comments] (https://www.reddit.com/r/programming/comments/1ov39fq/two_security_issues_were_discovered_in_sudors_a/)
Reproachfully Presenting Resilient Recursive Descent Parsing
https://www.reddit.com/r/programming/comments/1ov4zdg/reproachfully_presenting_resilient_recursive/
submitted by /u/thunderseethe (https://www.reddit.com/user/thunderseethe)
[link] (https://thunderseethe.dev/posts/parser-base/) [comments] (https://www.reddit.com/r/programming/comments/1ov4zdg/reproachfully_presenting_resilient_recursive/)
https://www.reddit.com/r/programming/comments/1ov4zdg/reproachfully_presenting_resilient_recursive/
submitted by /u/thunderseethe (https://www.reddit.com/user/thunderseethe)
[link] (https://thunderseethe.dev/posts/parser-base/) [comments] (https://www.reddit.com/r/programming/comments/1ov4zdg/reproachfully_presenting_resilient_recursive/)
Build a Digital Bank (Step-by-Step Playlist)
https://www.reddit.com/r/programming/comments/1ov9epi/build_a_digital_bank_stepbystep_playlist/
<!-- SC_OFF -->This series walks through how to build a digital bank from scratch Tech Stack Spring Boot microservices (Customer, Account, Transaction, Payments, AuthUser, Consent) Auth0 for OAuth2 / JWT-based security PostgreSQL for persistence Key Concepts Covered Domain-Driven Design for financial services FDX-compliant API contracts (OpenAPI-first) Idempotency, ETags, and optimistic concurrency https://www.youtube.com/watch?v=VHBlkZYzSNY&list=PL4tLXdEa5XIWrhuhgJA1pdh2PDMrV7nMM&pp=gAQB0gcJCbAEOCosWNin <!-- SC_ON --> submitted by /u/AdPresent3286 (https://www.reddit.com/user/AdPresent3286)
[link] (https://www.youtube.com/watch?v=VHBlkZYzSNY&list=PL4tLXdEa5XIWrhuhgJA1pdh2PDMrV7nMM) [comments] (https://www.reddit.com/r/programming/comments/1ov9epi/build_a_digital_bank_stepbystep_playlist/)
https://www.reddit.com/r/programming/comments/1ov9epi/build_a_digital_bank_stepbystep_playlist/
<!-- SC_OFF -->This series walks through how to build a digital bank from scratch Tech Stack Spring Boot microservices (Customer, Account, Transaction, Payments, AuthUser, Consent) Auth0 for OAuth2 / JWT-based security PostgreSQL for persistence Key Concepts Covered Domain-Driven Design for financial services FDX-compliant API contracts (OpenAPI-first) Idempotency, ETags, and optimistic concurrency https://www.youtube.com/watch?v=VHBlkZYzSNY&list=PL4tLXdEa5XIWrhuhgJA1pdh2PDMrV7nMM&pp=gAQB0gcJCbAEOCosWNin <!-- SC_ON --> submitted by /u/AdPresent3286 (https://www.reddit.com/user/AdPresent3286)
[link] (https://www.youtube.com/watch?v=VHBlkZYzSNY&list=PL4tLXdEa5XIWrhuhgJA1pdh2PDMrV7nMM) [comments] (https://www.reddit.com/r/programming/comments/1ov9epi/build_a_digital_bank_stepbystep_playlist/)
Async and Finaliser Deadlocks
https://www.reddit.com/r/programming/comments/1ova8wi/async_and_finaliser_deadlocks/
submitted by /u/Xaneris47 (https://www.reddit.com/user/Xaneris47)
[link] (https://tratt.net/laurie/blog/2025/async_and_finaliser_deadlocks.html) [comments] (https://www.reddit.com/r/programming/comments/1ova8wi/async_and_finaliser_deadlocks/)
https://www.reddit.com/r/programming/comments/1ova8wi/async_and_finaliser_deadlocks/
submitted by /u/Xaneris47 (https://www.reddit.com/user/Xaneris47)
[link] (https://tratt.net/laurie/blog/2025/async_and_finaliser_deadlocks.html) [comments] (https://www.reddit.com/r/programming/comments/1ova8wi/async_and_finaliser_deadlocks/)
Visual Studio 2026 is now generally available
https://www.reddit.com/r/programming/comments/1ovbpnd/visual_studio_2026_is_now_generally_available/
submitted by /u/mariuz (https://www.reddit.com/user/mariuz)
[link] (https://devblogs.microsoft.com/visualstudio/visual-studio-2026-is-here-faster-smarter-and-a-hit-with-early-adopters/) [comments] (https://www.reddit.com/r/programming/comments/1ovbpnd/visual_studio_2026_is_now_generally_available/)
https://www.reddit.com/r/programming/comments/1ovbpnd/visual_studio_2026_is_now_generally_available/
submitted by /u/mariuz (https://www.reddit.com/user/mariuz)
[link] (https://devblogs.microsoft.com/visualstudio/visual-studio-2026-is-here-faster-smarter-and-a-hit-with-early-adopters/) [comments] (https://www.reddit.com/r/programming/comments/1ovbpnd/visual_studio_2026_is_now_generally_available/)
The Forty-Year Programmer
https://www.reddit.com/r/programming/comments/1ovc9y2/the_fortyyear_programmer/
submitted by /u/mooreds (https://www.reddit.com/user/mooreds)
[link] (https://codefol.io/posts/the-forty-year-programmer/) [comments] (https://www.reddit.com/r/programming/comments/1ovc9y2/the_fortyyear_programmer/)
https://www.reddit.com/r/programming/comments/1ovc9y2/the_fortyyear_programmer/
submitted by /u/mooreds (https://www.reddit.com/user/mooreds)
[link] (https://codefol.io/posts/the-forty-year-programmer/) [comments] (https://www.reddit.com/r/programming/comments/1ovc9y2/the_fortyyear_programmer/)
Fun-reliable side-channels for cross-container communication
https://www.reddit.com/r/programming/comments/1ovcdim/funreliable_sidechannels_for_crosscontainer/
submitted by /u/N1ghtCod3r (https://www.reddit.com/user/N1ghtCod3r)
[link] (https://h4x0r.org/funreliable/) [comments] (https://www.reddit.com/r/programming/comments/1ovcdim/funreliable_sidechannels_for_crosscontainer/)
https://www.reddit.com/r/programming/comments/1ovcdim/funreliable_sidechannels_for_crosscontainer/
submitted by /u/N1ghtCod3r (https://www.reddit.com/user/N1ghtCod3r)
[link] (https://h4x0r.org/funreliable/) [comments] (https://www.reddit.com/r/programming/comments/1ovcdim/funreliable_sidechannels_for_crosscontainer/)
VS Code 1.106 out with new icons, Agents view w/ Codex, diff selection fixes
https://www.reddit.com/r/programming/comments/1ovcrks/vs_code_1106_out_with_new_icons_agents_view_w/
submitted by /u/connor4312 (https://www.reddit.com/user/connor4312)
[link] (https://code.visualstudio.com/updates/v1_106) [comments] (https://www.reddit.com/r/programming/comments/1ovcrks/vs_code_1106_out_with_new_icons_agents_view_w/)
https://www.reddit.com/r/programming/comments/1ovcrks/vs_code_1106_out_with_new_icons_agents_view_w/
submitted by /u/connor4312 (https://www.reddit.com/user/connor4312)
[link] (https://code.visualstudio.com/updates/v1_106) [comments] (https://www.reddit.com/r/programming/comments/1ovcrks/vs_code_1106_out_with_new_icons_agents_view_w/)
Comparing Integers and Doubles
https://www.reddit.com/r/programming/comments/1ovd2yz/comparing_integers_and_doubles/
submitted by /u/TheCrush0r (https://www.reddit.com/user/TheCrush0r)
[link] (https://databasearchitects.blogspot.com/2025/11/comparing-integers-and-doubles.html) [comments] (https://www.reddit.com/r/programming/comments/1ovd2yz/comparing_integers_and_doubles/)
https://www.reddit.com/r/programming/comments/1ovd2yz/comparing_integers_and_doubles/
submitted by /u/TheCrush0r (https://www.reddit.com/user/TheCrush0r)
[link] (https://databasearchitects.blogspot.com/2025/11/comparing-integers-and-doubles.html) [comments] (https://www.reddit.com/r/programming/comments/1ovd2yz/comparing_integers_and_doubles/)
Sacred Fig Architecture (FIG): an adaptive, feedback-driven alternative to Hexagonal — thoughts?
https://www.reddit.com/r/programming/comments/1ovdngg/sacred_fig_architecture_fig_an_adaptive/
<!-- SC_OFF -->Hey everyone, I’ve been working on Sacred Fig Architecture (FIG) — an evolution of Hexagonal that treats a system like a living tree: Trunk = pure domain core Roots = infrastructure adapters Branches = UI/API surfaces Canopy = composition & feature gating Aerial Roots = built-in telemetry/feedback that adapts policies at runtime Key idea: keep the domain pure and testable, but make feedback a first-class layer so the system can adjust (e.g., throttle workers, change caching strategy) without piercing domain boundaries. The repo has a whitepaper, diagrams, and a minimal example to try the layering and contracts. Repo: github.com/sanjuoo7live/sacred-fig-architecture (http://github.com/sanjuoo7live/sacred-fig-architecture) What I’d love feedback on: Does the Aerial Roots layer (feedback → canopy policy) feel like a clean way to add adaptation without contaminating the domain? Are the channel contracts (typed boundaries) enough to keep Branches/Roots from drifting into Trunk concerns? Would you adopt this as an architectural model/pattern alongside Hexagonal/Clean, or is it overkill unless you need runtime policy adaptation? Anything obvious missing in the minimal example or the guardrail docs (invariants/promotion policy)? Curious where this breaks, and where it shines. Tear it apart! 🌳 <!-- SC_ON --> submitted by /u/Resident-Escape-7959 (https://www.reddit.com/user/Resident-Escape-7959)
[link] (http://github.com/sanjuoo7live/sacred-fig-architecture) [comments] (https://www.reddit.com/r/programming/comments/1ovdngg/sacred_fig_architecture_fig_an_adaptive/)
https://www.reddit.com/r/programming/comments/1ovdngg/sacred_fig_architecture_fig_an_adaptive/
<!-- SC_OFF -->Hey everyone, I’ve been working on Sacred Fig Architecture (FIG) — an evolution of Hexagonal that treats a system like a living tree: Trunk = pure domain core Roots = infrastructure adapters Branches = UI/API surfaces Canopy = composition & feature gating Aerial Roots = built-in telemetry/feedback that adapts policies at runtime Key idea: keep the domain pure and testable, but make feedback a first-class layer so the system can adjust (e.g., throttle workers, change caching strategy) without piercing domain boundaries. The repo has a whitepaper, diagrams, and a minimal example to try the layering and contracts. Repo: github.com/sanjuoo7live/sacred-fig-architecture (http://github.com/sanjuoo7live/sacred-fig-architecture) What I’d love feedback on: Does the Aerial Roots layer (feedback → canopy policy) feel like a clean way to add adaptation without contaminating the domain? Are the channel contracts (typed boundaries) enough to keep Branches/Roots from drifting into Trunk concerns? Would you adopt this as an architectural model/pattern alongside Hexagonal/Clean, or is it overkill unless you need runtime policy adaptation? Anything obvious missing in the minimal example or the guardrail docs (invariants/promotion policy)? Curious where this breaks, and where it shines. Tear it apart! 🌳 <!-- SC_ON --> submitted by /u/Resident-Escape-7959 (https://www.reddit.com/user/Resident-Escape-7959)
[link] (http://github.com/sanjuoo7live/sacred-fig-architecture) [comments] (https://www.reddit.com/r/programming/comments/1ovdngg/sacred_fig_architecture_fig_an_adaptive/)
Apache NetBeans 28 Released
https://www.reddit.com/r/programming/comments/1ovdt0s/apache_netbeans_28_released/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://lists.apache.org/thread/qg7j1mt5qbpcnhz3bl4c1ns66nfocj5v) [comments] (https://www.reddit.com/r/programming/comments/1ovdt0s/apache_netbeans_28_released/)
https://www.reddit.com/r/programming/comments/1ovdt0s/apache_netbeans_28_released/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://lists.apache.org/thread/qg7j1mt5qbpcnhz3bl4c1ns66nfocj5v) [comments] (https://www.reddit.com/r/programming/comments/1ovdt0s/apache_netbeans_28_released/)
SWT Evolve: Drop-in Modern Renderer for SWT -- No Migrations, Web-Ready
https://www.reddit.com/r/programming/comments/1ovenf6/swt_evolve_dropin_modern_renderer_for_swt_no/
submitted by /u/Chromium_Engine96 (https://www.reddit.com/user/Chromium_Engine96)
[link] (https://www.equo.dev/blog/swt-evolve) [comments] (https://www.reddit.com/r/programming/comments/1ovenf6/swt_evolve_dropin_modern_renderer_for_swt_no/)
https://www.reddit.com/r/programming/comments/1ovenf6/swt_evolve_dropin_modern_renderer_for_swt_no/
submitted by /u/Chromium_Engine96 (https://www.reddit.com/user/Chromium_Engine96)
[link] (https://www.equo.dev/blog/swt-evolve) [comments] (https://www.reddit.com/r/programming/comments/1ovenf6/swt_evolve_dropin_modern_renderer_for_swt_no/)
Day 15: Gradients and Gradient Descent
https://www.reddit.com/r/programming/comments/1ovjarm/day_15_gradients_and_gradient_descent/
<!-- SC_OFF -->What We’ll Build Today Implement a basic gradient descent algorithm from scratch Train a simple AI model to predict house prices using gradient descent Visualize how AI systems “learn” by following gradients downhill Why This Matters: The Secret Behind Every AI System <!-- SC_ON --> submitted by /u/Extra_Ear_10 (https://www.reddit.com/user/Extra_Ear_10)
[link] (https://aieworks.substack.com/p/day-15-gradients-and-gradient-descent) [comments] (https://www.reddit.com/r/programming/comments/1ovjarm/day_15_gradients_and_gradient_descent/)
https://www.reddit.com/r/programming/comments/1ovjarm/day_15_gradients_and_gradient_descent/
<!-- SC_OFF -->What We’ll Build Today Implement a basic gradient descent algorithm from scratch Train a simple AI model to predict house prices using gradient descent Visualize how AI systems “learn” by following gradients downhill Why This Matters: The Secret Behind Every AI System <!-- SC_ON --> submitted by /u/Extra_Ear_10 (https://www.reddit.com/user/Extra_Ear_10)
[link] (https://aieworks.substack.com/p/day-15-gradients-and-gradient-descent) [comments] (https://www.reddit.com/r/programming/comments/1ovjarm/day_15_gradients_and_gradient_descent/)
NALTH.JS The Security‑First Web Framework You Should Be Using
https://www.reddit.com/r/programming/comments/1ovq9yw/nalthjs_the_securityfirst_web_framework_you/
submitted by /u/Evening-Direction-71 (https://www.reddit.com/user/Evening-Direction-71)
[link] (https://medium.com/@nalikiru/nalth-js-the-security-first-web-framework-you-should-be-using-3d9323d80335) [comments] (https://www.reddit.com/r/programming/comments/1ovq9yw/nalthjs_the_securityfirst_web_framework_you/)
https://www.reddit.com/r/programming/comments/1ovq9yw/nalthjs_the_securityfirst_web_framework_you/
submitted by /u/Evening-Direction-71 (https://www.reddit.com/user/Evening-Direction-71)
[link] (https://medium.com/@nalikiru/nalth-js-the-security-first-web-framework-you-should-be-using-3d9323d80335) [comments] (https://www.reddit.com/r/programming/comments/1ovq9yw/nalthjs_the_securityfirst_web_framework_you/)
LZAV 5.0: Improved compression ratio across a wide range of data types, at similar performance. Improved compression ratio by up to 5% for data smaller than 256 KiB. Fast Data Compression Algorithm (header-only C/C++).
https://www.reddit.com/r/programming/comments/1ovyqle/lzav_50_improved_compression_ratio_across_a_wide/
submitted by /u/avaneev (https://www.reddit.com/user/avaneev)
[link] (https://github.com/avaneev/lzav) [comments] (https://www.reddit.com/r/programming/comments/1ovyqle/lzav_50_improved_compression_ratio_across_a_wide/)
https://www.reddit.com/r/programming/comments/1ovyqle/lzav_50_improved_compression_ratio_across_a_wide/
submitted by /u/avaneev (https://www.reddit.com/user/avaneev)
[link] (https://github.com/avaneev/lzav) [comments] (https://www.reddit.com/r/programming/comments/1ovyqle/lzav_50_improved_compression_ratio_across_a_wide/)
The Way the Future Was • Kevlin Henney & James Lewis
https://www.reddit.com/r/programming/comments/1ow0nzm/the_way_the_future_was_kevlin_henney_james_lewis/
submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://youtu.be/ZTfnRXtIFEo) [comments] (https://www.reddit.com/r/programming/comments/1ow0nzm/the_way_the_future_was_kevlin_henney_james_lewis/)
https://www.reddit.com/r/programming/comments/1ow0nzm/the_way_the_future_was_kevlin_henney_james_lewis/
submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://youtu.be/ZTfnRXtIFEo) [comments] (https://www.reddit.com/r/programming/comments/1ow0nzm/the_way_the_future_was_kevlin_henney_james_lewis/)
Why agents DO NOT write most of our code - a reality check
https://www.reddit.com/r/programming/comments/1ow476v/why_agents_do_not_write_most_of_our_code_a/
submitted by /u/ma_za_octo (https://www.reddit.com/user/ma_za_octo)
[link] (https://octomind.dev/blog/why-agents-do-not-write-most-of-our-code-a-reality-check) [comments] (https://www.reddit.com/r/programming/comments/1ow476v/why_agents_do_not_write_most_of_our_code_a/)
https://www.reddit.com/r/programming/comments/1ow476v/why_agents_do_not_write_most_of_our_code_a/
submitted by /u/ma_za_octo (https://www.reddit.com/user/ma_za_octo)
[link] (https://octomind.dev/blog/why-agents-do-not-write-most-of-our-code-a-reality-check) [comments] (https://www.reddit.com/r/programming/comments/1ow476v/why_agents_do_not_write_most_of_our_code_a/)
Exploring the x402 Protocol for Internet-Native Payments
https://www.reddit.com/r/programming/comments/1ow6j1h/exploring_the_x402_protocol_for_internetnative/
submitted by /u/Permit_io (https://www.reddit.com/user/Permit_io)
[link] (https://www.permit.io/blog/exploring-the-x402-protocol-for-internet-native-payments) [comments] (https://www.reddit.com/r/programming/comments/1ow6j1h/exploring_the_x402_protocol_for_internetnative/)
https://www.reddit.com/r/programming/comments/1ow6j1h/exploring_the_x402_protocol_for_internetnative/
submitted by /u/Permit_io (https://www.reddit.com/user/Permit_io)
[link] (https://www.permit.io/blog/exploring-the-x402-protocol-for-internet-native-payments) [comments] (https://www.reddit.com/r/programming/comments/1ow6j1h/exploring_the_x402_protocol_for_internetnative/)
Rust compilation is resource hungry!
https://www.reddit.com/r/programming/comments/1ow3zg6/rust_compilation_is_resource_hungry/
submitted by /u/aditya26sg (https://www.reddit.com/user/aditya26sg)
[link] (https://aditya26sg.substack.com/p/resource-consumption-by-rust) [comments] (https://www.reddit.com/r/programming/comments/1ow3zg6/rust_compilation_is_resource_hungry/)
https://www.reddit.com/r/programming/comments/1ow3zg6/rust_compilation_is_resource_hungry/
submitted by /u/aditya26sg (https://www.reddit.com/user/aditya26sg)
[link] (https://aditya26sg.substack.com/p/resource-consumption-by-rust) [comments] (https://www.reddit.com/r/programming/comments/1ow3zg6/rust_compilation_is_resource_hungry/)