frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

New protein therapy shows promise as antidote for carbon monoxide poisoning

https://www.medschool.umaryland.edu/news/2025/new-protein-therapy-shows-promise-as-first-ever-antidote-for-carbon-monoxide-poisoning.html
118•breve•3h ago•26 comments

NSF and Nvidia award Ai2 $152M to support building an open AI ecosystem

https://allenai.org/blog/nsf-nvidia
75•_delirium•2h ago•31 comments

Why LLMs Can't Build Software

https://zed.dev/blog/why-llms-cant-build-software
90•srid•2h ago•41 comments

Statement Regarding Misleading Media Reports

https://www.kodak.com/en/company/blog-post/statement-regarding-misleading-media-reports/
21•whicks•35m ago•3 comments

What's the strongest AI model you can train on a laptop in five minutes?

https://www.seangoedecke.com/model-on-a-mbp/
287•ingve•2d ago•103 comments

Launch HN: Cyberdesk (YC S25) – Automate Windows legacy desktop apps

6•mahmoud-almadi•19m ago•1 comments

Is chain-of-thought AI reasoning a mirage?

https://www.seangoedecke.com/real-reasoning/
24•ingve•1h ago•15 comments

Arch shares its wiki strategy with Debian

https://lwn.net/SubscriberLink/1032604/73596e0c3ed1945a/
231•lemper•6h ago•82 comments

Jujutsu and Radicle

https://radicle.xyz/2025/08/14/jujutsu-with-radicle
31•vinnyhaps•1h ago•6 comments

Org-social is a decentralized social network that runs on an Org Mode

https://github.com/tanrax/org-social
115•todsacerdoti•4h ago•21 comments

Brilliant illustrations bring this 1976 Soviet edition of 'The Hobbit' to life (2015)

https://mashable.com/archive/soviet-hobbit
125•us-merul•3d ago•43 comments

Blood Oxygen Monitoring Returning to Apple Watch in the US

https://www.apple.com/newsroom/2025/08/an-update-on-blood-oxygen-for-apple-watch-in-the-us/
26•thm•2h ago•4 comments

Mbodi AI (YC X25) Is Hiring a Founding Research Engineer (Robotics)

https://www.ycombinator.com/companies/mbodi-ai/jobs/ftTsxcl-founding-research-engineer
1•chitianhao•3h ago

Passion over Profits

https://dillonshook.com/passion-over-profits/
33•dillonshook•2h ago•21 comments

SIMD Binary Heap Operations

http://0x80.pl/notesen/2025-01-18-simd-heap.html
20•ryandotsmith•2d ago•1 comments

Meta accessed women's health data from Flo app without consent, says court

https://www.malwarebytes.com/blog/news/2025/08/meta-accessed-womens-health-data-from-flo-app-without-consent-says-court
216•amarcheschi•4h ago•122 comments

Ask HN: How do you tune your personality to get better at interviews?

11•tombert•29m ago•13 comments

Linux Address Space Isolation Revived After Lowering 70% Performance Hit to 13%

https://www.phoronix.com/news/Linux-ASI-Lower-Overhead
100•teleforce•3h ago•25 comments

Funding Open Source like public infrastructure

https://dri.es/funding-open-source-like-public-infrastructure
169•pabs3•12h ago•81 comments

A new poverty line shifted the World Bank's poverty data. What changed and why?

https://ourworldindata.org/new-international-poverty-line-3-dollars-per-day
34•alphabetatango•3d ago•23 comments

Zenobia Pay – A mission to build an alternative to high-fee card networks

https://zenobiapay.com/blog/open-source-payments
201•pranay01•13h ago•211 comments

Great Myths #16: The Conflict Thesis

https://historyforatheists.com/2025/08/the-great-myths-16-the-conflict-between-science-and-religion/
7•stone-on-stone•2d ago•1 comments

Meta's flirty AI chatbot invited a retiree to New York

https://www.reuters.com/investigates/special-report/meta-ai-chatbot-death/
28•edent•51m ago•12 comments

"None of These Books Are Obscene": Judge Strikes Down Much of FL's Book Ban Bill

https://bookriot.com/penguin-random-house-florida-lawsuit/
189•healsdata•1h ago•175 comments

Show HN: Yet another memory system for LLMs

https://github.com/trvon/yams
128•blackmanta•12h ago•33 comments

PYX: The next step in Python packaging

https://astral.sh/blog/introducing-pyx
698•the_mitsuhiko•21h ago•424 comments

OCaml as my primary language

https://xvw.lol/en/articles/why-ocaml.html
351•nukifw•21h ago•251 comments

What Medieval People Got Right About Learning (2019)

https://www.scotthyoung.com/blog/2019/06/07/apprenticeships/
130•ripe•15h ago•76 comments

iPhone DevOps

https://clearsky.dev/blog/iphone-devops-ssh/
118•ustad•6h ago•91 comments

Kodak says it might have to cease operations

