Install
Please confirm you are human
This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.
A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.
News
Distributed Locks
23+ min ago (110+ words) One-liner: A distributed lock ensures that only one node in a cluster can perform a critical operation at a time — preventing race conditions across services. In a single-server world, a mutex or semaphore handles concurrency. But in distributed systems: Classic…...
Three things that bit us moving a document scanner fully into the browser
27+ min ago (596+ words) I work on LensUp, which does exactly that — the whole pipeline runs in the tab, and files are never uploaded. Disclosure up front: it's our tool, and this post is about the parts that were harder than the pipeline itself....
Ecualizador de Audio online
24+ min ago (20+ words) Hola buen día me gustaría compartir este pequeño proyecto con todos la verdad es que no soy... Tagged with webdev....
Your First AWS Production Architecture: From a Simple Application to a Scalable System
37+ min ago (1081+ words) Most people learn AWS by studying individual services. RDS is a database. But that's not how AWS is used in the real world. In a real project, these services work together to solve one problem: How do we run an…...
gh api --paginate --slurp --jq 'length' Counts Pages, Not Issues
35+ min ago (415+ words) gh api --paginate --slurp --jq 'length' is the command everyone reaches for to count issues in a repository. It does not count issues. It counts pages. I found this while writing pagination recipes for a toolkit, and then found the…...
Someone Force-Pushed Over main. Here Is the Reflog Nobody Knows They Have.
36+ min ago (423+ words) A colleague pushed a fix to main. Ten minutes later you amended a commit message and ran git push --force. Their commit is no longer reachable from any branch on the server. This is the one Git command that can…...
EC2 Instance Unreachable via SSM Session Manager
1+ hour, 4+ min ago (595+ words) This runbook resolves the situation where an EC2 instance is running and visible in the console but either does not appear in the Systems Manager Fleet Manager inventory, or returns a connection error when you attempt to start a Session Manager…...
I built a radio station with one listener, and it runs in a terminal
52+ min ago (638+ words) The film above is 86 seconds, and the middle of it is a real on-air moment. There is a longer unedited recording at the top of the repo README. Watch either first, with the sound on. The rest of this post…...
Day 8 - Relational Database 101 - PostgreSQL Internals
1+ hour, 2+ min ago (1576+ words) একবার একটু technological দিকে আসি, আপনি যখন Facebook বা LinkedIn-এ কাউকে message করেন তখন সেটা সরাসরি তার কাছে send হয়। Reason হচ্ছে আপনারা connected। এখানে আপনি directly message ত…...
VPC Peering: conectando redes privadas entre contas e regiões na AWS
1+ hour, 36+ min ago (1344+ words) 1. Cenário de negócio Neste projeto, será implementado um VPC peering entre duas VPCs que... Tagged with aws, cloudcomputing, networking....