frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

AGENTS.md – Open format for guiding coding agents

https://agents.md/
520•ghuntley•10h ago•233 comments

How to Think About GPUs

https://jax-ml.github.io/scaling-book/gpus/
115•alphabetting•1d ago•27 comments

Ask HN: Why does the US Visa application website do a port-scan of my network?

166•mbix77•4h ago•68 comments

How to Draw a Space Invader

https://muffinman.io/blog/invaders/
320•abdusco•11h ago•36 comments

Modern CI Is Too Complex and Misdirected

https://gregoryszorc.com/blog/2021/04/07/modern-ci-is-too-complex-and-misdirected/
81•thundergolfer•6h ago•35 comments

Copilot broke audit logs, but Microsoft won't tell customers

https://pistachioapp.com/blog/copilot-broke-your-audit-log
505•Sayrus•10h ago•174 comments

How we exploited CodeRabbit: From simple PR to RCE and write access on 1M repos

https://research.kudelskisecurity.com/2025/08/19/how-we-exploited-coderabbit-from-a-simple-pr-to-rce-and-write-access-on-1m-repositories/
599•spiridow•18h ago•201 comments

Tiny microbe challenges the definition of cellular life

https://nautil.us/a-rogue-new-life-form-1232095/
100•jnord•11h ago•23 comments

D2 (text to diagram tool) now supports ASCII renders

https://d2lang.com/blog/ascii/
319•alixanderwang•16h ago•52 comments

Type-machine

https://arthi-chaud.github.io/posts/type-machine/
23•todsacerdoti•5h ago•4 comments

How I Made Ruby Faster Than Ruby

https://noteflakes.com/articles/2025-08-18-how-to-make-ruby-faster
42•ciconia•1d ago•9 comments

The Value of Hitting the HN Front Page

https://www.mooreds.com/wordpress/archives/3530
93•mooreds•8h ago•38 comments

Gaussian Processes for Machine Learning [pdf]

https://gaussianprocess.org/gpml/chapters/RW.pdf
27•susam•1d ago•5 comments

Show HN: I've made an easy to extend and flexible JavaScript logger

https://github.com/inshinrei/halua
4•inshinrei•20h ago•3 comments

Fast and observable background job processing for .NET

https://github.com/mikasjp/BusyBee
16•mikasjp•2d ago•5 comments

Emacs as your video-trimming tool

https://xenodium.com/emacs-as-your-video-trimming-tool
243•xenodium•17h ago•124 comments

Customizing Lisp REPLs

https://aartaka.me/customize-repl.html
14•nemoniac•1d ago•2 comments

Candle Flame Oscillations as a Clock

https://cpldcpu.com/2025/08/13/candle-flame-oscillations-as-a-clock/
291•cpldcpu•4d ago•65 comments

Without the futex, it's futile

https://h4x0r.org/futex/
269•eatonphil•20h ago•124 comments

Rails Charts Using ECharts from Apache

https://github.com/railsjazz/rails_charts
45•amalinovic•2d ago•4 comments

Intel Foundry Demonstrates First Arm-Based Chip on 18A Node

https://hothardware.com/news/intel-foundry-demos-deer-creek-falls-reference-soc
45•rbanffy•1d ago•20 comments

CRDT: Text Buffer

https://madebyevan.com/algos/crdt-text-buffer/
121•skadamat•14h ago•6 comments

AnduinOS

https://www.anduinos.com/
129•TheFreim•15h ago•159 comments

Drunken Bishop (2023)

https://re.factorcode.org/2023/08/drunken-bishop.html
67•todsacerdoti•12h ago•12 comments

How Figma’s multiplayer technology works (2019)

https://www.figma.com/blog/how-figmas-multiplayer-technology-works/
150•redbell•3d ago•48 comments

We’re Not So Special: A new book challenges human exceptionalism

https://democracyjournal.org/magazine/78/were-not-so-special/
74•nobet•7h ago•140 comments

Show HN: OpenAI/reflect – Physical AI Assistant that illuminates your life

https://github.com/openai/openai-reflect
77•Sean-Der•14h ago•29 comments

Custom telescope mount using harmonic drives and ESP32

https://www.svendewaerhert.com/blog/telescope-mount/
287•waerhert•1d ago•105 comments

Show HN: Hanaco Weather – A poetic weather SNS from the OS Yamato project

https://github.com/osyamato/os-yamato
12•tsuyoshi_k•6h ago•5 comments

Analysis of the GFW's Unconditional Port 443 Block on August 20, 2025

https://gfw.report/blog/gfw_unconditional_rst_20250820/en/
136•kotri•5h ago•88 comments
Open in hackernews

Intel Foundry Demonstrates First Arm-Based Chip on 18A Node

https://hothardware.com/news/intel-foundry-demos-deer-creek-falls-reference-soc
45•rbanffy•1d ago

