I will send you newest post from subreddit /r/programming
Tree Calculus
https://www.reddit.com/r/programming/comments/1hb8vww/tree_calculus/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://treecalcul.us/) [comments] (https://www.reddit.com/r/programming/comments/1hb8vww/tree_calculus/)
Baseline 2024: more tools to help web developers
https://www.reddit.com/r/programming/comments/1hb7hux/baseline_2024_more_tools_to_help_web_developers/
submitted by /u/feross (https://www.reddit.com/user/feross)
[link] (https://web.dev/blog/baseline-project-2024?hl=en) [comments] (https://www.reddit.com/r/programming/comments/1hb7hux/baseline_2024_more_tools_to_help_web_developers/)
Announcing Immutable Arrays for Kotlin: A safer and much more efficient alternative to lists
https://www.reddit.com/r/programming/comments/1hb5822/announcing_immutable_arrays_for_kotlin_a_safer/
submitted by /u/Determinant (https://www.reddit.com/user/Determinant)
[link] (https://github.com/daniel-rusu/pods4k/blob/main/immutable-arrays/README.md) [comments] (https://www.reddit.com/r/programming/comments/1hb5822/announcing_immutable_arrays_for_kotlin_a_safer/)
Open Source Day 2025 - Italy - Call for Papers Open!
https://www.reddit.com/r/programming/comments/1hb3upa/open_source_day_2025_italy_call_for_papers_open/
submitted by /u/schrodinger_hat (https://www.reddit.com/user/schrodinger_hat)
[link] (http://osday.dev/) [comments] (https://www.reddit.com/r/programming/comments/1hb3upa/open_source_day_2025_italy_call_for_papers_open/)
How refactoring speeds development by 43% - statistical model translating code health scores into tangible business value
https://www.reddit.com/r/programming/comments/1hb3n61/how_refactoring_speeds_development_by_43/
submitted by /u/Summer_Flower_7648 (https://www.reddit.com/user/Summer_Flower_7648)
[link] (https://codescene.com/blog/benchmarking-code-health-refactoring-roi) [comments] (https://www.reddit.com/r/programming/comments/1hb3n61/how_refactoring_speeds_development_by_43/)
I have been provisioning an absurd number of VPS' lately and decided to automate my terminal config. Have fun and get shipping!
https://www.reddit.com/r/programming/comments/1hay4th/i_have_been_provisioning_an_absurd_number_of_vps/
submitted by /u/Solvicode (https://www.reddit.com/user/Solvicode)
[link] (https://www.solvicode.com/blog/terminal-setup) [comments] (https://www.reddit.com/r/programming/comments/1hay4th/i_have_been_provisioning_an_absurd_number_of_vps/)
Mastering NestJS: A Comprehensive Guide for Developers
https://www.reddit.com/r/programming/comments/1haxuyz/mastering_nestjs_a_comprehensive_guide_for/
submitted by /u/Latter-Dust8587 (https://www.reddit.com/user/Latter-Dust8587)
[link] (https://makemychance.com/nestjs/) [comments] (https://www.reddit.com/r/programming/comments/1haxuyz/mastering_nestjs_a_comprehensive_guide_for/)
Yet Another Sorting Algorithms Comparison
https://www.reddit.com/r/programming/comments/1hawvm2/yet_another_sorting_algorithms_comparison/
submitted by /u/el_muchacho (https://www.reddit.com/user/el_muchacho)
[link] (https://gist.github.com/NJdevPro/224b26dac8bda0503e257fb75d7c584e) [comments] (https://www.reddit.com/r/programming/comments/1hawvm2/yet_another_sorting_algorithms_comparison/)
JVM in the Age of AI: A Bird's-Eye View for the Mechanical Sympathizers
https://www.reddit.com/r/programming/comments/1hawn4f/jvm_in_the_age_of_ai_a_birdseye_view_for_the/
submitted by /u/CrowSufficient (https://www.reddit.com/user/CrowSufficient)
[link] (https://www.javaadvent.com/2024/12/jvm-in-the-age-of-ai-a-birds-eye-view-for-the-mechanical-sympathizers.html) [comments] (https://www.reddit.com/r/programming/comments/1hawn4f/jvm_in_the_age_of_ai_a_birdseye_view_for_the/)
I wrote a small 3D visualizer of your Github profile
https://www.reddit.com/r/programming/comments/1has9sq/i_wrote_a_small_3d_visualizer_of_your_github/
<!-- SC_OFF -->I wrote a small 3D Github profile visualizer. You can try by putting your username in the url: https://glowhub.pages.dev/torvalds?theme=purple Replace "torvalds" with your username It is embeddable and an image can be exported (follow the instructions in the readme) 👌🏾 hope you guys enjoy it <!-- SC_ON --> submitted by /u/nobodycares_dude (https://www.reddit.com/user/nobodycares_dude)
[link] (https://github.com/thomscoder/glowhub) [comments] (https://www.reddit.com/r/programming/comments/1has9sq/i_wrote_a_small_3d_visualizer_of_your_github/)
🎉 Socket-Flow Updates: New Features and Compression Support!
https://www.reddit.com/r/programming/comments/1hamwdm/socketflow_updates_new_features_and_compression/
submitted by /u/felipemeriga (https://www.reddit.com/user/felipemeriga)
[link] (https://github.com/felipemeriga/socket-flow) [comments] (https://www.reddit.com/r/programming/comments/1hamwdm/socketflow_updates_new_features_and_compression/)
The Pentium FDIV bug, reverse-engineered
https://www.reddit.com/r/programming/comments/1hahj8b/the_pentium_fdiv_bug_reverseengineered/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (kenshirriff/113606898880486330" rel="nofollow">https://oldbytes.space/@kenshirriff/113606898880486330) [comments] (https://www.reddit.com/r/programming/comments/1hahj8b/the_pentium_fdiv_bug_reverseengineered/)
Designing a const `array::from_fn` in stable Rust
https://www.reddit.com/r/programming/comments/1hahivr/designing_a_const_arrayfrom_fn_in_stable_rust/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://13ros27.github.io/blog/const-array-from-fn/) [comments] (https://www.reddit.com/r/programming/comments/1hahivr/designing_a_const_arrayfrom_fn_in_stable_rust/)
Full Text Search in Milliseconds with Rails and PostgreSQL
https://www.reddit.com/r/programming/comments/1hahibm/full_text_search_in_milliseconds_with_rails_and/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://pganalyze.com/blog/full-text-search-ruby-rails-postgres) [comments] (https://www.reddit.com/r/programming/comments/1hahibm/full_text_search_in_milliseconds_with_rails_and/)
Data structures as jigs for programmers (Go edition)
https://www.reddit.com/r/programming/comments/1hahggv/data_structures_as_jigs_for_programmers_go_edition/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://lemire.me/blog/2024/12/08/data-structures-as-jigs-for-programmers-go-edition/) [comments] (https://www.reddit.com/r/programming/comments/1hahggv/data_structures_as_jigs_for_programmers_go_edition/)
Ghost Engineers
https://www.reddit.com/r/programming/comments/1hb7nu2/ghost_engineers/
submitted by /u/skwee357 (https://www.reddit.com/user/skwee357)
[link] (https://yieldcode.blog/post/ghost-engineers/) [comments] (https://www.reddit.com/r/programming/comments/1hb7nu2/ghost_engineers/)
How a DB may sort rows that don't fit in memory (k-way merge algorithm)
https://www.reddit.com/r/programming/comments/1hb5z5l/how_a_db_may_sort_rows_that_dont_fit_in_memory/
submitted by /u/levodelellis (https://www.reddit.com/user/levodelellis)
[link] (https://www.youtube.com/watch?v=F9XmmS8rL4c) [comments] (https://www.reddit.com/r/programming/comments/1hb5z5l/how_a_db_may_sort_rows_that_dont_fit_in_memory/)
Visual6502 and VisualZ80 Remixed
https://www.reddit.com/r/programming/comments/1hb47xy/visual6502_and_visualz80_remixed/
submitted by /u/mariuz (https://www.reddit.com/user/mariuz)
[link] (https://github.com/floooh/v6502r) [comments] (https://www.reddit.com/r/programming/comments/1hb47xy/visual6502_and_visualz80_remixed/)
That's Not an Abstraction, That's Just a Layer of Indirection
https://www.reddit.com/r/programming/comments/1hb3twg/thats_not_an_abstraction_thats_just_a_layer_of/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://fhur.me/posts/2024/thats-not-an-abstraction) [comments] (https://www.reddit.com/r/programming/comments/1hb3twg/thats_not_an_abstraction_thats_just_a_layer_of/)
Since Node.js' node:wasi is hopelessly broken in mysterious ways, here's to calling wasmtime from Node.js, Deno, and Bun
https://www.reddit.com/r/programming/comments/1hb35dt/since_nodejs_nodewasi_is_hopelessly_broken_in/
submitted by /u/guest271314 (https://www.reddit.com/user/guest271314)
[link] (https://gitlab.com/-/snippets/4779035) [comments] (https://www.reddit.com/r/programming/comments/1hb35dt/since_nodejs_nodewasi_is_hopelessly_broken_in/)
Developer wrote 25k lines of Neovim plugin code using phone and touchscreen
https://www.reddit.com/r/programming/comments/1hay1z3/developer_wrote_25k_lines_of_neovim_plugin_code/
submitted by /u/NXGZ (https://www.reddit.com/user/NXGZ)
[link] (https://www.reddit.com/r/neovim/comments/1h7vhmg/bro_been_developing_his_2k_star_plugin_on_a) [comments] (https://www.reddit.com/r/programming/comments/1hay1z3/developer_wrote_25k_lines_of_neovim_plugin_code/)
Try This Free Tool to Encrypt and Decrypt Your Texts Securely!
https://www.reddit.com/r/programming/comments/1haxhtf/try_this_free_tool_to_encrypt_and_decrypt_your/
submitted by /u/Technoforumit (https://www.reddit.com/user/Technoforumit)
[link] (https://www.technoforum.it/) [comments] (https://www.reddit.com/r/programming/comments/1haxhtf/try_this_free_tool_to_encrypt_and_decrypt_your/)
What Makes a Great Engineering Manager?
https://www.reddit.com/r/programming/comments/1hawtcj/what_makes_a_great_engineering_manager/
submitted by /u/Practical-Ideal6236 (https://www.reddit.com/user/Practical-Ideal6236)
[link] (https://www.trevorlasn.com/blog/what-makes-a-great-engineering-manager) [comments] (https://www.reddit.com/r/programming/comments/1hawtcj/what_makes_a_great_engineering_manager/)
Building on the Shoulders of Giants: Calculus to Low-Code Tooling
https://www.reddit.com/r/programming/comments/1hat8br/building_on_the_shoulders_of_giants_calculus_to/
submitted by /u/jinen1983 (https://www.reddit.com/user/jinen1983)
[link] (https://www.linkedin.com/pulse/building-shoulders-giants-calculus-low-code-tooling-jinen-dedhia-cdstf/) [comments] (https://www.reddit.com/r/programming/comments/1hat8br/building_on_the_shoulders_of_giants_calculus_to/)
Memory Arenas - Explained Simply
https://www.reddit.com/r/programming/comments/1hapt8k/memory_arenas_explained_simply/
submitted by /u/nicbarkeragain (https://www.reddit.com/user/nicbarkeragain)
[link] (https://youtu.be/hI9aN8ZG4vg) [comments] (https://www.reddit.com/r/programming/comments/1hapt8k/memory_arenas_explained_simply/)
How to prevent panics in Go
https://www.reddit.com/r/programming/comments/1hahj9c/how_to_prevent_panics_in_go/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://jarosz.dev/article/how-to-prevent-panics/) [comments] (https://www.reddit.com/r/programming/comments/1hahj9c/how_to_prevent_panics_in_go/)
Intuition in Software Development
https://www.reddit.com/r/programming/comments/1hahj6g/intuition_in_software_development/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://jimmyhmiller.github.io/advent-of-papers/2024/dec-6-intuition) [comments] (https://www.reddit.com/r/programming/comments/1hahj6g/intuition_in_software_development/)
When is inlining useful?
https://www.reddit.com/r/programming/comments/1hahiu1/when_is_inlining_useful/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://osa1.net/posts/2024-12-07-inlining.html) [comments] (https://www.reddit.com/r/programming/comments/1hahiu1/when_is_inlining_useful/)
testing/synctest experiment for time and concurrency testing
https://www.reddit.com/r/programming/comments/1hahhui/testingsynctest_experiment_for_time_and/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://danp.net/posts/synctest-experiment/) [comments] (https://www.reddit.com/r/programming/comments/1hahhui/testingsynctest_experiment_for_time_and/)
Rust Futures are not guaranteed to be lazy
https://www.reddit.com/r/programming/comments/1hahg80/rust_futures_are_not_guaranteed_to_be_lazy/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://swatinem.de/blog/non-lazy-futures/) [comments] (https://www.reddit.com/r/programming/comments/1hahg80/rust_futures_are_not_guaranteed_to_be_lazy/)