Newsy.co

Wilhelm Erasmus's Feed

Show HN: Guftaguu – Anonymous Chat and Real-Time Games (No Login Required)

I built an anonymous real-time chat app (think modern Omegle) from scratch — plus a bunch of built-in multiplayer mini-games — just because I thought it would be fun. Try it here: https://guftaguu.vercel.appWhat it does• Anonymous chat: Instantly pair with a stranger and start talking. No account, no history — everything disappears when you leave.• Play games together: If the conversation gets awkward (or you just want chaos), you can jump into:Tic-Tac-ToeConnect 4Rock–Paper–ScissorsDo

Ask HN: How can I get better at using AI for programming?

I've been working on a personal project recently, rewriting an old jQuery + Django project into SvelteKit. The main work is translating the UI templates into idiomatic SvelteKit while maintaining the original styling. This includes things like using semantic HTML instead of div-spamming, not wrapping divs in divs in divs, and replacing bootstrap with minimal tailwind. It also includes some logic refactors, to maintain the original functionality but rewritten to avoid years of code debt. Thi

Show HN: Production-ready VS Code Extension boilerplate using React 19

Hi HN,I built and open-sourced a production-ready boilerplate for building VS Code extensions using React-based webviews.It focuses on removing setup friction while keeping the architecture clean and extensible.Key features: - React 19 + TypeScript - Tailwind CSS - esbuild-based bundling (fast builds) - Two-way messaging between extension and webview - VS Code theme-aware styling - Production-ready build and packaging setupThe repo includes documentation and a deployment guide.GitHub: https:&#x2

Show HN: Free reaction time and cognitive training games for esports players

Built a free browser-based platform with 11 mini-games to train gaming reflexes, memory, and focus. Tests reaction speed (average gamer: 200-300ms, pros: 150-200ms), visual tracking, pattern recognition, and mental flexibility.<p><pre><code> No signup, all scores stored locally, takes 1-2 mins per test. Useful for anyone into competitive FPS&#x2F;MOBA games or just curious about their cognitive performance. Feedback welcome!</code></pre>

New React RSC Vulnerabilities Enable DoS and Source Code Exposure

The React team has released fixes for two new types of flaws in React Server Components (RSC) that, if successfully exploited, could result in denial-of-service (DoS) or source code exposure.

Goal-Setting App with Community Features

Hey everyone, I&#x27;m an alumni who&#x27;s worked in corporate roles for the past 4 years, and I&#x27;m tired of it. I&#x27;ve always wanted to build something that actually helps people, and trusted that if I provide value to society, the money will follow. I have an idea for a startup: before I full send it (i.e., quit my job), I&#x27;d appreciate your feedback!About me - I had a relatively smooth university experience: my grades were good enough to apply to most job; I was fortunate to land

Show HN: Pure – An interactive satire on the absurdity of 'Terms of Service'

Hi HN,I built this last week after an experience at a bank branch that stuck with me. The rep literally said, “Don’t bother reading it, just scroll to the bottom so the button unlocks.”It hit me how routine and meaningless “consent” has become, not a decision, just a UI step everyone knows they’re supposed to get through.So I made PURE. It looks like a minimal fintech onboarding flow, but the ToS never actually ends. As you scroll, the text starts reacting to you, poking at the whole idea of bli

Show HN: Manifesto – An AI-Native UI Framework Intent-to-State, Not Text-to-App

Hi HN,I&#x27;m the creator of Manifesto AI.I&#x27;ve noticed that while LLMs are getting smarter, their ability to interact with complex Web UIs is still fragile. Agents usually have to &quot;guess&quot; DOM selectors or rely on vision, which leads to hallucinations and broken workflows.I realized that for AI to be useful in SaaS&#x2F;B2B software, we don&#x27;t need &quot;Generative UI&quot; (Text-to-App); we need a deterministic &quot;State Layer&quot; that agents can understand and control di

Show HN: Built an all-in-one feedback board for SaaS apps – Ship features

I’ve been building something I personally always needed - a simple, beautiful way to collect product feedback and decide what to build next. Today, it&#x27;s finally live.Introducing: VicharFlowA minimal yet powerful tool to collect ideas → prioritize them → ship features users loveWhy I built it Every feedback tool I tried was either too bloated, too expensive, or just boring. So I made one that focuses on what matters:Everything essential. Nothing extra. FeaturesEmbedded Feedback Widget: Plug

Show HN: Watsn.ai – Scarily accurate lie detector

No signup required—just upload or record a video to verify its truthfulness. You can test it on anyone: internet clips, your significant other, or even yourself.I&#x27;m aware there are tons of scammy &#x27;lie detector&#x27; apps out there, but I built this using SOTA multimodal models in hopes of creating a genuine breakthrough in the space.It analyzes micro-expressions, voice patterns, and context. In my own testing (over 50 trials), it reached about 85% accuracy, which honestly felt a bit sc

Show HN: Geetanjali – RAG-powered ethical guidance from the Bhagavad Gita

