Public list by ~betterdevlink

Issues #293 Aug 3, 2026

Your AI agent needs API access. It shouldn’t need the API key.

https://www.vpdae.com/redirect/n693tnmyws1shxluv15d2u9e3bu

Your AI agent needs API access. It shouldn’t need the API key. AI agents need access to GitHub, Stripe, Linear, and other services to do useful work. But handing an agent a real API key creates credential exfiltration risk through prompt injection, a compromised runtime, or exposure to the LLM provider. Infisical Agent Proxy lets agents use those services without ever seeing the underlying secret. The agent receives a placeholder, and the proxy swaps in the real credential only when the outbound request crosses the network boundary. The result: developers can keep building and deploying agents without putting real credentials inside unpredictable workloads. Existing API calls, SDKs, CLIs, and MCP connections continue to work, and 30+ pre-built integrations reduce the configuration required. See how Infisical Agent Proxy helps teams give AI agents access to the services they need without handing over the secrets behind them. Explore how it works, review the supported integrations, and start building for free with less credential risk.

16 days ago

Kimi K3 Architecture Notes

https://sebastianraschka.com/blog/2026/kimi-k3-architecture-notes.html

Kimi K3 Architecture Notes Kimi is a model developed outside of US and has surpass even Fable, gain immensively amount of traction. If you had a Mac with 64GB RAM, you can try running Kimi K3 (2.8T parameters) on one Apple Silicon Mac

#deep learning #machine learning #ai #llm

16 days ago

Hatchet

https://hatchet.run/blog/postgres-survival-guide

The startup's Postgres survival guide There are just so many Postgres setting, and we do not want to wait till the shit hit the fan to debug them.

16 days ago

The Right Way to Give a Third-Party DBA Access to Your PostgreSQL Database

https://stormatics.tech/blogs/the-right-way-to-give-a-third-party-dba-access-to-your-postgresql-database

The Right Way to Give a Third-Party DBA Access to Your PostgreSQL Database Giving an external team access to your PostgreSQL database is one of those decisions that deserves a little thought. The easiest option is to hand over a superuser account, but it’s rarely the right one. A better approach is to create a dedicated role with only the privileges they actually need, and it takes just a few minutes to set up.

16 days ago

My Agentic Coding Setup, July 2026

https://domenic.me/agentic-coding-setup/

My Agentic Coding Setup, July 2026 Domenic Denicola is the author behind jsdom. He shared with us how he setup his agentic coding. The biggest take a way is usage of tailnet and a linux vm to run thing and make accessible across devices with tailnet.

16 days ago

Measuring Component Performance with the Container Timing API – CSS Wizardry

https://csswizardry.com/2026/07/meaasuring-component-performance-with-the-container-timing-api/

Measuring Component Performance with the Container Timing API Largest Contentful Paint gives us a useful high-level signal for the point at which the largest thing in the viewport was rendered. It is much less good at telling us when our things looked ready. Enter the Container Timing API: an experimental performance API that allows us to annotate a whole region of the DOM and receive entries as new, contentful parts of it are painted.

16 days ago

Session revocations at scale - Canva Engineering Blog

https://www.canva.dev/blog/engineering/session-revocations-at-scale

Session revocations at scale Managing sessions for hundreds of millions of users is a tricky problem because every backend request needs to know which logged-in user made it. At Canva’s scale, this means answering this question hundreds of thousands of times every second. We keep session revocations directly in memory for the best possible performance and reliability, but as we grew, loading this cache during deploys became a bottleneck.

16 days ago

A Guide to Watchdog Timers for Embedded Systems

https://interrupt.memfault.com/blog/firmware-watchdog-best-practices

A Guide to Watchdog Timers for Embedded Systems At some point you’ve probably had to unplug and plug back in an electronic device to get it to work again! System freezes and hangs are not only frustrating to an end user, but they can also be quite challenging to debug and fix. or some classes of devices, such as a satellite1, a manual reset is not even possible, making a wedged device a multi-million dollar “brick”.

16 days ago

Embedded Systems - Shape The World

https://users.ece.utexas.edu/~valvano/Volume1/E-Book/

Embedded Systems - Shape The World When we turn on the coffee machine, when an oven run, a bridge report its temperature, embedded system is everywhere around us, in our daily life.

16 days ago

GitHub - slvDev/esp32-ai

https://github.com/slvDev/esp32-ai

Running a 28.9M parameter LLM on an $8 microcontroller 28.9 million parameter language model that generates text on an ESP32-S3, a microcontroller that costs about $8. It runs on the chip itself, with nothing sent to a server, and it writes each word to a small screen wired to the chip at roughly 9 tokens per second.

16 days ago

Introduction - MapLibre GL JS

https://maplibre.org/maplibre-gl-js/docs/

maplibre-gl MapLibre GL JS is a TypeScript library that uses WebGL to render interactive maps from vector tiles in a browser. The map’s appearance is controlled by a style document whose structure and properties are defined by the MapLibre Style Spec. It is part of the MapLibre ecosystem, with a counterpart for Android, iOS and other platforms called MapLibre Native.

16 days ago