~betterdevlink | Bookmarks (154)
-
How Core Git Developers Configure Git
How Core Git Developers Configure Git In this post, I’ll go through some of the perhaps...
-
Hacking chromecast
Hacking chromecast Do you want to be able to discover chromecast device on your network and...
-
GitHub - Hawzen/hdp: What would happen if we didn't use TCP or UDP?
What would happen if we didn't use TCP or UDP? Switches, bridges, routers, load balancers, firewalls—these...
-
Performance Speed Limits
Performance Speed Limits Sometimes you just want to know how fast your code can go, without...
-
Scaling with PostgreSQL without boiling the ocean
Scaling with PostgreSQL without boiling the ocean Scaling PostgreSQL successfully doesn’t always require a full team...
-
The power of interning: making a time series database 2000x smaller in Rust | Blog | Guillaume Endignoux
The power of interning: making a time series database 2000x smaller in Rust interning is a...
-
GitHub - commaai/opendbc: a Python API for your car
opendbc Python API for your car. Control the gas, brake, steering, and more. Read the speed,...
-
GitHub - MatheusRich/rails-diff: Compare Rails-generated files with the ones in your repository
rails-diff Compare Rails-generated files with the ones in your repository
-
GitHub - cybertec-postgresql/pgwatch: 🔬PGWATCH: PostgreSQL metrics monitor/dashboard
pgwatch PostgreSQL metrics monitor/dashboard
-
GitHub - yoshoku/rumale: Rumale is a machine learning library in Ruby
rumale a machine learning library in Ruby. Rumale provides machine learning algorithms with interfaces similar to...
-
GitHub - postalsys/postal-mime: Email parser for browser and serverless environments
postal-mime Email parser for browser and serverless environments
-
Termo - An Easy to use terminal for your browser
termo a simple terminal emulator that can be used to create a terminal-like interface on your...
-
Pixel Federation Powers Mobile Analytics Platform with WarpStream, saves 83% over MSK
Pixel Federation Swaps Amazon MSK for WarpStream, Saves 83% on Apache Kafka Costs The video game...
-
GitHub - dbohdan/recur: Retry a command with exponential backoff and jitter (+ Starlark expressions)
recur Retry a command with exponential backoff and jitter (+ Starlark expressions)
-
GitHub - timescale/pgspot: Spot vulnerabilities in postgres SQL scripts
pgspot Spot vulnerabilities in postgres SQL scripts
-
GitHub - kleisauke/wasm-vips: libvips for the browser and Node.js, compiled to WebAssembly with Emscripten.
wasm-vips libvips for the browser and Node.js, compiled to WebAssembly with Emscripten.
-
Intro | OS in 1,000 Lines
Operating System in 1,000 Lines build a small operating system from scratch, step by step. You...
-
Regex Chess: A 2-ply minimax chess engine in 84,688 regular expressions
A 2-ply minimax chess engine in 84,688 regular expressions So without further ado, I present to...
-
Mistakes engineers make in large established codebases
Mistakes engineers make in large established codebases Working in large established codebases is one of the...
-
Seconds Since the Epoch
Seconds Since the Epoch People, myself included, like to say that POSIX time, also known as...
-
How Network Address Translator (NAT) works | Tailscale
How NAT traversal works How 2 devices under a NAT can connect directly to each other...
-
Writing a simple pool allocator in C
Writing a simple pool allocator in C When you need memory for your program, you can...
-
B-Trees: More Than I Thought I'd Want to Know
B-Trees: More Than I Thought I'd Want to Know B-Trees were essentially “better” Binary Search Trees,...
-
Breaking Up with Long Tasks or: how I learned to group loops and wield the yield
Breaking Up with Long Tasks or: how I learned to group loops and wield the yield...