frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The time the x86 emulator team found code so bad they fixed it during emulation

https://devblogs.microsoft.com/oldnewthing/20260615-00/?p=112419
98•paulmooreparks•1h ago•13 comments

A backdoor in a LinkedIn job offer

https://roman.pt/posts/linkedin-backdoor/
956•lwhsiao•10h ago•184 comments

Banned Book Library in a Wi-Fi Smart Light Bulb

https://www.richardosgood.com/posts/banned-book-library/
283•sohkamyung•7h ago•133 comments

Iroh 1.0

https://www.iroh.computer/blog/v1
1072•chadfowler•14h ago•316 comments

I Could've Rickrolled the FIFA World Cup. All I Needed Was My ID

https://bobdahacker.com/blog/fifa-hack
28•BobDaHacker•40m ago•4 comments

TinyWind: A pixel pirate sailing game with real wind physics (380k+ kms sailed)

https://tinywind.io
723•tinywind•13h ago•146 comments

Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?

844•cloudking•15h ago•389 comments

I hacked into the worst e-bike and fixed it [video]

https://www.youtube.com/watch?v=hPrtVGimBYs
47•alexis-d•5d ago•13 comments

Show HN: Garden of Flowers – an archive of pictorial typography before ASCII art

https://garden-of-flowers.heikkilotvonen.com/
17•california-og•1h ago•4 comments

I Love the Computer

https://michaelenger.com/blog/i-love-the-computer/
194•speckx•9h ago•114 comments

Why I email complete strangers

https://www.goodinternetmagazine.com/why-i-email-complete-strangers/
121•karakoram•8h ago•54 comments

The 90-year-old idea behind JEPA models: Canonical Correlation Analysis

https://shonczinner.github.io/posts/embedding-prediction/
39•Anon84•4d ago•7 comments

Cohere's First Model for Developers

https://cohere.com/blog/north-mini-code
60•hmokiguess•4d ago•15 comments

Humanity isn't ready for the coming intelligence explosion

https://www.economist.com/by-invitation/2026/06/15/humanity-isnt-ready-for-the-coming-intelligenc...
31•andsoitis•4h ago•74 comments

Amazon Announces Multibillion-Dollar Data Center in Missouri

https://www.narracomm.com/amazon-announces-multibillion-dollar-data-center-in-missouri/
90•thelonelyborg•5h ago•76 comments

My Homelab AI Dev Platform

https://rsgm.dev/post/ai-dev-platform/
284•rsgm•14h ago•52 comments

Peopleless economy? Not technically impossible

https://gmalandrakis.com/writings/ad-economicum.html
147•l0new0lf-G•8h ago•262 comments

Hetzner Price Adjustment

https://docs.hetzner.com/general/infrastructure-and-availability/price-adjustment/#cloud-servers
384•tuhtah•16h ago•540 comments

Fox to buy Roku

https://www.wsj.com/business/deals/fox-roku-deal-f6e564f9
306•thm•17h ago•385 comments

What every coder should know about gamma (2016)

https://blog.johnnovak.net/2016/09/21/what-every-coder-should-know-about-gamma/
86•sph•2d ago•27 comments

Salesforce to Acquire Fin (formerly Intercom) for $3.6B

https://www.salesforce.com/news/press-releases/2026/06/15/salesforce-signs-definitive-agreement-t...
298•colesantiago•17h ago•218 comments

Copper transport drug restores memory and clears toxic Alzheimer's proteins

https://www.monash.edu/news/articles/copper-drug-restores-memory-and-clears-toxic-alzheimers-prot...
277•bookofjoe•15h ago•104 comments

What job interviews taught me about Kubernetes

https://notnotp.com/notes/what-job-interviews-taught-me-about-kubernetes/
135•chmaynard•9h ago•104 comments

Game Engine White Papers: Commander Keen

https://forgottenbytes.net/commander_keen.html
184•mfiguiere•12h ago•59 comments

Launch HN: Drafted (YC P26) – Models for residential architecture

51•PrimalNick•13h ago•55 comments

Reviews have become expensive, rewrites have become cheap

http://ishmeetbindra.com/posts/reviews-have-become-expensive-rewrites-have-become-cheap/
49•arzh2•5h ago•40 comments

How TimescaleDB compresses time-series data

https://roszigit.com/en/blog/timescaledb-compression-hypercore
136•lkanwoqwp•12h ago•15 comments

US battery manufacturing output continues to break records

https://fred.stlouisfed.org/series/IPG33591S
193•epistasis•9h ago•159 comments

Show HN: Veterinarian turned founder, AI lawn diagnosis

https://grassdx.com/
51•andrewbr•12h ago•51 comments

Claude Corps

https://www.anthropic.com/news/claude-corps
112•Mustan•12h ago•78 comments
Open in hackernews

The time the x86 emulator team found code so bad they fixed it during emulation

https://devblogs.microsoft.com/oldnewthing/20260615-00/?p=112419
92•paulmooreparks•1h ago

Comments

hodgehog11•46m ago
I think we're starting to see more of this sort of thing happening now with Proton and Wine gaining prominence in the Linux community. Some games (Elden Ring comes to mind) have bad enough PC ports when they come out that the compatibility layer can incorporate a hotfix to improve performance, while users of the software on the original platform still had to suffer.
classichasclass•41m ago
Betting Alpha was the native architecture in question. It seemed to have the best support.
m1r•41m ago
Couldn't they just turn the optimization off for this loop?
MadnessASAP•38m ago
They didn't have the code for the offensive program, they were creating the emulator to run it on a different architecture.
McGlockenshire•31m ago
> offensive program

Agreed.

notorandit•37m ago
Which optimizer replaces a 64k loop with 64k instructions?

Ah, yes. Microsoft's!

notorandit•38m ago
> they fixed it during emulation

It means the fix was applied to run during the emulation loop execution, not that the fix was found and applied while the emulation loop was running.

Which would have made it an emulation code escape.

jeffbee•27m ago
People from Transmeta told me stories about how their translators were full of special case optimizations to fix horrors they discovered in Microsoft Windows itself.
yieldcrv•19m ago
> All in all, it took this program 256 kilobytes of code to initialize 64 kilobytes of data.

solidity sweating profusely

dlcarrier•17m ago
SimCity had a read-after-free bug that Microsoft patched in Windows 95. That was a lot easier for customers than having Maxis fix it, which could have required exchanging copies of the game.
electroglyph•5m ago
heh, when Raymond Chen dunks on the MSVC team =)