Comments

dlojudice•15h ago
Very unlikely to happen but Intel could release an Arm chip with native x86 translation. Arm and AMD IP would be needed but this would be the best chip for Windows
mort96•3h ago
I don't understand what the difference is between "an ARM chip with native x86 translation" and a dual-ISA x86 and ARM chip.

And I don't understand why you'd want a dual-ISA x86 and ARM rather than just an x86 chip. You wouldn't get whatever CPU front-end simplicity advantages there are from ARM, since your front-end would get significantly more complex and consume significantly more transistors than with a normal x86 chip. And I don't think there's a market of people who want ARM for compatibility reason; any Windows software which supports ARM also supports x86.

What they could do is to release an ARM chip with a slightly extended ISA to add the select features which are difficult to emulate in software, such as loads and stores with the memory ordering guarantees x86 provides but ARM doesn't. Apple does this AFAIK, and it's one part of why Rosetta 2 is so good. But any ARM CPU maker could do this.

LoganDark•2h ago
> I don't understand what the difference is between "an ARM chip with native x86 translation" and a dual-ISA x86 and ARM chip.

Look at Apple's Rosetta 2 for an example. M-series Apple Silicon has special undocumented modes that mirror x86 architectural quirks that don't usually exist in ARM, in order to support AOT-translated machine code. The chip doesn't support x86 instructions, but it has the amenities to support x86 code. That could be what "native x86 translation" meant?

cromka•2h ago
And why wouldn’t Intel be capable of doing the same?
LoganDark•2h ago
I never said that?
mort96•1h ago
That's what I suggested in my comment's last paragraph. I don't think that counts as "an ARM chip with native x86 translation", but really the only person who can say whether that's what dlojudice meant is dlojudice.
astrange•2h ago
Fujitsu and Nvidia also implement (at least) TSO.

https://threedots.ovh/blog/2021/02/cpus-with-sequential-cons...

murderfs•1h ago
Denver does it because it was supposed to be an x86 CPU, but they couldn't get an agreement with Intel for patent licensing, so they pivoted into being the first available aarch64 CPU since decode was happening entirely in software.
threatripper•3h ago
If we assume that intel gets successful with 18A with their x86 processors, would they even have the money to finance the node after that? And the node after that which gets exponentially more expensive?

In the past x86 raked in enough money to burn a lot of it on new fab tech but non-x86 has grown immensely and floods TSMC with money. The problem for intel is that their fab tech was fitted to their processor architecture and vice versa. It made sense in the past but in the future it might not. For the processor business it may be better to use TSMC for production. For the fab it may be necessary to manufacture for many customers and take a premium for being based in a country in need. So, a split-up may be inevitable and this fabbing a competitive ARM chip surely helps in attracting more customers. Customers who may pay a premium for political and security reasons.

blackoil•2h ago
Apple, Nvidia and US govt can provide the required funds if they have confidence in its ability to deliver. These companies will benefit from breaking current monopoly of TSMC.
cromka•2h ago
Amazon and Google probably as well?
zimpenfish•1h ago
> Apple, Nvidia and US govt can provide the required funds if they have confidence in its ability to deliver.

Given Apple's history with Intel's ability to deliver, I'm guessing the confidence there isn't high.

walterbell•1h ago
Are you referring to 5G radio modems or another chip?
mallets•17m ago
Samsung is already in a much better position for this. They have external customers and experience facilitating them. Unlike Intel's track record which doesn't inspire confidence at all.
testdelacc1•2h ago
Assuming they’re telling the truth, they’ve successfully built one chip from that fab. That’s good, but it doesn’t mean the fab is capable of manufacturing at scale while turning a profit.

They need an external customer for the fab so they can iterate and work out the issues. It’s anyone’s guess if someone trusts intel to manufacture on their behalf instead of sticking with an established player. They’re stuck in a chicken and egg situation - can’t reach high yields without a customer, but a customer only wants to sign up if the yields and future deliveries are guaranteed.

Intels only hope might be that someone, not naming names, coerces an established company to sign up.

baq•1h ago
That's too pessimistic. In general, customers don't want to be dealing with a monopolist and foundry customers are no different. It's in everyone's interest to solve the unproven process problem, so if Intel has evidence that the process isn't bust, customers will find a product which can be used as a pipe cleaner for mutual benefit.
nxobject•1h ago
Random question: where did the ARM core design come from?
unwind•1h ago
Intel are believed to hold an Arm architectural license [1] as far as I know, they have made Arm-based things in the past.

[1]: https://en.wikipedia.org/wiki/ARM_architecture_family#Archit...

sylware•1h ago
It should be RISC-V... who is in charge at Intel??

Is this related to the rumors of softbank (ARM) money injection in Intel?

FirmwareBurner•26m ago
>It should be RISC-V... who is in charge at Intel??

Why?