I will send you newest post from subreddit /r/programming
Introducing Clay - High Performance UI Layout in C
https://www.reddit.com/r/programming/comments/1hgsr17/introducing_clay_high_performance_ui_layout_in_c/
submitted by /u/nicbarkeragain (https://www.reddit.com/user/nicbarkeragain)
[link] (https://youtu.be/DYWTw19_8r4) [comments] (https://www.reddit.com/r/programming/comments/1hgsr17/introducing_clay_high_performance_ui_layout_in_c/)
Out-of-Code Insights - Release 1.0.8
https://www.reddit.com/r/programming/comments/1hglhbr/outofcode_insights_release_108/
submitted by /u/Outrageous-Pea9611 (https://www.reddit.com/user/Outrageous-Pea9611)
[link] (https://marketplace.visualstudio.com/items?itemName=JacquesGariepy.out-of-code-insights) [comments] (https://www.reddit.com/r/programming/comments/1hglhbr/outofcode_insights_release_108/)
Rust crate feature debugging
https://www.reddit.com/r/programming/comments/1hghfmx/rust_crate_feature_debugging/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://rustunit.com/blog/2024/12-16-rust-feature-debugging/) [comments] (https://www.reddit.com/r/programming/comments/1hghfmx/rust_crate_feature_debugging/)
Making WebAssembly and Wasmtime More Portable
https://www.reddit.com/r/programming/comments/1hghfkh/making_webassembly_and_wasmtime_more_portable/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://bytecodealliance.org/articles/wasmtime-portability) [comments] (https://www.reddit.com/r/programming/comments/1hghfkh/making_webassembly_and_wasmtime_more_portable/)
What's new in Ruby 3.4
https://www.reddit.com/r/programming/comments/1hghf00/whats_new_in_ruby_34/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.honeybadger.io/blog/ruby-3-4/) [comments] (https://www.reddit.com/r/programming/comments/1hghf00/whats_new_in_ruby_34/)
Django security hardenings that are not happening
https://www.reddit.com/r/programming/comments/1hghdrs/django_security_hardenings_that_are_not_happening/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://blog.hartwork.org/posts/django-security-hardenings-that-are-not-happening/) [comments] (https://www.reddit.com/r/programming/comments/1hghdrs/django_security_hardenings_that_are_not_happening/)
I’ve open-sourced a dev tool that simplifies clipboard operations and saves me Googling time
https://www.reddit.com/r/programming/comments/1hggzch/ive_opensourced_a_dev_tool_that_simplifies/
submitted by /u/solver89 (https://www.reddit.com/user/solver89)
[link] (https://github.com/dmasior/dmtool) [comments] (https://www.reddit.com/r/programming/comments/1hggzch/ive_opensourced_a_dev_tool_that_simplifies/)
How I review pull requests (the 5 questions I ask myself)
https://www.reddit.com/r/programming/comments/1hgdgj9/how_i_review_pull_requests_the_5_questions_i_ask/
submitted by /u/tmewett (https://www.reddit.com/user/tmewett)
[link] (https://tmewett.com/how-i-review-prs/) [comments] (https://www.reddit.com/r/programming/comments/1hgdgj9/how_i_review_pull_requests_the_5_questions_i_ask/)
Python tool for converting files and office documents to Markdown.
https://www.reddit.com/r/programming/comments/1hgcoso/python_tool_for_converting_files_and_office/
submitted by /u/busevepet (https://www.reddit.com/user/busevepet)
[link] (https://github.com/microsoft/markitdown) [comments] (https://www.reddit.com/r/programming/comments/1hgcoso/python_tool_for_converting_files_and_office/)
Minimal wasi_snapshot_preview1, without preopens or filesystem read/write intended, for Deno, Node.js, Bun
https://www.reddit.com/r/programming/comments/1hgb9yv/minimal_wasi_snapshot_preview1_without_preopens/
submitted by /u/guest271314 (https://www.reddit.com/user/guest271314)
[link] (https://gitlab.com/-/snippets/4782260) [comments] (https://www.reddit.com/r/programming/comments/1hgb9yv/minimal_wasi_snapshot_preview1_without_preopens/)
After 3 Years, I Failed. Here's All My Startup's Code.
https://www.reddit.com/r/programming/comments/1hg9mu3/after_3_years_i_failed_heres_all_my_startups_code/
submitted by /u/_srbhr_ (https://www.reddit.com/user/_srbhr_)
[link] (https://dylanhuang.com/blog/closing-my-startup/) [comments] (https://www.reddit.com/r/programming/comments/1hg9mu3/after_3_years_i_failed_heres_all_my_startups_code/)
Powerful CSS Features You Might Not Know About
https://www.reddit.com/r/programming/comments/1hg7wov/powerful_css_features_you_might_not_know_about/
submitted by /u/jtimo (https://www.reddit.com/user/jtimo)
[link] (https://blog.meetbrackets.com/css-today-powerful-features-you-might-not-know-about-39adbbd5c65b) [comments] (https://www.reddit.com/r/programming/comments/1hg7wov/powerful_css_features_you_might_not_know_about/)
Made a GitHub Action for MySQL database branching (like Neon/PlanetScale but open source)
https://www.reddit.com/r/programming/comments/1hg78oc/made_a_github_action_for_mysql_database_branching/
submitted by /u/earayu (https://www.reddit.com/user/earayu)
[link] (https://github.com/wesql/mysql-branch-action) [comments] (https://www.reddit.com/r/programming/comments/1hg78oc/made_a_github_action_for_mysql_database_branching/)
Advent of Code on the Nintendo DS
https://www.reddit.com/r/programming/comments/1hg4a4u/advent_of_code_on_the_nintendo_ds/
<!-- SC_OFF -->The author explains the hardware and software architecture of the Nitro (DS Codename), including its two ARM processors, graphics system, and memory layout, then walks through the process of setting up a development environment, creating a C runtime, configuring the memory protection and caching, and finally implementing a basic graphics rendering pipeline to display the solution to the first Advent of Code problem. <!-- SC_ON --> submitted by /u/NXGZ (https://www.reddit.com/user/NXGZ)
[link] (https://sailor.li/aocnds.html) [comments] (https://www.reddit.com/r/programming/comments/1hg4a4u/advent_of_code_on_the_nintendo_ds/)
Valhalla - Java's Epic Refactor
https://www.reddit.com/r/programming/comments/1hg02hk/valhalla_javas_epic_refactor/
submitted by /u/MeanAcanthaceae26 (https://www.reddit.com/user/MeanAcanthaceae26)
[link] (https://inside.java/2024/12/16/devoxxbelgium-valhalla/) [comments] (https://www.reddit.com/r/programming/comments/1hg02hk/valhalla_javas_epic_refactor/)
OpenAI incident post-mortem
https://www.reddit.com/r/programming/comments/1hgm7bd/openai_incident_postmortem/
submitted by /u/Wild_Plantain528 (https://www.reddit.com/user/Wild_Plantain528)
[link] (https://www.tryparity.com/blog/open-ai-incident-retro) [comments] (https://www.reddit.com/r/programming/comments/1hgm7bd/openai_incident_postmortem/)
How We Centralized and Structured Error Handling
https://www.reddit.com/r/programming/comments/1hghg58/how_we_centralized_and_structured_error_handling/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://olivernguyen.io/w/namespace.error/) [comments] (https://www.reddit.com/r/programming/comments/1hghg58/how_we_centralized_and_structured_error_handling/)
Tools for Go modules
https://www.reddit.com/r/programming/comments/1hghflj/tools_for_go_modules/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://cirw.in/blog/go-tools) [comments] (https://www.reddit.com/r/programming/comments/1hghflj/tools_for_go_modules/)
Effectful - Build Fast & Reliable Haskell Applications
https://www.reddit.com/r/programming/comments/1hghfix/effectful_build_fast_reliable_haskell_applications/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://haskell-effectful.github.io/) [comments] (https://www.reddit.com/r/programming/comments/1hghfix/effectful_build_fast_reliable_haskell_applications/)
Utilizing highly synchronized clocks in distributed databases
https://www.reddit.com/r/programming/comments/1hghdxu/utilizing_highly_synchronized_clocks_in/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://muratbuffalo.blogspot.com/2024/12/utilizing-highly-synchronized-clocks-in.html) [comments] (https://www.reddit.com/r/programming/comments/1hghdxu/utilizing_highly_synchronized_clocks_in/)
What did Ada Lovelace's program actually do?
https://www.reddit.com/r/programming/comments/1hghaeg/what_did_ada_lovelaces_program_actually_do/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://twobithistory.org/2018/08/18/ada-lovelace-note-g.html) [comments] (https://www.reddit.com/r/programming/comments/1hghaeg/what_did_ada_lovelaces_program_actually_do/)
Crunch – a Scheme compiler with a minimal runtime
https://www.reddit.com/r/programming/comments/1hgfk7i/crunch_a_scheme_compiler_with_a_minimal_runtime/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.more-magic.net/posts/crunch.html) [comments] (https://www.reddit.com/r/programming/comments/1hgfk7i/crunch_a_scheme_compiler_with_a_minimal_runtime/)
The Over-Engineering Pendulum
https://www.reddit.com/r/programming/comments/1hgcs45/the_overengineering_pendulum/
submitted by /u/mi_losz (https://www.reddit.com/user/mi_losz)
[link] (https://threedots.tech/post/the-over-engineering-pendulum/) [comments] (https://www.reddit.com/r/programming/comments/1hgcs45/the_overengineering_pendulum/)
Australia/Lord_Howe is the weirdest timezone
https://www.reddit.com/r/programming/comments/1hgcmcb/australialord_howe_is_the_weirdest_timezone/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://ssoready.com/blog/engineering/truths-programmers-timezones/) [comments] (https://www.reddit.com/r/programming/comments/1hgcmcb/australialord_howe_is_the_weirdest_timezone/)
Revolutionizing Software with Moldable Development • Tudor Girba & Julian Wood
https://www.reddit.com/r/programming/comments/1hgaolm/revolutionizing_software_with_moldable/
submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://youtu.be/oSHiAT4RGFA) [comments] (https://www.reddit.com/r/programming/comments/1hgaolm/revolutionizing_software_with_moldable/)
[PSA: npm is broken] - AWS EC2 : Ubuntu npm warn tar TAR_BAD_ARCHIVE: Unrecognized archive format
https://www.reddit.com/r/programming/comments/1hg8iyv/psa_npm_is_broken_aws_ec2_ubuntu_npm_warn_tar_tar/
submitted by /u/crashandburn (https://www.reddit.com/user/crashandburn)
[link] (https://askubuntu.com/questions/1535745/aws-ec2-ubuntu-npm-warn-tar-tar-bad-archive-unrecognized-archive-format) [comments] (https://www.reddit.com/r/programming/comments/1hg8iyv/psa_npm_is_broken_aws_ec2_ubuntu_npm_warn_tar_tar/)
Scaling Database Connections
https://www.reddit.com/r/programming/comments/1hg79h0/scaling_database_connections/
submitted by /u/earayu (https://www.reddit.com/user/earayu)
[link] (https://earayu.github.io/blog/database/18%20-%20scaling-database-connections) [comments] (https://www.reddit.com/r/programming/comments/1hg79h0/scaling_database_connections/)
How I used linear algebra to build an interactive diagramming editor and why matrix math is awesome
https://www.reddit.com/r/programming/comments/1hg4ual/how_i_used_linear_algebra_to_build_an_interactive/
submitted by /u/bin_shu (https://www.reddit.com/user/bin_shu)
[link] (ivan.ishubin/how-i-used-linear-algebra-to-build-an-interactive-diagramming-editor-and-why-matrix-math-is-d5bd552f2e8d" rel="nofollow">https://medium.com/@ivan.ishubin/how-i-used-linear-algebra-to-build-an-interactive-diagramming-editor-and-why-matrix-math-is-d5bd552f2e8d) [comments] (https://www.reddit.com/r/programming/comments/1hg4ual/how_i_used_linear_algebra_to_build_an_interactive/)
Colas en Erlang
https://www.reddit.com/r/programming/comments/1hg3qbj/colas_en_erlang/
submitted by /u/emanuelpeg (https://www.reddit.com/user/emanuelpeg)
[link] (https://emanuelpeg.blogspot.com/2024/12/colas-en-erlang.html) [comments] (https://www.reddit.com/r/programming/comments/1hg3qbj/colas_en_erlang/)
Technical Analysis: Model Context Protocol's RPC Approach
https://www.reddit.com/r/programming/comments/1hfzc7n/technical_analysis_model_context_protocols_rpc/
<!-- SC_OFF -->🔍 Interesting to see how MCP implements AI-to-data communication through RPC instead of traditional HTTP requests. The protocol architecture offers standardized integration while handling complex context awareness challenges. Particularly intriguing is the parallel with Microsoft's LSP protocol for code editors. 🚀 The standardization approach could significantly impact enterprise AI integration. 💡 <!-- SC_ON --> submitted by /u/hhe_kkm (https://www.reddit.com/user/hhe_kkm)
[link] (https://www.aimcp.info/blog/understanding-mcp) [comments] (https://www.reddit.com/r/programming/comments/1hfzc7n/technical_analysis_model_context_protocols_rpc/)