https://www.cnn.com/2025/08/12/business/kodak-survival-warning
297•mastry•2d ago•204 comments
Open in hackernews

Linux Address Space Isolation Revived After Lowering 70% Performance Hit to 13%

https://www.phoronix.com/news/Linux-ASI-Lower-Overhead
100•teleforce•3h ago

Comments

api•2h ago
That's still really massive. It would only make sense in very high security environments.

Honestly running system services in VMs would be cheaper and just as good, or an OS like Qubes. VM hit is much smaller, less than 1% in some cases on newer hardware.

riedel•2h ago
From reading the article that is the exactly also the feeling of the people involved. The question is if they are on track towards e.g. the 1% eventually.
eptcyka•2h ago
VMs suffer from memory use overhead. Would be cool if the guest kernel would cooperate with the host on that.
traverseda•1h ago
It will! For Linux hosts and Linux guests, if you use virtio and memory ballooning.
shortrounddev2•1h ago
This was an issue for me a few years ago running docker on macOS. macOS required you to allocate memory to docker ahead of time, whereas Windows/Hyper-V was able to use memory ballooning in WSL2
api•1h ago
It's possible to address this to some extent with ballooning memory drivers, etc.
jeroenhd•22m ago
There's KSM that should help: https://pve.proxmox.com/wiki/Kernel_Samepage_Merging_(KSM)

Probably works best running VMs with the same kernel and software version.

gpapilion•1h ago
It makes sense in any environment you have two workloads sharing compute from two parties, public clouds.

The protection here is to ensure the vms are isolated. Without doing this there is the potential you can leak data via speculative execution across guests.

russdill•19m ago
Look at it this way, any time a new side channel attack comes out the situation changes. Having this as a mitigation that can be turned on is helpful
Traubenfuchs•2h ago
Sometimes something in me starts thinking about if this regularly occurring slowing of chips through exploit mitigation is deliberate.

All of big tech wins: CPUs get slower and we need more vcpu's and more memory to serve our javascript slop to end customers: The hardware companies sell more hardware, the cloud providers sell more cloud.

bzzzt•2h ago
Why would big tech do this when customers bring it upon themselves by building Javascript slop?
worthless-trash•1h ago
Big tech isnt running their stack on js.
bzzzt•56m ago
Maybe, but their cloud customers certainly are.
Avamander•1h ago
These types of mitigations have the biggest benefit when resources are shared. Do you really think cloud vendors want to lose performance to CPU or other mitigations when they could literally sell those resources to customers instead?
bzzzt•54m ago
They don't lose anything since they sell the same instance which performs less with the mitigations on. Customers are paying because they need more instances.
gpapilion•1h ago
I think it’s more pragmatic. We can eliminate hyperthreading to solve this, or increase memory safety at the cost of performance. One is a 50% hit in terms of vcpus, the other is now sub 50%.
Traubenfuchs•28m ago
They also need some phony justifications though.

Can't just turn off hyperthreading.

depingus•1h ago
Sometimes its fun to engage in a little conspiratorial thinking. My 2 cents... That TPM 2.0 requirement on Windows 11 is about to create a whole ton of e-waste in October (Windows 10 EOL).
kookamamie•2h ago
Windows suffers from similar effects when Virtualization-Based Security is active.
Avamander•1h ago
At the same time VBS is one of the biggest steps forward in terms of Windows kernel security. It's actually considered a proper security boundary.
transpute•1h ago
Hypervisor overhead should be low, https://www.howtogeek.com/does-windows-11-vbs-slow-pc-games/

What kind of workloads have noticeably lower performance with VBS?

kookamamie•1h ago
We're working on HPC / graphics / computer-vision software and noticed a particularly nasty issue with VBS enabled just last week. Although, have to be mentioned it was on Win10 Pro.
jeroenhd•24m ago
It was measured to have a performance impact of up to 10%, with even higher numbers for the nth percentile lows: https://www.tomshardware.com/news/windows-vbs-harms-performa...

Overhead should be minimal but something is preventing it from working as well as it theoretically should. AFAIK Microsoft has been improving VBS but I don't think it's completely fixed yet.

BF6 requiring VBS (or at least "VBS capable" systems) will probably force games to find a way to deal with VBS as much as they can, but for older titles it's not always a bad idea to turn off VBS to get a less stuttery experience.

Eridrus•1h ago
My understanding was that many of the fixes for speculative execution issues themselves led to performance degradation, does anyone know the latest on that and how this compares?

Are these performance hit numbers inclusive of turning off the other mitigations?

snvzz•1h ago
There's about one way[0] to fix timing side channels.

The RISC-V ISA has an effort to standardize a timing fence[1][2], to take care of this once and for all.

0. https://tomchothia.gitlab.io/Papers/EuroSys19.pdf

1. https://lf-riscv.atlassian.net/wiki/spaces/TFXX/pages/538379...

2. https://sel4.org/Summit/2024/slides/hardware-support.pdf