Paraggupta
Friday, May 22, 2026
Show HN: Mechs.lol – a free, web-based autoshooter game https://ift.tt/g9VfNp4
Show HN: Mechs.lol – a free, web-based autoshooter game One unexpected benefit of LLMs is I can work on projects I otherwise wouldn't have taken on. I made a web-based autoshooter (with multiplayer support) heavily using AI / LLMs. This is something I'd consider "alpha" quality so don't expect a super polished experience but it's hopefully fun https://mechs.lol May 22, 2026 at 10:34PM
Thursday, May 21, 2026
Show HN: I Made a Claude Skill for Spec-Driven Development (SDD) https://ift.tt/9PkJAHw
Show HN: I Made a Claude Skill for Spec-Driven Development (SDD) At my work they provided a single Claude subscription for everyone on the team. To be honest I like kiro better as it provides a way better SDD management. But the company can't provide it and I can't afford it yet. Turns out I had the skill creator skill in my claude instance so I made use of it to create this Skill. I made it fully by using Claude but I wanted to make it open source, so I asked it to help me make tests and preparations for it, even a CI to run python tests. Well, we got this results with it: - Phase 2A: 67 static assertions (Python script, runs in CI) - Phase 2B: 15 behavioral tests (live Claude Code session) - Phase 2C: 53 generation quality checks across 3 end-to-end flows All of these passed and the CI also passed (after a few tries). I made it to suit my way of prompting and coding and based it off kiro's SDD management, but I want it to be publicly available and used by many people. According to claude some of the testers need to fit the following criteria: 1. Developer starting a real new project from scratch 2. Solo dev with an active side project (greenfield or partial codebase) 3. Team lead whose team uses multiple AI tools 4. Developer with an existing codebase and no written specs 5. Developer who actively uses 3+ AI coding tools It's actually a blind test, no guiding, just try it if you can, I'd really appreciate your help. The repo is here: https://ift.tt/au7FmCO https://ift.tt/au7FmCO May 21, 2026 at 06:19PM
Show HN: Freenet, a peer-to-peer platform for decentralized apps https://ift.tt/h1OklbV
Show HN: Freenet, a peer-to-peer platform for decentralized apps For the past 5 years or so I've been working on a ground-up redesign of Freenet, my peer-to-peer project from the early 2000s (now renamed Hyphanet). The new Freenet has been up and running since December along with some early applications like River[1], our decentralized group chat and Delta - a decentralized CMS. Users have already started to build their own apps on Freenet including games, and we have some interesting apps in development like Atlas, a search/recommendation engine. Architecturally, this new Freenet is a global, decentralized key-value store where keys are webassembly contracts which define what values (aka "state") are valid for that key, how or when the values can be mutated, and how the state can be efficiently synchronized between peers. We've developed a unique (AFAIK) solution to the consistency problem, every contract must define a "merge" operation for the contract's associated state. This operation must be commutative, meaning that you can merge multiple states in any order and you'll get the same end result. This approach allows state updates to spread through the network like a virus[2], which typically achieves consistent global state in a few seconds or less. Like the world wide web, Freenet applications can be downloaded from the network itself and run in a web browser - similar to single-page apps on the normal web. However, rather than connecting back to an API running in a datacenter, the webapp connects locally to the Freenet peer and interacts with Freenet contracts and delegates over a local websocket connection. If you'd like to try Freenet we have convenient installers for the major desktop OSs but not yet mobile, and you can be chatting with other users on River within seconds[3]. Happy to answer any questions, you're also welcome to read our FAQ[4], or watch a talk I gave back in March[5]. [1] https://ift.tt/njrVWPb [2] https://ift.tt/LMcq3sY [3] https://ift.tt/0dswc8i [4] https://ift.tt/Kg1dDYv [5] https://youtu.be/3SxNBz1VTE0 https://freenet.org/ May 21, 2026 at 08:04PM
Wednesday, May 20, 2026
Show HN: I built Istanbul live transit map https://ift.tt/wZUqexL
Show HN: I built Istanbul live transit map https://tarif.ist/ May 21, 2026 at 01:06AM
Show HN: IgniteMS – batch text embeddings at 253K msg/s on 8x A100 https://ift.tt/5jOl3Ac
Show HN: IgniteMS – batch text embeddings at 253K msg/s on 8x A100 https://ift.tt/wH3RWxe May 20, 2026 at 10:37PM
Show HN: I made a tool for learning scales, chords, and how to combine them https://ift.tt/Zrg51qX
Show HN: I made a tool for learning scales, chords, and how to combine them This started out when I vibe-coded a guitar scale fingering generator. It came out pretty good, and I started adding stuff to it: chords, then how chords and scales interact. Then I added charts for other instruments I mess around with: piano, cello, alto recorder. There's a complexity toggle to go from basic harmony to extended/experimental stuff. It's honestly still mostly a toy, but I thought other people might be interested in playing with it. Source is on github, so it's easy enough to run locally and fork. https://ift.tt/B4i29ou https://ift.tt/R6QJBl8 May 20, 2026 at 11:14PM
Tuesday, May 19, 2026
Show HN: Gaussian Splat of a Strawberry https://ift.tt/mZ7rW0b
Show HN: Gaussian Splat of a Strawberry The Setup: https://ift.tt/vNjBfQh https://ift.tt/5K6Cc4r https://ift.tt/FUesJPo https://ift.tt/xi7targ https://ift.tt/0YbAiWf May 19, 2026 at 04:08PM
Subscribe to:
Posts (Atom)
Show HN: Mechs.lol – a free, web-based autoshooter game https://ift.tt/g9VfNp4
Show HN: Mechs.lol – a free, web-based autoshooter game One unexpected benefit of LLMs is I can work on projects I otherwise wouldn't ha...
-
Show HN: Music player for big local collections with mpd support mpz is a C++/Qt music player focused on UX, with derectory tree and playlis...
-
Show HN: Stickerbox, a kid-safe, AI-powered voice to sticker printer Bob and Arun here, creators of Stickerbox. If AI were built for kids, w...
-
Show HN: HCB Mobile – financial app built by 17 y/o, processing $6M/month Hey everyone! I just built a mobile app using Expo (React Native) ...