frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Waymo gets California DMV's approval to test robotaxis in more areas

https://www.engadget.com/transportation/waymo-gets-california-dmvs-approval-to-test-robotaxis-in-...
1•gmays•2m ago•0 comments

Jony Ive and Sam Altman say they have an AI hardware prototype

https://www.theverge.com/news/827607/openai-hardware-prototype-chatgpt-jony-ive-sam-altman
1•pseudolus•5m ago•0 comments

The Most Selective Tech Companies

https://www.jointaro.com/interviews/hardest/
1•jenthoven•10m ago•0 comments

Seeing a Molecule's Quantum Shadow

https://physics.aps.org/articles/v18/s149
1•lc0_stein•10m ago•0 comments

Hola

https://vdpxl0-ip-94-125-136-249.tunnelmole.net
1•jhhjfg•15m ago•0 comments

Major insurers move to avoid liability for AI lawsuits

https://www.tomshardware.com/tech-industry/artificial-intelligence/insurers-move-to-limit-ai-liab...
2•pseudolus•16m ago•1 comments

Reallocating demand from closed models to open models would reduce prices by 70%

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5767103
3•nreece•18m ago•0 comments

Show HN: Pastehub.app – 100 % client-side toolbox for whatever you just copied

https://www.pastehub.app/
1•jcfs•19m ago•0 comments

Fighting for 'The Right to Night' Under Starry, Rural Skies

https://www.nytimes.com/2025/11/24/science/astronomy-michigan-dark-sky.html
2•andsoitis•23m ago•0 comments

Ask HN: What work problems would your company pay to solve?

4•aryanchaurasia•23m ago•0 comments

Autobase 2.5 – Expert Mode brings advanced configuration right into the UI

https://www.postgresql.org/about/news/autobase-250-released-3176/
1•tamnd•24m ago•0 comments

SuperDuper Security Update v3.11

https://www.shirt-pocket.com/blog/index.php/shadedgrey/comments/superduper_security_update_v311/
2•colinprince•33m ago•0 comments

Rachel Reeves plans £7.5B tax rise in budget after U-turn on income tax rates

https://www.theguardian.com/business/2025/nov/14/uk-borrowing-costs-up-after-markets-spooked-by-r...
3•PaulHoule•33m ago•1 comments

CoreWeave: Where the AI and Private Credit Bubbles Collide

https://seekingalpha.com/article/4847246-coreweave-where-the-ai-and-private-credit-bubbles-collide
1•zerosizedweasle•35m ago•0 comments

Cheese Consumption and Dementia in Older Japanese Adults: The Jages Cohort Study

https://www.mdpi.com/2072-6643/17/21/3363
5•gnabgib•36m ago•1 comments

Show HN: A safe way to capture and create branded profile photos for your site

https://www.memoreco.com/explainers/branded-avatars
1•andupotorac•43m ago•0 comments

More Americans are getting their power shut off, as unpaid bills pile up

https://www.washingtonpost.com/business/2025/11/24/power-shutoffs-surge-electric-bills/
6•doener•44m ago•0 comments

Using AI as a Render Engine

https://cap.so/s/ggjjcek0wpymybd
2•makosst•46m ago•1 comments

Show HN: Housepoints

https://whirl.digital/housepoints.html
1•jamesdhutton•46m ago•0 comments

Praise Amazon for raising this service from the dead

https://www.theregister.com/2025/11/24/praise_amazon_for_reviving_codecommit_corey_quinn/
2•mooreds•49m ago•0 comments

Gemini 3 vs. Opus 4.5

3•samsilva•49m ago•0 comments

Show HN: TX-2 ECS – A web framework that treats your app as a world

https://www.tx-2.dev/
1•iregaddr•55m ago•0 comments

World Institute of Kimchi – Kimchi stimulates and regulates immune response

https://medicalxpress.com/news/2025-11-kimchi-precision-immune-week-clinical.html
3•Gaishan•55m ago•1 comments

Longshot Space interview – Space cannon launcher

https://newatlas.com/space/interview-longshot-space-mike-grace/
2•Gaishan•59m ago•0 comments

The State of TanStack, Two Years of Full-Time OSS

https://tanstack.com/blog/tanstack-2-years
2•coloneltcb•59m ago•0 comments

Social Media Detox and Youth Mental Health

https://jamanetwork.com/journals/jamanetworkopen/fullarticle/2841773?guestAccessKey=1b34668e-afe8...
2•pseudolus•1h ago•0 comments

"Genesis Mission" to boost AI research

https://www.axios.com/2025/11/24/trump-ai-genesis-mission-doe-chris-wright
1•andsoitis•1h ago•1 comments

GitLab discovers widespread NPM supply chain attack

https://about.gitlab.com/blog/gitlab-discovers-widespread-npm-supply-chain-attack/
1•soheilpro•1h ago•1 comments

LLM APIs Are a Synchronization Problem

https://lucumr.pocoo.org/2025/11/22/llm-apis/
1•yakkomajuri•1h ago•0 comments

The Hundred-Year Language (2003)

https://www.paulgraham.com/hundred.html
2•swatson741•1h ago•0 comments
Open in hackernews

10biForthOS: A full 8086 OS in 46 bytes

https://git.sr.ht/~hocwp/10biForthOS
8•mdp2021•6mo ago

Comments

anthk•6mo ago
More than Forth it looks like an ASM made into a REPL.
romforth•6mo ago
By that metric, my implementation of romforth for x86 clocks in at just 12 bytes (see https://github.com/romforth/romforth/x86/forth.s)

The "bug" in the counting used here is that the overall Kolmogorov(?) complexity is not being accounted for because it is shunted elsewhere.

This is true for the other "tinyforth" implementations as well - such as sectorforth and milliforth, because the actual code ends up in the "input part of the Turing tape" if you want to think of it that way.

The right way to count it might be to measure the closure of all your dependencies (in this case, all of the input bytes that are needed plus the bytes in the BIOS that are needed).

anthk•6mo ago
That's what I tought. Even Miliforth lacks a proper complete integer based stack. From that and a few primitives, you can bootstrap a Forth.

On Lisp, Sectorlisp it's interesting; but the ones from https://t3x.org can do far more, even if they are not bootable per se. But T3XForth can, and it's highly usable.

EForth under SUBLEQ it's like that too.

Instead of "Boot sector languages", I'd pursuit a 386 compatbile language being able to fit in a floppy. T3XForth does, and tons more, because the T3X author made eiher standalone ones, or DOS and CP/M 2.2 ports.