frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Running Kimi K3 on MI355X at Better Performance per Dollar Than B300

https://www.wafer.ai/blog/kimi-k3-mi355x
81•ilreb•2h ago•3 comments

Go 1.27 Interactive Tour

https://victoriametrics.com/blog/go-1-27/index.html
136•Hixon10•4h ago•34 comments

MkLinux and the pimped-out Apple Workgroup Server 9150

http://oldvcr.blogspot.com/2026/08/mklinux-and-pimped-out-apple-workgroup.html
41•goldenskye•3h ago•1 comments

Seedance 2.5

https://seed.bytedance.com/en/blog/one-take-creation-flexible-referencing-introducing-seedance-2-5
273•njaremko•9h ago•136 comments

Diátaxis

https://diataxis.fr/
278•ryanseys•9h ago•38 comments

ASRock BC-250: Building the Budget Steam Machine

https://plug-world.com/posts/2026/asrock-bc250-the-budget-steam-machine/
42•plug_world•4h ago•15 comments

Linux desktop market share has hit over 10% in North America

https://old.reddit.com/r/linux/comments/1vcpk8i/linux_desktop_market_share_has_hit_over_10_in/
105•dviola•3h ago•41 comments

AI financial advice is surprisingly good, especially if you ask right questions

https://mitsloan.mit.edu/ideas-made-to-matter/ai-financial-advice-surprisingly-good-especially-if...
263•foxtrot8672•8h ago•218 comments

Show HN: I'm a 15 Year Old Wannabe Engineer, This Is a Cycloidal Gearbox I Built

https://github.com/tom-ilan/cycloidal_gearbox
84•tomilan•4h ago•19 comments

RFC 10015: Deprecating Obsolete Key Exchange Methods in TLS 1.2 and DTLS 1.2

https://www.rfc-editor.org/rfc/rfc10015.html
51•Jimmc414•6h ago•9 comments

Unraveling the mysteries of habit formation

https://www.kyoto-u.ac.jp/en/research-news/2026-07-28
64•hhs•7h ago•22 comments

When random.bytes() runs but doesn't work

https://insider.btcpp.dev/p/when-randombytes-runs-but-doesnt
23•Funes-•4h ago•5 comments

Postmortem for Kernel Soundness Bug #14576

https://leodemoura.github.io/blog/2026-8-1-postmortem-for-kernel-soundness-bug-14576/
140•juhopitk•11h ago•50 comments

Four Time Scales for Technology Development and Deployment

https://rodneybrooks.com/four-time-scales-for-technology-development-and-deployment/
24•jeffreyrogers•4h ago•2 comments

But can your calculator run Linux?

https://raymii.org/s/articles/But_can_your_calculator_run_Linux.html
84•jandeboevrie•10h ago•8 comments

Deep-sea vehicles spot 'alien' sharks deep beneath the waves in the Pacific

https://www.science.org/content/article/deep-sea-vehicles-spot-alien-sharks-deep-beneath-waves-pa...
31•pkaeding•3h ago•13 comments

P[drive failure]: how reliable is your NAS?

https://khz.ac/low-voltage/drive-failure.html
7•nosolace•2d ago•2 comments

Atom is better than RSS, in ways that matter

https://chrismorgan.info/atom%3Erss
45•frizlab•8h ago•13 comments

We accidentally built an LLVM compiler for Jax

https://iza.ac/posts/2026/07/accidental-llvm-compiler-for-jax/
34•infinitewalk•2d ago•10 comments

Morph (YC S23) Is Hiring Member of Technical Staff

https://www.ycombinator.com/companies/morph/jobs/0Z8vI3K-member-of-technical-staff
1•bhaktatejas922•7h ago

How Google helped destroy adoption of RSS feeds (2023)

https://openrss.org/blog/how-google-helped-destroy-adoption-of-rss-feeds
487•pudgywalsh•12h ago•163 comments

Show HN: CostPerPrompt – Live AI API pricing and real-workload cost calculators

https://costperprompt.com/
13•ahmed_hassan7•4h ago•5 comments

Kenji/Serious Eats – 30-Min Pressure Cooker Pho Ga

https://www.seriouseats.com/30-minute-pressure-cooker-pho-ga-recipe
131•stasomatic•14h ago•73 comments

The Cipher Behind QSYRUPWD: Reconstructing IBM i Password Hashes

https://blog.silentsignal.eu/2026/07/28/the-cipher-behind-qsyrupwd-reconstructing-ibm-i-password-...
4•kencausey•4d ago•1 comments

Nyctography: A substituton cypher by Lewis Carroll

https://en.wikipedia.org/wiki/Nyctography
66•nanna•4d ago•9 comments

NetBSD 11.0

https://blog.netbsd.org/tnf/entry/netbsd_11_0_released
255•jaypatelani•12h ago•115 comments

Explorative modeling: Train on the best of K guesses

https://alexiglad.github.io/blog/2026/explorative_modeling/
92•DSemba•15h ago•24 comments

Glyphs 4 – the leading Mac font editor

https://glyphsapp.com
75•microflash•4d ago•11 comments

CISA Alert: Water Sector PLC Targeting

https://censys.com/blog/cisa-alert-water-tower-plc-targeting/
86•speckx•11h ago•61 comments

Linux on ESP32

https://github.com/GrieferPig/esp32-s31-linux
110•boveyking•4d ago•37 comments
Open in hackernews

The Prospects for 128 Bit Processors ( John Mashey SGI 1995)

https://yarchive.net/comp/128bit.html
10•Alien1Being•5h ago

Comments

A1kmm•56m ago
So reflecting on that, I think the core assumption that didn't pan out is that the memory / CPU ratio will grow because we'll need more memory, hence requiring CPUs to address more than 16 EiB of data (16 EiB = 16384 PiB = 16777216 TiB of data, what 64 bits can address).

But in practice, we've produced a lot more compute. The memory / CPU ratio has increased, but most growth has been from more CPUs (and generally not shared-memory ones, but ones with their own completely separate memory space).

IPv6 is 128 bit, so we do have 128 bit ways of addressing computers, but I'd say we're still a long way from a CPU needing to address that much memory as a common case. The speed of light limits how far away memory can be from the CPU for good performance, so short of some drastically new memory technology, it seems unlikely we'll need it soon for any ordinary type of computing device.

jsLavaGoat•50m ago
the cases where its useful, it's in vectorized instruction sets, etc.