reddit_programming | Technologies

Telegram-канал reddit_programming - Reddit Programming

252

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

Subscribe to a channel

Reddit Programming

Programación Reactiva con Spring WebFlux y Cassandra
https://www.reddit.com/r/programming/comments/1hy153p/programaci%C3%B3n_reactiva_con_spring_webflux_y/

submitted by /u/emanuelpeg (https://www.reddit.com/user/emanuelpeg)
[link] (https://emanuelpeg.blogspot.com/2025/01/programacion-reactiva-con-spring.html) [comments] (https://www.reddit.com/r/programming/comments/1hy153p/programaci%C3%B3n_reactiva_con_spring_webflux_y/)

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

Reddit Programming

How To Self-Host Supabase for $3
https://www.reddit.com/r/programming/comments/1hy0533/how_to_selfhost_supabase_for_3/

submitted by /u/thewritingwallah (https://www.reddit.com/user/thewritingwallah)
[link] (https://blog.melbournedev.com/blog/post/how-to-self-host-supabase-for-3-dollars) [comments] (https://www.reddit.com/r/programming/comments/1hy0533/how_to_selfhost_supabase_for_3/)

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

Reddit Programming

The Manhattan Tourist Problem
https://www.reddit.com/r/programming/comments/1hwj44n/the_manhattan_tourist_problem/

submitted by /u/lautarolobo (https://www.reddit.com/user/lautarolobo)
[link] (https://lautarolobo.xyz/blog/manhattan-tourist-problem/) [comments] (https://www.reddit.com/r/programming/comments/1hwj44n/the_manhattan_tourist_problem/)

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

Reddit Programming

Mesh Stitching: Techniques for Repairing Gaps and Cracks in 3D Models
https://www.reddit.com/r/programming/comments/1hwhsfq/mesh_stitching_techniques_for_repairing_gaps_and/

submitted by /u/innochenti (https://www.reddit.com/user/innochenti)
[link] (https://alexsyniakov.com/2025/01/07/mesh-stitching/) [comments] (https://www.reddit.com/r/programming/comments/1hwhsfq/mesh_stitching_techniques_for_repairing_gaps_and/)

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

Reddit Programming

Expr Lang: Go centric expression language for dynamic configurations
https://www.reddit.com/r/programming/comments/1hwhrs6/expr_lang_go_centric_expression_language_for/

submitted by /u/jns111 (https://www.reddit.com/user/jns111)
[link] (https://wundergraph.com/blog/expr-lang-go-centric-expression-language) [comments] (https://www.reddit.com/r/programming/comments/1hwhrs6/expr_lang_go_centric_expression_language_for/)

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

Reddit Programming

Just want to share my progress on my 32-bit OS As the title says, I wanted to share my journey of building a 32-bit operating system from scratch. So far, I’ve completed some critical components like the kernel entry, virtual memory management, task switching, interrupt handling, and more.
https://www.reddit.com/r/programming/comments/1hwenor/just_want_to_share_my_progress_on_my_32bit_os_as/

submitted by /u/Trick-Education7589 (https://www.reddit.com/user/Trick-Education7589)
[link] (https://github.com/IlanVinograd/OS_32Bit) [comments] (https://www.reddit.com/r/programming/comments/1hwenor/just_want_to_share_my_progress_on_my_32bit_os_as/)

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

Reddit Programming

Mastering GestureDetector in Flutter
https://www.reddit.com/r/programming/comments/1hw5azj/mastering_gesturedetector_in_flutter/

submitted by /u/Puzzleheaded_Goal617 (https://www.reddit.com/user/Puzzleheaded_Goal617)
[link] (pomis172/mastering-gesturedetector-in-flutter-242f78d071d1" rel="nofollow">https://medium.com/@pomis172/mastering-gesturedetector-in-flutter-242f78d071d1) [comments] (https://www.reddit.com/r/programming/comments/1hw5azj/mastering_gesturedetector_in_flutter/)

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

Reddit Programming

Zig-style generics are not well-suited for most languages
https://www.reddit.com/r/programming/comments/1hvyxtm/zigstyle_generics_are_not_wellsuited_for_most/

submitted by /u/ForgotMyPassword17 (https://www.reddit.com/user/ForgotMyPassword17)
[link] (https://typesanitizer.com/blog/zig-generics.html) [comments] (https://www.reddit.com/r/programming/comments/1hvyxtm/zigstyle_generics_are_not_wellsuited_for_most/)

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

Reddit Programming

The less you reveal the better - how to write better code with an overview of frequently overlooked User Enumeration Vulnerability
https://www.reddit.com/r/programming/comments/1hvwwb6/the_less_you_reveal_the_better_how_to_write/

submitted by /u/ssj_aleksa (https://www.reddit.com/user/ssj_aleksa)
[link] (aleksamajkic/too-much-information-the-less-you-reveal-the-better-163dabb7f89f" rel="nofollow">https://medium.com/@aleksamajkic/too-much-information-the-less-you-reveal-the-better-163dabb7f89f) [comments] (https://www.reddit.com/r/programming/comments/1hvwwb6/the_less_you_reveal_the_better_how_to_write/)

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

Reddit Programming

Best Collection of Hero Section Source Codes for Beginners - JV Codes
https://www.reddit.com/r/programming/comments/1hvw96b/best_collection_of_hero_section_source_codes_for/

submitted by /u/shokatjaved (https://www.reddit.com/user/shokatjaved)
[link] (https://jvcodes.com/tag/hero-section/) [comments] (https://www.reddit.com/r/programming/comments/1hvw96b/best_collection_of_hero_section_source_codes_for/)

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

Reddit Programming

HipScript – Run CUDA in the Browser with WebAssembly and WebGPU
https://www.reddit.com/r/programming/comments/1hvudrg/hipscript_run_cuda_in_the_browser_with/

submitted by /u/thelights0123 (https://www.reddit.com/user/thelights0123)
[link] (https://hipscript.lights0123.com/) [comments] (https://www.reddit.com/r/programming/comments/1hvudrg/hipscript_run_cuda_in_the_browser_with/)

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

Reddit Programming

(re)defining big O notation
https://www.reddit.com/r/programming/comments/1hvsdjm/redefining_big_o_notation/

submitted by /u/SomeHybrid0 (https://www.reddit.com/user/SomeHybrid0)
[link] (https://somehybrid.github.io/jekyll/update/2025/01/07/big-o-notation.html) [comments] (https://www.reddit.com/r/programming/comments/1hvsdjm/redefining_big_o_notation/)

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

Reddit Programming

RLLM: a Rust library unifying multiple LLM backends
https://www.reddit.com/r/programming/comments/1hvrngh/rllm_a_rust_library_unifying_multiple_llm_backends/

submitted by /u/graniet75 (https://www.reddit.com/user/graniet75)
[link] (https://github.com/graniet/rllm) [comments] (https://www.reddit.com/r/programming/comments/1hvrngh/rllm_a_rust_library_unifying_multiple_llm_backends/)

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

Reddit Programming

C++ Desktop App with Github Copilot and Visual Studio 2022 | AI Powered ...
https://www.reddit.com/r/programming/comments/1hvpaea/c_desktop_app_with_github_copilot_and_visual/

submitted by /u/monsterboz (https://www.reddit.com/user/monsterboz)
[link] (https://youtube.com/watch?v=EXDDEjA6AcY&si=sY0GJ3-eDEEvSknu) [comments] (https://www.reddit.com/r/programming/comments/1hvpaea/c_desktop_app_with_github_copilot_and_visual/)

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

Reddit Programming

The RAG Really Ties the App Together • Jeff Vestal
https://www.reddit.com/r/programming/comments/1hvolsv/the_rag_really_ties_the_app_together_jeff_vestal/

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

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

Reddit Programming

Making Tea While AI Codes: A Practical Guide to AI-assisted programming (with Cursor Composer Agent in YOLO mode)
https://www.reddit.com/r/programming/comments/1hy12fn/making_tea_while_ai_codes_a_practical_guide_to/

submitted by /u/ViktorVaczi (https://www.reddit.com/user/ViktorVaczi)
[link] (https://www.makingdatamistakes.com/making-tea-while-ai-codes-a-practical-guide-to-2024s-development-revolution/) [comments] (https://www.reddit.com/r/programming/comments/1hy12fn/making_tea_while_ai_codes_a_practical_guide_to/)

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

Reddit Programming

How Do Apple AirTags Work
https://www.reddit.com/r/programming/comments/1hwkcyf/how_do_apple_airtags_work/

submitted by /u/sdxyz42 (https://www.reddit.com/user/sdxyz42)
[link] (https://newsletter.systemdesign.one/p/how-do-airtags-work) [comments] (https://www.reddit.com/r/programming/comments/1hwkcyf/how_do_apple_airtags_work/)

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

Reddit Programming

Fired From Meta After 1 Week: Prolog Engineer
https://www.reddit.com/r/programming/comments/1hwj0sq/fired_from_meta_after_1_week_prolog_engineer/

submitted by /u/deepCelibateValue (https://www.reddit.com/user/deepCelibateValue)
[link] (https://sebastiancarlos.com/fired-from-meta-after-1-week-heres-all-the-dirt-i-got-855e4e5a0d65) [comments] (https://www.reddit.com/r/programming/comments/1hwj0sq/fired_from_meta_after_1_week_prolog_engineer/)

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

Reddit Programming

The magic function
https://www.reddit.com/r/programming/comments/1hwhry3/the_magic_function/

submitted by /u/AlexandraLinnea (https://www.reddit.com/user/AlexandraLinnea)
[link] (https://bitfieldconsulting.com/posts/magic-function) [comments] (https://www.reddit.com/r/programming/comments/1hwhry3/the_magic_function/)

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

Reddit Programming

StackOverflow has lost 77% of new questions compared to 2022. Lowest # since May 2009.
https://www.reddit.com/r/programming/comments/1hwg2px/stackoverflow_has_lost_77_of_new_questions/

submitted by /u/hopeseekr (https://www.reddit.com/user/hopeseekr)
[link] (https://gist.github.com/hopeseekr/f522e380e35745bd5bdc3269a9f0b132) [comments] (https://www.reddit.com/r/programming/comments/1hwg2px/stackoverflow_has_lost_77_of_new_questions/)

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

Reddit Programming

Adding An Editor to my game engine
https://www.reddit.com/r/programming/comments/1hw73th/adding_an_editor_to_my_game_engine/

submitted by /u/Ark_Forkmachine (https://www.reddit.com/user/Ark_Forkmachine)
[link] (https://www.youtube.com/watch?v=gVaJ10ukXhA) [comments] (https://www.reddit.com/r/programming/comments/1hw73th/adding_an_editor_to_my_game_engine/)

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

Reddit Programming

Who’s Really Responsible for an Internal Developer Platform?
https://www.reddit.com/r/programming/comments/1hw4t32/whos_really_responsible_for_an_internal_developer/

submitted by /u/wineandcode (https://www.reddit.com/user/wineandcode)
[link] (artem_lajko/whos-really-responsible-for-an-internal-developer-platform-5dce5f2a0401?source=friends_link&sk=98cec8b62d4dc3722627b2a5d8e7a76f" rel="nofollow">https://medium.com/@artem_lajko/whos-really-responsible-for-an-internal-developer-platform-5dce5f2a0401?source=friends_link&sk=98cec8b62d4dc3722627b2a5d8e7a76f) [comments] (https://www.reddit.com/r/programming/comments/1hw4t32/whos_really_responsible_for_an_internal_developer/)

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

Reddit Programming

Using Rust in Non-Rust Servers to Improve Performance
https://www.reddit.com/r/programming/comments/1hvyl6t/using_rust_in_nonrust_servers_to_improve/

submitted by /u/alexeyr (https://www.reddit.com/user/alexeyr)
[link] (https://github.com/pretzelhammer/rust-blog/blob/master/posts/rust-in-non-rust-servers.md) [comments] (https://www.reddit.com/r/programming/comments/1hvyl6t/using_rust_in_nonrust_servers_to_improve/)

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

Reddit Programming

Cursor-based Pagination with Multiple Column Ordering in Go
https://www.reddit.com/r/programming/comments/1hvw9ba/cursorbased_pagination_with_multiple_column/

submitted by /u/Dan6erbond2 (https://www.reddit.com/user/Dan6erbond2)
[link] (https://www.ravianand.me/blog/cursor-based-pagination-with-multiple-column-ordering-in-go) [comments] (https://www.reddit.com/r/programming/comments/1hvw9ba/cursorbased_pagination_with_multiple_column/)

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

Reddit Programming

Parsing JSON in C & C++: Singleton Tax
https://www.reddit.com/r/programming/comments/1hvuo3n/parsing_json_in_c_c_singleton_tax/

submitted by /u/ashvar (https://www.reddit.com/user/ashvar)
[link] (https://ashvardanian.com/posts/parsing-json-with-allocators-cpp/) [comments] (https://www.reddit.com/r/programming/comments/1hvuo3n/parsing_json_in_c_c_singleton_tax/)

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

Reddit Programming

We have developed an app that allows you to replace the standard Windows shell with a gaming launcher
https://www.reddit.com/r/programming/comments/1hvt4n6/we_have_developed_an_app_that_allows_you_to/

<!-- SC_OFF -->The tool offers much more than just that. It includes built-in display management, audio management, and integrates additional open-source projects. It also features a CSS loader, enabling custom designs for Steam's Big Picture mode. We’ve named it GCM – Gaming Console Mode, a dedicated gaming mode for all kinds of PCs. Some users even utilize it on Windows handheld devices. While it’s not yet fully refined, it has become my daily companion for gaming. We are currently looking for developers to help improve the user interface. Ideally, we’re aiming to transition to WPF, as the current implementation is based on Windows Forms using the Guna framework. If anyone is interested in joining and contributing to this project, feel free to reach out—we’d love to collaborate! Feel free to share your thoughts, and thank you for taking the time to read about our project! <!-- SC_ON --> submitted by /u/Anxious-Secret-2613 (https://www.reddit.com/user/Anxious-Secret-2613)
[link] (https://github.com/Kosnix/GameConsoleMode) [comments] (https://www.reddit.com/r/programming/comments/1hvt4n6/we_have_developed_an_app_that_allows_you_to/)

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

Reddit Programming

Open sourcing our python browser SDK that allows you use LLMs to automate any task on any website
https://www.reddit.com/r/programming/comments/1hvsdit/open_sourcing_our_python_browser_sdk_that_allows/

submitted by /u/rivernotch (https://www.reddit.com/user/rivernotch)
[link] (https://github.com/dendrite-systems/dendrite-python-sdk) [comments] (https://www.reddit.com/r/programming/comments/1hvsdit/open_sourcing_our_python_browser_sdk_that_allows/)

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

Reddit Programming

Single Responsibility Principle Explained Clearly | Real Life Example
https://www.reddit.com/r/programming/comments/1hvrihu/single_responsibility_principle_explained_clearly/

submitted by /u/Easy_Ad4699 (https://www.reddit.com/user/Easy_Ad4699)
[link] (https://youtu.be/m0PaiTQjeYA) [comments] (https://www.reddit.com/r/programming/comments/1hvrihu/single_responsibility_principle_explained_clearly/)

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

Reddit Programming

Raddy. the automatic differentiation system
https://www.reddit.com/r/programming/comments/1hvor26/raddy_the_automatic_differentiation_system/

<!-- SC_OFF -->Hey Rustaceans! 🤩 I'm excited to share my new project, Raddy, with you all. It's an autodiff (automatic differentiation) library for Rust that I've been working on. I'm still in the process of developing it, but I wanted to share it with the community and get some feedback. 😃 What is Raddy? Raddy is a Rust library that provides automatic differentiation capabilities. It allows you to compute gradients and Hessians of functions with weak coupling to deep learning frameworks. I started this project because I wanted to bring some of the functionality of TinyAD to Rust. 🚀 Why Another Autodiff? In the autodiff space, both forward and backward modes have their uses. But for numerous non-deep-learning tasks like physics simulation and geometry processing, forward mod has an edge. It computes derivatives as we move forward through the computational graph. This is great for small and per-stencil problems. Raddy harnesses forward mode to better serve a wider array of computational needs outside the deep learning realm. Features Scalars: You can create scalar variables and perform operations like sin, ln, and more. Computing gradients and Hessians is straightforward. 💪 Vectors: Working with vectors is supported too. You can reshape and transpose them as needed. The library also provides methods to compute determinants and gradients. 📐 Sparse: Raddy has a sparse interface. You can define your own objective functions and inscribe sparse problems. For example, I've implemented a mass-spring system to demonstrate its capabilities. 🌟 Usage To use Raddy in your project, add it to your Cargo.toml with raddy-ad = "*". While the library is basically usable, it is still evolving, and I'm working on improving the documentation and examples. You can find detailed usage instructions in the README.md file and more examples in the src/examples and src/test directories. 📖 Bug Reports and Feedback There are possibly bugs and areas for improvement. If you find any issues, please open an issue on GitHub. Your feedback will help make Raddy better. 🐞 I hope Raddy will be useful for those working on projects that require automatic differentiation. Give it a try and let me know what you think! 😊 A mass spring simulation demo written with raddy (https://github.com/Da1sypetals/raddy-examples) Cheers! 🍻 <!-- SC_ON --> submitted by /u/daisy_petals_ (https://www.reddit.com/user/daisy_petals_)
[link] (https://github.com/Da1sypetals/raddy) [comments] (https://www.reddit.com/r/programming/comments/1hvor26/raddy_the_automatic_differentiation_system/)

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

Reddit Programming

Simplifying Large Model Application Development in Java: A Comprehensive Guide to J-LangChain
https://www.reddit.com/r/programming/comments/1hvo1xo/simplifying_large_model_application_development/

submitted by /u/Willing-Anywhere2188 (https://www.reddit.com/user/Willing-Anywhere2188)
[link] (huqqianshu/simplifying-large-model-application-development-in-java-a-comprehensive-guide-to-j-langchain-f638137f8546" rel="nofollow">https://medium.com/@huqqianshu/simplifying-large-model-application-development-in-java-a-comprehensive-guide-to-j-langchain-f638137f8546) [comments] (https://www.reddit.com/r/programming/comments/1hvo1xo/simplifying_large_model_application_development/)

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