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

How do I create a platform like Cambly but for the smart phone
https://www.reddit.com/r/programming/comments/1kwk2ke/how_do_i_create_a_platform_like_cambly_but_for/

<!-- SC_OFF -->Not sure if anyone here is familiar with Cambly but it is an English learning platform that allows one on one face chatting but you can also censor yourself by talking from a black screen and use the chat feature. I'd like to create an app but for another purpose and would like to know which programming language to use and how I could create an app that would allow the face chatting with chat box, black screen if wanted, etc. Just a little background about me, I have no real coding experience but would like to create my vision of making this face chatting available with chat function via an app. Any help is greatly appreciated! Thanks so much. <!-- SC_ON --> submitted by /u/Imaginary-Carpet3067 (https://www.reddit.com/user/Imaginary-Carpet3067)
[link] (http://www.cambly.com/) [comments] (https://www.reddit.com/r/programming/comments/1kwk2ke/how_do_i_create_a_platform_like_cambly_but_for/)

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

Reddit Programming

Advanced Guide to AI Programming
https://www.reddit.com/r/programming/comments/1kwg2or/advanced_guide_to_ai_programming/

<!-- SC_OFF -->Hi everyone, here are some insights and experiences I've gathered recently while using AI-assisted programming. https://www.nazha.co/posts/advanced-guide-to-ai-programming <!-- SC_ON --> submitted by /u/maoxiaokedada (https://www.reddit.com/user/maoxiaokedada)
[link] (https://www.nazha.co/posts/advanced-guide-to-ai-programming) [comments] (https://www.reddit.com/r/programming/comments/1kwg2or/advanced_guide_to_ai_programming/)

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

Reddit Programming

Streamlined Resource for Beginners Learning DSA + Python
https://www.reddit.com/r/programming/comments/1kw9ewe/streamlined_resource_for_beginners_learning_dsa/

submitted by /u/algorithmspath (https://www.reddit.com/user/algorithmspath)
[link] (https://algorithmspath.com/) [comments] (https://www.reddit.com/r/programming/comments/1kw9ewe/streamlined_resource_for_beginners_learning_dsa/)

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

Reddit Programming

TypeScript compiler in Go is useless.
https://www.reddit.com/r/programming/comments/1kw6q4e/typescript_compiler_in_go_is_useless/

<!-- SC_OFF -->Just heard someone with ~20k on Twitch say the new TypeScript compiler in Go is useless... Why? Because "a React app in a 3GB Docker container is useless" and "apps still use CRA." Bro. TypeScript has nothing to do with Docker size. And CRA? That's been outdated for years. 😭 <!-- SC_ON --> submitted by /u/SideOpening (https://www.reddit.com/user/SideOpening)
[link] (https://twich.com/) [comments] (https://www.reddit.com/r/programming/comments/1kw6q4e/typescript_compiler_in_go_is_useless/)

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

Reddit Programming

Is Peter Naur's 1985 essay 'Programming as Theory Building' incompatible with AI coding?
https://www.reddit.com/r/programming/comments/1kvvwdh/is_peter_naurs_1985_essay_programming_as_theory/

submitted by /u/dmartincy (https://www.reddit.com/user/dmartincy)
[link] (https://www.nutrient.io/blog/peter-naur-legacy-mental-models-age-ai-coding/) [comments] (https://www.reddit.com/r/programming/comments/1kvvwdh/is_peter_naurs_1985_essay_programming_as_theory/)

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

Reddit Programming

Neutralinojs v6.1 released
https://www.reddit.com/r/programming/comments/1kvvkyv/neutralinojs_v61_released/

submitted by /u/delvin0 (https://www.reddit.com/user/delvin0)
[link] (https://neutralino.js.org/docs/release-notes/framework#v610) [comments] (https://www.reddit.com/r/programming/comments/1kvvkyv/neutralinojs_v61_released/)

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

Reddit Programming

Why didn't my Playwright test capture video?
https://www.reddit.com/r/programming/comments/1kvto18/why_didnt_my_playwright_test_capture_video/

submitted by /u/inntenoff (https://www.reddit.com/user/inntenoff)
[link] (https://www.checklyhq.com/blog/playwright-video-troubleshooting/) [comments] (https://www.reddit.com/r/programming/comments/1kvto18/why_didnt_my_playwright_test_capture_video/)

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

Reddit Programming

Analysis of Technical Features of Data Encryption Implementation on SD Cards in the Android System
https://www.reddit.com/r/programming/comments/1kvtevn/analysis_of_technical_features_of_data_encryption/

submitted by /u/throwaway16830261 (https://www.reddit.com/user/throwaway16830261)
[link] (https://journal.astanait.edu.kz/index.php/ojs/article/view/735) [comments] (https://www.reddit.com/r/programming/comments/1kvtevn/analysis_of_technical_features_of_data_encryption/)

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

Reddit Programming

Dead Letter Queues in 1 diagram and 205 words
https://www.reddit.com/r/programming/comments/1kvrunj/dead_letter_queues_in_1_diagram_and_205_words/

submitted by /u/stmoreau (https://www.reddit.com/user/stmoreau)
[link] (https://www.systemdesignbutsimple.com/p/dead-letter-queues-in-1-diagram-and-205-words) [comments] (https://www.reddit.com/r/programming/comments/1kvrunj/dead_letter_queues_in_1_diagram_and_205_words/)

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

Reddit Programming

System Design Concepts Tutorial
https://www.reddit.com/r/programming/comments/1kvndvr/system_design_concepts_tutorial/

submitted by /u/erdsingh24 (https://www.reddit.com/user/erdsingh24)
[link] (https://javatechonline.com/system-design-concepts-principles/) [comments] (https://www.reddit.com/r/programming/comments/1kvndvr/system_design_concepts_tutorial/)

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

Reddit Programming

Weather2Geo – A tool for geolocating screenshots using weather widget data
https://www.reddit.com/r/programming/comments/1kvjohq/weather2geo_a_tool_for_geolocating_screenshots/

<!-- SC_OFF -->Not sure if this is a perfect fit here, but I wanted to share an open-source tool I built called Weather2Geo. It’s designed for OSINT and cybersecurity use cases, especially when people post screenshots that include the Windows weather widget (temperature, weather condition, and local time). Weather2Geo takes that info and cross-references it with real-time weather data to find cities that match. It’s timezone-aware, lets you set temperature tolerances, and uses the same API as the Windows widget for accuracy. I’ve used it a few times to help geolocate threat actors based on leaked screenshots. It has been a surprisingly useful tool in niche cases. Repo: https://github.com/elliott-diy/Weather2Geo Would love feedback or ideas for improvements! <!-- SC_ON --> submitted by /u/elliott-diy (https://www.reddit.com/user/elliott-diy)
[link] (https://github.com/elliott-diy/Weather2Geo) [comments] (https://www.reddit.com/r/programming/comments/1kvjohq/weather2geo_a_tool_for_geolocating_screenshots/)

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

Reddit Programming

Where do I get a website that...?
https://www.reddit.com/r/programming/comments/1kvhjoh/where_do_i_get_a_website_that/

<!-- SC_OFF -->I need you to recommend pages that generate hyper-realistic AI models. It doesn't matter if it's paid, it's essential that it works well and that it creates hyper-realistic full-body models and that it supports the generation of sensual or nude images. Does anyone know? Thanks <!-- SC_ON --> submitted by /u/virusmemz (https://www.reddit.com/user/virusmemz)
[link] (http://caca.com/) [comments] (https://www.reddit.com/r/programming/comments/1kvhjoh/where_do_i_get_a_website_that/)

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

Reddit Programming

Scaling Postgres with Kubernetes, guide on guide on partitioning, sharding, and replication.
https://www.reddit.com/r/programming/comments/1kvc93j/scaling_postgres_with_kubernetes_guide_on_guide/

submitted by /u/Sagyam (https://www.reddit.com/user/Sagyam)
[link] (https://blog.sagyamthapa.com.np/scaling-postgresql-with-kubernetes) [comments] (https://www.reddit.com/r/programming/comments/1kvc93j/scaling_postgres_with_kubernetes_guide_on_guide/)

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

Reddit Programming

What is gRPC? Use Cases, Limitations & Why It’s So Popular
https://www.reddit.com/r/programming/comments/1kvb0p3/what_is_grpc_use_cases_limitations_why_its_so/

<!-- SC_OFF -->What is gRPC? Use Cases, Limitations & Why It’s So Popular | gRPC Tutorial for Beginners Are you curious about how top tech companies like Google, Netflix, and Kubernetes build high-performance, scalable microservices? In this beginner-friendly gRPC tutorial, we break down everything you need to know about gRPC — a powerful, open-source Remote Procedure Call (RPC) framework. 🎯 In this video, you'll learn:
✅ What is gRPC and how it works
✅ Why gRPC is faster than REST APIs
✅ How gRPC uses Protocol Buffers (Protobuf) for efficient data transmission
✅ gRPC architecture explained step by step
✅ 4 powerful gRPC communication patterns: Unary, Server Streaming, Client Streaming & Bidirectional Streaming
✅ Real-world gRPC use cases in microservices, real-time systems, cloud-native apps, IoT, and more
✅ Common gRPC limitations and when not to use it 💡 Whether you're a backend developer, DevOps engineer, or simply exploring modern APIs, this is your go-to crash course on gRPC for beginners. 👍 Like this video if it helped, and don’t forget to subscribe for more backend and microservices tutorials! #grpc #grpcTutorial #grpcForBeginners #microservices #protobuf #restvsgrpc #backenddevelopment #cloudnative #systemdesign #netflixtech #googletech <!-- SC_ON --> submitted by /u/integrationninjas (https://www.reddit.com/user/integrationninjas)
[link] (https://youtu.be/whHA8FTFJfY) [comments] (https://www.reddit.com/r/programming/comments/1kvb0p3/what_is_grpc_use_cases_limitations_why_its_so/)

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

Reddit Programming

An ontology for Agentic and Procedural Systems
https://www.reddit.com/r/programming/comments/1kv9mz6/an_ontology_for_agentic_and_procedural_systems/

<!-- SC_OFF -->Some ideas I’ve been noodling around with and decided to clean up and upload. Would be curious for any thoughts or feedback. This model has helped me when reasoning about agentic and procedural solutions, but it might also be nonsense. <!-- SC_ON --> submitted by /u/dwmkerr (https://www.reddit.com/user/dwmkerr)
[link] (https://github.com/dwmkerr/ai-architecture) [comments] (https://www.reddit.com/r/programming/comments/1kv9mz6/an_ontology_for_agentic_and_procedural_systems/)

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

Reddit Programming

On Distributed Tracing
https://www.reddit.com/r/programming/comments/1kwj1xs/on_distributed_tracing/

submitted by /u/radekmie (https://www.reddit.com/user/radekmie)
[link] (https://radekmie.dev/blog/on-distributed-tracing/) [comments] (https://www.reddit.com/r/programming/comments/1kwj1xs/on_distributed_tracing/)

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

Reddit Programming

GitHub MCP Exploited: Accessing private repositories via MCP
https://www.reddit.com/r/programming/comments/1kwc0ho/github_mcp_exploited_accessing_private/

submitted by /u/10ForwardShift (https://www.reddit.com/user/10ForwardShift)
[link] (https://invariantlabs.ai/blog/mcp-github-vulnerability) [comments] (https://www.reddit.com/r/programming/comments/1kwc0ho/github_mcp_exploited_accessing_private/)

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

Reddit Programming

The Last Real Developers
https://www.reddit.com/r/programming/comments/1kw7se0/the_last_real_developers/

submitted by /u/someonesopranos (https://www.reddit.com/user/someonesopranos)
[link] (https://mehmetakifalp.medium.com/the-last-real-developers-6fb02e036f8b) [comments] (https://www.reddit.com/r/programming/comments/1kw7se0/the_last_real_developers/)

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

Reddit Programming

Let's make a game! 267: Weapons
https://www.reddit.com/r/programming/comments/1kvwlof/lets_make_a_game_267_weapons/

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

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

Reddit Programming

dotnet run app.cs
https://www.reddit.com/r/programming/comments/1kvvsj2/dotnet_run_appcs/

submitted by /u/KorwinD (https://www.reddit.com/user/KorwinD)
[link] (https://www.youtube.com/watch?v=98MizuB7i-w) [comments] (https://www.reddit.com/r/programming/comments/1kvvsj2/dotnet_run_appcs/)

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

Reddit Programming

The Copilot Delusion
https://www.reddit.com/r/programming/comments/1kvuba7/the_copilot_delusion/

submitted by /u/thewritingwallah (https://www.reddit.com/user/thewritingwallah)
[link] (https://deplet.ing/the-copilot-delusion/) [comments] (https://www.reddit.com/r/programming/comments/1kvuba7/the_copilot_delusion/)

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

Reddit Programming

What if C++ had decades to learn?
https://www.reddit.com/r/programming/comments/1kvtgf4/what_if_c_had_decades_to_learn/

submitted by /u/Active-Fuel-49 (https://www.reddit.com/user/Active-Fuel-49)
[link] (https://www.collabora.com/news-and-blog/blog/2025/05/21/what-if-c-plus-plus-had-decades-to-learn/) [comments] (https://www.reddit.com/r/programming/comments/1kvtgf4/what_if_c_had_decades_to_learn/)

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

Reddit Programming

Kubernetes Job Patterns for Data Pipelines and Batch Workloads
https://www.reddit.com/r/programming/comments/1kvs594/kubernetes_job_patterns_for_data_pipelines_and/

submitted by /u/codingdecently (https://www.reddit.com/user/codingdecently)
[link] (https://overcast.blog/kubernetes-job-patterns-for-data-pipelines-and-batch-workloads-a53fdbe00f3e) [comments] (https://www.reddit.com/r/programming/comments/1kvs594/kubernetes_job_patterns_for_data_pipelines_and/)

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

Reddit Programming

For your eyes only
https://www.reddit.com/r/programming/comments/1kvpdqd/for_your_eyes_only/

<!-- SC_OFF -->Durable software not only handles errors, it presents them to users in a helpful and meaningful way. Here's how that might work in a simple Rust tool. <!-- SC_ON --> submitted by /u/EightLines_03 (https://www.reddit.com/user/EightLines_03)
[link] (https://bitfieldconsulting.com/posts/for-your-eyes-only) [comments] (https://www.reddit.com/r/programming/comments/1kvpdqd/for_your_eyes_only/)

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

Reddit Programming

Stack overflow is almost dead
https://www.reddit.com/r/programming/comments/1kvmlll/stack_overflow_is_almost_dead/

<!-- SC_OFF -->Rather than falling for another new new trend, I read this and wonder: will the code quality become better or worse now - from those AI answers for which the folks go for instead... <!-- SC_ON --> submitted by /u/esiy0676 (https://www.reddit.com/user/esiy0676)
[link] (https://newsletter.pragmaticengineer.com/p/the-pulse-134) [comments] (https://www.reddit.com/r/programming/comments/1kvmlll/stack_overflow_is_almost_dead/)

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

Reddit Programming

IOS mobile cofounder
https://www.reddit.com/r/programming/comments/1kvj4za/ios_mobile_cofounder/

<!-- SC_OFF -->Hi All, my cofounder and I are looking to find another partner/cofounder. We are building a B2B SAAS app. Contact me if you are interested. <!-- SC_ON --> submitted by /u/greenee111 (https://www.reddit.com/user/greenee111)
[link] (https://aihomeleads.com/) [comments] (https://www.reddit.com/r/programming/comments/1kvj4za/ios_mobile_cofounder/)

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

Reddit Programming

Google releases agent development kits for Python and Java
https://www.reddit.com/r/programming/comments/1kvdd3s/google_releases_agent_development_kits_for_python/

<!-- SC_OFF -->The Python ADK 1.0.0 and Java ADK 0.1.0 were announced on May 20, 2025. The open source tool kits are designed to be used for building and deploying sophisticated AI agents with flexibility and control, Google says. <!-- SC_ON --> submitted by /u/Choobeen (https://www.reddit.com/user/Choobeen)
[link] (https://www.infoworld.com/article/3992434/google-releases-agent-development-kits-for-python-and-java.html) [comments] (https://www.reddit.com/r/programming/comments/1kvdd3s/google_releases_agent_development_kits_for_python/)

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

Reddit Programming

At least don't get distracted now, lets do it later!
https://www.reddit.com/r/programming/comments/1kvb7ic/at_least_dont_get_distracted_now_lets_do_it_later/

<!-- SC_OFF -->So I always get distracted by tasks and Ideas that jump in when working on something else, so I got distracted by the idea of 'just save and dump them fast and mind them later' and just built it and it's actuallly helping! because if you know those ideas and taks 'or whatever they are' are safe somewhere you can't actually break the focus! The idea is save it fast (terminal is pretty much always a keymap press away from us) so just save it and then when you want to manage tehm, there is a nice interactive table with different states and bulk actions for them pesky distractions :) <!-- SC_ON --> submitted by /u/DisplayLegitimate374 (https://www.reddit.com/user/DisplayLegitimate374)
[link] (https://github.com/prime-run/togo/) [comments] (https://www.reddit.com/r/programming/comments/1kvb7ic/at_least_dont_get_distracted_now_lets_do_it_later/)

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

Reddit Programming

Balatro for the Nintendo E-Reader
https://www.reddit.com/r/programming/comments/1kvaz49/balatro_for_the_nintendo_ereader/

submitted by /u/NXGZ (https://www.reddit.com/user/NXGZ)
[link] (https://mattgreer.dev/blog/balatro-for-the-nintendo-ereader/) [comments] (https://www.reddit.com/r/programming/comments/1kvaz49/balatro_for_the_nintendo_ereader/)

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

Reddit Programming

[OC] The 2025 Map of GitHub is live: 690K repos, 500M stars
https://www.reddit.com/r/programming/comments/1kv84vx/oc_the_2025_map_of_github_is_live_690k_repos_500m/

submitted by /u/anvaka (https://www.reddit.com/user/anvaka)
[link] (https://anvaka.github.io/map-of-github/) [comments] (https://www.reddit.com/r/programming/comments/1kv84vx/oc_the_2025_map_of_github_is_live_690k_repos_500m/)

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