I built a RAG application that retrieves relevant Bhagavad Gita verses for ethical dilemmas and generates structured guidance.The problem: The Gita has 701 verses. Finding applicable wisdom for a specific situation requires either deep familiarity or hours of reading.How it works: 1. User describes their ethical dilemma 2. Query is embedded using sentence-transformers 3. ChromaDB retrieves top-k semantically similar verses 4. LLM generates structured output: 3 options with tradeoffs, implementat

Show HN: GitHired – Find Your Next 10x Engineer

Hey HN - today I’m launching GitHired. A hiring platform that ranks developers based on what they actually build — not what they claim on a PDF. It’s called GitHired, and here’s the core idea: GitHub &gt; ResumesInstead of trusting “proficient in React” bullet points, we analyze a candidate’s actual GitHub: their real tech stacktheir most complex projectshow active they arewhat kinds of contributions they makewhich skills match your job descriptionand yes, we detect fake “green square farming.”

Show HN: Tusk Drift – Open-source tool for automating API tests

Hey HN, I&#x27;m Marcel from Tusk. We’re launching Tusk Drift, an open source tool that generates a full API test suite by recording and replaying live traffic.How it works:1. Records traces from live traffic (what gets captured)2. Replays traces as API tests with mocked responses (how replay works)3. Detects deviations between actual vs. expected output (what you get)Unlike traditional mocking libraries, which require you to manually emulate how dependencies behave, Tusk Drift automatically rec

Show HN: Visual DB – Web front end for your database (update)

Hi HN, I’m Sandhya and we have built Visual DB — a web front end for databases. It lets you create data-entry forms, spreadsheet-like grids, and reports directly on top of your existing relational database.Here’s a quick walkthrough: https:&#x2F;&#x2F;youtu.be&#x2F;4zv_HQKdKeI (13 minutes)WHAT PROBLEM IS THIS SOLVING?Building CRUD apps with master-detail forms, transactions, and proper concurrency controls typically requires weeks of custom development and ongoing maintenance. Visual DB lets you

Show HN: Pytest-httpdbg – a simple way to include HTTP traces in Allure reports

Hi HN,I recently updated my pytest plugin based on httpdbg to include the HTTP traces directly in the Allure reports. As with httpdbg, the idea is to have nothing more to do than to add an argument to your command line: --httpdbg-allure.For example:pytest examples&#x2F;pytest_demo.py --alluredir=.&#x2F;allure-results --httpdbg-allureFor each test, all HTTP requests will be recorded and saved in the Allure report under a step named httpdbg.You can check the README in the repository to see how it

Show HN: WorkBill – Modern Alternative to QuickBooks

Hi HN, I am Aswin Mohan(https:&#x2F;&#x2F;aswinmohan.me), a full-stack mobile&#x2F;web developer. I have been working on WorkBill (https:&#x2F;&#x2F;workbill.co) for the past 6 weeks on the side and wanted to share it here.demo: https:&#x2F;&#x2F;demo.workbill.co&#x2F;inbox (no signup needed) video-demo: https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;9775811960ad47d7ada89007d8169d90WorkBill is the modern, flexible accounting platform for small businesses. It is based on BeanCount(https:&#x2F;&#x

Show HN: OgBlocks – Animated UI Library for CSS Haters

Hey HN,I&#x27;m Karan, a frontend developer who loves creating UIs, but I&#x27;ve found that many people don&#x27;t like CSS, but they want their website to look beautiful and polished, and what better way to enhance a website than with animationsAnimations using plain CSS are tricky, and that&#x27;s why I leaned towards Motion a powerful animation library for React, and I built ogBlocks using React, Motion, and Tailwind CSSI built it for three reasons:1. Anyone can integrate beautiful animated

Show HN: C-Minus Preprocessor v2

About 3 years ago i wrote a custom preprocessor to assist in processing the SQLite project&#x27;s JavaScript builds (e.g. filtering the small differences between vanilla JS and ESM modules). Recently, that app was forked, refactored into a library, and is now, AFAIK, the world&#x27;s only source-agnostic[^1], client-extensible preprocessor (if one doesn&#x27;t count sed, awk, etc.).It&#x27;s implemented in portable C99 and has a two-file source distribution (one header, one .c file). Its only th

Show HN: ClientDock – Client portal built on Cloudflare Workers

Hi HN,I built ClientDock - a client portal for service providers to manage communications and files without email chaos.Background: After losing a critical client deliverable in a 200+ email thread, I decided to build a better solution. Most &quot;client portals&quot; are bloated project management tools. I wanted something focused on one thing: making client communication effortless.Technical Details: - Built with Next.js 15 (App Router) - Deployed on Cloudflare Workers using OpenNext adapter -

Show HN: mDNS name resolution for Docker container names

I always wanted this: an easy way to reach &quot;resolve docker container by name&quot; -- e.g., to reach web servers running in Docker containers on my dev machine. Of course, I could export ports from all these containers, try to keep them out of each others hair on the host, and then use http:&#x2F;&#x2F;localhost:PORT. But why go through all that trouble? These containers already expose their respective ports on their own IP (e.g., 172.24.0.5:8123), so all I need is a convenient way to find