Hacker News

Latest

Aws.com and google.com don't have DNSSEC enabled

2026-06-10 @ 23:57:24Points: 12Comments: 9

Deficient executive control in transformer attention

2026-06-10 @ 23:35:01Points: 16Comments: 3

Unix GC Remastered

2026-06-10 @ 22:48:58Points: 10Comments: 0

A Written Language for the Cherokee So Efficient It Was Thought to Be Magic

2026-06-10 @ 22:07:52Points: 80Comments: 45

What is it like to be a bat? (1974) [pdf]

2026-06-10 @ 20:35:07Points: 62Comments: 50

Raspberry Pi 5 – 16GB RAM

2026-06-10 @ 20:05:21Points: 159Comments: 188

Farmer donates land for a park, city sells it for $10M as data center land

2026-06-10 @ 19:06:50Points: 397Comments: 193

πFS

2026-06-10 @ 18:54:54Points: 501Comments: 132

Anthropic's model naming, extrapolated

2026-06-10 @ 18:45:20Points: 278Comments: 78

Policy on the AI Exponential

2026-06-10 @ 18:36:04Points: 131Comments: 190

GeoLibre 1.0

2026-06-10 @ 17:39:47Points: 148Comments: 9

How JPL keeps the 13-year-old Curiosity rover doing science

2026-06-10 @ 17:30:48Points: 169Comments: 35

Claude Desktop spawns 1.8 GB Hyper-V VM on every launch, even for chat-only use

2026-06-10 @ 17:11:56Points: 336Comments: 239

Cybersecurity researchers aren't happy about the guardrails on Anthropic's Fable

2026-06-10 @ 16:42:00Points: 189Comments: 182

Show HN: Extend UI – open-source UI kit for modern document apps

2026-06-10 @ 16:09:26Points: 147Comments: 36

Demo video here: https://share.extend.ai/kRmSGKRF

When we started, we tried every file viewer and document component library we could find. Unfortunately, none of them had all the functionality (and polish) that we wanted, so we ended up building our own for https://extend.ai/. It was only ever meant to be internal, but enough customers kept asking for it that we decided to open source it.

It's useful for building document processing agents, real-time user facing document intake flows, or all kinds of internal tooling.

We naively thought this would be a solved problem. Turns out, making PDF/XLSX/DOCX viewers that work at scale is not trivial...we use and maintain it for Extend ourselves, so we've fixed a lot of edge cases that came up while running millions of pages / day through our own system. Our hope is that with our resources + community support, it'll keep getting better over time.

Show HN: HelixDB – A graph database built on object storage

2026-06-10 @ 15:47:31Points: 89Comments: 30

https://news.ycombinator.com/item?id=43975423), a project a friend and I started in college. It’s an OLTP graph database built on object-storage, with native vector search and full-text search (FTS).

Why graph, vector and FTS? Graph databases provide a natural cognitive model for data, vectors allow for a semantic understanding of the entities and relationships in the graph, and FTS provides more specific filtering. Many AI-driven applications attempt to combine all of these functionalities by stitching together multiple disconnected systems, but even then there’s no native way to perform joins or queries that span all systems. You still need to handle this logic at the application level.

Helix started as a graph DB, but we moved to a hybrid graph/vector approach after attempting to build an AI memory system, which led us down the GraphRAG and HybridRAG rabbit hole, where we would need separate graph and vector databases.

We knew scalability would be a challenge at each stage of our product's development, however our initial focus this past year was to prove out the product through local deployments and was only meant to be run on a single node. Scaling graph DBs remained a difficult and expensive problem we’d have to solve later. Some common ways other graph DBs solve scaling is by duplicating entire datasets across distributed machines (extremely expensive per node), or by sharding the data.

Sharding databases is effective and affordable, however, graph data doesn’t have explicit partitions like relational databases do. For example, sharding a relational DB involves splitting up tables. When it comes to graph DBs, the edges can span across any of the partitions, and hopping across multiple machines when traversing nodes is ineffective and computationally expensive.

Replicating graph DBs for high availability and better throughput drastically increases the operational cost of the db and still has a limit of how big you can vertically scale. The workload that we’re used for requires storing a huge amount of data for agents, where only a subset of that data is ever needed at any one time. So rather than having the whole thing in memory, we can store it all in object-storage and get the bits we need when they’re needed.

Agents benefit from better context, which is achieved from more and better data (more relationships etc). By using S3 as the persistence/data layer there is no limit to how big the graph can be or how many relationships you can have, and we can scale to serve throughput and requests by horizontally spinning up nodes and caching relevant subsets of the graph on each node. This way, you get extremely low latency for “hot” data and a p99 of ~100ms for writes and ~50ms for reads from cold storage (S3). Plus you get the benefit of dirt cheap storage.

