https://www.vpdae.com/redirect/h427una93hb2dlis5f4iolk2rwk
mirrord: give AI coding agents real-world context so they write working code
AI agents write code fast, but they're working blind. They never see real API responses, real database state, or real queue payloads, so bugs surface only after the fact.
mirrord connects your AI agents to actual staging conditions as they code. Every change gets tested against real data instantly, so agents catch broken assumptions before you do, not after.
monday.com cut dev cycle time by 70% running this way. 5k GitHub stars and growing.
Try mirrord free.
30 days ago
https://www.joanwestenberg.com/p/the-bread-paradox-why-convenience
The bread paradox: why convenience always wins, and why SaaS isnât doomed
No, youâre not going to code your own Jira
30 days ago
https://internals-for-interns.com/posts/linux-kernel-vfs/
Understanding the Linux Kernel: The VFS
what actually happens when a program opens a file? file operations work identically on an ext4 file (the disk filesystem most Linux distributions use by default), a file in /proc that exists only as kernel memory, and a file on an NFS share on another machine. Same calls, same file descriptor semantics, same close() at the end.
#linux
#kernel
#vfs
#filesystems
30 days ago
https://cdacamar.github.io/data%20structures/algorithms/benchmarking/text%20editors/c++/editor-data-structures/
Text Editor Data Structures
Text editors can be an interesting challenge to program. The types of problems that text editors need to solve can range from trivial to mind-bogglingly difficult. Recently, I have been on something of a spiritual journey to rework some internal data structures in an editor I have been building, specifically the most fundamental data structure to any text editor: the text.
30 days ago
https://modal.com/blog/scaling-to-1-million-concurrent-sandboxes-in-seconds
Scaling to 1 million concurrent sandboxes in seconds
modal.com rebuilt their core sandbox platform from ground up to support run millions of sandboxes concurrently and create ten of thoudsands of sandboxes per second.
30 days ago
https://gist.github.com/timothyham/dd003dbad5614b425a8325ec820fd785
A Short IPv6 Guide for Home IPv4 Admins
30 days ago
https://planetscale.com/blog/making-768-servers-look-like-1
Making 768 servers look like 1
Database sharding is the best way to scale a Postgres or MySQL database for anything beyond a few terabytes of data. Letâs look at how we go from a small single-node database, to one with a few terabytes spread across four shards, all the way up to one that is sharded across 768 servers and storing a petabyte of data
30 days ago
https://marco-nett.de/blog/measuring-input-latency-on-linux-x11-vs-wayland-vrr-dxvk/
Measuring input latency on Linux: X11 vs Wayland, VRR, and DXVK
People kept telling OP that Linux could perform way better than Windows when it comes to FPS, frame pacing and input latency. So he came up with an idea to actuallly measure that.
30 days ago
https://hakibenita.com/postgresql-partition-pruning
How to Achieve Pruning When Querying by Non-Partitioned Columns in PostgreSQL
One of the most valuable things about partitioned tables is pruning - the databaseâs ability to eliminate entire partitions based on a query predicate. Under conventional wisdom, pruning can only be achieved when querying by the partition key - this makes choosing the right key extremely difficult. However, if your data follows certain patterns, using some clever tricks you can achieve pruning even when filtering by non-partition key columns.
30 days ago
https://onatm.dev/2026/07/16/homescale-part-1/
Let's Build PlanetScale From Scratch: Infrastructure
This isnât about building a production system but more about a PoC and learning. The idea is we de-couple storage from compute, leverage the power of storage, especially CoW(Copy on write) to branching and do cool thing with database similar to PlanetScale.
30 days ago
https://blog.apnic.net/2026/07/15/whos-running-all-those-tiny-rpki-servers/
Whoâs running all those tiny RPKI servers?
Border Gateway Protocol (BGP) lacks built-in trust. Resource Public Key Infrastructure (RPKI) addresses that problem by letting address space holders cryptographically authorize which Autonomous System (AS) may originate their prefixes, via Route Origin Authorizations (ROAs) published through a chain of trust anchored at the five Regional Internet Registries (RIRs). But there are also independent operators contributes to this RPKI. In this post, we investigate who operates those small servers and why.
#guest post
#routing
#rpki
#security
30 days ago
https://easylang.online/blog/branchless
When âifâ slows you down, avoid it
With modern CPUs, avoiding branch mispredictions is a key method for speeding up programs. One of the most effective ways to reduce mispredictions is to simply avoid branches.
30 days ago
https://cpu.land/
Putting the âYouâ in CPU
Curious exactly what happens when you run a program on your computer? Read this article to learn how multiprocessing works, what system calls really are, how computers manage memory with hardware interrupts, and how Linux loads executables.
#unix
#linux
#mmu
#paging
#memory management
#cpu
30 days ago
https://bruceediger.com/posts/tftp-honeypot-results/
TFTP Honey pot Results
It just fun to read Honey pot result to see whats the scan or the threat actors do.
30 days ago
https://github.com/color-js/color.js
colorjs
Color conversion & manipulation library by the editors of the CSS Color specifications
30 days ago
https://pocketjs.dev/
pocketjs: Bare Metal Modern Web
High-performance JSX UI outside the browser, with native rendering, standard Vue Vapor and Solid support, a Tailwind design system, and 60 FPS animation under an 8 MB memory budget.
30 days ago
https://github.com/Michael-Manning/E-Paper-Climate-Logger
Weathergotchi - an E-Paper Climate Logger
an open-source, battery-powered temperature and humidity data logger with an always-on e-paper display. It records ambient conditions over time, stores readings in non-volatile memory, and displays current data along with a history graph. The device is designed for low power consumption, over 1 week of operation on a small LiâPo battery.
30 days ago
https://github.com/hashicorp/yamux
yamux
Golang connection multiplexing library
30 days ago
https://github.com/martin-olivier/airgorah
airgorah
A WiFi security auditing software mainly based on aircrack-ng tools suite
30 days ago
https://visual-json.dev/
visual json
The Visual JSON Editor. Schema-aware, embeddable, extensible.
30 days ago
https://github.com/likec4/likec4
likec4
a modeling language for describing software architecture and tools to generate diagrams from the model.
30 days ago
https://github.com/huridocs/pdf-document-layout-analysis
PDF Document Layout Analysis
A Docker-powered microservice for intelligent PDF document layout analysis, OCR, and content extraction
30 days ago
https://github.com/berbicanes/apiark
apiark
Privacy-first API platform built with Tauri v2. No login, no cloud, ~60 MB RAM. A lightweight Postman alternative.
30 days ago