reddit_programming | Technologies

Telegram-канал reddit_programming - Reddit Programming

214

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

Subscribe to a channel

Reddit Programming

A cross-platform, batteries-included Lua toolkit with built-in TCP, UDP, WebSocket, gRPC, Redis, MySQL, Prometheus, and etcd v3
https://www.reddit.com/r/programming/comments/1l4gikc/a_crossplatform_batteriesincluded_lua_toolkit/

<!-- SC_OFF -->This is my first time posting here—please forgive any mistakes or inappropriate formatting. silly is a cross-platform “super wrapper” (Windows/Linux/macOS) that bundles TCP/UDP, HTTP, WebSocket, RPC, timers, and more into one easy-to-use framework. Built-in network primitives (sockets, HTTP client/server, WebSocket, RPC) Event loop & timers, all exposed as idiomatic Lua functions Daemonization, logging, process management out of the box Self-contained deployment (no C modules needed, aside from optional libreadline) Check out the examples/ folder (socket, HTTP, RPC, WebSocket, timer) to see how fast you can go from zero to a fully event-driven service. Everything is MIT-licensed—fork it, tweak it, or just learn from it. ▶️ Repo & docs: https://github.com/findstr/silly Feel free to share feedback or ask questions! <!-- SC_ON --> submitted by /u/Realistic_Alps_9544 (https://www.reddit.com/user/Realistic_Alps_9544)
[link] (https://github.com/findstr/silly) [comments] (https://www.reddit.com/r/programming/comments/1l4gikc/a_crossplatform_batteriesincluded_lua_toolkit/)

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

Reddit Programming

APL Interpreter – An implementation of APL, written in Haskell
https://www.reddit.com/r/programming/comments/1l4dcxv/apl_interpreter_an_implementation_of_apl_written/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://scharenbroch.dev/projects/apl-interpreter/) [comments] (https://www.reddit.com/r/programming/comments/1l4dcxv/apl_interpreter_an_implementation_of_apl_written/)

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

Reddit Programming

Understanding the PURL Specification (Package URL)
https://www.reddit.com/r/programming/comments/1l43jjl/understanding_the_purl_specification_package_url/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://fossa.com/blog/understanding-purl-specification-package-url/) [comments] (https://www.reddit.com/r/programming/comments/1l43jjl/understanding_the_purl_specification_package_url/)

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

Reddit Programming

Premature Design Is Not Design
https://www.reddit.com/r/programming/comments/1l43jgk/premature_design_is_not_design/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://articles.pragdave.me/p/premature-design-is-not-design) [comments] (https://www.reddit.com/r/programming/comments/1l43jgk/premature_design_is_not_design/)

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

Reddit Programming

Linearity and uniqueness
https://www.reddit.com/r/programming/comments/1l43izg/linearity_and_uniqueness/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://kcsrk.info/ocaml/modes/oxcaml/2025/06/04/linearity_and_uniqueness/) [comments] (https://www.reddit.com/r/programming/comments/1l43izg/linearity_and_uniqueness/)

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

Reddit Programming

Authentication with Axum
https://www.reddit.com/r/programming/comments/1l43hnc/authentication_with_axum/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://mattrighetti.com/2025/05/03/authentication-with-axum) [comments] (https://www.reddit.com/r/programming/comments/1l43hnc/authentication_with_axum/)

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

Reddit Programming

How to Improve Image and Video Quality | Super Resolution
https://www.reddit.com/r/programming/comments/1l436jp/how_to_improve_image_and_video_quality_super/

<!-- SC_OFF -->Welcome to our tutorial on super-resolution CodeFormer for images and videos, In this step-by-step guide, You'll learn how to improve and enhance images and videos using super resolution models. We will also add a bonus feature of coloring a B&W images What You’ll Learn: The tutorial is divided into four parts: Part 1: Setting up the Environment. Part 2: Image Super-Resolution Part 3: Video Super-Resolution Part 4: Bonus - Colorizing Old and Gray Images You can find more tutorials, and join my newsletter here : https://eranfeit.net/blog Check out our tutorial here : [ https://youtu.be/sjhZjsvfN\_o&list=UULFTiWJJhaH6BviSWKLJUM9sg](%20https:/youtu.be/sjhZjsvfN_o&list=UULFTiWJJhaH6BviSWKLJUM9sg) (https://youtu.be/sjhZjsvfN%5C_o&amp;list=UULFTiWJJhaH6BviSWKLJUM9sg%5D(%20https:/youtu.be/sjhZjsvfN_o&amp;list=UULFTiWJJhaH6BviSWKLJUM9sg)) Enjoy Eran #OpenCV #computervision #superresolution #SColorizingSGrayImages #ColorizingOldImages <!-- SC_ON --> submitted by /u/Feitgemel (https://www.reddit.com/user/Feitgemel)
[link] (https://eranfeit.net/upscale-your-images-and-videos-using-super-resolution/) [comments] (https://www.reddit.com/r/programming/comments/1l436jp/how_to_improve_image_and_video_quality_super/)

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

Reddit Programming

A good development environment is likely much more about soft-skills than anything else
https://www.reddit.com/r/programming/comments/1l3xh4t/a_good_development_environment_is_likely_much/

submitted by /u/No_Tea2273 (https://www.reddit.com/user/No_Tea2273)
[link] (https://river.berlin/blog/good-dev-env/) [comments] (https://www.reddit.com/r/programming/comments/1l3xh4t/a_good_development_environment_is_likely_much/)

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

Reddit Programming

Building a Catalytic Computer Over the Weekend
https://www.reddit.com/r/programming/comments/1l3vv0d/building_a_catalytic_computer_over_the_weekend/

submitted by /u/DataBaeBee (https://www.reddit.com/user/DataBaeBee)
[link] (https://leetarxiv.substack.com/p/catalytic-computer) [comments] (https://www.reddit.com/r/programming/comments/1l3vv0d/building_a_catalytic_computer_over_the_weekend/)

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

Reddit Programming

A lightweight utility for training multiple Keras models in parallel and comparing their final loss and last-epoch time.
https://www.reddit.com/r/programming/comments/1l3vnqi/a_lightweight_utility_for_training_multiple_keras/

submitted by /u/NoteDancing (https://www.reddit.com/user/NoteDancing)
[link] (https://github.com/NoteDance/parallel_finder) [comments] (https://www.reddit.com/r/programming/comments/1l3vnqi/a_lightweight_utility_for_training_multiple_keras/)

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

Reddit Programming

Introduction to Database
https://www.reddit.com/r/programming/comments/1l3u6j8/introduction_to_database/

<!-- SC_OFF -->Ever wondered why we can't just store everything in simple flat files instead of using databases? In this blog, we’ll break down that question in a casual, beginner-friendly way. And don’t worry—this is just the start. There’s a lot more to explore in upcoming posts! Feel free to give constructive feedback! <!-- SC_ON --> submitted by /u/DazzlingTelevision52 (https://www.reddit.com/user/DazzlingTelevision52)
[link] (aishiysan/what-is-a-database-and-why-do-we-even-need-one-de0cf4a86ae2" rel="nofollow">https://medium.com/@aishiysan/what-is-a-database-and-why-do-we-even-need-one-de0cf4a86ae2) [comments] (https://www.reddit.com/r/programming/comments/1l3u6j8/introduction_to_database/)

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

Reddit Programming

Has anyone replaced Obsidian with DeepWiki? What broke first?
https://www.reddit.com/r/programming/comments/1l3qzz5/has_anyone_replaced_obsidian_with_deepwiki_what/

<!-- SC_OFF -->I’ve been experimenting with DeepWiki (by Devin AI) as a kind of auto-generated, AI-assisted second brain. It’s slick when it works — automatic GitHub docs, semantic linking, etc. But I’ve hit friction points that make me miss Obsidian’s speed and control. Curious if anyone here has tried it seriously. What actually works well? Where did it feel too opinionated, clunky, or slow? If you gave up on it — what pushed you away? Trying to gather some perspectives before I start modifying things or roll my own version. <!-- SC_ON --> submitted by /u/ComputerCrafter (https://www.reddit.com/user/ComputerCrafter)
[link] (https://deepwiki.org/) [comments] (https://www.reddit.com/r/programming/comments/1l3qzz5/has_anyone_replaced_obsidian_with_deepwiki_what/)

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

Reddit Programming

GitHub - networktanner/PC-Projects: im just making simple hacks/process that allow gaming to be more fun
https://www.reddit.com/r/programming/comments/1l3kps6/github_networktannerpcprojects_im_just_making/

<!-- SC_OFF -->This is literally a python project I spent 3 weeks working on even though it doesnt seem that hard. I created a exe similar to cheat engine and process hacker with a few more tools included!!! download and lemme know if it works, or dont! <!-- SC_ON --> submitted by /u/techytanner (https://www.reddit.com/user/techytanner)
[link] (https://github.com/networktanner/PC-Projects) [comments] (https://www.reddit.com/r/programming/comments/1l3kps6/github_networktannerpcprojects_im_just_making/)

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

Reddit Programming

Chocolate Quake -- minimalist source port focused on preserving the original experience even including bugs and quirks (inspired by Chocolate Doom)
https://www.reddit.com/r/programming/comments/1l39tdz/chocolate_quake_minimalist_source_port_focused_on/

submitted by /u/r_retrohacking_mod2 (https://www.reddit.com/user/r_retrohacking_mod2)
[link] (https://github.com/Henrique194/chocolate-quake) [comments] (https://www.reddit.com/r/programming/comments/1l39tdz/chocolate_quake_minimalist_source_port_focused_on/)

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

Reddit Programming

Red Language Reference Manual
https://www.reddit.com/r/programming/comments/1l399wp/red_language_reference_manual/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.iment.com/maida/computer/redref/index.htm) [comments] (https://www.reddit.com/r/programming/comments/1l399wp/red_language_reference_manual/)

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

Reddit Programming

Introducing facet: Reflection for Rust
https://www.reddit.com/r/programming/comments/1l4de1c/introducing_facet_reflection_for_rust/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://youtu.be/0mqFCqw_XvI) [comments] (https://www.reddit.com/r/programming/comments/1l4de1c/introducing_facet_reflection_for_rust/)

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

Reddit Programming

Programming language Dino and its implementation
https://www.reddit.com/r/programming/comments/1l4aeej/programming_language_dino_and_its_implementation/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://github.com/dino-lang/dino) [comments] (https://www.reddit.com/r/programming/comments/1l4aeej/programming_language_dino_and_its_implementation/)

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

Reddit Programming

Boredom Over Beauty: Why Code Quality is Code Security
https://www.reddit.com/r/programming/comments/1l43jhz/boredom_over_beauty_why_code_quality_is_code/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://blog.asymmetric.re/boredom-over-beauty-why-code-quality-is-code-security/) [comments] (https://www.reddit.com/r/programming/comments/1l43jhz/boredom_over_beauty_why_code_quality_is_code/)

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

Reddit Programming

In which I have Opinions about parsing and grammars
https://www.reddit.com/r/programming/comments/1l43j0x/in_which_i_have_opinions_about_parsing_and/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.chiark.greenend.org.uk/~sgtatham/quasiblog/parsing/) [comments] (https://www.reddit.com/r/programming/comments/1l43j0x/in_which_i_have_opinions_about_parsing_and/)

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

Reddit Programming

A programming system
https://www.reddit.com/r/programming/comments/1l43io3/a_programming_system/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://andreyor.st/posts/2023-10-18-a-programming-system/) [comments] (https://www.reddit.com/r/programming/comments/1l43io3/a_programming_system/)

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

Reddit Programming

Writing for Developers • Piotr Sarna & Glauber Costa
https://www.reddit.com/r/programming/comments/1l43atc/writing_for_developers_piotr_sarna_glauber_costa/

submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://youtu.be/y63uncRIC9o) [comments] (https://www.reddit.com/r/programming/comments/1l43atc/writing_for_developers_piotr_sarna_glauber_costa/)

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

Reddit Programming

Decrease in Entry-Level Tech Jobs
https://www.reddit.com/r/programming/comments/1l42n6o/decrease_in_entrylevel_tech_jobs/

submitted by /u/gregorojstersek (https://www.reddit.com/user/gregorojstersek)
[link] (https://newsletter.eng-leadership.com/p/decrease-in-entry-level-tech-jobs) [comments] (https://www.reddit.com/r/programming/comments/1l42n6o/decrease_in_entrylevel_tech_jobs/)

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

Reddit Programming

Syntactic support for error handling - The Go Programming Language
https://www.reddit.com/r/programming/comments/1l3wkqj/syntactic_support_for_error_handling_the_go/

submitted by /u/brutal_seizure (https://www.reddit.com/user/brutal_seizure)
[link] (https://go.dev/blog/error-syntax) [comments] (https://www.reddit.com/r/programming/comments/1l3wkqj/syntactic_support_for_error_handling_the_go/)

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

Reddit Programming

OpenGrammar (Open-Source)
https://www.reddit.com/r/programming/comments/1l3vqrr/opengrammar_opensource/

submitted by /u/Muneeb007007007 (https://www.reddit.com/user/Muneeb007007007)
[link] (https://github.com/MuhammadMuneeb007/OpenGrammar) [comments] (https://www.reddit.com/r/programming/comments/1l3vqrr/opengrammar_opensource/)

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

Reddit Programming

100 MUI Style Login Form Designs - JV Codes 2025
https://www.reddit.com/r/programming/comments/1l3v2el/100_mui_style_login_form_designs_jv_codes_2025/

submitted by /u/shokatjaved (https://www.reddit.com/user/shokatjaved)
[link] (https://jvcodes.com/mui-style-login-form-designs/) [comments] (https://www.reddit.com/r/programming/comments/1l3v2el/100_mui_style_login_form_designs_jv_codes_2025/)

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

Reddit Programming

I need help
https://www.reddit.com/r/programming/comments/1l3tvyn/i_need_help/

<!-- SC_OFF -->Hey everyone!
I’m running a small but growing BeamNG.drive multiplayer server under the name cammiesgames, and I’m looking to team up with 1–2 passionate people who want to help build something cool — even if you’re just starting out. What I’m building:
A fun, semi-private BeamNG server with a tight-knit community focused on: Crashes, chaos, and stunts Weekly crash challenges Realistic (or ridiculous) driving events Casual roleplay & content creation 🔧 Who I’m looking for: Community Moderators: Friendly people to help welcome new players & keep things organized Event Assistants: Brainstorm or help run simple crash/stunt/drive events Content Helpers: Share clips, help with TikToks or repost cool moments Discord Helpers: Help set up roles, bots, or channels (if you like that stuff) This is unpaid (for now) — just a chill volunteer project for anyone who: Loves BeamNG.drive (http://beamng.drive/) Wants to gain experience running a game server/community Is up for helping a small team grow into something awesome ✅ What you get: VIP role in the server + early access to features Public mod or staff credit Priority in future events or monetization (if we hit Patreon growth) A fun team working on something unique in the BeamNG space You don’t need experience — just a good vibe, some reliability, and love for the game. DM me or reply if you’re interested!
– cammiesgames 🚗 https://cammiesgames.com (https://cammiesgames.com/) <!-- SC_ON --> submitted by /u/Human-Article910 (https://www.reddit.com/user/Human-Article910)
[link] (http://cammiesgames.com/) [comments] (https://www.reddit.com/r/programming/comments/1l3tvyn/i_need_help/)

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

Reddit Programming

Ninve: TUI for trimming videos quickly
https://www.reddit.com/r/programming/comments/1l3mef0/ninve_tui_for_trimming_videos_quickly/

submitted by /u/niedzwiedzwo (https://www.reddit.com/user/niedzwiedzwo)
[link] (https://github.com/Niedzwiedzw/ninve) [comments] (https://www.reddit.com/r/programming/comments/1l3mef0/ninve_tui_for_trimming_videos_quickly/)

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

Reddit Programming

Recording object snapshots by (ab)using JavaScript proxies
https://www.reddit.com/r/programming/comments/1l3d3re/recording_object_snapshots_by_abusing_javascript/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://sidhion.com/blog/javascript_object_snapshot_prototype/) [comments] (https://www.reddit.com/r/programming/comments/1l3d3re/recording_object_snapshots_by_abusing_javascript/)

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

Reddit Programming

Handling bidirectional control flow
https://www.reddit.com/r/programming/comments/1l39a1q/handling_bidirectional_control_flow/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://dl.acm.org/doi/10.1145/3428207) [comments] (https://www.reddit.com/r/programming/comments/1l39a1q/handling_bidirectional_control_flow/)

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

Reddit Programming

No More Shading Languages: Compiling C++ to Vulkan Shaders
https://www.reddit.com/r/programming/comments/1l399a3/no_more_shading_languages_compiling_c_to_vulkan/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://xol.io/random/vcc-paper.pdf) [comments] (https://www.reddit.com/r/programming/comments/1l399a3/no_more_shading_languages_compiling_c_to_vulkan/)

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