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

GitHub CEO To Engineers: 'Smartest' Companies Will Hire More Software Engineers, Not Less As…
https://www.reddit.com/r/programming/comments/1luhmuy/github_ceo_to_engineers_smartest_companies_will/

submitted by /u/deathwishdave (https://www.reddit.com/user/deathwishdave)
[link] (https://timesofindia.indiatimes.com/technology/tech-news/github-ceo-to-engineers-smartest-companies-will-hire-more-software-engineers-not-less-as/amp_articleshow/122282233.cms) [comments] (https://www.reddit.com/r/programming/comments/1luhmuy/github_ceo_to_engineers_smartest_companies_will/)

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

Reddit Programming

Serving 200 million requests per day with a cgi-bin
https://www.reddit.com/r/programming/comments/1lubp20/serving_200_million_requests_per_day_with_a_cgibin/

submitted by /u/BrewedDoritos (https://www.reddit.com/user/BrewedDoritos)
[link] (https://simonwillison.net/2025/Jul/5/cgi-bin-performance/) [comments] (https://www.reddit.com/r/programming/comments/1lubp20/serving_200_million_requests_per_day_with_a_cgibin/)

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

Reddit Programming

Video: The Most MISUNDERSTOOD Programming Language
https://www.reddit.com/r/programming/comments/1lu6rko/video_the_most_misunderstood_programming_language/

submitted by /u/CGM (https://www.reddit.com/user/CGM)
[link] (https://www.youtube.com/watch?v=PYh6D1NhatY) [comments] (https://www.reddit.com/r/programming/comments/1lu6rko/video_the_most_misunderstood_programming_language/)

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

Reddit Programming

Happy to hear your thoughts and experiences about being on the other side of the coding interview...
https://www.reddit.com/r/programming/comments/1lu43hp/happy_to_hear_your_thoughts_and_experiences_about/

submitted by /u/docaicdev (https://www.reddit.com/user/docaicdev)
[link] (js_9757/cracking-the-coding-interview-the-other-side-33a0d1e5ec0d" rel="nofollow">https://medium.com/@js_9757/cracking-the-coding-interview-the-other-side-33a0d1e5ec0d) [comments] (https://www.reddit.com/r/programming/comments/1lu43hp/happy_to_hear_your_thoughts_and_experiences_about/)

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

Reddit Programming

Go Anywhere: Compiling Go for Your Router, NAS, Mainframe and Beyond!
https://www.reddit.com/r/programming/comments/1ltyv8r/go_anywhere_compiling_go_for_your_router_nas/

submitted by /u/derjanni (https://www.reddit.com/user/derjanni)
[link] (https://programmers.fyi/go-anywhere-compiling-go-for-your-router-nas-mainframe-and-beyond) [comments] (https://www.reddit.com/r/programming/comments/1ltyv8r/go_anywhere_compiling_go_for_your_router_nas/)

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

Reddit Programming

Full-breadth Developers
https://www.reddit.com/r/programming/comments/1ltxrfr/fullbreadth_developers/

<!-- SC_OFF -->Been reckoning with the fact that half my friends have really taken to AI tools and the other half have either bounced off them entirely or refuse to try them. This puts forward a theory of the case, but I'm curious what others might think. <!-- SC_ON --> submitted by /u/jsearls (https://www.reddit.com/user/jsearls)
[link] (https://justin.searls.co/posts/full-breadth-developers/) [comments] (https://www.reddit.com/r/programming/comments/1ltxrfr/fullbreadth_developers/)

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

Reddit Programming

Prompt Coding Experiment: No code edits, only complete rewrites
https://www.reddit.com/r/programming/comments/1ltwmu8/prompt_coding_experiment_no_code_edits_only/

submitted by /u/no_more_gravity (https://www.reddit.com/user/no_more_gravity)
[link] (https://www.gibney.org/prompt_coding) [comments] (https://www.reddit.com/r/programming/comments/1ltwmu8/prompt_coding_experiment_no_code_edits_only/)

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

Reddit Programming

LLDB's TypeSystems Part 2: PDB
https://www.reddit.com/r/programming/comments/1ltwckk/lldbs_typesystems_part_2_pdb/

submitted by /u/Anthony356 (https://www.reddit.com/user/Anthony356)
[link] (https://walnut356.github.io/posts/lldbs-typesystems-pt-2/) [comments] (https://www.reddit.com/r/programming/comments/1ltwckk/lldbs_typesystems_part_2_pdb/)

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

Reddit Programming

Dealing with Eventual Consistency, and Causal Consistency using Predictable Identifiers
https://www.reddit.com/r/programming/comments/1ltu4iv/dealing_with_eventual_consistency_and_causal/

submitted by /u/Adventurous-Salt8514 (https://www.reddit.com/user/Adventurous-Salt8514)
[link] (https://www.architecture-weekly.com/p/dealing-with-eventual-consistency) [comments] (https://www.reddit.com/r/programming/comments/1ltu4iv/dealing_with_eventual_consistency_and_causal/)

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

Reddit Programming

Abbreviations Have No Place in PascalCase
https://www.reddit.com/r/programming/comments/1ltqq70/abbreviations_have_no_place_in_pascalcase/

submitted by /u/vanyauhalin (https://www.reddit.com/user/vanyauhalin)
[link] (https://vanyauhalin.me/posts/abbreviations-have-no-place-in-pascalcase/) [comments] (https://www.reddit.com/r/programming/comments/1ltqq70/abbreviations_have_no_place_in_pascalcase/)

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

Reddit Programming

I learned Go by building a suite of 20+ developer tools from scratch. Today I'm open-sourcing it!
https://www.reddit.com/r/programming/comments/1ltmzur/i_learned_go_by_building_a_suite_of_20_developer/

<!-- SC_OFF -->Hey everyone, For the past few weeks, I've been on a journey to really learn Go and its ecosystem. The best way for me to learn is by building, so I decided to tackle a project I've always wanted: a fast, clean, all-in-one toolbox for developers. It's built entirely in Go, using only the standard library for the web server (`net/http`) and templating (`html/template`). It was an amazing experience working with Go's simplicity and performance. Some of the tools included are: * A real-time Scrum Poker board * JSON/SQL Formatters * JWT/Base64 Decoders * Hash/UUID Generators * and many more. The project is completely free, has no ads, and is open-source. I'd love to get feedback from the Go community, especially on the code structure and any best practices I might have missed. **GitHub Repo:** [`https://github.com/melihyilman/devcortex.ai\`\](https://github.com/melihyilman/devcortex.ai) (https://github.com/melihyilman/devcortex.ai%5C%60%5C%5D(https://github.com/melihyilman/devcortex.ai)) Thanks for checking it out! <!-- SC_ON --> submitted by /u/VegetableFree3430 (https://www.reddit.com/user/VegetableFree3430)
[link] (https://github.com/melihyilman/devcortex.ai) [comments] (https://www.reddit.com/r/programming/comments/1ltmzur/i_learned_go_by_building_a_suite_of_20_developer/)

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

Reddit Programming

Belgium is unsafe for CVD (Coordinated Vulnerability Disclosure)
https://www.reddit.com/r/programming/comments/1lthqn2/belgium_is_unsafe_for_cvd_coordinated/

submitted by /u/xX_Negative_Won_Xx (https://www.reddit.com/user/xX_Negative_Won_Xx)
[link] (https://floort.net/posts/belgium-unsafe-for-cvd/) [comments] (https://www.reddit.com/r/programming/comments/1lthqn2/belgium_is_unsafe_for_cvd_coordinated/)

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

Reddit Programming

Writergate by andrewrk · Pull Request #24329 · ziglang/zig
https://www.reddit.com/r/programming/comments/1lt73an/writergate_by_andrewrk_pull_request_24329/

submitted by /u/BrewedDoritos (https://www.reddit.com/user/BrewedDoritos)
[link] (https://github.com/ziglang/zig/pull/24329) [comments] (https://www.reddit.com/r/programming/comments/1lt73an/writergate_by_andrewrk_pull_request_24329/)

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

Reddit Programming

Security researcher exploits GitHub gotcha, gets admin access to all Istio repositories and more
https://www.reddit.com/r/programming/comments/1lt6bot/security_researcher_exploits_github_gotcha_gets/

submitted by /u/Franco1875 (https://www.reddit.com/user/Franco1875)
[link] (https://devclass.com/2025/07/03/security-researcher-exploits-github-gotcha-gets-admin-access-to-all-istio-repositories-and-more/) [comments] (https://www.reddit.com/r/programming/comments/1lt6bot/security_researcher_exploits_github_gotcha_gets/)

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

Reddit Programming

Monitoring Kafka in Kubernetes with Prometheus and Grafana
https://www.reddit.com/r/programming/comments/1lt4rj4/monitoring_kafka_in_kubernetes_with_prometheus/

<!-- SC_OFF -->This article illustrates monitoring Kafka on Kubernetes using Prometheus and Grafana. We’ll deploy Kafka and Zookeeper, add Kafka Exporter, configure Prometheus to scrape metrics, and set up Grafana dashboards for visualization. <!-- SC_ON --> submitted by /u/Outrageous-Seaweed31 (https://www.reddit.com/user/Outrageous-Seaweed31)
[link] (https://vkontech.com/monitoring-kafka-in-kubernetes-with-prometheus-and-grafana/) [comments] (https://www.reddit.com/r/programming/comments/1lt4rj4/monitoring_kafka_in_kubernetes_with_prometheus/)

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

Reddit Programming

Reverse proxy deep dive
https://www.reddit.com/r/programming/comments/1lufxok/reverse_proxy_deep_dive/

submitted by /u/MiggyIshu (https://www.reddit.com/user/MiggyIshu)
[link] (mitendra_mahto/cross-posted-from-https-startwithawhy-com-reverseproxy-2024-01-15-reverseproxy-deep-dive-html-c3443dc3e0e5" rel="nofollow">https://medium.com/@mitendra_mahto/cross-posted-from-https-startwithawhy-com-reverseproxy-2024-01-15-reverseproxy-deep-dive-html-c3443dc3e0e5) [comments] (https://www.reddit.com/r/programming/comments/1lufxok/reverse_proxy_deep_dive/)

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

Reddit Programming

Cursor: pay more, get less, and don’t ask how it works
https://www.reddit.com/r/programming/comments/1lu8eyb/cursor_pay_more_get_less_and_dont_ask_how_it_works/

<!-- SC_OFF -->I’ve been using Cursor since mid last year and the latest pricing switch feels shady and concerning. They scrapped/phasing out the old $20 for 500 requests plan and replaced it with a vague rate limit system that delivers less output, poorer quality, and zero clarity on what you are actually allowed to do. No timers, no usage breakdown, no heads up. Just silent nerfs and quiet upsells. Under the old credit model you could plan your month: 500 requests, then usage based pricing if you went over. Fair enough. Now it’s a black box. I’ll run a few prompts with Sonnet 4 or Gemini, sometimes just for small tests, and suddenly I’m locked out for hours with no explanation. 3, 4 or even 5 hours later it may clear, or it may not. Quality has nosedived too. Cursor now spits out a brief burst of code, forgets half the brief, and skips tasks entirely. The throttling is obvious right after a lock out: fresh session, supposedly in the clear, I give it five simple tasks and it completes one, half does another, ignores the rest, then stops. I prompt again, it manages another task and a half, stops again. Two or three more prompts later the job is finally done. Why does it behave like a half deaf, selective hearing old dog when it’s under rate limit mode? I get that they may not want us burning through the allowance in one go, but why ship a feature that deliberately lowers quality? It feels like they’re trying to spread the butter thinner: less work per prompt, more prompts overall. Switch to usage based pricing and it’s a different story. The model runs as long as needed, finishes every step, racks up credits and charges me accordingly. Happy to pay when it works, but why does the included service behave like it is hobbled? It feels deliberately rationed until you cough up extra. And coughing up extra is pricey. There is now a $200 Ultra plan that promises 20× the limits, plus a hidden Pro+ tier with 3× limits for $60 that only appears if you dig through the billing page. No announcement, no documentation. Pay more to claw back what we already had. It lines up with an earlier post of mine where I said Cursor was starting to feel like a casino: good odds up front, then the house tightens the rules once you are invested. That "vibe" is now hard to ignore. I’m happy to support Cursor and the project going forward, but this push makes me hesitate to spend more and pushes me to actively look for an alternative. If they can quietly gut one plan, what stops them doing the same to Ultra or Pro Plus three or six months down the track? It feels like the classic subscription playbook: start cheap, crank prices later. Spotify, Netflix, YouTube all did it, but over five plus years, not inside a single year, that's just bs. Cursor used to be one of the best AI dev assistants around. Now it feels like a funnel designed to squeeze loyal users while telling them as little as possible. Trust is fading fast. <!-- SC_ON --> submitted by /u/TeaPotential2110 (https://www.reddit.com/user/TeaPotential2110)
[link] (https://www.reddit.com/r/cursor/comments/1ltcer7/cursors_stealth_bait_and_switch_from_unlimited_to/) [comments] (https://www.reddit.com/r/programming/comments/1lu8eyb/cursor_pay_more_get_less_and_dont_ask_how_it_works/)

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

Reddit Programming

Holo v0.8 Released
https://www.reddit.com/r/programming/comments/1lu4yrv/holo_v08_released/

submitted by /u/congolomera (https://www.reddit.com/user/congolomera)
[link] (renatowestphal/holo-v0-8-released-80a2ef8e6f83?source=friends_link&amp;sk=56a940f440302485e548948a712dcab1" rel="nofollow">https://medium.com/@renatowestphal/holo-v0-8-released-80a2ef8e6f83?source=friends_link&amp;sk=56a940f440302485e548948a712dcab1) [comments] (https://www.reddit.com/r/programming/comments/1lu4yrv/holo_v08_released/)

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

Reddit Programming

Building a map of the whole history using Wikidata and SQLite.
https://www.reddit.com/r/programming/comments/1lu316j/building_a_map_of_the_whole_history_using/

submitted by /u/feverzsj (https://www.reddit.com/user/feverzsj)
[link] (https://github.com/feverzsj/histmap) [comments] (https://www.reddit.com/r/programming/comments/1lu316j/building_a_map_of_the_whole_history_using/)

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

Reddit Programming

What is GitOps: A Full Example with Code
https://www.reddit.com/r/programming/comments/1ltyv6d/what_is_gitops_a_full_example_with_code/

<!-- SC_OFF -->Quick note: I have posted this article about what GitOps is via an example with "evolution to GitOps" already a couple days ago. However, the article only addressed push-based GitOps. You guys in the comments convinced me to update it accordingly. The article now addresses "full GitOps"! :) <!-- SC_ON --> submitted by /u/trolleid (https://www.reddit.com/user/trolleid)
[link] (https://lukasniessen.medium.com/what-is-gitops-a-full-example-with-code-9efd4399c0ea) [comments] (https://www.reddit.com/r/programming/comments/1ltyv6d/what_is_gitops_a_full_example_with_code/)

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

Reddit Programming

Set up real-time logging for AWS ECS using FireLens and Grafana Loki
https://www.reddit.com/r/programming/comments/1ltxjff/set_up_realtime_logging_for_aws_ecs_using/

submitted by /u/root0ps (https://www.reddit.com/user/root0ps)
[link] (https://blog.prateekjain.dev/logging-aws-ecs-workloads-with-grafana-loki-and-firelens-2a02d760f041?sk=cf291691186255071cf127d33f637446) [comments] (https://www.reddit.com/r/programming/comments/1ltxjff/set_up_realtime_logging_for_aws_ecs_using/)

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

Reddit Programming

Day 34: Effective Logging Strategies in Node.js
https://www.reddit.com/r/programming/comments/1ltwgdg/day_34_effective_logging_strategies_in_nodejs/

submitted by /u/MysteriousEye8494 (https://www.reddit.com/user/MysteriousEye8494)
[link] (https://blog.stackademic.com/day-34-effective-logging-strategies-in-node-js-84ff4c5536d6) [comments] (https://www.reddit.com/r/programming/comments/1ltwgdg/day_34_effective_logging_strategies_in_nodejs/)

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

Reddit Programming

Let's make a game! 285: Player character attacks
https://www.reddit.com/r/programming/comments/1ltvyjz/lets_make_a_game_285_player_character_attacks/

submitted by /u/apeloverage (https://www.reddit.com/user/apeloverage)
[link] (https://www.youtube.com/watch?v=c9X_FHtz56w) [comments] (https://www.reddit.com/r/programming/comments/1ltvyjz/lets_make_a_game_285_player_character_attacks/)

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

Reddit Programming

How to choose the right Singleton Pattern Implementation?
https://www.reddit.com/r/programming/comments/1ltt5wa/how_to_choose_the_right_singleton_pattern/

<!-- SC_OFF -->From the definition, Singleton Pattern seems to be a very simple design pattern but when it comes to implementation, it creates a lot of implementation concerns. Also, the implementation of Java Singleton pattern has always been a controversial topic among developers. Here, we will learn about Singleton Design Pattern in Java with all Scenarios (https://javatechonline.com/singleton-design-pattern-in-java-with-all-scenarios/), different ways to implement Singleton and some of the best practices for its usage. <!-- SC_ON --> submitted by /u/erdsingh24 (https://www.reddit.com/user/erdsingh24)
[link] (https://javatechonline.com/singleton-design-pattern-in-java-with-all-scenarios/) [comments] (https://www.reddit.com/r/programming/comments/1ltt5wa/how_to_choose_the_right_singleton_pattern/)

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

Reddit Programming

European cloud modules
https://www.reddit.com/r/programming/comments/1ltol6s/european_cloud_modules/

submitted by /u/He_knows (https://www.reddit.com/user/He_knows)
[link] (https://berthub.eu/articles/posts/european-cloud-modules/) [comments] (https://www.reddit.com/r/programming/comments/1ltol6s/european_cloud_modules/)

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

Reddit Programming

Horizontal Vs Vertical Scaling | System Design | Simplified | Hindi
https://www.reddit.com/r/programming/comments/1ltl47z/horizontal_vs_vertical_scaling_system_design/

submitted by /u/Easy_Ad4699 (https://www.reddit.com/user/Easy_Ad4699)
[link] (https://youtu.be/uJkF7EzTDz4) [comments] (https://www.reddit.com/r/programming/comments/1ltl47z/horizontal_vs_vertical_scaling_system_design/)

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

Reddit Programming

We've Issued Our First IP Address Certificate
https://www.reddit.com/r/programming/comments/1ltdv6f/weve_issued_our_first_ip_address_certificate/

submitted by /u/caromobiletiscrivo (https://www.reddit.com/user/caromobiletiscrivo)
[link] (https://letsencrypt.org/2025/07/01/issuing-our-first-ip-address-certificate/) [comments] (https://www.reddit.com/r/programming/comments/1ltdv6f/weve_issued_our_first_ip_address_certificate/)

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

Reddit Programming

Exploring Kafka Streams Internals
https://www.reddit.com/r/programming/comments/1lt6zsn/exploring_kafka_streams_internals/

submitted by /u/Cefor111 (https://www.reddit.com/user/Cefor111)
[link] (https://cefboud.com/posts/kafka-streams-internals/) [comments] (https://www.reddit.com/r/programming/comments/1lt6zsn/exploring_kafka_streams_internals/)

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

Reddit Programming

Do You know how to batch?
https://www.reddit.com/r/programming/comments/1lt64eb/do_you_know_how_to_batch/

submitted by /u/nfrankel (https://www.reddit.com/user/nfrankel)
[link] (https://blog.frankel.ch/how-to-batch/) [comments] (https://www.reddit.com/r/programming/comments/1lt64eb/do_you_know_how_to_batch/)

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

Reddit Programming

Part 1: `KmpEssentials` In Compose Multiplatform
https://www.reddit.com/r/programming/comments/1lt38ld/part_1_kmpessentials_in_compose_multiplatform/

submitted by /u/GrouchyMonk4414 (https://www.reddit.com/user/GrouchyMonk4414)
[link] (muralivitt/part-1-kmpessentials-in-compose-multiplatform-a2e6fa163b2a" rel="nofollow">https://medium.com/@muralivitt/part-1-kmpessentials-in-compose-multiplatform-a2e6fa163b2a) [comments] (https://www.reddit.com/r/programming/comments/1lt38ld/part_1_kmpessentials_in_compose_multiplatform/)

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