I will send you newest post from subreddit /r/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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
🚀 Content Extractor with Vision LLM – Open Source Project
https://www.reddit.com/r/programming/comments/1hugmui/content_extractor_with_vision_llm_open_source/
submitted by /u/Electrical-Two9833 (https://www.reddit.com/user/Electrical-Two9833)
[link] (https://github.com/MDGrey33/content-extractor-with-vision) [comments] (https://www.reddit.com/r/programming/comments/1hugmui/content_extractor_with_vision_llm_open_source/)
Concurrencia en Erlang parte 5
https://www.reddit.com/r/programming/comments/1huecon/concurrencia_en_erlang_parte_5/
submitted by /u/emanuelpeg (https://www.reddit.com/user/emanuelpeg)
[link] (https://emanuelpeg.blogspot.com/2025/01/concurrencia-en-erlang-parte-5.html) [comments] (https://www.reddit.com/r/programming/comments/1huecon/concurrencia_en_erlang_parte_5/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
Controlling the Abstraction is key to Readable Code
https://www.reddit.com/r/programming/comments/1hups5p/controlling_the_abstraction_is_key_to_readable/
submitted by /u/srinath_perera (https://www.reddit.com/user/srinath_perera)
[link] (srinathperera/how-to-write-readable-code-beyond-the-obvious-8e8ff855186d" rel="nofollow">https://medium.com/@srinathperera/how-to-write-readable-code-beyond-the-obvious-8e8ff855186d) [comments] (https://www.reddit.com/r/programming/comments/1hups5p/controlling_the_abstraction_is_key_to_readable/)
The Alder Lake anomaly, explained
https://www.reddit.com/r/programming/comments/1hufghd/the_alder_lake_anomaly_explained/
submitted by /u/tavianator (https://www.reddit.com/user/tavianator)
[link] (https://tavianator.com/2025/shlxplained.html) [comments] (https://www.reddit.com/r/programming/comments/1hufghd/the_alder_lake_anomaly_explained/)
Can LLMs write better code if you keep asking them to “write better code”?
https://www.reddit.com/r/programming/comments/1hudlh9/can_llms_write_better_code_if_you_keep_asking/
submitted by /u/eberkut (https://www.reddit.com/user/eberkut)
[link] (https://minimaxir.com/2025/01/write-better-code/) [comments] (https://www.reddit.com/r/programming/comments/1hudlh9/can_llms_write_better_code_if_you_keep_asking/)