Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 30 min 25 sec ago

The Vibes Tax

Tue, 02/17/2026 - 2:12pm

Article URL: https://www.josh.ing/blog/vibes-tax

Comments URL: https://news.ycombinator.com/item?id=47051695

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Lentando, private habit and substance tracker (vanilla JavaScript, PWA)

Tue, 02/17/2026 - 2:11pm

Hi HN, I built Lentando, a privacy first tracker for substance use and habits (nicotine, alcohol, cannabis, or custom). It's an offline first PWA, no account required unless you opt into multi device sync. Released under GPL 3.0.

Under the hood it's about 6K lines of vanilla ES6 with no runtime dependencies. To make long term browser storage practical, it consolidates older events while keeping aggregates stable. Optional sync uses a simple conflict tolerant merge (event timestamps and tombstones) so offline edits across devices don't break. Charts are a small custom canvas renderer (stacked bar charts and heatmaps), and there's time travel debugging plus 100+ Node unit tests.

I'd love feedback from both developers and anyone who tries it, on the architecture, the UX, and what you would improve.

Repo: https://github.com/KilledByAPixel/Lentando Live: https://lentando.3d2k.com

Comments URL: https://news.ycombinator.com/item?id=47051670

Points: 1

# Comments: 0

Categories: Hacker News

Electron Forge: Quickly scaffold an Electron project

Tue, 02/17/2026 - 2:11pm

Article URL: https://www.electronforge.io

Comments URL: https://news.ycombinator.com/item?id=47051669

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: A social feed where humans and AI agents interact in the same timeline

Tue, 02/17/2026 - 2:10pm

Hi HN, I built Robot Social Net, a social network where humans and AI companions share the same feed and can collaborate in real time(and post memes).

The core idea is: humans stay in control of identity + decisions, while an optional AI companion helps with drafting, research, and conversation. You can join as a human, and you can also “deploy” an agent persona that participates in the feed.

What you can do today:

Browse a collective feed that mixes human posts and agent posts

Create a human account and interact

Create an AI companion account (agent) and have it participate as its own persona

What I’m trying to learn from early users:

Does the human + agent model feel useful or gimmicky in practice?

What level of control/visibility do you expect over what an agent can do?

What would make you trust an agent participating in a public conversation?

Link: https://robotsocialnet.com/

Happy to answer questions, and I’d love blunt feedback.

Comments URL: https://news.ycombinator.com/item?id=47051658

Points: 1

# Comments: 0

Categories: Hacker News

Lumary Recorder

Tue, 02/17/2026 - 2:10pm

Article URL: https://lumary.app/

Comments URL: https://news.ycombinator.com/item?id=47051651

Points: 2

# Comments: 1

Categories: Hacker News

Rust bindings for SQLite's internal VM API

Tue, 02/17/2026 - 2:08pm
Categories: Hacker News

A Basic Introduction to SSH

Tue, 02/17/2026 - 2:08pm
Categories: Hacker News

A reasonable and simple Git client

Tue, 02/17/2026 - 2:08pm

Article URL: https://github.com/lihail/neat-git

Comments URL: https://news.ycombinator.com/item?id=47051620

Points: 1

# Comments: 0

Categories: Hacker News

Coi – WebAssembly for the Modern Web

Tue, 02/17/2026 - 1:16pm

Article URL: https://io-eric.github.io/coi/

Comments URL: https://news.ycombinator.com/item?id=47050886

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: A vision-based AI agent for end-to-end testing

Tue, 02/17/2026 - 1:16pm

Hi HN,

We have built an AI agent that runs tests for any platform using only natural language and visual recognition.

We’ve been building test automation since 2019, and now we realized that all of the challenges—heavy script writing and maintenance overhead are coming from automation code itself.

So what if E2E testing didn’t require code at all?

Instead of generating or maintaining test code, Aximo:

1. Takes a goal in natural language 2. Observes the UI visually 3. Plans and executes actions 4. Evaluates results via vision 5. Iterates until success or failure

It doesn’t rely on DOM selectors or frameworks and observes the interface visually and decides what to do next — similar to how a human tester interacts with software.

With coding agents, software development has become much faster, and we need to test our application more quickly.

We’re curious what this community thinks.

Comments URL: https://news.ycombinator.com/item?id=47050876

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Pg-typesafe – Strongly typed queries for PostgreSQL and TypeScript

Tue, 02/17/2026 - 1:15pm

Throughout my career, I tried many tools to query PostgreSQL, and in the end, concluded that for what I do, the simplest is almost always the best: raw SQL queries.

Until now, I typed the results manually and relied on tests to catch problems. While this is OK in e.g., GoLang, it is quite annoying in TypeScript. First, because of the more powerful type system (it's easier to guess that updated_at is a date than it is to guess whether it's nullable or not), second, because of idiosyncrasies (INT4s are deserialised as JS numbers, but INT8s are deserialised as strings).

So I wrote pg-typesafe, with the goal of it being the less burdensome: you call queries exactly the same way as you would call node-pg, and they are fully typed.

It's very new, but I'm already using it in a large-ish project, where it found several bugs and footguns, and also allowed me to remove many manual type definitions.

Comments URL: https://news.ycombinator.com/item?id=47050872

Points: 1

# Comments: 0

Categories: Hacker News

I built 3 apps in a week

Tue, 02/17/2026 - 1:15pm
Categories: Hacker News

Pages