reddit_programming | Technologies

Telegram-канал reddit_programming - Reddit Programming

212

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

Subscribe to a channel

Reddit Programming

snake game is 56 bytes
https://www.reddit.com/r/programming/comments/1hzqg3y/snake_game_is_56_bytes/

<!-- SC_OFF -->Not much to say about this one, I just changed the RNG, the tricky part was to find one that is less than 4 bytes, leaves BX even and less than 0x7D0, and still kind of random, many good options but all of them are not very random, until you realize swapping AX and BX each iteration can randomize dec bh pretty good. For those interested in the project but with little assembly background I think this change is the easiest to understand so if you want to take a look here's the PR (https://github.com/donno2048/snake/pull/71). <!-- SC_ON --> submitted by /u/Perfect-Highlight964 (https://www.reddit.com/user/Perfect-Highlight964)
[link] (https://github.com/donno2048/snake) [comments] (https://www.reddit.com/r/programming/comments/1hzqg3y/snake_game_is_56_bytes/)

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

Reddit Programming

Implementing Random Art algorithm in Go
https://www.reddit.com/r/programming/comments/1hzo70k/implementing_random_art_algorithm_in_go/

submitted by /u/der_gopher (https://www.reddit.com/user/der_gopher)
[link] (https://youtu.be/TgftD-xrNeo) [comments] (https://www.reddit.com/r/programming/comments/1hzo70k/implementing_random_art_algorithm_in_go/)

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

Reddit Programming

How to create a culture of ownership in your engineering team
https://www.reddit.com/r/programming/comments/1hznfcu/how_to_create_a_culture_of_ownership_in_your/

submitted by /u/gregorojstersek (https://www.reddit.com/user/gregorojstersek)
[link] (https://newsletter.eng-leadership.com/p/how-to-create-a-culture-of-ownership) [comments] (https://www.reddit.com/r/programming/comments/1hznfcu/how_to_create_a_culture_of_ownership_in_your/)

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

Reddit Programming

Txtify: FREE Open-Source WebApp AI-Powered for Transcription & Translation 🚀
https://www.reddit.com/r/programming/comments/1hzl71x/txtify_free_opensource_webapp_aipowered_for/

submitted by /u/ChoiceUpset5548 (https://www.reddit.com/user/ChoiceUpset5548)
[link] (https://txtify-web.vercel.app/) [comments] (https://www.reddit.com/r/programming/comments/1hzl71x/txtify_free_opensource_webapp_aipowered_for/)

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

Reddit Programming

How I managed to render 10 million small images on a webpage
https://www.reddit.com/r/programming/comments/1hzl170/how_i_managed_to_render_10_million_small_images/

submitted by /u/DutchBytes (https://www.reddit.com/user/DutchBytes)
[link] (vincent-bean/how-i-managed-to-render-10-million-small-images-on-a-webpage-590d75b81b4e" rel="nofollow">https://medium.com/@vincent-bean/how-i-managed-to-render-10-million-small-images-on-a-webpage-590d75b81b4e) [comments] (https://www.reddit.com/r/programming/comments/1hzl170/how_i_managed_to_render_10_million_small_images/)

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

Reddit Programming

Is 'value-pooled perfect hashing' a thing? (allowing collisions for same-value keys)
https://www.reddit.com/r/programming/comments/1hzdzu5/is_valuepooled_perfect_hashing_a_thing_allowing/

submitted by /u/dairin0d (https://www.reddit.com/user/dairin0d)
[link] (https://github.com/dairin0d/value-pooled-perfect-hashing) [comments] (https://www.reddit.com/r/programming/comments/1hzdzu5/is_valuepooled_perfect_hashing_a_thing_allowing/)

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

Reddit Programming

Parallel processing with Virtual Threads - A comparative analysis
https://www.reddit.com/r/programming/comments/1hza613/parallel_processing_with_virtual_threads_a/

submitted by /u/RealVanCough (https://www.reddit.com/user/RealVanCough)
[link] (https://www.dhaval-shah.com/parallel-processing-virtual-threads-reactor-vs-jdk/) [comments] (https://www.reddit.com/r/programming/comments/1hza613/parallel_processing_with_virtual_threads_a/)

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

Reddit Programming

U-net Image Segmentation | How to segment persons in images 👤
https://www.reddit.com/r/programming/comments/1hz5efn/unet_image_segmentation_how_to_segment_persons_in/

submitted by /u/Feitgemel (https://www.reddit.com/user/Feitgemel)
[link] (https://eranfeit.net/u-net-image-segmentation-how-to-segment-persons-in-images/) [comments] (https://www.reddit.com/r/programming/comments/1hz5efn/unet_image_segmentation_how_to_segment_persons_in/)

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

Reddit Programming

Quicksort en prolog
https://www.reddit.com/r/programming/comments/1hz2jcc/quicksort_en_prolog/

submitted by /u/emanuelpeg (https://www.reddit.com/user/emanuelpeg)
[link] (https://emanuelpeg.blogspot.com/2025/01/quicksort-en-prolog.html) [comments] (https://www.reddit.com/r/programming/comments/1hz2jcc/quicksort_en_prolog/)

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

Reddit Programming

Elemap – a TS library to generate hexagon/rectangle game maps. Check out the live demo! Rendered in pure HTML & CSS, making it easy to extend. Best served with Tilted, my library for viewing maps!
https://www.reddit.com/r/programming/comments/1hz1afg/elemap_a_ts_library_to_generate_hexagonrectangle/

submitted by /u/Anbeeld (https://www.reddit.com/user/Anbeeld)
[link] (https://github.com/Anbeeld/Elemap) [comments] (https://www.reddit.com/r/programming/comments/1hz1afg/elemap_a_ts_library_to_generate_hexagonrectangle/)

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

Reddit Programming

Coding help on StackOverflow dives as AI assistants rise
https://www.reddit.com/r/programming/comments/1hyz63l/coding_help_on_stackoverflow_dives_as_ai/

submitted by /u/pmz (https://www.reddit.com/user/pmz)
[link] (https://devclass.com/2025/01/08/coding-help-on-stackoverflow-dives-as-ai-assistants-rise/) [comments] (https://www.reddit.com/r/programming/comments/1hyz63l/coding_help_on_stackoverflow_dives_as_ai/)

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

Reddit Programming

🧠 Trivia lovers? Discover an API to integrate questions into your projects: Free on RapidAPI! 🚀
https://www.reddit.com/r/programming/comments/1hyx6lh/trivia_lovers_discover_an_api_to_integrate/

submitted by /u/Dependent-Cry5456 (https://www.reddit.com/user/Dependent-Cry5456)
[link] (https://rapidapi.com/31.distrito/api/quizmania-api/playground/apiendpoint_ffed6918-3700-43a4-abfc-0df1d82fc16f) [comments] (https://www.reddit.com/r/programming/comments/1hyx6lh/trivia_lovers_discover_an_api_to_integrate/)

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

Reddit Programming

Docker Compose Manager - To help you manage your compose files
https://www.reddit.com/r/programming/comments/1hyvg5y/docker_compose_manager_to_help_you_manage_your/

submitted by /u/Bennestpwed (https://www.reddit.com/user/Bennestpwed)
[link] (https://docker-compose-manager-db558.web.app/) [comments] (https://www.reddit.com/r/programming/comments/1hyvg5y/docker_compose_manager_to_help_you_manage_your/)

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

Reddit Programming

Based on Django Ninja, Django ninja aio crud is a framework which implement an Async dynamic Model CRUD. It comes out with built-in authentication classes, class based views, dynamic CRUD and a lot of other utilities.
https://www.reddit.com/r/programming/comments/1hyubk3/based_on_django_ninja_django_ninja_aio_crud_is_a/

submitted by /u/peppe2612 (https://www.reddit.com/user/peppe2612)
[link] (https://github.com/caspel26/django-ninja-aio-crud) [comments] (https://www.reddit.com/r/programming/comments/1hyubk3/based_on_django_ninja_django_ninja_aio_crud_is_a/)

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

Reddit Programming

Extra, Extra - Read All About It: Nearly All Binary Searches and Mergesorts are Broken
https://www.reddit.com/r/programming/comments/1hyrsyr/extra_extra_read_all_about_it_nearly_all_binary/

submitted by /u/big_hole_energy (https://www.reddit.com/user/big_hole_energy)
[link] (https://research.google/blog/extra-extra-read-all-about-it-nearly-all-binary-searches-and-mergesorts-are-broken/) [comments] (https://www.reddit.com/r/programming/comments/1hyrsyr/extra_extra_read_all_about_it_nearly_all_binary/)

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

Reddit Programming

Shared ESLint & Prettier config package for Next.js v14
https://www.reddit.com/r/programming/comments/1hzpqd2/shared_eslint_prettier_config_package_for_nextjs/

submitted by /u/No-Strategy7512 (https://www.reddit.com/user/No-Strategy7512)
[link] (dm3yb/next14-codestyle-config" rel="nofollow">https://www.npmjs.com/package/@dm3yb/next14-codestyle-config) [comments] (https://www.reddit.com/r/programming/comments/1hzpqd2/shared_eslint_prettier_config_package_for_nextjs/)

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

Reddit Programming

🛠️ Open-Source Project: AI Content Aggregation Engine
https://www.reddit.com/r/programming/comments/1hznnp5/opensource_project_ai_content_aggregation_engine/

submitted by /u/anuj0456 (https://www.reddit.com/user/anuj0456)
[link] (https://github.com/anuj0456/ailert) [comments] (https://www.reddit.com/r/programming/comments/1hznnp5/opensource_project_ai_content_aggregation_engine/)

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

Reddit Programming

(Right-Nulled) Generalised LR Parsing
https://www.reddit.com/r/programming/comments/1hznenp/rightnulled_generalised_lr_parsing/

submitted by /u/Apanatshka (https://www.reddit.com/user/Apanatshka)
[link] (https://blog.jeffsmits.net/generalised-lr-parsing/) [comments] (https://www.reddit.com/r/programming/comments/1hznenp/rightnulled_generalised_lr_parsing/)

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

Reddit Programming

I have a little problem I’m trying to run a software called voice to Japanese and I get an error saying model not found no model named customkniter??
https://www.reddit.com/r/programming/comments/1hzl192/i_have_a_little_problem_im_trying_to_run_a/

<!-- SC_OFF -->The url is the program I tried to download and use <!-- SC_ON --> submitted by /u/PhysicalCod1875 (https://www.reddit.com/user/PhysicalCod1875)
[link] (https://github.com/0Xiaohei0/VoiceToJapanese/releases/tag/v1.2.5) [comments] (https://www.reddit.com/r/programming/comments/1hzl192/i_have_a_little_problem_im_trying_to_run_a/)

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

Reddit Programming

Introducing Werk, a simple build tool and command runner
https://www.reddit.com/r/programming/comments/1hzkwqw/introducing_werk_a_simple_build_tool_and_command/

submitted by /u/simonask_ (https://www.reddit.com/user/simonask_)
[link] (https://simonask.github.io/introducing-werk/) [comments] (https://www.reddit.com/r/programming/comments/1hzkwqw/introducing_werk_a_simple_build_tool_and_command/)

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

Reddit Programming

Why is hash(-1) == hash(-2) in Python?
https://www.reddit.com/r/programming/comments/1hzbue9/why_is_hash1_hash2_in_python/

submitted by /u/stackoverflooooooow (https://www.reddit.com/user/stackoverflooooooow)
[link] (https://omairmajid.com/posts/2021-07-16-why-is-hash-in-python/) [comments] (https://www.reddit.com/r/programming/comments/1hzbue9/why_is_hash1_hash2_in_python/)

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

Reddit Programming

Longest Palindromic Substring - Python - Leetcode 647 - Part 2
https://www.reddit.com/r/programming/comments/1hz6kxj/longest_palindromic_substring_python_leetcode_647/

submitted by /u/manimatorz (https://www.reddit.com/user/manimatorz)
[link] (https://www.youtube.com/watch?v=4P2B2kB6s38) [comments] (https://www.reddit.com/r/programming/comments/1hz6kxj/longest_palindromic_substring_python_leetcode_647/)

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

Reddit Programming

Early stages of Wind - Programming Language
https://www.reddit.com/r/programming/comments/1hz2zt1/early_stages_of_wind_programming_language/

submitted by /u/unityCoder__exe (https://www.reddit.com/user/unityCoder__exe)
[link] (https://wind-lang.me/) [comments] (https://www.reddit.com/r/programming/comments/1hz2zt1/early_stages_of_wind_programming_language/)

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

Reddit Programming

Mint Programming Language
https://www.reddit.com/r/programming/comments/1hz1rcy/mint_programming_language/

submitted by /u/yawaramin (https://www.reddit.com/user/yawaramin)
[link] (https://mint-lang.com/) [comments] (https://www.reddit.com/r/programming/comments/1hz1rcy/mint_programming_language/)

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

Reddit Programming

Why Your AI SaaS Needs Two Models, Not One
https://www.reddit.com/r/programming/comments/1hz158a/why_your_ai_saas_needs_two_models_not_one/

submitted by /u/namanyayg (https://www.reddit.com/user/namanyayg)
[link] (https://nmn.gl/blog/on-model-redundancy) [comments] (https://www.reddit.com/r/programming/comments/1hz158a/why_your_ai_saas_needs_two_models_not_one/)

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

Reddit Programming

You are an absolute moron for believing in the hype of “AI Agents”.
https://www.reddit.com/r/programming/comments/1hyxltz/you_are_an_absolute_moron_for_believing_in_the/

submitted by /u/No-Definition-2886 (https://www.reddit.com/user/No-Definition-2886)
[link] (https://nexustrade.io/blog/you-are-an-absolute-moron-for-believing-in-the-hype-of-ai-agents-20250111) [comments] (https://www.reddit.com/r/programming/comments/1hyxltz/you_are_an_absolute_moron_for_believing_in_the/)

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

Reddit Programming

Python is the new BASIC
https://www.reddit.com/r/programming/comments/1hywt4j/python_is_the_new_basic/

submitted by /u/dewmal (https://www.reddit.com/user/dewmal)
[link] (https://log.schemescape.com/posts/programming-languages/python-as-a-modern-basic.html) [comments] (https://www.reddit.com/r/programming/comments/1hywt4j/python_is_the_new_basic/)

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

Reddit Programming

Help Build FOSS Security Tool - Shadow IT Detection
https://www.reddit.com/r/programming/comments/1hyv7ae/help_build_foss_security_tool_shadow_it_detection/

<!-- SC_OFF -->If <!-- SC_ON --> submitted by /u/John-Protocol86 (https://www.reddit.com/user/John-Protocol86)
[link] (https://github.com/Black-Chamber/BlackChamberEmailMonitor) [comments] (https://www.reddit.com/r/programming/comments/1hyv7ae/help_build_foss_security_tool_shadow_it_detection/)

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

Reddit Programming

The Myth of Perfect Code: Why It’s Hurting You More Than Helping
https://www.reddit.com/r/programming/comments/1hyt3bd/the_myth_of_perfect_code_why_its_hurting_you_more/

submitted by /u/TerryC_IndieGameDev (https://www.reddit.com/user/TerryC_IndieGameDev)
[link] (https://medium.com/mr-plan-publication/the-myth-of-perfect-code-why-its-hurting-you-more-than-helping-6b8a18373b03?sk=10e7f5176a3950f43beff340c6454e98) [comments] (https://www.reddit.com/r/programming/comments/1hyt3bd/the_myth_of_perfect_code_why_its_hurting_you_more/)

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

Reddit Programming

🔥 We Made Excel Fly in Java — Our Excel Reader Processed 10 Million Entities in 12s!
https://www.reddit.com/r/programming/comments/1hyqafy/we_made_excel_fly_in_java_our_excel_reader/

submitted by /u/Present-Ad-1365 (https://www.reddit.com/user/Present-Ad-1365)
[link] (yashwanthm0330/we-made-excel-fly-in-java-our-excel-reader-processed-10-million-entities-in-12s-b4d16ff370b1" rel="nofollow">https://medium.com/@yashwanthm0330/we-made-excel-fly-in-java-our-excel-reader-processed-10-million-entities-in-12s-b4d16ff370b1) [comments] (https://www.reddit.com/r/programming/comments/1hyqafy/we_made_excel_fly_in_java_our_excel_reader/)

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