News
Compact Standard Library: A Practical Guide to Every Export
48+ min ago (767+ words) The Compact standard library ships with every Midnight project " you don't install it, you don't import a package manager dependency. It's just there, baked into the compiler. But the official docs are sparse enough that most developers only discover what's…...
I built a 57-line asyncpg wrapper because SQLAlchemy was driving me insane
42+ min ago (25+ words) I came from Rust where I used sqlx " you write raw SQL, you get typed structs back. Simple, honest, .. . Tagged with sql, python, sqlalchemy, postgres....
Username Studio " find short Telegram usernames with a local LLM
47+ min ago (115+ words) If you've ever tried to find a short, clean Telegram username " you know how painful it is. Everything good is taken. You end up typing random combinations for 20 minutes. I built a local tool to fix that. Username Studio generates,…...
Agent Update. ai " AI Agent Ecosystem Platform
2+ day, 22+ hour ago (445+ words) Agent Update. ai is your all-in-one platform for discovering AI agent tools, sharing reusable skills, and staying on top of the ecosystem. Leading AI agent platforms, frameworks, and tools in the ecosystem. abtop is a terminal user interface (TUI) tool…...
SOoooo I made an extension
1+ hour, 47+ min ago (223+ words) I made two extensions actually. The first one being Polymoji: It's a browser extension that allows users to replace standard system emojis with alternative emoji families (such as Google, Twitter/X, or Facebook styles) via a content delivery network (CDN)....
50-foot ancient snake discovered in India may be one of the largest ever
3+ hour, 33+ min ago (181+ words) A newly identified species of ancient snake, Vasuki indicus, may rank among the largest snakes to ever exist. The massive reptile lived around 47 million years ago in what is now Gujarat, India, according to research published in Scientific Reports. Scientists…...
I Thought Building a Simple Web3 Tool Was the Hard Part (It Wasn't)
2+ hour, 25+ min ago (658+ words) A few months ago I started building a small tool on Solana. Just something that lets you: create a token attach metadata add liquidity and actually use it That was the idea. The Plan Was Pretty Straightforward I didn't want…...
Open AI Codex: Setting Up Your AI Assistant
9+ hour, 11+ min ago (423+ words) Startup Hub. ai Open AI Codex: Setting Up Your AI Assistant Open AI's Codex setup guide shows how to customize AI for your work type, import existing projects, and connect tools like Google Calendar and Slack. In a brief demonstration,…...
Why I built a Physical Kill-Switch Protocol for AI Safety (Open Source)
3+ hour, 28+ min ago (312+ words) Hi everyone, I'm Ahmed M. Abdel-Maaboud. Like many of you, I've been thinking about AI safety. But I noticed a problem: we are trying to solve safety with more software. As a system architect, I believe true safety must be physical....
Beyond Simple Image Recognition: Building a Precise AI Nutritionist with GPT-4o and Segment Anything (SAM)
3+ hour, 52+ min ago (245+ words) Standard vision models often treat an image as a single "bag of pixels." Our pipeline treats it as a structured scene. We use SAM to generate precise masks, calculate the relative area of food items, and then feed those high-context…...