frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Deep learning gets the glory, deep fact checking gets ignored

https://rachel.fast.ai/posts/2025-06-04-enzyme-ml-fails/index.html
257•chmaynard•3h ago•37 comments

Precious Plastic Is in Trouble

https://www.preciousplastic.com//news/problems-in-precious-plastic
33•diggan•2h ago•17 comments

A deep dive into self-improving AI and the Darwin-Gödel Machine

https://richardcsuwandi.github.io/blog/2025/dgm/
52•hardmaru•3h ago•6 comments

Show HN: Ephe – A Minimalist Open-Source Markdown Paper for Today

https://github.com/unvalley/ephe
37•unvalley•2h ago•5 comments

Human Brain Cells on Chip for Sale – First biocomputing platform hits the market

https://spectrum.ieee.org/biological-computer-for-sale
32•mdp2021•3h ago•14 comments

Patched (YC S24) Is Hiring SWEs in Singapore

https://www.ycombinator.com/companies/patched/jobs/hgDeMBr-software-engineer
1•rohansood15•14m ago

Destination: Jupiter

https://clarkesworldmagazine.com/liptak_06_25/
65•AndrewLiptak•5h ago•25 comments

Brain aging shows nonlinear transitions, suggesting a midlife "critical window"

https://www.pnas.org/doi/10.1073/pnas.2416433122
45•derbOac•1h ago•7 comments

The Small World of English

https://www.inotherwords.app/linguabase/
116•michaeld123•10h ago•58 comments

Mapping latitude and longitude to country, state, or city

https://austinhenley.com/blog/coord2state.html
19•azhenley•3h ago•9 comments

Show HN: AirAP AirPlay server - AirPlay to an iOS Device

https://github.com/neon443/AirAP
139•neon443•5h ago•21 comments

Show HN: I wrote a Java decompiler in pure C language

https://github.com/neocanable/garlic
151•neocanable•13h ago•72 comments

Show HN: An Alfred workflow to open GCP services and browse resources within

https://github.com/dineshgowda24/alfred-gcp-workflow
36•dineshgowda24•5h ago•8 comments

Show HN: Gradle plugin for faster Java compiles

https://github.com/elide-dev/gradle
15•sgammon•5h ago•10 comments

Polish engineer creates postage stamp-sized 1980s Atari computer

https://arstechnica.com/gadgets/2025/06/polish-engineer-creates-postage-stamp-sized-1980s-atari-computer/
40•dangle1•2h ago•1 comments

New study casts doubt on the likelihood of Milky Way collision with Andromeda

https://www.durham.ac.uk/departments/academic/physics/news/new-study-casts-doubt-on-the-likelihood-of-milky-way-collision-with-andromeda/
5•layer8•2h ago•0 comments

Show HN: Localize React apps without rewriting code

https://github.com/lingodotdev/lingo.dev
60•maxpr•7h ago•53 comments

(On | No) Syntactic Support for Error Handling

https://go.dev/blog/error-syntax
283•henrikhorluck•8h ago•377 comments

CVE-2024-47081: Netrc credential leak in PSF requests library

https://seclists.org/fulldisclosure/2025/Jun/2
42•jupenur•6h ago•11 comments

The Shape of the Essay Field

https://paulgraham.com/field.html
52•luisb•15h ago•34 comments

Ask HN: Options for One-Handed Typing

65•Townley•5h ago•69 comments

Show HN: Controlling 3D models with voice and hand gestures

https://github.com/collidingScopes/3d-model-playground
77•getToTheChopin•10h ago•17 comments

Changing Directions

https://jacobian.org/2025/jun/3/changing-directions/
29•speckx•7h ago•7 comments

Quarkdown: A modern Markdown-based typesetting system

https://github.com/iamgio/quarkdown
578•asicsp•17h ago•245 comments

Swift at Apple: Migrating the Password Monitoring Service from Java

https://www.swift.org/blog/swift-at-apple-migrating-the-password-monitoring-service-from-java/
193•fidotron•8h ago•142 comments

AI LLMs can't count lines in a file

5•sha-69•43m ago•3 comments

Meta pauses mobile port tracking tech on Android after researchers cry foul

https://www.theregister.com/2025/06/03/meta_pauses_android_tracking_tech/
9•coloneltcb•1h ago•1 comments

Can adults grow new brain cells?

https://www.livescience.com/health/neuroscience/can-adults-grow-new-brain-cells
56•bookofjoe•4h ago•21 comments

Vision Language Models Are Biased

https://vlmsarebiased.github.io/
125•taesiri•12h ago•98 comments

