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

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/)

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

Reddit Programming

Boosting Performance in a Diagramming App with Quadtrees and Binary Search on Path
https://www.reddit.com/r/programming/comments/1hvnckd/boosting_performance_in_a_diagramming_app_with/

submitted by /u/bin_shu (https://www.reddit.com/user/bin_shu)
[link] (https://medium.com/itnext/boosting-performance-in-a-diagramming-app-with-quadtrees-and-binary-search-on-path-4412285a78ae) [comments] (https://www.reddit.com/r/programming/comments/1hvnckd/boosting_performance_in_a_diagramming_app_with/)

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

Reddit Programming

Reading stdin in Static Hermes
https://www.reddit.com/r/programming/comments/1hvmz1p/reading_stdin_in_static_hermes/

submitted by /u/guest271314 (https://www.reddit.com/user/guest271314)
[link] (https://gist.github.com/guest271314/fec412134903e50521c12370edc88ef3) [comments] (https://www.reddit.com/r/programming/comments/1hvmz1p/reading_stdin_in_static_hermes/)

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

Reddit Programming

Intrinsic Dimension Part 1: How Learning in Large Models Is Driven by a Few Parameters and Its Impact on Fine-Tuning
https://www.reddit.com/r/programming/comments/1hvlr20/intrinsic_dimension_part_1_how_learning_in_large/

submitted by /u/l1cache (https://www.reddit.com/user/l1cache)
[link] (https://medium.com/inspiredbrilliance/intrinsic-dimension-part-1-why-large-models-can-be-fine-tuned-with-fewer-parameters-d15702d2943e) [comments] (https://www.reddit.com/r/programming/comments/1hvlr20/intrinsic_dimension_part_1_how_learning_in_large/)

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

Reddit Programming

How should I decide between staying in a stable IT support job and taking a risky but promising developer opportunity?
https://www.reddit.com/r/programming/comments/1hvkcsa/how_should_i_decide_between_staying_in_a_stable/

<!-- SC_OFF -->I’m facing a tough career decision and could really use your advice. I’ve recently been offered a new job as a developer, but it comes with some risks. Here’s my situation: Current Job: I’m working in IT support, and while it’s stable, I feel like it’s not helping me grow in the areas I’m passionate about. I have 5 months left on my contract, with a good chance of renewal for another year. New Job: It’s in a field I’m excited about (Odoo development), which aligns with my long-term goals. There’s a strict 3-month probation period, with the first month being critical. If I don’t meet their expectations in that first month, they might end the contract early. The role offers much better growth opportunities in terms of skills and career development. About Me: I have a master’s degree in AI and Data Science, and while I enjoy tech, I want to transition into more development-focused work. I’ve started gaining experience with Odoo by creating a few custom modules, but I’m still learning. Questions I Have: How can I weigh the pros and cons of a stable but unfulfilling job versus a riskier one that aligns with my goals? What strategies can I use to succeed during a high-pressure probation period, especially as an Odoo developer? How do you approach decisions when long-term career growth conflicts with short-term stability? I’d love to hear from anyone who has faced similar situations or has advice to share. Thanks in advance for your insights! <!-- SC_ON --> submitted by /u/Appropriate-Click396 (https://www.reddit.com/user/Appropriate-Click396)
[link] (http://odoo.com/) [comments] (https://www.reddit.com/r/programming/comments/1hvkcsa/how_should_i_decide_between_staying_in_a_stable/)

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

Reddit Programming

Slightly better JavaScript template literals
https://www.reddit.com/r/programming/comments/1hvhv4q/slightly_better_javascript_template_literals/

submitted by /u/pkt-zer0 (https://www.reddit.com/user/pkt-zer0)
[link] (https://github.com/pkt-zer0/templates) [comments] (https://www.reddit.com/r/programming/comments/1hvhv4q/slightly_better_javascript_template_literals/)

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

Reddit Programming

The Swift Runtime: Your Silent Partner
https://www.reddit.com/r/programming/comments/1hv90ep/the_swift_runtime_your_silent_partner/

submitted by /u/jacobs-tech-tavern (https://www.reddit.com/user/jacobs-tech-tavern)
[link] (https://blog.jacobstechtavern.com/p/the-swift-runtime-your-silent-partner) [comments] (https://www.reddit.com/r/programming/comments/1hv90ep/the_swift_runtime_your_silent_partner/)

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

Reddit Programming

keymashed: motivate your internet by mashing your keyboard
https://www.reddit.com/r/programming/comments/1hv4szx/keymashed_motivate_your_internet_by_mashing_your/

submitted by /u/ArchAndStarch (https://www.reddit.com/user/ArchAndStarch)
[link] (https://github.com/kartva/keymashed) [comments] (https://www.reddit.com/r/programming/comments/1hv4szx/keymashed_motivate_your_internet_by_mashing_your/)

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

Reddit Programming

The Bryan Johnson Approach to Eng Productivity
https://www.reddit.com/r/programming/comments/1hv2885/the_bryan_johnson_approach_to_eng_productivity/

submitted by /u/fosterfriendship (https://www.reddit.com/user/fosterfriendship)
[link] (https://smalldiffs.gmfoster.com/p/the-brian-johnson-approach-to-eng) [comments] (https://www.reddit.com/r/programming/comments/1hv2885/the_bryan_johnson_approach_to_eng_productivity/)

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

Reddit Programming

Where Can They Go? Managing AI Permissions
https://www.reddit.com/r/programming/comments/1huypd3/where_can_they_go_managing_ai_permissions/

submitted by /u/Permit_io (https://www.reddit.com/user/Permit_io)
[link] (https://www.permit.io/blog/managing-ai-permissions) [comments] (https://www.reddit.com/r/programming/comments/1huypd3/where_can_they_go_managing_ai_permissions/)

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

Reddit Programming

Ceedling V1.0 released - Ruby-based unit testing and build system for C projects
https://www.reddit.com/r/programming/comments/1huy5l6/ceedling_v10_released_rubybased_unit_testing_and/

submitted by /u/ChrisRR (https://www.reddit.com/user/ChrisRR)
[link] (https://github.com/ThrowTheSwitch/Ceedling/releases/tag/v1.0.0) [comments] (https://www.reddit.com/r/programming/comments/1huy5l6/ceedling_v10_released_rubybased_unit_testing_and/)

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

Reddit Programming

CodeChronicles - A VS Code extension that keeps your GitHub charts alive by summarizing your code and automatically uploading logs to your GitHub profile to track your coding journey effortlessly.
https://www.reddit.com/r/programming/comments/1huswju/codechronicles_a_vs_code_extension_that_keeps/

submitted by /u/quantum_naut (https://www.reddit.com/user/quantum_naut)
[link] (https://github.com/Quanta-Naut/CodeChronicles) [comments] (https://www.reddit.com/r/programming/comments/1huswju/codechronicles_a_vs_code_extension_that_keeps/)

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

Reddit Programming

Tuitorial - I built a terminal-based tool for code presentations because PowerPoint was too painful
https://www.reddit.com/r/programming/comments/1huqqrt/tuitorial_i_built_a_terminalbased_tool_for_code/

submitted by /u/basnijholt (https://www.reddit.com/user/basnijholt)
[link] (https://github.com/basnijholt/tuitorial/) [comments] (https://www.reddit.com/r/programming/comments/1huqqrt/tuitorial_i_built_a_terminalbased_tool_for_code/)

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

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&amp;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

Tried Leetcode problems using DeepSeek-V3, solved 3/4 hard problems in 1st attempt
https://www.reddit.com/r/programming/comments/1hvnn9l/tried_leetcode_problems_using_deepseekv3_solved/

<!-- SC_OFF -->So I ran a experiment where I copied Leetcode problems to DeepSeek-V3 and pasted the solution straightaway and submitted (with no prompt engineering). It was able to solve 2/2 easy, 2/2 medium and 3/4 hard problems in 1st attempt passing all testcases. Check the full experiment here (no edits done) <!-- SC_ON --> submitted by /u/mehul_gupta1997 (https://www.reddit.com/user/mehul_gupta1997)
[link] (https://youtu.be/QCIfmtEn8Yc?si=0W3x5eFLEggAHe3e) [comments] (https://www.reddit.com/r/programming/comments/1hvnn9l/tried_leetcode_problems_using_deepseekv3_solved/)

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

Reddit Programming

Swift for C++ Practitioners, Part 12: Move Semantics | Doug's Compiler Corner
https://www.reddit.com/r/programming/comments/1hvnbqj/swift_for_c_practitioners_part_12_move_semantics/

submitted by /u/pmz (https://www.reddit.com/user/pmz)
[link] (https://www.douggregor.net/posts/swift-for-cxx-practitioners-move/) [comments] (https://www.reddit.com/r/programming/comments/1hvnbqj/swift_for_c_practitioners_part_12_move_semantics/)

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

Reddit Programming

Working with Security Team
https://www.reddit.com/r/programming/comments/1hvme78/working_with_security_team/

submitted by /u/FewAdhesiveness7937 (https://www.reddit.com/user/FewAdhesiveness7937)
[link] (https://www.darkreading.com/cybersecurity-operations/5-tips-strengthening-developer-security-team-relationship) [comments] (https://www.reddit.com/r/programming/comments/1hvme78/working_with_security_team/)

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

Reddit Programming

Implementación Explícita de Interfaces en C#
https://www.reddit.com/r/programming/comments/1hvkf35/implementaci%C3%B3n_expl%C3%ADcita_de_interfaces_en_c/

submitted by /u/emanuelpeg (https://www.reddit.com/user/emanuelpeg)
[link] (https://emanuelpeg.blogspot.com/2025/01/implementacion-explicita-de-interfaces.html) [comments] (https://www.reddit.com/r/programming/comments/1hvkf35/implementaci%C3%B3n_expl%C3%ADcita_de_interfaces_en_c/)

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

Reddit Programming

Understanding AI Identity in Identity Access Management (IAM)
https://www.reddit.com/r/programming/comments/1hvk0yd/understanding_ai_identity_in_identity_access/

submitted by /u/Permit_io (https://www.reddit.com/user/Permit_io)
[link] (https://www.permit.io/blog/understanding-ai-identity-in-iam) [comments] (https://www.reddit.com/r/programming/comments/1hvk0yd/understanding_ai_identity_in_identity_access/)

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

Reddit Programming

The Rise, Fall, and Future of Vector Databases: How to Pick the One That Lasts
https://www.reddit.com/r/programming/comments/1hv9pe8/the_rise_fall_and_future_of_vector_databases_how/

submitted by /u/_srbhr_ (https://www.reddit.com/user/_srbhr_)
[link] (https://dmitrykan.substack.com/p/the-rise-fall-and-future-of-vector) [comments] (https://www.reddit.com/r/programming/comments/1hv9pe8/the_rise_fall_and_future_of_vector_databases_how/)

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

Reddit Programming

Essential CLI Tools for Developers
https://www.reddit.com/r/programming/comments/1hv7ycv/essential_cli_tools_for_developers/

submitted by /u/der_gopher (https://www.reddit.com/user/der_gopher)
[link] (https://packagemain.tech/p/essential-clitui-tools-for-developers) [comments] (https://www.reddit.com/r/programming/comments/1hv7ycv/essential_cli_tools_for_developers/)

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

Reddit Programming

Latency and User Experience
https://www.reddit.com/r/programming/comments/1hv2d4x/latency_and_user_experience/

submitted by /u/teivah (https://www.reddit.com/user/teivah)
[link] (https://www.thecoder.cafe/p/latency-and-user-experience) [comments] (https://www.reddit.com/r/programming/comments/1hv2d4x/latency_and_user_experience/)

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

Reddit Programming

Navigating Complexity with Systems Thinking • Diana Montalion & Andrew Harmel-Law
https://www.reddit.com/r/programming/comments/1huyqd4/navigating_complexity_with_systems_thinking_diana/

submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://www.buzzsprout.com/1714721/16308020) [comments] (https://www.reddit.com/r/programming/comments/1huyqd4/navigating_complexity_with_systems_thinking_diana/)

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

Reddit Programming

How to build an authorization system for your RAG applications with LangChain + Chroma DB
https://www.reddit.com/r/programming/comments/1huygzi/how_to_build_an_authorization_system_for_your_rag/

submitted by /u/West-Chard-1474 (https://www.reddit.com/user/West-Chard-1474)
[link] (https://www.cerbos.dev/blog/authorization-for-rag-applications-langchain-chromadb-cerbos) [comments] (https://www.reddit.com/r/programming/comments/1huygzi/how_to_build_an_authorization_system_for_your_rag/)

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

Reddit Programming

Seven types of security issues in software degisn
https://www.reddit.com/r/programming/comments/1hut5d2/seven_types_of_security_issues_in_software_degisn/

submitted by /u/repoog (https://www.reddit.com/user/repoog)
[link] (insbug/seven-types-of-security-issues-in-software-degisn-0a5c26239dea" rel="nofollow">https://medium.com/@insbug/seven-types-of-security-issues-in-software-degisn-0a5c26239dea) [comments] (https://www.reddit.com/r/programming/comments/1hut5d2/seven_types_of_security_issues_in_software_degisn/)

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

Reddit Programming

Stop Words Explained Clearly | Natural Language Processing | Beginner Friendly
https://www.reddit.com/r/programming/comments/1husbnf/stop_words_explained_clearly_natural_language/

submitted by /u/Easy_Ad4699 (https://www.reddit.com/user/Easy_Ad4699)
[link] (https://youtu.be/lxMJGtfBwB0?si=zphHO0ICiAV6aW8E) [comments] (https://www.reddit.com/r/programming/comments/1husbnf/stop_words_explained_clearly_natural_language/)

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

Reddit Programming

Chasm: A very simple and fast runtime x86_64 assembler library.
https://www.reddit.com/r/programming/comments/1huqlby/chasm_a_very_simple_and_fast_runtime_x86_64/

submitted by /u/aqilcont (https://www.reddit.com/user/aqilcont)
[link] (https://github.com/aqilc/chasm) [comments] (https://www.reddit.com/r/programming/comments/1huqlby/chasm_a_very_simple_and_fast_runtime_x86_64/)

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