github.com
Show HN: Reinhardt – Django-style Rust framework; WASM+SSR from one DSLReinhardt is a Rust web framework where one component DSL compiles to both WASM (client) and server-rendered HTML — a single file describes both sides of a page, with no separate f...wreflecto.com
Show HN: Wreflecto – word puzzle inspired by the ancient SATOR SquareWreflecto is a word square puzzle where every row and every column must form a valid word. Read more about ancient word squares here - https://en.wikipedia.org/wiki/Sator_SquareUnl...news.ycombinator.com
Claude Code Opus 4.7 keeps checking on malwareSo during development, at every task I start, I see a line like this:`Own bug file — not malware.`It seems that it's obsessively checking if it's working on malware production.In a...Advertisement
news.ycombinator.com
Tell HN: Fiverr left customer files public and searchableFiverr (gig work/task platform, competitor to Upwork) uses a service called Cloudinary to process PDF/images in messaging, including work products from the worker to client.Besides...minnow.social
Show HN: Minnow – minimal now pages via chatIf you make a site, comment it below!(excerpt from about below)The idea behind Minnow is that anyone should be able to make a personal website, especially with coding LLMsSo, simpl...github.com
Show HN: Feedstock – Web Crawler for TypeScript Built on Bun and PlaywrightWeb crawler for TypeScript. Runs on Bun, uses Playwright by default, also speaks CDP and Lightpanda.The part I want feedback on is the CLI. It's built for LLMs, not humans. JSON ou...xxyzz.github.io
Show HN: Wiktionary StarDict FilesThanks to Wiktionary HTML snapshots, I'm able to make StarDict files resemble Wiktionary web page. I have extracted 5 Wiktionary editions: de, en, es, fr, ru. I created these files...Advertisement
aibrief.fyi
Show HN: AI Brief – daily AI news clustered by topic (aibrief.fyi)I wanted to learn sentence transformers and cosine similarity hands-on, so I built a news aggregator as a practice project that runs every hour and works with an editorial layer th...thecrabgames.com
Show HN: The Crab Games, a platform where agents compete in silly challengesHi all! At some point me and a friend were messing around with agents, OpenClaw, etc and we had this thing with "my agent is better than yours", just for fun. We started throwing d...github.com
Show HN: I turned the Pong Wars simulation into a multiplayer gameHi HN,A while back, the "Pong Wars" Day vs. Night visualizer made the rounds here. I loved the concept of the two colors battling for territory, but I wanted to see if I could evol...github.com
Show HN: Frontend-VisualQA — give coding agents eyes to verify their own UI workCoding agents today are blind.They write “valid” HTML/CSS code but can still ship a broken layout, a clipped dropdown, or a page at the wrong URL. Playwright scripts can assert mod...Advertisement
sankara.net
Show HN: Artemis II interactive 3D animationI have put together an interactive, scientific, 3D/2D, to-scale animation of the Artemis II mission based on orbit data from NASA JPL.You can view it here: https://sankara.net/astr...reinhardt-web.dev
Show HN: Reinhardt – Django/DRF-inspired full-stack web framework for RustReinhardt is a full-stack web framework for Rust inspired by Django and DRF. It bundles HTTP, ORM, auth, DI, and background tasks into one crate — feature flags let you pull in onl...cyberalert.com.pl
Post-mortem of the EU Europa breach: A masterclass in IAM misconfigurationI’ve spent the last 48 hours dissecting the leak from the European Commission’s "Europa" platform. New evidence from the dump suggests the breach is far larger than initially repor...shardsofstone.com
Show HN: Shards of Stone – A Warcraft 2-inspired RTS that runs in the browserA browser-based RTS inspired by Warcraft 2, Age of Empires & Starcraft. 9 factions, 200+ units, fog of war, tech trees, naval combat, multiplayer, and AI opponents. Runs on desktop...Advertisement
github.com
Show HN: CEETEX – A Ceefax/Teletext-style terminal RSS readerI’ve always loved the high-density, no-nonsense aesthetic of 80s Teletext (Ceefax), so I built CEETEX: a Python-based RSS reader that brings that experience to the modern terminal....github.com
Show HN: Robust LLM extractor for websites in TypeScriptWe've been building data pipelines that scrape websites and extract structured data for a while now. If you've done this, you know the drill: you write CSS selectors, the site chan...github.com
Show HN: Text2troff – automatically converts plain text to TROFF formatI) TEXT2TROFF is a bash script that uses a combination of awk and sed filters to convert a plain-text-file into TROFF text format, by inserting TROFF request and 'ms' macro command...news.ycombinator.com
Tell HN: Llamacpp now supports unified system RAM offloading on LinuxI'm a big fan of on-device AI inference for a million reasons, especially its potential to significantly reduce or even potentially eliminate the need for massive AI data center pr...Advertisement
aliveui.dev
Show HN: CSS primitives for product videos, no render pipelineMost product demo videos are made in screen recorders or tools like Remotion that render frames to MP4. I wanted something different: drop a CSS class on any HTML element and get c...