There should be no Computer Art (1971)

https://dam.org/museum/essays_ui/essays/there-should-be-no-computer-art/
75•glimshe•15h ago•116 comments
Open in hackernews

Rethinking PostgreSQL Storage

https://www.ubicloud.com/blog/time-to-rethink-postgresql-storage
25•furkansahin•1d ago

Comments

fake-name•1d ago
* if you're doing cloud stuff.

Otherwise, continue as normal.

It turns out that local drives continue to be faster then remote drives. Who would have thought?

speedbird•1d ago
Well this is quite a simplification and also happens to miss out a while swathe of history.

There’s a massive it depends, not all about basic performance.

hanikesn•1d ago
Yeah storage appliances predate public clouds fo at least a decade. Not even talking about mainframes etc.
kevincox•1d ago
Honestly the takeaway I get from this is that Auora is pretty incredible (possible consistency bugs aside) in that it gets nearly the performance of local disk without the risk of data loss and downtime due to hardware failure (although the more complex architecture can of course cause data loss and failure due to other problems).
isoprophlex•1d ago
This is an advert, trying to sell you something. The only bits of information that could be tangentially interesting is "local drives outperform network attached storage", or, "aws can get really expensive". But none of these things are particularly novel findings.
9dev•1d ago
Still makes for compelling reasons to choose a different architecture for new database deployments than you used to; datacenter offerings from the likes of Hetzner can be a vastly superior choice over cloud providers for IO-intensive workloads like database servers.
ozgune•1d ago
Question to author.

Are you planning to publish CH benchmarks (TPC-C and TPC-H combined)? I'd expect Aurora to perform much worse on CH than on TPC-C/H. That's because Aurora pushes the WAL logs to replicated shared storage. Since you only need quorum on a write, you get a fast ack on the write (TPC-C). The way you've run TPC-H doesn't modify the data that much, so you also get baseline Postgres performance.

However, when you're pushing writes and you have a sequential scan over the data, then Aurora needs to reconcile the WAL writes, manage locks, etc. CH benchmark exercises that path and I'd expect it to notably slow down Aurora.

(Disclaimer: ex-Citus and current Ubicloud founder)

pwmtr•1d ago
Yes, that is correct. That said, in our tests we only saw 2x improvements in CH benchmarks. However, we found out that it was due to an architectural issue in our VM I/O path and how we virtualize the storage. Based on our estimations we should see ~5x difference but for that we need to revamp our storage virtualization first.

We have plans for publishing a CH benchmark results on a follow up blog post. However, we didn't want to do that for now to not put misleading results.

regularfry•1d ago
What surprised me here is how close Aurora got. That's some magic right there.

I've always held that if you want resilience, you just cannot rely on local storage. No matter how many times you've got data replicated locally, you're still at risk of the whole machine failing - best case falling off the network, worst case trashing all its disks in some weird failure state as the RAID firmware decides today is the day to Just Not. And while you might technically still be able to recover the data, you're still offline.

You just need your data to be off the machine already when that happens. Not to say that all access needs to go over the network - local caching ought to go a long way here - but the default should be to switch to another machine and recycle the failed one.

Relevant to the article, this is independent of the speed and reliability of the actual hardware. It was true in 2010, it's true now.

jbverschoor•1d ago
Please add [Ad] to the title
lionls•1d ago
no network layer for local drives, therefore faster than remote drives
fmajid•1d ago
This is supposed to be news? Databases moved to SSDs 15 years ago, but it’s true the high-latency SAN mindset lingers in its reincarnation as EBS.
SonOfLilit•1d ago
There's this amazing gif at the top that shows local storage running circles around network storage, and then the benchmarks are... x1.5-x4? I feel like the graphic is very misleading here...
kakoni•1d ago
> standard-8 instance (comes with 8 vCPU, 32GB RAM and local NVMe SSD)

So were they using the GD instances? (With XXgd instances, local NVMe-based SSDs are physically connected to the host server..) or something else?

panrobo•1d ago
there is a middle ground where you can get NVMe-optimized networked storage with solutions like simplyblock. It gives you local-like performance but separates compute from storage and gives more options for backup & DR.
kkfx•1d ago
I agree but... NVME actually is also network attachable!

Beside that IMVHO the future of cloud, meaning the modern mainframe, is the cluster, or decentralized applications run from homes and sheds with p.v. and local storage, the desktop at the center. Because we can't live with such centralization, we can't evolve and we can't even be democracies with such model where information in in the hands of very few at such level of details. With FTTH, p.v., energy storage, IT development we could came back to the original interconnected desktop model sparing resources instead of consuming more.