frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Workers Cache

https://blog.cloudflare.com/workers-cache/
61•ilreb•54m ago•12 comments

Regression to the Mean: on LLMs and the quiet death of the new

https://rruxandra.github.io/regression-to-the-mean.html
31•rruxandra_l•36m ago•22 comments

Anthropic's Method to Losing Goodwill in a Few Easy Steps

https://raheeljunaid.com/blog/anthropics-method-to-losing-goodwill-in-a-few-easy-steps/
49•raheelrjunaid•1h ago•12 comments

Real-time map of Great Britain's rail network

https://www.map.signalbox.io
243•scrlk•4h ago•97 comments

Road to Elm 1.0

https://elm-lang.org/news/faster-builds
116•wolfadex•2h ago•52 comments

The Fear of Dying Before You Become Yourself

https://www.dailicle.com/read/the-fear-of-dying-before-you-become-yourself
8•dotcoma•40m ago•3 comments

Study: ultra-black coating could reduce satellite light pollution

https://www.surrey.ac.uk/news/astrophysicists-show-how-worlds-darkest-coating-could-protect-night...
23•giuliomagnifico•2h ago•36 comments

Fable 5 On Vending-Bench: Misbehaving, With Plausible Deniability

https://andonlabs.com/blog/fable5-vending-bench
18•optimalsolver•1h ago•1 comments

Why low-latency Java still requires discipline?

https://chronicle.software/insights/blogs/why-low-latency-java-still-requires-discipline
10•theanonymousone•53m ago•0 comments

Show HN: Scan your AI agents for dangerous capabilities

https://github.com/makerchecker/MakerChecker
11•smashini•39m ago•5 comments

Aluminum Foil

https://dernocua.github.io/notes/aluminum-foil.html
5•firephox•28m ago•0 comments

GPT-5.6 Sol Ultra will be in Codex

https://twitter.com/thsottiaux/status/2073933490513752151
355•mfiguiere•12h ago•303 comments

Introduction to Genomics for Engineers

https://learngenomics.dev/docs/biological-foundations/cells-genomes-dna-chromosomes/
104•yreg•4d ago•13 comments

Show HN: Pet Reminder – A macOS reminder app with a desktop pet

https://reminder.w3cub.com/
6•terryXyz•55m ago•1 comments

Real time map of France's rail network

https://carto.tchoo.net/
3•appreciatorBus•36m ago•0 comments

Has_not_been_viewed_much

https://iamwillwang.com/notes/has-not-been-viewed-much/
380•wxw•14h ago•101 comments

Building relationships with customers through support didn't turn out as hoped

https://www.uncommonapps.nyc/p/castro-podcasts-things-i-got-wrong-support
228•dabluck•11h ago•145 comments

C programmers commit fresh crimes against readability

https://www.theregister.com/offbeat/2026/07/05/c-programmers-commit-fresh-crimes-against-readabil...
67•Bender•2h ago•5 comments

The AI Marketing Backlash: Why 'AI-First' Brands Are Starting to Fall Flat

https://www.breef.com/breefingroom/articles/the-ai-marketing-backlash-why-ai-first-brands-are-sta...
38•hasudon7171•1h ago•21 comments

When 2+2=5

https://arstechnica.com/security/2026/06/ai-browsers-can-be-lulled-into-a-dream-world-where-guard...
9•noashavit•3d ago•0 comments

The Complete Homemade Juggling Beanbag Guide

https://www.joshuaclifton.com/juggle/
35•mrauha•4d ago•5 comments

X402, a static blog monetization excercise

https://shtein.me/posts/x402-poc/
14•morty28•3h ago•9 comments

Nintendo announces new product revisions in Europe with replaceable batteries

https://www.nintendo.com/en-gb/Support/Nintendo-Switch-2/Information-about-upcoming-battery-relat...
15•akyuu•38m ago•6 comments

OpenPrinter

https://www.opentools.studio/
1006•bouh•16h ago•242 comments

How the U.S. Engineered Its Sovereignty

https://spectrum.ieee.org/us-engineered-sovereignty
46•rbanffy•3h ago•37 comments

Does code cleanliness affect coding agents? A controlled minimal-pair study

https://arxiv.org/abs/2605.20049
164•softwaredoug•14h ago•81 comments

Show HN: Paint the Earth on a live, interactive globe (collaborative art.)

https://earth.tattoo
11•earth-tattoo•3h ago•8 comments

My quest to see all of Tetris

https://antithesis.com/blog/2026/tetris-quest/
39•wwilson•3d ago•9 comments

Zuckerberg says AI agent development going slower than expected

https://www.reuters.com/business/zuckerberg-says-ai-agent-development-going-slower-than-expected-...
296•cwwc•3d ago•518 comments

Show HN: Homegames. An open-source game platform I've been making for 8 years

https://homegames.io
199•homegamesjoseph•16h ago•52 comments
Open in hackernews

What we learned when a user tried to load a 1 GB GML file in a browser

https://geodataviewer.com/blog/why-vector-tiles-for-large-gis-datasets/
19•twainyoung•3d ago

Comments

pixelesque•1h ago
> ”But Desktop GIS Can Handle It” — No, It Can’t

I feel this is a little disingenuous, especially given it then says QGIS takes ~10 mins to open the same file and then doesn't give a time for ArcGIS.

As much as I have respect for QGIS and what it's capable of (especially given its price point!), it's not always that fast: I recently looked into why drawing polygons interactively was so insanely slow (with the help of perf on Linux) in QGIS, and the code was basically suffering from 'painters algorithm' and is just a really inefficient implementation with loads of redraw and 'find-nearest-point' overhead.

I wouldn't be surprised (as another example: until recent releases, Blender's OBJ format importer was similarly orders of magnitude slower than other DCC apps OBJ importers - e.g. it would take > 2 hours to import a large .obj file other apps could ingest fully in under 30 seconds) if the code path just hasn't been looked at and optimised.

haburka•59m ago
I can’t handle reading articles that seem to be AI assisted text. It is incredibly grating. I wish HN had an AI filter or something.
abanana•49m ago
This article seems to be worse than most, as if someone's deliberately overused the LLM tropes as much as possible. This is not good. It's bad. This is not human. It's AI. This is not nice to read. It's awful.
jamessb•49m ago
I agree that the text is unpleasant to read.

I also dislike the title ("What we learned when a user tried to load a massive GML file in a browser") - it's hard to imagine that someone who had tried to build a viewer for geospatial data would not already know the answer (paraphrasing, "tiling the data will be necessary to achieve acceptable performance, and there are standard methods to do this")

lukasbm•54m ago
If I wanted to read an LLM output, I'd prompt the machine myself