reddit_programming | Technologies

Telegram-канал reddit_programming - Reddit Programming

251

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

Subscribe to a channel

Reddit Programming

Jailer: relational data navigation tool
https://www.reddit.com/r/programming/comments/1gawgan/jailer_relational_data_navigation_tool/

submitted by /u/Plane-Discussion (https://www.reddit.com/user/Plane-Discussion)
[link] (https://github.com/Wisser/Jailer) [comments] (https://www.reddit.com/r/programming/comments/1gawgan/jailer_relational_data_navigation_tool/)

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

Reddit Programming

Seamless web scraping using Puppeteer and a real, automated browser with advanced unlocker infrastructure and built-in proxy and fingerprint management.
https://www.reddit.com/r/programming/comments/1gauhdh/seamless_web_scraping_using_puppeteer_and_a_real/

submitted by /u/TheLostWanderer47 (https://www.reddit.com/user/TheLostWanderer47)
[link] (https://blog.stackademic.com/unlock-the-full-potential-of-web-scraping-with-bright-datas-advanced-scraping-browser-e545c84e8132) [comments] (https://www.reddit.com/r/programming/comments/1gauhdh/seamless_web_scraping_using_puppeteer_and_a_real/)

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

Reddit Programming

Fully deployed Three.js game development Project! - Live Stream
https://www.reddit.com/r/programming/comments/1gaqwfk/fully_deployed_threejs_game_development_project/

submitted by /u/drinkincode (https://www.reddit.com/user/drinkincode)
[link] (https://www.twitch.tv/drinkincode) [comments] (https://www.reddit.com/r/programming/comments/1gaqwfk/fully_deployed_threejs_game_development_project/)

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

Reddit Programming

Built my first Remix.js app - a Business Rules Engine called ValidateFlow. Feedback wanted!
https://www.reddit.com/r/programming/comments/1ganwy7/built_my_first_remixjs_app_a_business_rules/

submitted by /u/Far-Round2092 (https://www.reddit.com/user/Far-Round2092)
[link] (https://validate-flow.com/) [comments] (https://www.reddit.com/r/programming/comments/1ganwy7/built_my_first_remixjs_app_a_business_rules/)

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

Reddit Programming

Build a manual assembly QA system
https://www.reddit.com/r/programming/comments/1ga0ume/build_a_manual_assembly_qa_system/

submitted by /u/zerojames_ (https://www.reddit.com/user/zerojames_)
[link] (https://blog.roboflow.com/manual-assembly-qa-computer-vision/) [comments] (https://www.reddit.com/r/programming/comments/1ga0ume/build_a_manual_assembly_qa_system/)

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

Reddit Programming

Attacking the Samsung Galaxy A* Boot Chain -- "The chain of 4 bugs we presented allowed us to execute code in Little Kernel from USB, get a root access on Android with persistency, and finally leak anything from the Secure World's memory which includes the Android Keystore keys."
https://www.reddit.com/r/programming/comments/1g9upma/attacking_the_samsung_galaxy_a_boot_chain_the/

submitted by /u/throwaway16830261 (https://www.reddit.com/user/throwaway16830261)
[link] (https://blog.quarkslab.com/attacking-the-samsung-galaxy-a-boot-chain.html) [comments] (https://www.reddit.com/r/programming/comments/1g9upma/attacking_the_samsung_galaxy_a_boot_chain_the/)

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

Reddit Programming

Pub/Sub in C89 and 256KB of RAM (Microsoft Band OS Deep Dive)
https://www.reddit.com/r/programming/comments/1g9t969/pubsub_in_c89_and_256kb_of_ram_microsoft_band_os/

submitted by /u/thedevlinb (https://www.reddit.com/user/thedevlinb)
[link] (https://meanderingthoughts.hashnode.dev/subscriptions-on-the-microsoft-band) [comments] (https://www.reddit.com/r/programming/comments/1g9t969/pubsub_in_c89_and_256kb_of_ram_microsoft_band_os/)

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

Reddit Programming

[Open Source] SwarmGo: Build Scalable AI Agents with Go (MIT License)
https://www.reddit.com/r/programming/comments/1g9qa77/open_source_swarmgo_build_scalable_ai_agents_with/

<!-- SC_OFF -->I’m excited to announce that I’ve just open-sourced SwarmGo, a Go framework that makes it easy to build, coordinate, and manage multiple AI agents. Inspired by OpenAI’s Swarm framework, SwarmGo is designed to help developers quickly implement AI-driven workflows with customizable functions and agent handoffs. Key Features: • Agent Handoffs: Agents can pass control based on context, making it perfect for scenarios where multiple capabilities need coordination. • Custom Functions: Define specific functions or tools that agents can use to perform tasks. • Lightweight and Scalable: Designed to handle independent agent interactions without complexity or bloat. • MIT Licensed: Free to use, modify, and contribute to! If you’re working with Go and AI or exploring AI-driven workflows, I’d love for you to check it out and let me know what you think! 🎉 👉 https://github.com/prathyushnallamothu/swarmgo I’d be happy to answer any questions, get feedback, or hear ideas for future improvements. I built this package to contribute back to the Go and AI communities, and I’m excited to see how it can be used in real-world applications. Looking forward to your thoughts and feedback! golang #ai #opensource #machinelearning #OpenAI <!-- SC_ON --> submitted by /u/EasyPattern4601 (https://www.reddit.com/user/EasyPattern4601)
[link] (https://github.com/prathyushnallamothu/swarmgo) [comments] (https://www.reddit.com/r/programming/comments/1g9qa77/open_source_swarmgo_build_scalable_ai_agents_with/)

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

Reddit Programming

A Practitioner's Guide to Wide Events
https://www.reddit.com/r/programming/comments/1g9nybp/a_practitioners_guide_to_wide_events/

submitted by /u/masterJ (https://www.reddit.com/user/masterJ)
[link] (https://jeremymorrell.dev/blog/a-practitioners-guide-to-wide-events/) [comments] (https://www.reddit.com/r/programming/comments/1g9nybp/a_practitioners_guide_to_wide_events/)

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

Reddit Programming

BugGPT: LLM powered vulnerable web page generator for testing and educational purposes
https://www.reddit.com/r/programming/comments/1g9mya7/buggpt_llm_powered_vulnerable_web_page_generator/

<!-- SC_OFF -->BugGPT is an AI powered generator of insecure static web apps. It consists of a simple generator script, and a main script with which you can interact to choose rooms you want to tackle. It uses GitHub actions to automatically and periodically generate new rooms to add to the list, so that soon there will be a collection of such rooms. Currently the rooms are fairly straightforward, but with next releases of AI models, I'm hoping I can create some real challenges. What do you think? <!-- SC_ON --> submitted by /u/dvnci1452 (https://www.reddit.com/user/dvnci1452)
[link] (https://github.com/Trivulzianus/BugGPT) [comments] (https://www.reddit.com/r/programming/comments/1g9mya7/buggpt_llm_powered_vulnerable_web_page_generator/)

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

Reddit Programming

Simplifying the AI/ML to Production Pipeline
https://www.reddit.com/r/programming/comments/1g9k131/simplifying_the_aiml_to_production_pipeline/

submitted by /u/iamjessew (https://www.reddit.com/user/iamjessew)
[link] (https://www.youtube.com/watch?v=frxbHPuDrgs&amp;t=1s) [comments] (https://www.reddit.com/r/programming/comments/1g9k131/simplifying_the_aiml_to_production_pipeline/)

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

Reddit Programming

Introducing Mellum: JetBrains’ New LLM Built for Developers
https://www.reddit.com/r/programming/comments/1g9iso2/introducing_mellum_jetbrains_new_llm_built_for/

submitted by /u/dayanruben (https://www.reddit.com/user/dayanruben)
[link] (https://blog.jetbrains.com/blog/2024/10/22/introducing-mellum-jetbrains-new-llm-built-for-developers/) [comments] (https://www.reddit.com/r/programming/comments/1g9iso2/introducing_mellum_jetbrains_new_llm_built_for/)

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

Reddit Programming

Handling Exceptions Gracefully in Spring Boot
https://www.reddit.com/r/programming/comments/1g9f2ny/handling_exceptions_gracefully_in_spring_boot/

submitted by /u/jupiter_traveller (https://www.reddit.com/user/jupiter_traveller)
[link] (https://levelup.gitconnected.com/handling-exceptions-gracefully-in-spring-boot-with-exceptionhandler-08e6e92dce22) [comments] (https://www.reddit.com/r/programming/comments/1g9f2ny/handling_exceptions_gracefully_in_spring_boot/)

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

Reddit Programming

Setting up monitoring with NestJS, Prometheus and Grafana
https://www.reddit.com/r/programming/comments/1g9es61/setting_up_monitoring_with_nestjs_prometheus_and/

submitted by /u/4ipp (https://www.reddit.com/user/4ipp)
[link] (https://shpota.com/2024/10/22/monitoring-with-nestjs-prometheus-grafana.html) [comments] (https://www.reddit.com/r/programming/comments/1g9es61/setting_up_monitoring_with_nestjs_prometheus_and/)

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

Reddit Programming

Container Desktop - Podman Desktop Companion 5.2.13
https://www.reddit.com/r/programming/comments/1g9dvgp/container_desktop_podman_desktop_companion_5213/

submitted by /u/iongion (https://www.reddit.com/user/iongion)
[link] (https://www.reddit.com/r/podman/comments/1g9dv4q/container_desktop_podman_desktop_companion_5213/) [comments] (https://www.reddit.com/r/programming/comments/1g9dvgp/container_desktop_podman_desktop_companion_5213/)

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

Reddit Programming

git reset vs git revert
https://www.reddit.com/r/programming/comments/1gavv3k/git_reset_vs_git_revert/

submitted by /u/stackoverflooooooow (https://www.reddit.com/user/stackoverflooooooow)
[link] (https://www.pixelstech.net/article/1549115148-git-reset-vs-git-revert) [comments] (https://www.reddit.com/r/programming/comments/1gavv3k/git_reset_vs_git_revert/)

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

Reddit Programming

Gren: A Language for Modern Software Development
https://www.reddit.com/r/programming/comments/1gasimx/gren_a_language_for_modern_software_development/

submitted by /u/Vegetable-Practice85 (https://www.reddit.com/user/Vegetable-Practice85)
[link] (https://youtu.be/NMGShaoRAZE) [comments] (https://www.reddit.com/r/programming/comments/1gasimx/gren_a_language_for_modern_software_development/)

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

Reddit Programming

Jailer: relational data navigation tool
https://www.reddit.com/r/programming/comments/1gao1pi/jailer_relational_data_navigation_tool/

submitted by /u/Plane-Discussion (https://www.reddit.com/user/Plane-Discussion)
[link] (https://github.com/Wisser/Jailer) [comments] (https://www.reddit.com/r/programming/comments/1gao1pi/jailer_relational_data_navigation_tool/)

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

Reddit Programming

Tipos Unión en Python
https://www.reddit.com/r/programming/comments/1ga0yq0/tipos_uni%C3%B3n_en_python/

submitted by /u/emanuelpeg (https://www.reddit.com/user/emanuelpeg)
[link] (https://emanuelpeg.blogspot.com/2024/10/tipos-union-en-python.html) [comments] (https://www.reddit.com/r/programming/comments/1ga0yq0/tipos_uni%C3%B3n_en_python/)

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

Reddit Programming

Borgo, lenguaje de programación que compila a Go.
https://www.reddit.com/r/programming/comments/1g9y705/borgo_lenguaje_de_programaci%C3%B3n_que_compila_a_go/

submitted by /u/emanuelpeg (https://www.reddit.com/user/emanuelpeg)
[link] (https://emanuelpeg.blogspot.com/2024/10/borgo-lenguaje-de-programacion-que.html) [comments] (https://www.reddit.com/r/programming/comments/1g9y705/borgo_lenguaje_de_programaci%C3%B3n_que_compila_a_go/)

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

Reddit Programming

Making Uber’s ExperimentEvaluation Engine 100x Faster
https://www.reddit.com/r/programming/comments/1g9tz9a/making_ubers_experimentevaluation_engine_100x/

submitted by /u/LisaDziuba (https://www.reddit.com/user/LisaDziuba)
[link] (https://www.uber.com/en-GB/blog/making-ubers-experiment-evaluation-engine-100x-faster/) [comments] (https://www.reddit.com/r/programming/comments/1g9tz9a/making_ubers_experimentevaluation_engine_100x/)

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

Reddit Programming

Best Practices for API Authentication
https://www.reddit.com/r/programming/comments/1g9qv1n/best_practices_for_api_authentication/

submitted by /u/ZuploAdrian (https://www.reddit.com/user/ZuploAdrian)
[link] (https://zuplo.com/blog/2024/07/19/api-authentication) [comments] (https://www.reddit.com/r/programming/comments/1g9qv1n/best_practices_for_api_authentication/)

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

Reddit Programming

Anyone here like chess?? I just built my first porfolio project, a simple chess AI! I would very much appreciate any feedback! And if you fancy it, a few more games on the counter would be fantastic because it only learns from past games :)
https://www.reddit.com/r/programming/comments/1g9p9l8/anyone_here_like_chess_i_just_built_my_first/

submitted by /u/LandOne4734 (https://www.reddit.com/user/LandOne4734)
[link] (https://simple-chess-ai-9e496ed2f67b.herokuapp.com/) [comments] (https://www.reddit.com/r/programming/comments/1g9p9l8/anyone_here_like_chess_i_just_built_my_first/)

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

Reddit Programming

Svelte 5 is alive - Our biggest release yet
https://www.reddit.com/r/programming/comments/1g9n6mq/svelte_5_is_alive_our_biggest_release_yet/

submitted by /u/01homie (https://www.reddit.com/user/01homie)
[link] (https://svelte.dev/blog/svelte-5-is-alive) [comments] (https://www.reddit.com/r/programming/comments/1g9n6mq/svelte_5_is_alive_our_biggest_release_yet/)

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

Reddit Programming

API Consumption Visibility: 6 Essential Metrics to monitor
https://www.reddit.com/r/programming/comments/1g9lf9p/api_consumption_visibility_6_essential_metrics_to/

submitted by /u/Lianakte (https://www.reddit.com/user/Lianakte)
[link] (https://www.lunar.dev/post/4-essential-metrics-for-api-consumption-visibility-2-advanced-ones-you-shouldnt-miss) [comments] (https://www.reddit.com/r/programming/comments/1g9lf9p/api_consumption_visibility_6_essential_metrics_to/)

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

Reddit Programming

Cool gamedev war story : How I Defeated An MMO Game Hack Author
https://www.reddit.com/r/programming/comments/1g9iyjf/cool_gamedev_war_story_how_i_defeated_an_mmo_game/

submitted by /u/mareek (https://www.reddit.com/user/mareek)
[link] (https://thecodist.com/how-i-defeated-an-mmo-game-hack-author/) [comments] (https://www.reddit.com/r/programming/comments/1g9iyjf/cool_gamedev_war_story_how_i_defeated_an_mmo_game/)

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

Reddit Programming

MERN E-Commerce
https://www.reddit.com/r/programming/comments/1g9fe6r/mern_ecommerce/

submitted by /u/Ok-Artist3129 (https://www.reddit.com/user/Ok-Artist3129)
[link] (https://dly.to/ahbWl7BJMQg) [comments] (https://www.reddit.com/r/programming/comments/1g9fe6r/mern_ecommerce/)

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

Reddit Programming

20 years of Linux on the Desktop
https://www.reddit.com/r/programming/comments/1g9ewdz/20_years_of_linux_on_the_desktop/

submitted by /u/powelmarlin (https://www.reddit.com/user/powelmarlin)
[link] (https://ploum.net/2024-10-20-20years-linux-desktop-part1.html) [comments] (https://www.reddit.com/r/programming/comments/1g9ewdz/20_years_of_linux_on_the_desktop/)

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

Reddit Programming

Made a simple but lightweight performance/traffic tracking library for Svelte
https://www.reddit.com/r/programming/comments/1g9e2o1/made_a_simple_but_lightweight_performancetraffic/

submitted by /u/kindast1 (https://www.reddit.com/user/kindast1)
[link] (https://www.npmjs.com/package/sveltick) [comments] (https://www.reddit.com/r/programming/comments/1g9e2o1/made_a_simple_but_lightweight_performancetraffic/)

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

Reddit Programming

Prevent Mistakes with NOMERGE Comments in CI/CD Pipelines
https://www.reddit.com/r/programming/comments/1g9d4lc/prevent_mistakes_with_nomerge_comments_in_cicd/

submitted by /u/SteWaterman (https://www.reddit.com/user/SteWaterman)
[link] (https://stevenwaterman.uk/nomerge-comments/) [comments] (https://www.reddit.com/r/programming/comments/1g9d4lc/prevent_mistakes_with_nomerge_comments_in_cicd/)

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