Workloads that HelixDB is currently supporting: - Huge amounts of data (TBs) from which the agents need to search and traverse over - Offering affordable graph storage for companies where cost of graph data is a bottleneck - Consolidating multiple databases, enabling AI agents to have autonomy over companies, helping them become more autonomous. - AI memory - Company brains

We’re currently working on our own generalised AI memory layer which will use HelixDB under the hood and be completely open-source. Also, we’re finishing up on pre-filtering for vector search which will allow you to pre-filter based on relationships in the graph, metadata, and sub-graphs. And lastly, GA cloud will be available in the coming weeks.

If you want to run Helix locally (either on-disk or in-memory), you can find more info on our github (https://github.com/HelixDB/helix-db) or via our docs (https://docs.helix-db.com/database/local-development). If you’re interested in getting started with our distributed cloud, please email us founders@helix-db.com.

Many thanks! Comments and feedback welcome!

Authentication issues related to API requests

2026-06-10 @ 15:29:52Points: 152Comments: 30

Apache Burr: Build reliable AI agents and applications

2026-06-10 @ 15:01:06Points: 172Comments: 90

I'm Eric Ries, author of "The Lean Startup" and new book "Incorruptible" – AMA

2026-06-10 @ 14:47:52Points: 518Comments: 423

It's been fifteen years since I wrote The Lean Startup, and in that time I've seen some things. In both big companies and tiny startups, NGOs and governments, in almost every industry you can name.

I've helped a lot of people create a lot of amazing companies, but I've also seen so many ways this can go wrong. There's a darkness in our industry that we often don't talk about.

I kept watching good companies drift away from the missions they were founded on. Not because anyone woke up one day and decided to be evil, but because the structure they were built on slowly pulled them there. I call that pull "financial gravity."

We've all experienced watching a company we love or admire be warped and broken beyond recognition; until it's a husk of its former self, or worse. I wanted to understand why. And I wanted to know what all of us can do to stop that from happening.

My new book _Incorruptible_ is my attempt to explain the invisible forces that shape organizations, and how a handful of companies (like Costco, Patagonia, and Novo Nordisk) have successfully been structured to resist gravity and thrive for decades -- or even centuries.

Along the way, I founded the Long-Term Stock Exchange, co-founded an AI R&D lab called Answer.AI with Jeremy Howard, and helped a number of notable companies with their governance (yes, including Anthropic).

I won't pretend I have this all figured out, but I've probably spent more time than is healthy on the "why do good companies go bad" question. Ask me anything!

PgDog is funded and coming to a database near you

2026-06-10 @ 14:02:59Points: 382Comments: 197

A €0.01 bank transfer could compromise a banking AI agent

2026-06-10 @ 13:39:11Points: 165Comments: 150

Building an HTML-first site doubled our users overnight

2026-06-10 @ 12:45:47Points: 993Comments: 451

All 9,300 Japanese train station, animated by the year it opened (1872–2026)

2026-06-10 @ 12:11:28Points: 194Comments: 66

Smudging the game disc to make speedrunning 'SpongeBob' faster

2026-06-10 @ 02:25:05Points: 72Comments: 42

Who's the smartest corvid?

2026-06-09 @ 17:37:11Points: 64Comments: 54

Anthropic requires 30 day data retention for Fable and Mythos

2026-06-09 @ 17:23:40Points: 157Comments: 63

Show HN: Atlasphere – Live Infrastructure Diagrams

2026-06-09 @ 12:35:01Points: 21Comments: 12

I was once building a pet project that allowed customers to spin up fully synchronized blockchain nodes within just a few minutes. The backend was split into a control plane and a data plane, each with its own AWS account. Later I added two more AWS accounts. One for shared RPC nodes. One for the Analytics Service.

Since I love to visualize things, I used drawio to visualize the architecture.

With time, I noticed a pattern. I'd write some code, add a few lambda functions, update my drawio diagram, write more code, introduce a few more resources, test things, see that everything works fine and go to sleep with a smile on my face. Next week I'd check my diagram, and shockingly, it's missing some of the resources! This kept happening for a few more weeks until I decided to fully abandon the project until my infrastructure diagrams could stay in sync with my cloud account.

That's how Atlasphere.io was born. I've been working on it for the past 6 months and I think the product is ready for some feedback :)

A few notes:

- Atlasphere uses a ReadOnly IAM role to scan your AWS account (my account reaches your account through a trust relationship).

- The number of services is currently limited (WIP)

- It's a macOS app

- It's NOT an Electron app, i use Rust + Webview

What am I looking for? All I really need is for someone to try the app and tell me what they like about it and what they absolutely hate about it, haha!

The website is https://atlasphere.io/

L'Affaire Siloxane

2026-06-09 @ 05:21:39Points: 153Comments: 23

World Capitals Voronoi

2026-06-08 @ 15:20:08Points: 34Comments: 16

Why are there so many canines in fine art?

2026-06-07 @ 21:20:54Points: 13Comments: 9

Archives

2026

2025

2024

2023

2022