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

Dark explained recursion very well.
https://www.reddit.com/r/programming/comments/1lktflr/dark_explained_recursion_very_well/

<!-- SC_OFF -->I have trouble learning the concept of recursive programming, no matter how hard i try i can’t visualize it clearly, i just finished rewatching dark tv show by Netflix the whole concept of the show is based on recursion. If you are have trouble like i did, i would recommend watching it. <!-- SC_ON --> submitted by /u/wizardxxdx (https://www.reddit.com/user/wizardxxdx)
[link] (https://www.rottentomatoes.com/tv/dark/s03) [comments] (https://www.reddit.com/r/programming/comments/1lktflr/dark_explained_recursion_very_well/)

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

Reddit Programming

Why Smart Developers Rely on Libraries
https://www.reddit.com/r/programming/comments/1lkqx73/why_smart_developers_rely_on_libraries/

submitted by /u/Heavy-Elk8273 (https://www.reddit.com/user/Heavy-Elk8273)
[link] (https://youtu.be/aHKw0tUhcY8) [comments] (https://www.reddit.com/r/programming/comments/1lkqx73/why_smart_developers_rely_on_libraries/)

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

Reddit Programming

Stack grows down, but local variables grow up? Let me explain
https://www.reddit.com/r/programming/comments/1lknl08/stack_grows_down_but_local_variables_grow_up_let/

submitted by /u/nalaginrut (https://www.reddit.com/user/nalaginrut)
[link] (https://www.gizvault.com/archives/stack-growth-differs-from-locals-growth) [comments] (https://www.reddit.com/r/programming/comments/1lknl08/stack_grows_down_but_local_variables_grow_up_let/)

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

Reddit Programming

Once more about dynamic_cast, a real use case
https://www.reddit.com/r/programming/comments/1lkaa1n/once_more_about_dynamic_cast_a_real_use_case/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.sandordargo.com/blog/2025/06/25/once-more-about-dynamic-casts) [comments] (https://www.reddit.com/r/programming/comments/1lkaa1n/once_more_about_dynamic_cast_a_real_use_case/)

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

Reddit Programming

Coding Independent Code Points (cICP) in PNG, explained
https://www.reddit.com/r/programming/comments/1lka6fh/coding_independent_code_points_cicp_in_png/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://svgees.us/blog/cICP.html) [comments] (https://www.reddit.com/r/programming/comments/1lka6fh/coding_independent_code_points_cicp_in_png/)

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

Reddit Programming

Subsecond: A runtime hotpatching engine for Rust hot-reloading
https://www.reddit.com/r/programming/comments/1lka3fq/subsecond_a_runtime_hotpatching_engine_for_rust/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://docs.rs/subsecond/0.7.0-alpha.1/subsecond/index.html) [comments] (https://www.reddit.com/r/programming/comments/1lka3fq/subsecond_a_runtime_hotpatching_engine_for_rust/)

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

Reddit Programming

Reading NFC Passport Chips in Linux
https://www.reddit.com/r/programming/comments/1lk9zwc/reading_nfc_passport_chips_in_linux/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://shkspr.mobi/blog/2025/06/reading-nfc-passport-chips-in-linux/) [comments] (https://www.reddit.com/r/programming/comments/1lk9zwc/reading_nfc_passport_chips_in_linux/)

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

Reddit Programming

LinkedIn Announces Northguard and Xinfra: Scaling Beyond Kafka for Log Storage and Pub/Sub
https://www.reddit.com/r/programming/comments/1lk5b03/linkedin_announces_northguard_and_xinfra_scaling/

<!-- SC_OFF -->LinkedIn just announced Northguard — a new log storage system designed to replace Kafka at LinkedIn’s scale (32T records/day). It's built with sharded metadata, log striping, and self-healing clusters, plus Xinfra for seamless Kafka migration. It's a really cool example of distributed systems engineering. <!-- SC_ON --> submitted by /u/estiller (https://www.reddit.com/user/estiller)
[link] (https://www.infoq.com/news/2025/06/linkedin-northguard-xinfra/) [comments] (https://www.reddit.com/r/programming/comments/1lk5b03/linkedin_announces_northguard_and_xinfra_scaling/)

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

Reddit Programming

Start Alone, Then Together: Why Software Modelling Needs Solitary Brainstorming
https://www.reddit.com/r/programming/comments/1lk4iom/start_alone_then_together_why_software_modelling/

submitted by /u/Adventurous-Salt8514 (https://www.reddit.com/user/Adventurous-Salt8514)
[link] (https://www.architecture-weekly.com/p/start-alone-then-together-why-software) [comments] (https://www.reddit.com/r/programming/comments/1lk4iom/start_alone_then_together_why_software_modelling/)

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

Reddit Programming

How we cut CKEditor's bundle size by 40%
https://www.reddit.com/r/programming/comments/1lk3lhi/how_we_cut_ckeditors_bundle_size_by_40/

submitted by /u/PiotrekKoszulinski (https://www.reddit.com/user/PiotrekKoszulinski)
[link] (https://ckeditor.com/blog/how-we-reduced-ckeditor-bundle-size/) [comments] (https://www.reddit.com/r/programming/comments/1lk3lhi/how_we_cut_ckeditors_bundle_size_by_40/)

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

Reddit Programming

🎯 MQ Summit 2025 Early Bird Tickets Are Live!
https://www.reddit.com/r/programming/comments/1lk240r/mq_summit_2025_early_bird_tickets_are_live/

<!-- SC_OFF -->Join us for a full day of expert-led talks and in-depth discussions on messaging technologies. Don't miss this opportunity to network with messaging professionals and learn from industry leaders. Get the Pulse of Messaging Tech – Where distributed systems meet cutting-edge messaging. Early-bird pricing is available for a limited time. <!-- SC_ON --> submitted by /u/Code_Sync (https://www.reddit.com/user/Code_Sync)
[link] (https://mqsummit.com/#tickets) [comments] (https://www.reddit.com/r/programming/comments/1lk240r/mq_summit_2025_early_bird_tickets_are_live/)

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

Reddit Programming

Backend Permission Design: Should You Check in Middleware or in Handlers?
https://www.reddit.com/r/programming/comments/1ljzod0/backend_permission_design_should_you_check_in/

submitted by /u/Bruce_Dai91 (https://www.reddit.com/user/Bruce_Dai91)
[link] (https://www.reddit.com/r/rust/comments/1ljzkco/designing_permission_middleware_in_axum_manual_vs/?utm_source=share&amp;utm_medium=web3x&amp;utm_name=web3xcss&amp;utm_term=1&amp;utm_content=share_button) [comments] (https://www.reddit.com/r/programming/comments/1ljzod0/backend_permission_design_should_you_check_in/)

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

Reddit Programming

ELEMENTAL IS BACK
https://www.reddit.com/r/programming/comments/1ljwcp7/elemental_is_back/

<!-- SC_OFF -->forgot to post the update here, well anyway, here it is, Elemental Neon is a new thing with a custom nodeSDK i worked hard on, uhhh blog post revealing neon: "BLOG - 6/23/25 I'd like to introduce Elemental NEON! Now, whats the difference between NEON and Elemental Renderer? Abosultely FUCKING nothing, except my windows people can now successfully run elemental renderer. ive been asked by several hundred people "will elemental renderer be available on mac" NO!! im not doing allat ok bye now, ill post the update tonight, and both neon and elemental renderer will get good updates tonight" ## Version 0.2.0 (Current) ### Added
- **ImGui Integration**
- Added comprehensive ImGui-based user interface
- Material editor with real-time parameter tweaking
- Scene hierarchy browser
- Render graph visualization
- Shader graph editor integration - **GPU Profiling and Debug Tools**
- Frame timing metrics
- Render pass profiling
- GPU memory usage tracking
- Resource visualization
- Performance overlay - **Custom Node Authoring SDK**
- JSON-based node definition system
- C++ API for complex node implementation
- Hot-reloading support for rapid iteration
- Comprehensive documentation and examples - **Documentation**
- Added comprehensive getting started guide
- Created API reference documentation
- Added tutorials for common tasks
- Included code samples for all major features - **Demo Scenes**
- Shadow mapping demonstration
- PBR material showcase
- Post-processing effects examples
- Custom BRDF implementation samples
- Node-based shader examples ### Improved
- Enhanced shader editor with better node organization
- Optimized render graph performance
- Improved PBR lighting model accuracy
- Better texture handling and memory management
- More intuitive camera controls
- Expanded material system capabilities ### Fixed
- Corrected shadow mapping artifacts
- Fixed memory leaks in resource management
- Resolved threading issues in render pipeline
- Addressed shader compilation errors on some platforms
- Fixed JSON parsing in configuration files <!-- SC_ON --> submitted by /u/Vec3dAllah (https://www.reddit.com/user/Vec3dAllah)
[link] (https://github.com/ElementalRenderer/Elemental-Renderer) [comments] (https://www.reddit.com/r/programming/comments/1ljwcp7/elemental_is_back/)

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

Reddit Programming

Building a Task Reminder With Laravel and MongoDB
https://www.reddit.com/r/programming/comments/1ljsoff/building_a_task_reminder_with_laravel_and_mongodb/

submitted by /u/Majestic_Wallaby7374 (https://www.reddit.com/user/Majestic_Wallaby7374)
[link] (https://laravel-news.com/building-a-task-reminder-with-laravel-and-mongodb) [comments] (https://www.reddit.com/r/programming/comments/1ljsoff/building_a_task_reminder_with_laravel_and_mongodb/)

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

Reddit Programming

Version-Controlled Vector Indexes: Achieving Structural Sharing in Nearest-Neighbor Indexes
https://www.reddit.com/r/programming/comments/1ljp9ce/versioncontrolled_vector_indexes_achieving/

submitted by /u/nick_at_dolt (https://www.reddit.com/user/nick_at_dolt)
[link] (https://www.dolthub.com/blog/2025-06-23-vector-index-deep-dive/) [comments] (https://www.reddit.com/r/programming/comments/1ljp9ce/versioncontrolled_vector_indexes_achieving/)

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

Reddit Programming

FlyonUI - Open Sources Free Tailwind CSS Components Library
https://www.reddit.com/r/programming/comments/1lkrap0/flyonui_open_sources_free_tailwind_css_components/

submitted by /u/Saanvi_Sen (https://www.reddit.com/user/Saanvi_Sen)
[link] (https://flyonui.com/) [comments] (https://www.reddit.com/r/programming/comments/1lkrap0/flyonui_open_sources_free_tailwind_css_components/)

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

Reddit Programming

help enabling uart in stm nucleo
https://www.reddit.com/r/programming/comments/1lkqrit/help_enabling_uart_in_stm_nucleo/

<!-- SC_OFF -->I am having issues while enabling nucelos serial I want help to enable it is there anyone who has worked with nucleo f413zh <!-- SC_ON --> submitted by /u/Inside-Reference9884 (https://www.reddit.com/user/Inside-Reference9884)
[link] (https://www.youtube.com/watch?v=KdXSRyPCYuM&amp;list=PLfIJKC1ud8gjmw-l5eDYfzzX5JI19lwhx) [comments] (https://www.reddit.com/r/programming/comments/1lkqrit/help_enabling_uart_in_stm_nucleo/)

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

Reddit Programming

DockedUp: A Terminal Dashboard for Docker Containers, Built in Python
https://www.reddit.com/r/programming/comments/1lkmja0/dockedup_a_terminal_dashboard_for_docker/

<!-- SC_OFF -->Hello r/programming (https://www.reddit.com/r/programming)! I’ve been working on DockedUp, a CLI tool that makes monitoring Docker containers easier and more intuitive. If you’re tired of juggling docker ps, docker stats, and switching terminals to check logs or restart containers, this might be for you! What My Project Does DockedUp is a real-time, interactive dashboard that displays your Docker containers’ status, health, CPU, and memory usage in a clean, color-coded terminal view. It automatically groups containers by docker-compose projects and uses emojis to make status (Up 🟢, Down 🔴) and health (Healthy ✅, Unhealthy ⚠️) instantly clear. Navigate containers with arrow keys and use hotkeys to: - l: View live logs - r: Restart a container - x: Stop a container - s: Open a shell inside a container Target Audience DockedUp is designed for developers and DevOps engineers who work with Docker containers and want a quick, unified view of their environment without leaving the terminal. It’s ideal for those managing docker-compose stacks in development or small-scale production setups. Whether you’re a Python enthusiast, a CLI lover, or a DevOps pro looking to streamline workflows, DockedUp is built to save you time and hassle. Comparison Unlike docker ps and docker stats, which require multiple commands and terminal switching, DockedUp offers a single, live-updating dashboard with interactive controls. Compared to tools like Portainer (web-based) or lazydocker (another CLI), DockedUp is lightweight, focuses on docker-compose project grouping, and integrates emoji-based visual cues for quick status checks. It’s Python-based, easy to install via PyPI, and doesn’t need a web server, making it a great fit for terminal-centric workflows. Try It Out It’s on PyPI and takes one command to install (I recommend pipx for CLI tools): bash pipx install dockedup Or: bash pip install dockedup Then run dockedup to start the monitor. Check out the GitHub repo (https://github.com/anilrajrimal1/dockedup) for more details and setup instructions. If you like the project, I’d really appreciate a ⭐ on GitHub to help spread the word! Feedback Wanted! I’d love to hear your thoughts—any features you’d like to see or issues you run into? Contributions are welcome (it’s MIT-licensed). What’s your go-to way to monitor Docker containers? Thanks for checking it out! 🚀 <!-- SC_ON --> submitted by /u/Fragrant_Letter8595 (https://www.reddit.com/user/Fragrant_Letter8595)
[link] (https://github.com/anilrajrimal1/dockedup) [comments] (https://www.reddit.com/r/programming/comments/1lkmja0/dockedup_a_terminal_dashboard_for_docker/)

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

Reddit Programming

How to Think about Parallel Programming: Not! [video]
https://www.reddit.com/r/programming/comments/1lka7v5/how_to_think_about_parallel_programming_not_video/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.infoq.com/presentations/Thinking-Parallel-Programming/) [comments] (https://www.reddit.com/r/programming/comments/1lka7v5/how_to_think_about_parallel_programming_not_video/)

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

Reddit Programming

Printing the web: making webpages look good on paper
https://www.reddit.com/r/programming/comments/1lka4qx/printing_the_web_making_webpages_look_good_on/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://piccalil.li/blog/printing-the-web-making-webpages-look-good-on-paper/) [comments] (https://www.reddit.com/r/programming/comments/1lka4qx/printing_the_web_making_webpages_look_good_on/)

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

Reddit Programming

The probability of a hash collision
https://www.reddit.com/r/programming/comments/1lka2sb/the_probability_of_a_hash_collision/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://kevingal.com/blog/collisions.html) [comments] (https://www.reddit.com/r/programming/comments/1lka2sb/the_probability_of_a_hash_collision/)

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

Reddit Programming

Handling HTTP in [A]synchronous Functional Programming
https://www.reddit.com/r/programming/comments/1lk5njx/handling_http_in_asynchronous_functional/

submitted by /u/richytong (https://www.reddit.com/user/richytong)
[link] (https://rubico.land/blog/a-synchronous-functional-programming-handling-http) [comments] (https://www.reddit.com/r/programming/comments/1lk5njx/handling_http_in_asynchronous_functional/)

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

Reddit Programming

Architecture Isn’t Kubernetes • Diana Montalion
https://www.reddit.com/r/programming/comments/1lk4nq9/architecture_isnt_kubernetes_diana_montalion/

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

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

Reddit Programming

Building the TanStack (Formerly React Query) with Tanner Linsley
https://www.reddit.com/r/programming/comments/1lk3mxt/building_the_tanstack_formerly_react_query_with/

submitted by /u/IliasHad (https://www.reddit.com/user/IliasHad)
[link] (https://www.youtube.com/watch?v=M9Qnms_W3Ys) [comments] (https://www.reddit.com/r/programming/comments/1lk3mxt/building_the_tanstack_formerly_react_query_with/)

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

Reddit Programming

OpenAI is Ditching TypeScript to Rebuild Codex CLI with Rust
https://www.reddit.com/r/programming/comments/1lk2fng/openai_is_ditching_typescript_to_rebuild_codex/

<!-- SC_OFF -->OpenAI is retiring the TypeScript Codex CLI. Anyone tried the 'butter smooth' Rust version? <!-- SC_ON --> submitted by /u/Soul_Predator (https://www.reddit.com/user/Soul_Predator)
[link] (https://analyticsindiamag.com/global-tech/openai-is-ditching-typescript-to-rebuild-codex-cli-with-rust/) [comments] (https://www.reddit.com/r/programming/comments/1lk2fng/openai_is_ditching_typescript_to_rebuild_codex/)

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

Reddit Programming

The Nature of Lisp, Code Generation and Wieldable Programming Power
https://www.reddit.com/r/programming/comments/1lk22dx/the_nature_of_lisp_code_generation_and_wieldable/

<!-- SC_OFF -->Thoughts on The Nature of List article from defmacro (2006), code generation systems, their power and pitfalls. <!-- SC_ON --> submitted by /u/ppipada (https://www.reddit.com/user/ppipada)
[link] (https://pankajpipada.com/posts/2025-06-25-generation-systems/) [comments] (https://www.reddit.com/r/programming/comments/1lk22dx/the_nature_of_lisp_code_generation_and_wieldable/)

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

Reddit Programming

Build AI Apps using Cloudflare
https://www.reddit.com/r/programming/comments/1ljwobz/build_ai_apps_using_cloudflare/

<!-- SC_OFF -->In this article, we will use Cloudflare ecosystem to build some sample apps like translation, image generation and image classification using different AI models. <!-- SC_ON --> submitted by /u/ram-foss (https://www.reddit.com/user/ram-foss)
[link] (https://www.blackslate.io/articles/build-ai-apps-using-cloudflare) [comments] (https://www.reddit.com/r/programming/comments/1ljwobz/build_ai_apps_using_cloudflare/)

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

Reddit Programming

Jira CLI workflow
https://www.reddit.com/r/programming/comments/1ljvdal/jira_cli_workflow/

<!-- SC_OFF -->Super early draft of this project/idea. Simplify Jira workflows for developers via terminal flow. This isn't an query tool like https://github.com/ankitpokhrel/jira-cli Instead, I took the same workflow feeling I had when working with git and applied it to Jira. Lots of extensive capabilities I'll likely be adding in, currently there's no import of existing Epics and shoe horned for my organizations setup. This was a test for true vibe codes and how far I can take it within a short enough time. -- The primary motivation is to force myself to break up my work into more visible items for the team. This, I hope will enable better usage of my time and forces clarity by running it through AI to clarify the subtask. -- The core mental model is that you 'focus' on specific contexts e.g Subtask or task. This way the interface in your flow is simply `jai subtask` and it's context aware enough to populate the correct info. Inspired by Git & JJ. <!-- SC_ON --> submitted by /u/Lunchboxsushi (https://www.reddit.com/user/Lunchboxsushi)
[link] (https://github.com/lunchboxsushi/jai) [comments] (https://www.reddit.com/r/programming/comments/1ljvdal/jira_cli_workflow/)

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

Reddit Programming

I made a Reddit Devvit App to help moderators get instant author stats on new posts. It's called PostTrail.
https://www.reddit.com/r/programming/comments/1ljru4g/i_made_a_reddit_devvit_app_to_help_moderators_get/

<!-- SC_OFF -->I've developed a new community tool called PostTrail, and I wanted to share it with you all. The idea is to make it easier to discover great content. When someone makes a new post, PostTrail adds a public comment that automatically links to their 5 most recent posts from the subreddit that user is posting in. How this helps the community: For Viewers: If you see a post you love, you can instantly find more from that same creator without having to dig through their profile. It’s like a "content playlist" for every user. For Creators: It gives your posts more visibility. When someone enjoys one of your posts, they're immediately shown more of your work, helping your content get the attention it deserves. Here’s a quick look at how the comment appears under a post: It’s all handled through Reddit's official app platform. My hope is that it can become a feature here to help everyone discover more of the content being shared by users. You can check out the app here: https://developers.reddit.com/apps/posttrail Would love to hear what y'all think! More updates on the way as Reddit approves at it's pace. <!-- SC_ON --> submitted by /u/DreGotWangs (https://www.reddit.com/user/DreGotWangs)
[link] (https://developers.reddit.com/apps/posttrail) [comments] (https://www.reddit.com/r/programming/comments/1ljru4g/i_made_a_reddit_devvit_app_to_help_moderators_get/)

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

Reddit Programming

A Lisp adventure on the calm waters of the dead C
https://www.reddit.com/r/programming/comments/1ljltgp/a_lisp_adventure_on_the_calm_waters_of_the_dead_c/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://mihaiolteanu.me/language-abstractions) [comments] (https://www.reddit.com/r/programming/comments/1ljltgp/a_lisp_adventure_on_the_calm_waters_of_the_dead_c/)

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