reddit_programming | Technologies

Telegram-канал reddit_programming - Reddit Programming

212

I will send you newest post from subreddit /r/programming

Subscribe to a channel

Reddit Programming

Is there a fully local alternative to remote AI session control?
https://www.reddit.com/r/programming/comments/1rgvc7l/is_there_a_fully_local_alternative_to_remote_ai/

<!-- SC_OFF -->[Used self-hosted LLM for checking grammar and spelling mistake for this post] Anthropic recently launched Remote Control for Claude Code, which lets you continue a local session from your phone. That idea is interesting, but it raises some questions around: Cloud relay Subscriptions Vendor lock-in Agent-specific integrations There’s an open-source tool called itwillsync that approaches this differently. Instead of relying on a cloud bridge, it wraps any terminal-based agent in: node-pty Local HTTP server WebSocket bridge xterm.js browser terminal You run something like: npx itwillsync -- claude npx itwillsync -- kilo npx itwillsync -- cline Then scan a QR code and open the terminal in a mobile browser to control the session. Key points LAN-only (no cloud relay) No subscription Agent-agnostic (Claude, Aider, Codex, bash, etc.) Multiple devices can connect 64-character session token WebSocket keepalive Optional remote access via Tailscale or SSH tunnel Everything stays on your own network. Curious if anyone here has tried something similar for mobile access to local agents?
Are there other self-hosted approaches people prefer? <!-- SC_ON --> submitted by /u/shrijayan (https://www.reddit.com/user/shrijayan)
[link] (https://github.com/shrijayan/itwillsync) [comments] (https://www.reddit.com/r/programming/comments/1rgvc7l/is_there_a_fully_local_alternative_to_remote_ai/)

Читать полностью…

Reddit Programming

Understanding alignment - from source to object file (C++)
https://www.reddit.com/r/programming/comments/1rgauj3/understanding_alignment_from_source_to_object/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://maskray.me/blog/2025-08-24-understanding-alignment-from-source-to-object-file) [comments] (https://www.reddit.com/r/programming/comments/1rgauj3/understanding_alignment_from_source_to_object/)

Читать полностью…

Reddit Programming

80386 Protection
https://www.reddit.com/r/programming/comments/1rgaqti/80386_protection/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://nand2mario.github.io/posts/2026/80386_protection/) [comments] (https://www.reddit.com/r/programming/comments/1rgaqti/80386_protection/)

Читать полностью…

Reddit Programming

An interactive intro to quadtrees
https://www.reddit.com/r/programming/comments/1rgaph8/an_interactive_intro_to_quadtrees/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://growingswe.com/blog/quadtrees) [comments] (https://www.reddit.com/r/programming/comments/1rgaph8/an_interactive_intro_to_quadtrees/)

Читать полностью…

Reddit Programming

BPatterns: Rewrite Engine with Smalltalk style
https://www.reddit.com/r/programming/comments/1rgadps/bpatterns_rewrite_engine_with_smalltalk_style/

submitted by /u/BrewedDoritos (https://www.reddit.com/user/BrewedDoritos)
[link] (https://dionisiydk.blogspot.com/2026/02/bpatterns-rewrite-engine-with-smalltalk.html?m=1) [comments] (https://www.reddit.com/r/programming/comments/1rgadps/bpatterns_rewrite_engine_with_smalltalk_style/)

Читать полностью…

Reddit Programming

[Log4J] Addressing AI-slop in security reports
https://www.reddit.com/r/programming/comments/1rg9p7u/log4j_addressing_aislop_in_security_reports/

submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://github.com/apache/logging-log4j2/discussions/4052) [comments] (https://www.reddit.com/r/programming/comments/1rg9p7u/log4j_addressing_aislop_in_security_reports/)

Читать полностью…

Reddit Programming

Brave new C#
https://www.reddit.com/r/programming/comments/1rg8f3w/brave_new_c/

submitted by /u/Xadartt (https://www.reddit.com/user/Xadartt)
[link] (https://pvs-studio.com/en/blog/posts/1348/) [comments] (https://www.reddit.com/r/programming/comments/1rg8f3w/brave_new_c/)

Читать полностью…

Reddit Programming

Web dependencies are broken. Can we fix them?
https://www.reddit.com/r/programming/comments/1rg2zo4/web_dependencies_are_broken_can_we_fix_them/

submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://lea.verou.me/blog/2026/web-deps/) [comments] (https://www.reddit.com/r/programming/comments/1rg2zo4/web_dependencies_are_broken_can_we_fix_them/)

Читать полностью…

Reddit Programming

Emacs Is a Lisp Runtime in C, Not an Editor
https://www.reddit.com/r/programming/comments/1rfq42k/emacs_is_a_lisp_runtime_in_c_not_an_editor/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://thecloudlet.github.io/blog/project/emacs-01/) [comments] (https://www.reddit.com/r/programming/comments/1rfq42k/emacs_is_a_lisp_runtime_in_c_not_an_editor/)

Читать полностью…

Reddit Programming

Offlining a Live Game With .NET Native AOT
https://www.reddit.com/r/programming/comments/1rfmrl4/offlining_a_live_game_with_net_native_aot/

submitted by /u/Seph13 (https://www.reddit.com/user/Seph13)
[link] (https://sephnewman.substack.com/p/offlining-a-live-game-with-net-native) [comments] (https://www.reddit.com/r/programming/comments/1rfmrl4/offlining_a_live_game_with_net_native_aot/)

Читать полностью…

Reddit Programming

Rust in Production: JetBrains
https://www.reddit.com/r/programming/comments/1rfl42t/rust_in_production_jetbrains/

<!-- SC_OFF -->This interview explores JetBrains’ strategy for supporting the Rust Foundation and collaborating around shared tooling like rust-analyzer, the rationale behind launching RustRover, and how user adoption data shapes priorities such as debugging, async Rust workflows, and test tooling (including cargo nextest). <!-- SC_ON --> submitted by /u/Hefty-Necessary7621 (https://www.reddit.com/user/Hefty-Necessary7621)
[link] (https://serokell.io/blog/rust-in-production-jetbrains) [comments] (https://www.reddit.com/r/programming/comments/1rfl42t/rust_in_production_jetbrains/)

Читать полностью…

Reddit Programming

AI=true is an Anti-Pattern
https://www.reddit.com/r/programming/comments/1rfiwf5/aitrue_is_an_antipattern/

submitted by /u/keleshev (https://www.reddit.com/user/keleshev)
[link] (https://keleshev.com/ai-equals-true-is-an-anti-pattern) [comments] (https://www.reddit.com/r/programming/comments/1rfiwf5/aitrue_is_an_antipattern/)

Читать полностью…

Reddit Programming

Ordered Dithering with Arbitrary or Irregular Colour Palettes
https://www.reddit.com/r/programming/comments/1rfgyho/ordered_dithering_with_arbitrary_or_irregular/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://matejlou.blog/2023/12/06/ordered-dithering-for-arbitrary-or-irregular-palettes/) [comments] (https://www.reddit.com/r/programming/comments/1rfgyho/ordered_dithering_with_arbitrary_or_irregular/)

Читать полностью…

Reddit Programming

snakes.run: rendering 100M pixels a second over ssh ·
https://www.reddit.com/r/programming/comments/1rfgy2v/snakesrun_rendering_100m_pixels_a_second_over_ssh/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://eieio.games/blog/secure-massively-multiplayer-snake/) [comments] (https://www.reddit.com/r/programming/comments/1rfgy2v/snakesrun_rendering_100m_pixels_a_second_over_ssh/)

Читать полностью…

Reddit Programming

A VC and some big-name programmers are trying to solve open source’s funding problem, permanently
https://www.reddit.com/r/programming/comments/1rfeaei/a_vc_and_some_bigname_programmers_are_trying_to/

submitted by /u/Outrageous-Baker5834 (https://www.reddit.com/user/Outrageous-Baker5834)
[link] (https://techcrunch.com/2026/02/26/a-vc-and-some-big-name-programmers-are-trying-to-solve-open-sources-funding-problem-permanently/) [comments] (https://www.reddit.com/r/programming/comments/1rfeaei/a_vc_and_some_bigname_programmers_are_trying_to/)

Читать полностью…

Reddit Programming

Optimal Caverna Gameplay via Formal Methods
https://www.reddit.com/r/programming/comments/1rgaw4o/optimal_caverna_gameplay_via_formal_methods/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.stephendiehl.com/posts/caverna/) [comments] (https://www.reddit.com/r/programming/comments/1rgaw4o/optimal_caverna_gameplay_via_formal_methods/)

Читать полностью…

Reddit Programming

The proposal for generic methods for Go has been officially accepted
https://www.reddit.com/r/programming/comments/1rgartl/the_proposal_for_generic_methods_for_go_has_been/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://github.com/golang/go/issues/77273#issuecomment-3962618141) [comments] (https://www.reddit.com/r/programming/comments/1rgartl/the_proposal_for_generic_methods_for_go_has_been/)

Читать полностью…

Reddit Programming

μpack: Faster & more flexible integer compression
https://www.reddit.com/r/programming/comments/1rgaq7j/%CE%BCpack_faster_more_flexible_integer_compression/

<!-- SC_OFF -->This is a blog post and library about fast integer compression and a novel implementation that allows for variable-sized output blocks compared to the more traditional fixed-size blocks. The post goes into how simdcomp by Daniel Lemire works, along with how and what μpack does differently, how it does this efficiently and some of the neat tricks that were used to optimise the assembly of the packing routines. I hope this is interesting to people and gives a good understanding of how both simdcomp and μpack work and brings some insight into how SIMD-based integer compression works. <!-- SC_ON --> submitted by /u/ChillFish8 (https://www.reddit.com/user/ChillFish8)
[link] (https://blog.cf8.gg/mpack-faster-more-flexible-integer-compression) [comments] (https://www.reddit.com/r/programming/comments/1rgaq7j/%CE%BCpack_faster_more_flexible_integer_compression/)

Читать полностью…

Reddit Programming

We deserve a better streams API for JavaScript
https://www.reddit.com/r/programming/comments/1rgap4h/we_deserve_a_better_streams_api_for_javascript/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://blog.cloudflare.com/a-better-web-streams-api/) [comments] (https://www.reddit.com/r/programming/comments/1rgap4h/we_deserve_a_better_streams_api_for_javascript/)

Читать полностью…

Reddit Programming

People are STILL Writing JavaScript "DRM"
https://www.reddit.com/r/programming/comments/1rga6md/people_are_still_writing_javascript_drm/

submitted by /u/medy17 (https://www.reddit.com/user/medy17)
[link] (https://the-ranty-dev.vercel.app/javascript-drms-are-stupid) [comments] (https://www.reddit.com/r/programming/comments/1rga6md/people_are_still_writing_javascript_drm/)

Читать полностью…

Reddit Programming

A modern C-like language you might’ve missed — C3 0.7.10
https://www.reddit.com/r/programming/comments/1rg9n9d/a_modern_clike_language_you_mightve_missed_c3_0710/

<!-- SC_OFF -->C3 0.7.10 is out. This release introduces constdef, for defining a group constants. It replaces the old "const enum" approach and better matches how C programmers typically structure constant groups with enums. Other improvements in this release:
• Much improved MSVC cross compilation
• Quality-of-life fixes
• Custom LLVM builds to reduce external dependencies Full write-up and examples:
https://c3-lang.org/blog/c3-0-7-10-constdef-finally-takes-shape/ (https://c3-lang.org/blog/c3-0-7-10-constdef-finally-takes-shape/?utm_source=chatgpt.com) <!-- SC_ON --> submitted by /u/Nuoji (https://www.reddit.com/user/Nuoji)
[link] (https://c3-lang.org/blog/c3-0-7-10-constdef-finally-takes-shape/) [comments] (https://www.reddit.com/r/programming/comments/1rg9n9d/a_modern_clike_language_you_mightve_missed_c3_0710/)

Читать полностью…

Reddit Programming

Docker, Traefik, and SSE streaming: A post-mortem on building a managed hosting platform
https://www.reddit.com/r/programming/comments/1rg4li5/docker_traefik_and_sse_streaming_a_postmortem_on/

<!-- SC_OFF -->I built a managed hosting platform in two weeks while working a full-time job. ClawHosters now has 50 paying customers and 25 trials. All from Reddit posts. Zero marketing spend. This post covers everything that went wrong: • Docker symlinks breaking updates • SSE streaming through Traefik (way harder than expected) • Why containers hit memory limits constantly • The 2 AM Telegram alerts when customer instances crash Rails 8, PostgreSQL, Sidekiq, Hetzner Cloud API. No Kubernetes. One server. If you're thinking about building infrastructure products, this might save you some pain. <!-- SC_ON --> submitted by /u/yixn_io (https://www.reddit.com/user/yixn_io)
[link] (https://clawhosters.com/blog/posts/building-managed-hosting-platform-tech-deep-dive) [comments] (https://www.reddit.com/r/programming/comments/1rg4li5/docker_traefik_and_sse_streaming_a_postmortem_on/)

Читать полностью…

Reddit Programming

Why disabling the SQL Server sa account still matters in 2026
https://www.reddit.com/r/programming/comments/1rfzoon/why_disabling_the_sql_server_sa_account_still/

submitted by /u/grauenwolf (https://www.reddit.com/user/grauenwolf)
[link] (https://www.red-gate.com/simple-talk/databases/sql-server/why-disabling-the-sql-server-sa-account-still-matters-in-2026/) [comments] (https://www.reddit.com/r/programming/comments/1rfzoon/why_disabling_the_sql_server_sa_account_still/)

Читать полностью…

Reddit Programming

Understanding the Go Runtime: The Memory Allocator
https://www.reddit.com/r/programming/comments/1rfq2lj/understanding_the_go_runtime_the_memory_allocator/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://internals-for-interns.com/posts/go-memory-allocator/) [comments] (https://www.reddit.com/r/programming/comments/1rfq2lj/understanding_the_go_runtime_the_memory_allocator/)

Читать полностью…

Reddit Programming

Lazy Binary Decision Diagrams with eager literal intersections
https://www.reddit.com/r/programming/comments/1rfll6l/lazy_binary_decision_diagrams_with_eager_literal/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://elixir-lang.org/blog/2026/02/26/eager-literal-intersections/) [comments] (https://www.reddit.com/r/programming/comments/1rfll6l/lazy_binary_decision_diagrams_with_eager_literal/)

Читать полностью…

Reddit Programming

Open vs Closed Loop: A Benchmarking Crime
https://www.reddit.com/r/programming/comments/1rfjr3w/open_vs_closed_loop_a_benchmarking_crime/

<!-- SC_OFF -->This post explains in relatively simple terms what an open loop benchmark is and why it can be vital to get this right. I am hardly the first person to write about this topic, but I suspect that I am not the only one who hadn't thought about the details of their benchmarking setup enough. <!-- SC_ON --> submitted by /u/curly_droid (https://www.reddit.com/user/curly_droid)
[link] (https://notpeerreviewed.com/blog/tail-latency/) [comments] (https://www.reddit.com/r/programming/comments/1rfjr3w/open_vs_closed_loop_a_benchmarking_crime/)

Читать полностью…

Reddit Programming

Making WebAssembly a first-class language on the Web
https://www.reddit.com/r/programming/comments/1rfgzit/making_webassembly_a_firstclass_language_on_the/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://hacks.mozilla.org/2026/02/making-webassembly-a-first-class-language-on-the-web/) [comments] (https://www.reddit.com/r/programming/comments/1rfgzit/making_webassembly_a_firstclass_language_on_the/)

Читать полностью…

Reddit Programming

Evolving Languages Faster with Type Tailoring
https://www.reddit.com/r/programming/comments/1rfgy97/evolving_languages_faster_with_type_tailoring/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://lambdaland.org/posts/2024-07-15_type_tailoring/) [comments] (https://www.reddit.com/r/programming/comments/1rfgy97/evolving_languages_faster_with_type_tailoring/)

Читать полностью…

Reddit Programming

Against Query Based Compilers
https://www.reddit.com/r/programming/comments/1rfgx8x/against_query_based_compilers/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://matklad.github.io/2026/02/25/against-query-based-compilers.html) [comments] (https://www.reddit.com/r/programming/comments/1rfgx8x/against_query_based_compilers/)

Читать полностью…

Reddit Programming

What I learned from the book Software Engineering at Google
https://www.reddit.com/r/programming/comments/1rfe59k/what_i_learned_from_the_book_software_engineering/

submitted by /u/milanm08 (https://www.reddit.com/user/milanm08)
[link] (https://newsletter.techworld-with-milan.com/p/what-i-learned-at-swe-at-google-book) [comments] (https://www.reddit.com/r/programming/comments/1rfe59k/what_i_learned_from_the_book_software_engineering/)

Читать полностью…
Subscribe to a channel