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
I shipped an alpha notes app where the home screen is the capture field
34+ min ago (206+ words) Miniout is a university notes/tasks app. UI is Spanish-only for now. The idea: you should not pick a folder in the middle of a lecture. Write first; file later (or never). Type "parcial de calculo el viernes" and you…...
Google Trends still has no API in 2026. Here's what I use instead
33+ min ago (341+ words) Google announced a Trends API alpha in July 2025. It's now August 2026 and access is still application-gated. I applied, waited, heard nothing, and eventually built my own thing. If you just need trends data in a pipeline or a spreadsheet, here's…...
Trusted AI Agent Transactions, Part 2: PingFederate Token Exchange
27+ min ago (537+ words) Part 1 separated the user, logical agent, runtime workload, agent execution, and transaction identities. This part shows where they are joined safely. In the Tokenetes architecture, a Transaction Token Service, or TTS, uses the RFC 8693 token exchange protocol to mint a…...
Trusted AI Agent Transactions, Part 1: The Identity Problem
27+ min ago (378+ words) An application that calls an API for a user normally answers one identity question: who is the user? An AI agent introduces several more: Putting every answer into a single sub claim creates a dangerous illusion. A logical agent name…...
Install Docker Engine on Debian
30+ min ago (1019+ words) Docker Engine provides the daemon, CLI, and runtime needed to build and run containers on Debian. This guide installs Docker Engine from Docker's official APT repository, verifies the service with a test container, and configures the current user to run…...
Trusted AI Agent Transactions, Part 3: SPIRE Workload Identity
26+ min ago (378+ words) Part 2 used a SPIRE JWT-SVID as the actor token in PingFederate token exchange. That proves more than a caller-supplied agent name, but it helps to understand exactly what it proves. A logical agent describes an approved application role. A SPIFFE…...
wmic is gone and your Node process tree is silently wrong on Windows 11
30+ min ago (780+ words) The last post I wrote here ended on a line I had to go and check: killing a shell does not kill what the shell started. This is what I found underneath it, and one of the things is a…...
Installing Minikube on Debian
30+ min ago (832+ words) Minikube is a practical way to run a small Kubernetes cluster on a Debian workstation or development instance. This guide installs Minikube with the Docker driver, starts a named profile, runs a temporary deployment, and removes the test resources afterward....
I got tired of scraping app reviews twice, so I unified both stores
33+ min ago (253+ words) Every app review pipeline I've seen starts the same way: one scraper for Google Play, a different one for the App Store, and then a normalization layer to make score and im:rating pretend to be the same field. You write…...
Trusted AI Agent Transactions, Part 5: End-to-End Proof
26+ min ago (373+ words) The previous articles covered the identity model, PingFederate token exchange, SPIRE workload identity, and PingAuthorize policy. This final part connects them into one testable application path. The browser workbench signs the user in through PingFederate with OAuth 2.0 Authorization Code and…...