Reddit Programming – Telegram
Reddit Programming
212 subscribers
1.22K photos
125K links
I will send you newest post from subreddit /r/programming
Download Telegram
Why You Are Bad At Coding
https://www.reddit.com/r/programming/comments/1nfolpk/why_you_are_bad_at_coding/

<!-- SC_OFF -->Yes you. Well, maybe. How would you know? Does it really matter? Is it just a skill issue? Find out what I think. It is clickbait or is there something of value here? Just watch the video anyway and let YouTube know that I actually exist. <!-- SC_ON --> submitted by /u/stumblingtowards (https://www.reddit.com/user/stumblingtowards)
[link] (https://youtu.be/75dx3831upg) [comments] (https://www.reddit.com/r/programming/comments/1nfolpk/why_you_are_bad_at_coding/)
Be An Agnostic Programmer
https://www.reddit.com/r/programming/comments/1ng1yn4/be_an_agnostic_programmer/

<!-- SC_OFF -->Hey guys! Back with another article on a topic that's been stewing in the back of my mind for a while. Please enjoy! <!-- SC_ON --> submitted by /u/The_Axolot (https://www.reddit.com/user/The_Axolot)
[link] (https://theaxolot.wordpress.com/2025/09/10/be-an-agnostic-programmer/) [comments] (https://www.reddit.com/r/programming/comments/1ng1yn4/be_an_agnostic_programmer/)
Feedbacks & Testing for Platform - Holydreamy
https://www.reddit.com/r/programming/comments/1ng6qbb/feedbacks_testing_for_platform_holydreamy/

<!-- SC_OFF -->Hey everyone 👋 I’m currently working on my app Holydreamy, and before launching it officially on the Google Play Store, I’d love to have contributions from the community. Here’s how you can help: 🔗 [Join as a tester and download the app] https://play.google.com/apps/internaltest/4700629582225365158 📝 Try it out, explore the features, and let me know what you think! 🐞 If you find any bugs or issues, your feedback will be super valuable in making Holydreamy better. I’d be incredibly thankful for your support, suggestions, and bug reports. Together, we can shape Holydreamy into something truly amazing! If this post doesn't belongs to this community, i would be thankful if you told me where i could post it. <!-- SC_ON --> submitted by /u/recallerman (https://www.reddit.com/user/recallerman)
[link] (https://dreamy.peaceonsol.com/) [comments] (https://www.reddit.com/r/programming/comments/1ng6qbb/feedbacks_testing_for_platform_holydreamy/)
TargetJS: a UI framework where time is declarative (no async/await chains)
https://www.reddit.com/r/programming/comments/1ng8xio/targetjs_a_ui_framework_where_time_is_declarative/

<!-- SC_OFF -->I’ve been building a small JavaScript UI framework called TargetJS and would love feedback from this community. It takes a fundamentally different approach to front-end development, especially when dealing with asynchronous operations and complex UI flows. The core idea is that it unifies everything—UI, state, APIs, and animations—into a single concept called "targets." Instead of using async/await or chaining promises and callbacks, the execution flow is determined by two simple postfixes: $ (Reactive): Runs every time the preceding target updates. $$ (Deferred): Runs only after the preceding targets have fully completed all their operations. This means you can write a complex sequence of events, like "add button -> animate it -> when done add another element -> animate that -> when done fetch API -> show user data" and the code reads almost like a step-by-step list, top-to-bottom. The framework handles all the asynchronous "plumbing" for you. I think it works really well for applications with a lot of animation or real-time data fetching such as games, interactive dashboards, or rich single-page apps, where managing state and async operations can become a headache. What do you think of this approach? Have you seen anything similar? Links: GitHub: https://github.com/livetrails/targetjs Website: https://targetjs.io (https://targetjs.io/) <!-- SC_ON --> submitted by /u/Various-Beautiful417 (https://www.reddit.com/user/Various-Beautiful417)
[link] (https://github.com/livetrails/targetjs) [comments] (https://www.reddit.com/r/programming/comments/1ng8xio/targetjs_a_ui_framework_where_time_is_declarative/)
I have tried AI-assisted reviews, let's look at the numbers.
https://www.reddit.com/r/programming/comments/1ngm7fa/i_have_tried_aiassisted_reviews_lets_look_at_the/

<!-- SC_OFF -->Hello there! I am the lead dev of the opensource project Lychee, and due to us being a small team, I had to switch from proper 4-eye to 2-eyes + a pair of ai-eyes. I have been using this tool for a month, so I figured it would be interesting to do an "evaluation" of its comments on my pull requests. TL;DR distribution of the AI comments: 15% were useless 13% were wrong assumptions 21% were nitpicking, 13% were thoughtful, 35% were quality improvements and 3% of those were security/critical findings. PS: post was written in the good old fashioned way. No GPT crap here. ;p Edited with the correct percentages. Thanks to u/asphais (https://www.reddit.com/u/asphais) for double checking my Maths... <!-- SC_ON --> submitted by /u/ildyria (https://www.reddit.com/user/ildyria)
[link] (https://lycheeorg.dev/2025-09-13-code-rabbit/) [comments] (https://www.reddit.com/r/programming/comments/1ngm7fa/i_have_tried_aiassisted_reviews_lets_look_at_the/)
🔐 Backup your dotfiles to GitHub Releases (with optional GPG encryption)
https://www.reddit.com/r/programming/comments/1ngn2ud/backup_your_dotfiles_to_github_releases_with/

<!-- SC_OFF -->Hey everyone, I’ve built a small open-source project that I personally use to keep my dotfiles safe, versioned, and easily restorable. Instead of syncing them to some cloud service, this noscript pushes encrypted backups to GitHub Releases. 👉 Repo: https://github.com/Xzar-x/github-release-dotfiles-backup Key features: 📦 Backup & restore with one command (backup-cloud.sh / restore-cloud.sh) 🔑 Optional GPG encryption (end-to-end secure backup) Configurable via a simple config file (backup_restore.config) 🛡️ Validations: checks dependencies, free disk space, repo privacy, etc. 🧪 Dry-run mode so you can safely test before running for real I’m curious what you all think: Would you trust GitHub Releases as a “backup cloud”? What would you improve or add (e.g. retention policy, hash integrity check, automation)? Any feedback or ideas would be super valuable 🙏 Thanks! <!-- SC_ON --> submitted by /u/Xzar-x (https://www.reddit.com/user/Xzar-x)
[link] (https://github.com/Xzar-x/github-release-dotfiles-backup) [comments] (https://www.reddit.com/r/programming/comments/1ngn2ud/backup_your_dotfiles_to_github_releases_with/)