Intermediate representation
https://en.wikipedia.org/wiki/Intermediate_representation
https://redd.it/1u5fkyt
@r_coding
https://en.wikipedia.org/wiki/Intermediate_representation
https://redd.it/1u5fkyt
@r_coding
Wikipedia
Intermediate representation
data structure or code used internally by a compiler or virtual machine to represent source code. An IR is designed to be conducive for further processing, such as optimization and translation
[video] Search Autocomplete - System Design
https://youtu.be/LLBrV5qRT3o
https://redd.it/1u5hiuf
@r_coding
https://youtu.be/LLBrV5qRT3o
https://redd.it/1u5hiuf
@r_coding
YouTube
Search Autocomplete - System Design
0:00 - Introduction
1:20 - What is Search Autocomplete?
2:24 - The Naive Trie and Its Failures
3:50 - Option A: RAM + WAL
4:40 - Option B: Key Value Stores
5:43 - Option C: Search Engines
7:00 - The Verdict
7:52 - The Hot Shard Problem
9:00…
1:20 - What is Search Autocomplete?
2:24 - The Naive Trie and Its Failures
3:50 - Option A: RAM + WAL
4:40 - Option B: Key Value Stores
5:43 - Option C: Search Engines
7:00 - The Verdict
7:52 - The Hot Shard Problem
9:00…
Built an AI Incident Commander that learns from previous outages using Hindsight Memory.
Instead of generating generic RCA responses, it recalls historical incidents and uses organizational knowledge to recommend fixes and customer updates.
Detailed write-up:
https://medium.com/@saurabhgupta1qz/why-i-built-the-backend-that-gives-our-ai-incident-agent-a-memory-9aefa701eed9
https://redd.it/1u5lrg3
@r_coding
Instead of generating generic RCA responses, it recalls historical incidents and uses organizational knowledge to recommend fixes and customer updates.
Detailed write-up:
https://medium.com/@saurabhgupta1qz/why-i-built-the-backend-that-gives-our-ai-incident-agent-a-memory-9aefa701eed9
https://redd.it/1u5lrg3
@r_coding
Medium
Why I Built the Backend That Gives Our AI Incident Agent a Memory
The agent was working. It could take an incident description, reason through it with a Groq LLM, and return a structured root cause…
How to become an AI-Native Software Engineer? What an AI-Native team actually looks like
https://medium.com/vibecodingpub/how-to-become-an-ai-native-software-engineer-8f4bda05e7dc?sk=3be0f9dd452e1ac456720ed97a0e9505
https://redd.it/1u5vcj3
@r_coding
https://medium.com/vibecodingpub/how-to-become-an-ai-native-software-engineer-8f4bda05e7dc?sk=3be0f9dd452e1ac456720ed97a0e9505
https://redd.it/1u5vcj3
@r_coding
Medium
How to become an AI-Native Software Engineer?
What an AI-Native team actually looks like
My first company is joining OpenAI. I started there at 19.
https://siddhantkhare.com/writing/from-internship-to-ona-joining-openai
https://redd.it/1u61fff
@r_coding
https://siddhantkhare.com/writing/from-internship-to-ona-joining-openai
https://redd.it/1u61fff
@r_coding
Siddhant Khare
My first company is joining OpenAI. I started there at 19. · Siddhant Khare
What four years at Gitpod and Ona taught me about public work, trust, messy ownership, and getting closer to rare work.
Twitch/Kick Drops Auto Miner - Docker Based with Web GUI
https://github.com/aalejandrofer/GrubDrops
https://redd.it/1u6d0mf
@r_coding
https://github.com/aalejandrofer/GrubDrops
https://redd.it/1u6d0mf
@r_coding
GitHub
GitHub - aalejandrofer/GrubDrops: Self-hosted Twitch & Kick drops miner: multi-account, auto-claim, channel switching, web UI.…
Self-hosted Twitch & Kick drops miner: multi-account, auto-claim, channel switching, web UI. AFK-farm timed drops on both platforms. Go + Docker. - aalejandrofer/GrubDrops
This is my way of trying to contact the CIA to show of my skills! btw I'm 14 so don't judge I'm learning!
https://github.com/dateo8989/Local-Security-Telemetry-Toolkit/tree/main
https://redd.it/1u6phmk
@r_coding
https://github.com/dateo8989/Local-Security-Telemetry-Toolkit/tree/main
https://redd.it/1u6phmk
@r_coding
GitHub
GitHub - dateo8989/Local-Security-Telemetry-Toolkit: This is my custom spyware I have coded to try and gain the CIA attention to…
This is my custom spyware I have coded to try and gain the CIA attention to see if I can get a job! - dateo8989/Local-Security-Telemetry-Toolkit
5 ClickHouse mistakes we kept seeing engineers make (and why they're easy to miss)
https://www.glassflow.dev/blog/clickhouse-mistakes-engineers-make?utm_source=reddit&utm_medium=socialmedia&utm_campaign=reddit_organic
https://redd.it/1u76nav
@r_coding
https://www.glassflow.dev/blog/clickhouse-mistakes-engineers-make?utm_source=reddit&utm_medium=socialmedia&utm_campaign=reddit_organic
https://redd.it/1u76nav
@r_coding
www.glassflow.dev
5 Common ClickHouse Mistakes and How to Fix Them
Duplicate rows, broken JOINs, too many parts errors. These ClickHouse mistakes cost teams weeks. Here's what causes them and how to fix them.
I started building a simple C++ project manager and build tool called Nimmake. It's designed to be easier than CMake for beginners and for quickly prototyping projects, since it removes much of the configuration and boilerplate that's usually required.
https://github.com/Minster23/nimmake.git
https://redd.it/1u77lji
@r_coding
https://github.com/Minster23/nimmake.git
https://redd.it/1u77lji
@r_coding
GitHub
GitHub - Minster23/nimmake: Lightweight C++ build and project management tool written in Nim.
Lightweight C++ build and project management tool written in Nim. - Minster23/nimmake
This is my way of trying to contact the FBI to show of my skills! btw I'm 14 so don't judge I'm learning!
https://github.com/dateo8989/Local-Security-Telemetry-Toolkit
https://redd.it/1u7hrbc
@r_coding
https://github.com/dateo8989/Local-Security-Telemetry-Toolkit
https://redd.it/1u7hrbc
@r_coding
GitHub
GitHub - dateo8989/Local-Security-Telemetry-Toolkit: This is my custom spyware I have coded to try and gain the CIA attention to…
This is my custom spyware I have coded to try and gain the CIA attention to see if I can get a job! - dateo8989/Local-Security-Telemetry-Toolkit
Python 3.15 Lazy Imports: Faster Startup Times and the Design Behind PEP 810
https://modernpython.io/python-3-15-lazy-imports-faster-startup-times-and-the-design-behind-pep-810/
https://redd.it/1u7jwqq
@r_coding
https://modernpython.io/python-3-15-lazy-imports-faster-startup-times-and-the-design-behind-pep-810/
https://redd.it/1u7jwqq
@r_coding
Modern Python
Python 3.15 Lazy Imports: The Design and Tradeoffs
Python 3.15 adds lazy imports, but why aren't imports lazy by default?
The Git Commands I Run Before Reading Any Code
https://piechowski.io/post/git-commands-before-reading-code/
https://redd.it/1u7si3g
@r_coding
https://piechowski.io/post/git-commands-before-reading-code/
https://redd.it/1u7si3g
@r_coding
piechowski.io
The Git Commands I Run Before Reading Any Code
Five git log commands that diagnose a new codebase before you open a single file: code churn hotspots, bus factor, bug clusters, and crisis patterns.
Undoable – make every code change reversible
https://github.com/AkhilNam/undoable
https://redd.it/1u82b32
@r_coding
https://github.com/AkhilNam/undoable
https://redd.it/1u82b32
@r_coding
GitHub
GitHub - AkhilNam/undoable: Make every code change reversible. Multi-agent instructions, prompts, and evals for safer reviews,…
Make every code change reversible. Multi-agent instructions, prompts, and evals for safer reviews, rollbacks, and migrations. - AkhilNam/undoable
The Token Budget Is Becoming Engineering Policy
https://newsletter.thelongcommit.com/p/the-token-budget-is-becoming-engineering
https://redd.it/1u86hfc
@r_coding
https://newsletter.thelongcommit.com/p/the-token-budget-is-becoming-engineering
https://redd.it/1u86hfc
@r_coding
Thelongcommit
The Token Budget Is Becoming Engineering Policy
AI coding is moving from personal workflow to metered infrastructure, and the next fight is over budgets, incentives, and who gets to spend.
C3: The Best Modern C Alternative That Nobody Knows About
https://medium.com/gitconnected/c3-the-best-modern-c-alternative-that-nobody-knows-about-4fa3f7bcd5fd?sk=f6b537348ffd6c229e09c1d2f6e54b94
https://redd.it/1u87ghf
@r_coding
https://medium.com/gitconnected/c3-the-best-modern-c-alternative-that-nobody-knows-about-4fa3f7bcd5fd?sk=f6b537348ffd6c229e09c1d2f6e54b94
https://redd.it/1u87ghf
@r_coding
Medium
C3: The Best Modern C Alternative That Nobody Knows About
C3 will be more popular than Zig, Go, C++, Rust, or D, among C enthusiasts
Wasp now lets you also write "full-stack" logic (next to frontend and backend logic) in TypeScript
https://wasp.sh/blog/2026/06/15/wasp-typescript-spec
https://redd.it/1u899dj
@r_coding
https://wasp.sh/blog/2026/06/15/wasp-typescript-spec
https://redd.it/1u899dj
@r_coding
wasp.sh
Wasp now lets you write your full-stack logic as a spec in TypeScript | Wasp
Wasp drops its custom DSL and replaces it with a TypeScript-native way to define your full-stack app: the TypeScript Spec. Here's what it is, how it works, and what it unlocks.
does anyone have a good idea on a laptop to buy for coding projects to just do around places? I'm looking for something relatively cheap and so I can get some more experience coding that's not just sat in my room
https://redd.it/1u8oxs0
@r_coding
https://redd.it/1u8oxs0
@r_coding
Reddit
From the coding community on Reddit
Explore this post and more from the coding community
Apache Iceberg Optimization: A Practical Guide
https://medium.com/itnext/apache-iceberg-optimization-a-guide-b51aa3530f47
https://redd.it/1u97uit
@r_coding
https://medium.com/itnext/apache-iceberg-optimization-a-guide-b51aa3530f47
https://redd.it/1u97uit
@r_coding
Medium
Apache Iceberg Optimization: A Guide
The core optimization layers of healthy tables: compaction, snapshots, metadata, partitioning, delete files, and intelligent automation for…