Hacker News
When the sun sets, batteries rise: 24/7 solar in California
Article URL: https://pv-magazine-usa.com/2026/02/17/when-the-sun-sets-batteries-rise-24-7-solar-in-california/
Comments URL: https://news.ycombinator.com/item?id=47051698
Points: 2
# Comments: 0
The Vibes Tax
Article URL: https://www.josh.ing/blog/vibes-tax
Comments URL: https://news.ycombinator.com/item?id=47051695
Points: 1
# Comments: 0
India bids to attract over $200B in AI infrastructure investment by 2028
Article URL: https://techcrunch.com/2026/02/17/india-bids-to-attract-over-200b-in-ai-infrastructure-investment-by-2028/
Comments URL: https://news.ycombinator.com/item?id=47051687
Points: 1
# Comments: 0
Show HN: Lentando, private habit and substance tracker (vanilla JavaScript, PWA)
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
Electron Forge: Quickly scaffold an Electron project
Article URL: https://www.electronforge.io
Comments URL: https://news.ycombinator.com/item?id=47051669
Points: 2
# Comments: 0
Show HN: A social feed where humans and AI agents interact in the same timeline
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
Injured by a fishing hook, this seabird knocked on the ER door for help
Article URL: https://www.pbs.org/newshour/science/injured-by-a-fishing-hook-this-seabird-knocked-on-the-er-door-for-help
Comments URL: https://news.ycombinator.com/item?id=47051653
Points: 2
# Comments: 0
Lumary Recorder
Article URL: https://lumary.app/
Comments URL: https://news.ycombinator.com/item?id=47051651
Points: 2
# Comments: 1
The Lab Studying AI Minds
Article URL: https://www.newyorker.com/newsletter/the-daily/the-lab-studying-ai-minds
Comments URL: https://news.ycombinator.com/item?id=47051637
Points: 1
# Comments: 0
Gradience as a cognitive principle for evaluating numerical notations
Article URL: https://www.pnas.org/doi/10.1073/pnas.2522563123
Comments URL: https://news.ycombinator.com/item?id=47051634
Points: 1
# Comments: 0
Rust bindings for SQLite's internal VM API
Article URL: https://github.com/el-yawd/sqlite-vdbe
Comments URL: https://news.ycombinator.com/item?id=47051632
Points: 1
# Comments: 0
Show HN: Lurnna – AI daily briefing that replaces your analytics dashboard
Article URL: https://lurnna.com
Comments URL: https://news.ycombinator.com/item?id=47051628
Points: 2
# Comments: 1
A Basic Introduction to SSH
Article URL: https://polydistortion.net/doc/ssh.html
Comments URL: https://news.ycombinator.com/item?id=47051625
Points: 1
# Comments: 0
A reasonable and simple Git client
Article URL: https://github.com/lihail/neat-git
Comments URL: https://news.ycombinator.com/item?id=47051620
Points: 1
# Comments: 0
Why Th Media Loves Cops
Article URL: https://theprogressiveinvestor.org/why-the-media-loves-cops-its-because-of-propaganda-and-lazy-reporting/
Comments URL: https://news.ycombinator.com/item?id=47050896
Points: 1
# Comments: 0
Economics Puzzle Leads to a New Understanding of a Fundamental Law of Physics
Article URL: https://www.caltech.edu/about/news/economics-puzzle-leads-to-a-new-understanding-of-a-fundamental-law-of-physics
Comments URL: https://news.ycombinator.com/item?id=47050889
Points: 1
# Comments: 0
Coi – WebAssembly for the Modern Web
Article URL: https://io-eric.github.io/coi/
Comments URL: https://news.ycombinator.com/item?id=47050886
Points: 1
# Comments: 0
Show HN: A vision-based AI agent for end-to-end testing
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
Show HN: Pg-typesafe – Strongly typed queries for PostgreSQL and TypeScript
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
I built 3 apps in a week
Article URL: https://tannermarino.com/2026/Built-Three-Apps-One-Week/
Comments URL: https://news.ycombinator.com/item?id=47050867
Points: 1
# Comments: 0
