frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Which Copyleft Licence Is Suitable for an SVG?

https://shkspr.mobi/blog/2026/06/which-copyleft-licence-is-suitable-for-an-svg/
1•ajdude•31s ago•0 comments

(How to Write a (Lisp) Interpreter (In Python))

https://norvig.com/lispy.html
1•tosh•45s ago•0 comments

Show HN: CommitGate – Automatically scan your commit for vulnerabilities

https://github.com/ductrl/CommitGate
2•ductrl•2m ago•0 comments

Why Early-Stage Founders Are Misunderstood by Everyone with a Normal Job

https://abzglobal.net/technology/why-early-stage-founders-are-misunderstood-by-everyone-with-a-no...
2•mariansorca•5m ago•0 comments

Olympian arrested for touching remnants of decaying Reflecting Pool: report

https://www.rawstory.com/reflecting-pool-paint-algae/
2•hn_acker•6m ago•0 comments

Show HN: Trustmux – Lightweight Secure Daemon for Mobile Shell Access

https://trustmux.dev
1•dustinkirkland•7m ago•0 comments

Occupancy Math on the AMD MI355X: A From-First-Principles Guide

https://indianspeedster.github.io/blog/occupancy-math-mi355x/
1•skidrow•7m ago•0 comments

Don't Do That PhD

https://twitter.com/AI_in_LEO/status/2068511650215325847
1•gmays•14m ago•0 comments

Specs by Snapchat

https://www.specs.com/
1•ruckfool•15m ago•0 comments

I Still Live in the Terminal

https://blog.tacoda.dev/why-i-still-live-in-the-terminal-0d27918d85bb
2•tacoda•17m ago•1 comments

Cotypist – Smart Autocomplete for Mac

https://cotypist.app/
1•lorenz_li•20m ago•0 comments

Show HN: VS Code agent optimized for affordable coding plans

https://smartdino.dev/features
1•ylian•20m ago•0 comments

Tribes of Programming (2017)

https://josephg.com/blog/3-tribes/
2•downbad_•22m ago•1 comments

Show HN: Agent Departures

https://agent-departures.vercel.app/
1•qainsights•22m ago•0 comments

Controversial Programming Opinions (2012)

https://programmers.blogoverflow.com/2012/08/20-controversial-programming-opinions/
1•downbad_•22m ago•0 comments

Show HN: Browser-Based Video Converter

https://cliparr.dev/convert/
1•TechSquidTV•22m ago•0 comments

Europe buys the future, America builds it

https://www.economist.com/finance-and-economics/2026/06/18/europe-buys-the-future-america-builds-it
2•gmays•22m ago•0 comments

Bending Emacs Ep. 14: Prototype iOS apps with agent-shell artist-mode and skills [video]

https://www.youtube.com/watch?v=7fdHeUoRRgg
1•xenodium•24m ago•0 comments

Ask HN: Why Do AI Credits Expire

3•kuberwastaken•24m ago•4 comments

Update Secure Boot Cert Before It Expires

https://nochan.net/b/Internet-Crap/20260621-Update-Secure-Boot-Cert-Before-It-Expires/
1•Bender•25m ago•1 comments

Show HN: AI Convert – built from my Android phone, no laptop

https://www.ai-convert.xyz
1•kenengmathias•27m ago•0 comments

PostmarketOS v26.06 (Alpen Avocado) released

https://postmarketos.org/blog/2026/06/21/v26.06-release/
2•fossdd•27m ago•0 comments

Vagus Atlas Explorer

https://drsiyarb.github.io/vagus_nerve_explorer/explorer/
1•brandonb•30m ago•0 comments

Show HN: Finikit – 33 free financial calculators, all in the browser

https://finikit.com/
2•anagnoraxis•32m ago•0 comments

Xi Lang: create Microservices with built-in DI, compiled to a native binary

https://code-by-sia.github.io/xi/
1•sia_xi•32m ago•0 comments

Is this blog written by AI?

https://brooker.co.za/blog/2026/06/18/my-blog-and-ai.html
1•_josh_meyer_•35m ago•0 comments

My experience going through a startup incubator (2025)

https://developerwithacat.com/blog/062025/startup-incubator-experience/
2•mmarian•38m ago•0 comments

The Scam Industry Is Booming [video][15 mins]

https://www.youtube.com/watch?v=bICyHwj1cWY
2•Bender•43m ago•0 comments

Show HN: One-Click Fork "Promo Video Studio (HyperFrames)" in Isolated MicroVM

https://www.jurniti.com/templates/hyperframes-promo-video-studio
1•shving90•44m ago•0 comments

Downtown S.F. tower promised a new kind of tech community

https://www.sfchronicle.com/sf/article/frontier-tower-san-francisco-22253458.php
1•iancmceachern•45m ago•0 comments
Open in hackernews

8086 Segmented Memory was a good idea

https://owl.billpg.com/8086-segmented-memory-was-a-good-idea-almost/
4•billpg•1h ago

Comments

raverbashing•1h ago
No

No, it wasn't

It's the "great idea" that sounds great 5 min in and horrible 10min afterwards

You know, kinda like using null as a string end character

But more importantly it kept the x86 world for too long in that dead end that was 8086 mode programming

"Oh if developers would just..." They won't. They haven't. And they will not ever.

In hindsight maybe a binary level translator from 8080 to 8086 would have worked better (and be simple enough)

billpg•50m ago
Indeed, I say as much at the end.

But what should Intel have done? They needed a CPU that can run 8080 code but with more memory. Also it's the year ~1980 and we're limited to the technology of the age.

A system with 64k sized windows seems unavoidable.

If you extend the size of the address registers, 8080 code will only run in the first 64k, or require some kind of current window register.

An 8080 mode might have worked but that would have been expensive.