Wilhelm Erasmus's Feed
Show HN: Clarion – AI system that rejects 97% of news into a high-signal digest
Hey HN — I built this because opening the news started to feel like drinking from a firehose. The signal-to-noise ratio keeps dropping, and most feeds optimize for outrage, not insight.Clarion is a small AI editor that reads thousands of articles weekly, filters hard (~3% make it through), and surfaces only progress-focused stories. The goal: a clear weekly snapshot of what’s actually moving forward, without the doomscroll tax.It runs on a simple stack: Vite + TS frontend, Supabase backend, auto
Show HN: Pinggy – A digital town square for your city
Pinggy is a location-based social app built around short, ephemeral text posts from people in your city. No likes, no followers, no algorithmic feeds - just a chronological stream of local conversations that disappear in 7 days.I built it because most social apps today optimize for reach, virality, and influencer dynamics, which often pushes out authentic, everyday voices. I wanted something smaller, more human — a digital town square where people in the same city can talk without the pressure o
Show HN: Electron for Java. Build App with Java, JavaScript, HTML, and CSS
Hi everyone,I've made a Java project template for building a desktop app with Java, JS, HTML, and CSS. This will enable you to build the frontend using your fav JS framework like Svelte, React, and others.It's like Electron but for Java!For now, it only supports Mac ARM. I'm working toward supporting other platforms as I am launching Backdoor, a self-hostable database querying and editing tool, on different platforms like Mac Intel, Windows, and Linux. Link here: https://
Show HN YC tracker App
I hired a team for my personal project but its not a traditional team. No contractors. Just me + 6 specialized AI agents, named after some of the best (real)people i have worked with in my career.My Team (Agents) :
• Hans-Ole - Frontend Developer (React, animations, UX)
• Trond - Backend Engineer (FastAPI, databases, APIs)
• Jo - DevOps (Infra, Railway deployment, persistence)
• Jagrit - Product Manager (vision, priorities)
• Haider - QA Engineer (testing, validation)
• Simone - AI/ML
Show HN: I built ephemeral authentication – no tokens, just vanishing proofs
Show HN: Ephemeral Auth – Authentication without tokens using vanishing proofsI built a React authentication library that eliminates tokens entirely. Instead of hackable JWT tokens that last for hours, it uses ephemeral cryptographic proofs that vanish after each request.*The Problem:* Token theft gives attackers hours of access
*The Solution:* Single-use sessions that self-destruct after one action\it is on npm on these link https://www.npmjs.com/package/ephemeral-auth-react
Salesforce no longer sells Slack directly in Hong Kong, Macau and Taiwan
Received email from Slack----Hello,As you may know, on July 24, 2019, Salesforce and Alibaba announced a strategic partnership, establishing Alibaba Cloud as the exclusive provider of Salesforce CRM to customers in mainland China, Hong Kong, Macau and Taiwan, as described in more detail here. In connection with this partnership, Slack (a Salesforce company) will not be renewing subscriptions in these regions. We’re contacting you because you’re an Admin of an impacted workspace.You may maintain
Show HN: StenifyAI – AI-generated meeting minutes based on meeting type
We built StenifyAI, a lightweight tool that generates structured meeting minutes from real conversations. It works for both in-person and online meetings, and the output format changes depending on the type of meeting (product sync, client call, brainstorming, lecture, etc.). We started this during a 24-hour Cursor hackathon and spent the past month tightening the UX and accuracy.We built it because most AI summarisation tools give generic notes that miss decisions or ownership. Our own meetings
Sunset District residents react to resignation of SF supervisor after only one week
"Very, very shocked. What's happened? Only one week?" Sunset District residents say Alcaraz's resignation is another obstacle ...
‘We forgive them’: Family of Marshall man shot in October react to arrest of suspects
It’s time to stop the violence. It does not conquer anything. What it does is add more grief to more families. This is not ...
Heartland victims react to sentencing of Johnson and Niswonger following 20-year wire fraud scheme
CAPE GIRARDEAU, Mo. (KFVS) - Dozens of people packed into a courtroom on the fourth floor of the Rush Hudson Limbaugh, Senior ...
'Kiss the playoffs goodbye': Texas fans react to crushing Georgia defeat
Not to be outdone, Georgia Tech rallied from a 28-17 deficit at Boston College and won 36-34 after Aidan Birr hit a go-ahead ...
Officials, residents react after shootings rock 2 Oakland schools
Oakland community members and leaders gathered in the wake of a pair of shootings at two city schools to condemn the deadly ...
NBA Fans React to Pelicans’ Decision to Move On From Willie Green
On Saturday, the New Orleans Pelicans announced that they are moving on from head coach Willie Green in an official statement ...
'I was wrong': Fighters react to Islam Makhachev's historic UFC 322 title win
Makhachev (28-1 MMA, 17-1 UFC) tied Anderson Silva for the longest winning streak in company history at 16 and became the 11th fighter to claim belts in two weight classes with a unanimous decision ...
'Unnecessary chaos' or needed enforcement?: Locals react to border patrol crackdown in Charlotte
While supporters commend the operations for enhancing safety, others argue it breeds fear and disrupts community trust.
'GOAT:' Fighters react to Valentina Shevchenko's title defense vs. Zhang Weili at UFC 322
Shevchenko (26-4-1 MMA, 15-3-1 UFC) put another signature notch on her record with a lopsided unanimous decision victory over ...
Wildcats react to Jaland Lowe suffering another shoulder injury
The story of this season thus far for the Kentucky Wildcats has been the health of point guard Jaland Lowe. After injuring ...
Fans react to rare Battle of the Ravine blowout
The 98th Battle of the Ravine was one of the most highly anticipated with a huge buildup that even drew the attention of ESPN ...
Recruits React: Ole Miss Football Commits and Targets Rave About Lane Kiffin, Rebels
No. 5 Ole Miss (10-1, 6-1 SEC) navigated a critical weekend on the recruiting trail after hosting a myriad of prospects to ...
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/pytest_demo.py --alluredir=./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