Hosting a website on a disposable vape
bogdanthegeek.github.io
Addendum to GPT-5 system card: GPT-5-Codex
openai.com
Wanted to spy on my dog, ended up spying on TP-Link
kennedn.com
PayPal to support Ethereum and Bitcoin
newsroom.paypal-corp.com
Launch HN: Trigger.dev (YC W23) – Open-source platform to build reliable AI apps
Calif. construction worker unofficially broke a fabled world record
sfgate.com
How big a solar battery do I need to store all my home's electricity?
shkspr.mobi
CubeSats are fascinating learning tools for space
jeffgeerling.com
Boring work needs tension
iaziz786.com
How to self-host a web font from Google Fonts
blog.velocifyer.com
AOMedia Announces Year-End Launch of Next-Gen Video Codec AV2
aomedia.org
Asciinema CLI 3.0 rewritten in Rust, adds live streaming, upgrades file format
blog.asciinema.org
RustGPT: A pure-Rust transformer LLM built from scratch
github.com
Show HN: AI-powered web service combining FastAPI, Pydantic-AI, and MCP servers
github.com
Self-Assembly Gets Automated in Reverse of 'Game of Life'
quantamagazine.org
A string formatting library in 65 lines of C++
riki.house
Removing newlines in FASTA file increases ZSTD compression ratio by 10x
log.bede.im
Researchers revive the pinhole camera for next-gen infrared imaging
phys.org
Folks, we have the best π
lcamtuf.substack.com
Show HN: Daffodil – Open-Source Ecommerce Framework to connect to any platform
github.com
Apple has a private CSS property to add Liquid Glass effects to web content
alastair.is
Language models pack billions of concepts into 12k dimensions
nickyoder.com
Hey all! I recently gave a workshop talk at PyCon Greece 2025 about building production-ready agent systems.
To check the workshop, I put together a demo repo: (I will add the slides too soon in my blog: https://www.petrostechchronicles.com/) https://github.com/Aherontas/Pycon_Greece_2025_Presentation_...
The idea was to show how multiple AI agents can collaborate using FastAPI + Pydantic-AI, with protocols like MCP (Model Context Protocol) and A2A (Agent-to-Agent) for safe communication and orchestration.
Features:
- Multiple agents running in containers
- MCP servers (Brave search, GitHub, filesystem, etc.) as tools
- A2A communication between services
- Minimal UI for experimentation for Tech Trend - repo analysis
I built this repo because most agent frameworks look great in isolated demos, but fall apart when you try to glue agents together into a real application. My goal was to help people experiment with these patterns and move closer to real-world use cases.
It’s not production-grade, but would love feedback, criticism, or war stories from anyone who’s tried building actual multi-agent systems. Big questions:
Do you think agent-to-agent protocols like MCP/A2A will stick?
Or will the future be mostly single powerful LLMs with plugin stacks?
Thanks — excited to hear what the HN crowd thinks!