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
Scrape any company's job postings — Greenhouse, Lever & Ashby, with one API call
22+ min ago (502+ words) Almost every tech company's job board runs on one of a handful of ATS platforms — Greenhouse, Lever, Ashby, Workable, SmartRecruiters, Recruitee. And nearly all of them expose a public, documented JSON API for their postings. Which means "scrape job postings…...
buildline: merging cargo and ninja's build profiling into one timeline
48+ min ago (223+ words) Every build tool profiles its own silo. cargo build --timings will tell you cargo is fine. Ninja's build log will tell you linking is fine. And yet a CI build takes 22 minutes and nobody can point at where the time…...
Choosing an RDP Client on macOS:What I Learned After Managing Windows Machines from a Mac
43+ min ago (425+ words) If you move from Windows to macOS and still need to access Windows servers or desktops, one of the first problems you will hit is remote access. Many developers are familiar with Microsoft's Remote Desktop client (mstsc) on Windows and…...
I Ran 10+ AI Coding Agents in Parallel. The Bottleneck Wasn't the AI.
1+ hour, 8+ min ago (501+ words) AI coding agents changed the way I work. When I started using them, the workflow was simple: Give an agent a task → wait → review the result → continue. Running one agent was easy enough. Then I started running multiple agents in…...
SQL: Sub Queries
58+ min ago (586+ words) Uma subquery é uma consulta SQL aninhada dentro de outra. Assim como uma função pode chamar outra função, um SELECT pode conter outro SELECT — e o resultado do interno é usado pelo externo para filtrar, calcular ou compor o resultado…...
Not Every Productive Day Looks Like Writing Code
1+ hour, 17+ min ago (354+ words) Sometimes the most valuable work doesn't produce a single commit. Today was one of those days. I didn't implement a new feature in my TypeScript project. I didn't learn a new framework. I didn't even spend much time writing code....
Funções Avançadas em SQL
58+ min ago (278+ words) As funções avançadas em SQL vão além de operações básicas, como selecionar e filtrar dados. Elas permitem realizar cálculos complexos, manipular strings, trabalhar com datas e analisar dados de maneiras mais sofisticadas. Essas funções ajudam a obter insights, transformar dados…...
Why your AI code always ends up producing "technical debt" (and how GEF solves the problem)
2+ hour, 11+ min ago (1182+ words) Introduction: The Paradox of the Amnesiac Assistant It's an experience we've all had: you start a new project with a cutting-edge AI like Cursor, Windsurf, or Copilot. The first few hours are magical. The architecture is clean, the commits are…...
Rescuing a Long-Running Job with 'Sub-Step Idempotency' — How vault-auto-ingest Escaped Timeout Hell
2+ hour, 32+ min ago (599+ words) This is a continuation of my "Claude Code environment" series. Last time I wrote about making Google Calendar the ground truth for my Vault. This time it's about the timeout hell that hit the same vault-auto-ingest job — and how I…...
Incident Retrospectives Without Blame
2+ hour, 40+ min ago (125+ words) I've run over 100 post-mortems. The worst ones end with 'Alice will be more careful.' The best ones end with 'we fixed the system.' Here's how you get from the first to the second. Ban these phrases from retros: People make…...