frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Python Insider: Python 3.14.0 (final) is here

https://pythoninsider.blogspot.com/2025/10/python-3140-final-is-here.html
1•todsacerdoti•22s ago•0 comments

Launch HN: LlamaFarm (YC W22) – Open-source framework for distributed AI

https://github.com/llama-farm/llamafarm
1•mhamann•51s ago•0 comments

Gold Prices Top $4k for First Time

https://www.wsj.com/finance/commodities-futures/gold-prices-top-4-000-for-first-time-d63ab2bd
1•thm•1m ago•0 comments

Refrag Explained

1•CShorten•1m ago•0 comments

The Gem Cooperative

https://martinemde.com/2025/10/05/announcing-gem-coop.html
1•janpio•1m ago•0 comments

Real-Time AI-Powered DDoS Detection

https://www.timeplus.com/post/real-time-ddos-detection
1•gangtao•1m ago•0 comments

Show HN: ImBoard – Board OS That Prevents CEOs from Botching Investor Meetings

https://www.imboard.ai/show-hn
1•BOD_AI_SoloF•1m ago•2 comments

AMD stock skyrockets 23% as OpenAI looks to take stake in AI chipmaker

https://www.cnbc.com/2025/10/06/openai-amd-chip-deal-ai.html
1•warrenm•2m ago•0 comments

Show HN: Reorient – Discover nomad events and workations in Asia

https://reorient.guide/
1•eswat•2m ago•0 comments

X-ray scans reveal the hidden risks of cheap batteries

https://www.theverge.com/news/784966/lumafield-x-ray-ct-scan-lithium-ion-battery-risks-manufactur...
1•warrenm•3m ago•0 comments

Black Holes Have No Hair, but They Do Have Comb Overs – Universe Today

https://www.universetoday.com/articles/black-holes-have-no-hair-but-they-do-have-comb-overs
1•rbanffy•3m ago•0 comments

Smuggled Intelligence

https://every.to/chain-of-thought/smuggled-intelligence?
1•thm•4m ago•0 comments

Restate Cloud Is Open to Everyone – Build Durable Workflows and Agents Today

https://www.restate.dev/blog/announcing-restate-cloud-public
1•johtso•5m ago•0 comments

Swift Profile Recorder: Identifying Performance Bottlenecks

https://www.swift.org/blog/swift-profile-recorder/
1•pjmlp•7m ago•0 comments

Gold hits $4,000 an ounce for the first time

https://www.cnn.com/2025/10/07/investing/gold-4-000-an-ounce
2•bilekas•8m ago•0 comments

Apple's 'Blue Screen of Death' ad mocks Windows security [video]

https://www.youtube.com/watch?v=6K4eUO53-UE
3•bundie•9m ago•1 comments

Ask HN: Are certificates still being issued at YC StartupSchool?

1•therepanic•10m ago•0 comments

Jordan Fisher: Every AI Founder Should Be Asking These Questions

https://www.youtube.com/watch?v=DJjZzzPANBY
2•sandslash•11m ago•0 comments

As millions face climate relocation, the nation's first attempt sparks warnings

https://floodlightnews.org/isle-de-jean-charles-climate-relocation-broken-promises/
1•speckx•12m ago•0 comments

Starlink is burning up one or two satellites a day in Earth's atmosphere

https://www.theregister.com/2025/10/06/starlink_vaporizes_satellites_daily/
2•welovebunnies•13m ago•1 comments

How I Started Using Arch Linux After 14 Years of Windows

https://maghfoor.com/arch
2•maghfoor•14m ago•0 comments

Hackers Extorting Salesforce After Stealing Data from Customers

https://www.securityweek.com/hackers-extorting-salesforce-after-stealing-data-from-dozens-of-cust...
1•Bender•15m ago•1 comments

Walrus, A 1M ops/sec, 1 GB/s Write Ahead Log in Rust

https://nubskr.com/2025/10/06/walrus.html
2•nubskr•15m ago•0 comments

The Y2K38 Bug Is a Vulnerability, Not Just a Date Problem, Researchers Warn

https://www.securityweek.com/the-y2k38-bug-is-a-vulnerability-not-just-a-date-problem-researchers...
1•Bender•15m ago•0 comments

Show HN: Daffodil – Open-Source Ecommerce Front End, Now with Shopify

https://demo.daff.io/
2•damienwebdev•16m ago•0 comments

Kurzgesagt: AI Slop Is Killing Our Channel [video]

https://www.youtube.com/watch?v=_zfN9wnPvU0
4•maxloh•17m ago•0 comments

Canadian Soccer on the Rise: World Cup Dreams

https://craftercontent.blogspot.com/2025/10/Canadian%20Soccer.html
1•arianmarry•17m ago•0 comments

Show HN: LLM-Use – An LLM router that chooses the right model for each prompt

https://github.com/JustVugg/llm-use
1•justvugg•17m ago•0 comments

Show HN: Mars – Personal AI robot for builders (< $2k)

1•apeytavin•19m ago•0 comments

Cable TV Company Will Shut Down, Says YouTube TV $40 Cheaper

https://cordcuttersnews.com/another-cable-tv-company-announces-it-will-shut-down-its-tv-service-a...
4•indigodaddy•21m ago•0 comments
Open in hackernews

Erlang ARM32 JIT is born

https://www.grisp.org/blog/posts/2025-10-07-jit-arm32.3
68•plainOldText•2h ago

Comments

IsTom•2h ago
I don't have any experience with ARM, but from what I've seen people write, isn't 32-bit ARM discontinued after v7?
whizzter•1h ago
Doesn't mean that machines won't be built with other chips for a considerable time.

That said, if you're putting something like Erlang on a chip, aren't one likely to want the extra memory (and performance) of a slightly newer SoC.

LtdJorge•1h ago
Take a look at their products. Seems like they run bare metal Erlang on embedded devices.
ferriswil•1h ago
Their motivation is explained in the first post of the series[1]

[1] https://www.grisp.org/blog/posts/2025-06-23-jit-arm32.1#why-...

masklinn•1h ago
That does not mean ARM32 implementations and uses are stopping any time soon. Afaik arm hasn’t even obsoleted armv6, although Linux distributions are starting to drop it.
crote•11m ago
There's still a huge embedded market!

Plenty of microcontrollers have a single-digit number of Cortex-M cores and memory/flash counted in the megabytes. It'll be decades until that market reaches the multi-gigabyte point, so why bother wasting a whole bunch of memory on 64-bit pointers?

I'm not quite sure why you'd want to run Erlang on it, but the hardware exists.

bobmcnamara•11m ago
No, it's a supported ISA on most v8-a and I believe all v8-m implementations.

It's the only ISA on Cortex-A32, but not sure if any mainstream chips were ever produced with that core.

(Depending on course if you want to get specific about Arm/Thumb/Thumb2, I lumped them all together above).

alexisread•1h ago
Gah, misread that as esp32 JIT, which would be eye opening!
actionfromafar•58m ago
esp32 is now also RISC-V so I guess it wouldn't be completely out of the question. But I guess you meant this flavor

https://www.cadence.com/content/dam/cadence-www/global/en_US...