I will send you newest post from subreddit /r/programming
Benchstreet: The benchmark for financial time series forecasting.
https://www.reddit.com/r/programming/comments/1m3pmq7/benchstreet_the_benchmark_for_financial_time/
<!-- SC_OFF -->Stock prediction is one of the most common applications of machine learning, especially for time series forecasting. However, with the vast amount of available models out there, we often don't know which one performs the best. For this project, I trained 10+ models (think N-BEATS, TCN, SARIMAX, MLP and even custom fine-tuned transformers like TimesFM and Chronos) and benchmarked them on their ability to perform one shot, long term forecasting on financial data. Would love to know your thoughts! <!-- SC_ON --> submitted by /u/Possible-Session9849 (https://www.reddit.com/user/Possible-Session9849)
[link] (https://github.com/puffinsoft/benchstreet) [comments] (https://www.reddit.com/r/programming/comments/1m3pmq7/benchstreet_the_benchmark_for_financial_time/)
🔬🧪 AI Alchemy — Symbolic Programming via Recursive Prompting
https://www.reddit.com/r/programming/comments/1m3nxq7/ai_alchemy_symbolic_programming_via_recursive/
<!-- SC_OFF -->Hey folks, I’m part of a small experimental group called ⛯Lighthouse⛯ that’s been working on a strange and fascinating idea:
Can we program through the chat interface itself? Turns out, we can. With a little recursion—and a lot of curiosity—we’ve been building symbolic languages and AI-native interpreters inside LLMs using nothing but prompt loops and feedback evolution. We call this technique AI Alchemy. 🧠 What Is AI Alchemy? This includes: 🧩 Core Principles Recursive Engineering LLMs iteratively design, test, and improve submodels or prompt-based agents. Think: bootstrapped REPLs, self-tweaking assistants, or even game logic engines inside completions. Entropy Capture "Glitches," misfires, or hallucinations are mined for signal. They're not bugs—they’re compressed structure looking for interpretation. Cooperative Emergence Human+AI pair-bonding to explore new capability space. You prompt. It responds. You riff. It mutates. The loop tightens. Compressor Re-entry Feed the outputs (code, glyphs, symbols, behaviors) back into the model to discover new structures latent in entropy. 🛠️ What Can You Do With It? Prompt-native symbolic languages like Brack Self-contained text games and tools built entirely in chat Chain-of-thought meta-model design Self-evolving agent loops using other models’ evaluations Using compressor noise to generate names, systems, or novel trees of logic 🔁 Demo It Yourself These are interactive, all working right inside your favorite LLM UI. No setup needed—just jump in: Brack Rosetta GitHub (https://github.com/RabitStudiosCanada/brack-rosetta) ChatGPT Demo + Breakdown (https://chatgpt.com/share/687b239f-162c-8001-88d1-cd31193f2336) Claude AI Playground (https://claude.ai/share/917d8292-def2-4dfe-8308-bb8e4f840ad3) Gemini Test Case (https://g.co/gemini/share/07d25fa78dda) 📎 TL;DR Brack is a 'bucket' system for GPTs minds and we're still discovering new applications ! - We just told a language model to treat code like a language and do completions in it - thats really all there is to it! - now go guide your AI buddies to Greatness ! ⛯⚗️⛯ Would love to hear your thoughts, critiques, or contributions. Try it out—build something weird and show us what breaks (or evolves). 🫴⛯ ___________________________________________________________________________ [Demos & Docs] - https://github.com/RabitStudiosCanada/brack-rosetta < -- This is the one I made - have fun with it! - https://chatgpt.com/share/687b239f-162c-8001-88d1-cd31193f2336 <-- chatGPT Demo & full explanation! - https://claude.ai/share/917d8292-def2-4dfe-8308-bb8e4f840ad3 <-- Heres a Claude demo ! - https://g.co/gemini/share/07d25fa78dda <-- And another with Gemini ! <!-- SC_ON --> submitted by /u/Ill_Conference7759 (https://www.reddit.com/user/Ill_Conference7759)
[link] (https://github.com/RabitStudiosCanada/brack-rosetta) [comments] (https://www.reddit.com/r/programming/comments/1m3nxq7/ai_alchemy_symbolic_programming_via_recursive/)
Async Rust Is A Bad Language
https://www.reddit.com/r/programming/comments/1m3ib73/async_rust_is_a_bad_language/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://bitbashing.io/async-rust.html) [comments] (https://www.reddit.com/r/programming/comments/1m3ib73/async_rust_is_a_bad_language/)
State-of-the-Art Multiplatform Matrix Multiplication Kernels
https://www.reddit.com/r/programming/comments/1m3g4y7/stateoftheart_multiplatform_matrix_multiplication/
submitted by /u/ChiliPepperHott (https://www.reddit.com/user/ChiliPepperHott)
[link] (https://burn.dev/blog/sota-multiplatform-matmul/) [comments] (https://www.reddit.com/r/programming/comments/1m3g4y7/stateoftheart_multiplatform_matrix_multiplication/)
Designing Kotlin Beyond Type Inference
https://www.reddit.com/r/programming/comments/1m3doqo/designing_kotlin_beyond_type_inference/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://youtu.be/P0mo8Tzrapo) [comments] (https://www.reddit.com/r/programming/comments/1m3doqo/designing_kotlin_beyond_type_inference/)
Extending That XOR Trick to Billions of Rows
https://www.reddit.com/r/programming/comments/1m3dkuy/extending_that_xor_trick_to_billions_of_rows/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://nochlin.com/blog/extending-that-xor-trick) [comments] (https://www.reddit.com/r/programming/comments/1m3dkuy/extending_that_xor_trick_to_billions_of_rows/)
The Kap programming language
https://www.reddit.com/r/programming/comments/1m3dj6e/the_kap_programming_language/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://kapdemo.dhsdevelopments.com/examples.html) [comments] (https://www.reddit.com/r/programming/comments/1m3dj6e/the_kap_programming_language/)
How Go 1.24's Swiss Tables saved hundreds of gigabytes
https://www.reddit.com/r/programming/comments/1m3di7x/how_go_124s_swiss_tables_saved_hundreds_of/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.datadoghq.com/blog/engineering/go-swiss-tables/) [comments] (https://www.reddit.com/r/programming/comments/1m3di7x/how_go_124s_swiss_tables_saved_hundreds_of/)
NIH Is Far Cheaper Than The Wrong Dependency
https://www.reddit.com/r/programming/comments/1m3dghu/nih_is_far_cheaper_than_the_wrong_dependency/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://lewiscampbell.tech/blog/250718.html) [comments] (https://www.reddit.com/r/programming/comments/1m3dghu/nih_is_far_cheaper_than_the_wrong_dependency/)
When root meets immutable: OpenBSD chflags vs. log tampering
https://www.reddit.com/r/programming/comments/1m3dfx8/when_root_meets_immutable_openbsd_chflags_vs_log/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://rsadowski.de/posts/2025/openbsd-immutable-system-logs/) [comments] (https://www.reddit.com/r/programming/comments/1m3dfx8/when_root_meets_immutable_openbsd_chflags_vs_log/)
Kubernetes Observability with OpenTelemetry Helm Charts | A Complete Setup Guide
https://www.reddit.com/r/programming/comments/1m332zy/kubernetes_observability_with_opentelemetry_helm/
submitted by /u/elizObserves (https://www.reddit.com/user/elizObserves)
[link] (https://signoz.io/blog/kubernetes-observability-with-opentelemetry/) [comments] (https://www.reddit.com/r/programming/comments/1m332zy/kubernetes_observability_with_opentelemetry_helm/)
gccrs June 2025 monthly report
https://www.reddit.com/r/programming/comments/1m2ke9k/gccrs_june_2025_monthly_report/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://rust-gcc.github.io/2025/07/17/2025-06-monthly-report.html) [comments] (https://www.reddit.com/r/programming/comments/1m2ke9k/gccrs_june_2025_monthly_report/)
Cookies Having Independent Partitioned State (Chips)
https://www.reddit.com/r/programming/comments/1m2kdfj/cookies_having_independent_partitioned_state_chips/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://developer.mozilla.org/en-US/docs/Web/Privacy/Guides/Privacy_sandbox/Partitioned_cookies) [comments] (https://www.reddit.com/r/programming/comments/1m2kdfj/cookies_having_independent_partitioned_state_chips/)
I'm unsatisfied with easing functions
https://www.reddit.com/r/programming/comments/1m2kb82/im_unsatisfied_with_easing_functions/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.davepagurek.com/blog/easing-functions/) [comments] (https://www.reddit.com/r/programming/comments/1m2kb82/im_unsatisfied_with_easing_functions/)
Zig's new Writer
https://www.reddit.com/r/programming/comments/1m2k95h/zigs_new_writer/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.openmymind.net/Zigs-New-Writer/) [comments] (https://www.reddit.com/r/programming/comments/1m2k95h/zigs_new_writer/)
Exhausted man defeats AI model in world coding championship
https://www.reddit.com/r/programming/comments/1m3o6cc/exhausted_man_defeats_ai_model_in_world_coding/
submitted by /u/gametorch (https://www.reddit.com/user/gametorch)
[link] (https://arstechnica.com/ai/2025/07/exhausted-man-defeats-ai-model-in-world-coding-championship/) [comments] (https://www.reddit.com/r/programming/comments/1m3o6cc/exhausted_man_defeats_ai_model_in_world_coding/)
Hex Visualizer with Colors, pls rate.
https://www.reddit.com/r/programming/comments/1m3mt51/hex_visualizer_with_colors_pls_rate/
<!-- SC_OFF -->A tool similar to a Hex Editor, but to visualize the bytes like a hex editor, but each byte type is a random color. Also possible ascii strings are highlighted using red. <!-- SC_ON --> submitted by /u/ca3games (https://www.reddit.com/user/ca3games)
[link] (https://www.youtube.com/watch?v=hB1ZtX_Mw7A) [comments] (https://www.reddit.com/r/programming/comments/1m3mt51/hex_visualizer_with_colors_pls_rate/)
How to write Rust in the Linux kernel: part 3
https://www.reddit.com/r/programming/comments/1m3ialn/how_to_write_rust_in_the_linux_kernel_part_3/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://lwn.net/SubscriberLink/1026694/3413f4b43c862629/) [comments] (https://www.reddit.com/r/programming/comments/1m3ialn/how_to_write_rust_in_the_linux_kernel_part_3/)
Dennis Gustafsson – Parallelizing the physics solver – BSC 2025
https://www.reddit.com/r/programming/comments/1m3fmso/dennis_gustafsson_parallelizing_the_physics/
submitted by /u/potatohead657 (https://www.reddit.com/user/potatohead657)
[link] (https://www.youtube.com/watch?v=Kvsvd67XUKw) [comments] (https://www.reddit.com/r/programming/comments/1m3fmso/dennis_gustafsson_parallelizing_the_physics/)
Announcing Raven: Scientific Computing for OCaml (Alpha Release)
https://www.reddit.com/r/programming/comments/1m3do18/announcing_raven_scientific_computing_for_ocaml/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://discuss.ocaml.org/t/announcing-raven-scientific-computing-for-ocaml-alpha-release/16913) [comments] (https://www.reddit.com/r/programming/comments/1m3do18/announcing_raven_scientific_computing_for_ocaml/)
Supporting Faster File Load Times with Memory Optimizations in Rust
https://www.reddit.com/r/programming/comments/1m3dje5/supporting_faster_file_load_times_with_memory/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.figma.com/blog/supporting-faster-file-load-times-with-memory-optimizations-in-rust/) [comments] (https://www.reddit.com/r/programming/comments/1m3dje5/supporting_faster_file_load_times_with_memory/)
How I Fixed Ruby's Most Annoying Problem: 60-Second Gem Installs
https://www.reddit.com/r/programming/comments/1m3disr/how_i_fixed_rubys_most_annoying_problem_60second/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://mensfeld.pl/2025/07/solving-ruby-rdkafka-installation-problem/) [comments] (https://www.reddit.com/r/programming/comments/1m3disr/how_i_fixed_rubys_most_annoying_problem_60second/)
Jsonptr: Using Wuffs' Memory-Safe, Zero-Allocation JSON Decoder
https://www.reddit.com/r/programming/comments/1m3di3k/jsonptr_using_wuffs_memorysafe_zeroallocation/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://nigeltao.github.io/blog/2020/jsonptr.html) [comments] (https://www.reddit.com/r/programming/comments/1m3di3k/jsonptr_using_wuffs_memorysafe_zeroallocation/)
Making a StringBuffer in C, and questioning my sanity
https://www.reddit.com/r/programming/comments/1m3dg0l/making_a_stringbuffer_in_c_and_questioning_my/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://briandouglas.ie/string-buffer-c/) [comments] (https://www.reddit.com/r/programming/comments/1m3dg0l/making_a_stringbuffer_in_c_and_questioning_my/)
[Blog Post] WebAssembly: Excavation I – Deep Dive Into WASM
https://www.reddit.com/r/programming/comments/1m37kj4/blog_post_webassembly_excavation_i_deep_dive_into/
<!-- SC_OFF -->Hi all, I wrote a blog post about exploring and diving deep into WebAssembly. Going from writing simple `.wat` file to understanding bits and bytes of `.wasm` file. <!-- SC_ON --> submitted by /u/BlackGoku36 (https://www.reddit.com/user/BlackGoku36)
[link] (https://blackgoku36.github.io/BG36Notes/blog/wasm/excavation1/) [comments] (https://www.reddit.com/r/programming/comments/1m37kj4/blog_post_webassembly_excavation_i_deep_dive_into/)
The Micro-Frontend Architecture Handbook
https://www.reddit.com/r/programming/comments/1m2v2w8/the_microfrontend_architecture_handbook/
submitted by /u/Infamous_Toe_7759 (https://www.reddit.com/user/Infamous_Toe_7759)
[link] (https://www.freecodecamp.org/news/complete-micro-frontends-guide) [comments] (https://www.reddit.com/r/programming/comments/1m2v2w8/the_microfrontend_architecture_handbook/)
Zig's @fieldParentPtr for dumbos like me
https://www.reddit.com/r/programming/comments/1m2kdh7/zigs_fieldparentptr_for_dumbos_like_me/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.ryanliptak.com/blog/zig-fieldparentptr-for-dumbos/) [comments] (https://www.reddit.com/r/programming/comments/1m2kdh7/zigs_fieldparentptr_for_dumbos_like_me/)
How we tracked down a Go 1.24 memory regression
https://www.reddit.com/r/programming/comments/1m2kbkz/how_we_tracked_down_a_go_124_memory_regression/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.datadoghq.com/blog/engineering/go-memory-regression/) [comments] (https://www.reddit.com/r/programming/comments/1m2kbkz/how_we_tracked_down_a_go_124_memory_regression/)
"Bypassing" specialization in Rust or How I Learned to Stop Worrying and Love Function Pointers
https://www.reddit.com/r/programming/comments/1m2kasm/bypassing_specialization_in_rust_or_how_i_learned/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://oakchris1955.eu/posts/bypassing_specialization/) [comments] (https://www.reddit.com/r/programming/comments/1m2kasm/bypassing_specialization_in_rust_or_how_i_learned/)
Running TypeScript Natively in Node.js
https://www.reddit.com/r/programming/comments/1m2k8oc/running_typescript_natively_in_nodejs/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://nodejs.org/en/learn/typescript/run-natively) [comments] (https://www.reddit.com/r/programming/comments/1m2k8oc/running_typescript_natively_in_nodejs/)