frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How to Engineer Reliable Systems on Top of Unpredictable LLMs

https://pub.towardsai.net/uncertainty-architecture-a-modern-approach-to-designing-llm-application...
1•oddish-tv•1m ago•1 comments

ChainWriter: The AI Ecosystem

https://github.com/Lance-517/ChainWriter-Framework
1•lance_xiang•2m ago•1 comments

Show HN: WireMD – Design Wireframes in Markdown

https://wiremd.dev/
1•akonan•2m ago•0 comments

The Benefits of Bubbles

https://stratechery.com/2025/the-benefits-of-bubbles/
1•fauria•2m ago•0 comments

Is Dodo Payments Good?

https://dodopayments.com/
1•banye•2m ago•0 comments

How to Install WordPress on Cpanel Hosting Real Demo [video]

https://www.youtube.com/watch?v=EDpPTOHAyo8
1•techwrath11•4m ago•0 comments

Apple DeviceCheck server implementation on Cloudflare Workers

https://github.com/willswire/checkd
1•willswire•4m ago•0 comments

News Integrity in AI Assistants [pdf]

https://www.ebu.ch/Report/MIS-BBC/NI_AI_2025.pdf
1•doener•6m ago•0 comments

Exploring in Detail Apple Compliance with EU DMA Mandate to Sync Wi-Fi Networks

https://daringfireball.net/2025/11/apple_eu_dma_iphone_accessories_wi-fi_sync
1•Terretta•6m ago•0 comments

Science-centric streaming service Curiosity Stream is an AI-licensing firm now

https://arstechnica.com/gadgets/2025/11/curiosity-stream-expects-to-make-most-of-its-money-from-a...
1•jbonniwell•7m ago•0 comments

Borgo: A statically typed language that compiles to Go

https://github.com/borgo-lang/borgo
1•thunderbong•8m ago•0 comments

Adding weight to drag and drop to macOS Finder (2024)

https://www.pbt.dev/blog/dragula/
1•wonger_•10m ago•0 comments

Spatial hashing for raytraced ambient occlusion

https://interplayoflight.wordpress.com/2025/11/23/spatial-hashing-for-raytraced-ambient-occlusion/
1•ibobev•10m ago•0 comments

Detonator (railway)

https://en.wikipedia.org/wiki/Detonator_(railway)
1•precommunicator•11m ago•0 comments

A beautiful and simple UI to manage your WireGuard peers and interfaces

https://wgportal.org/v2.1.1/
1•dizhn•11m ago•1 comments

Show HN: I built an LLM powered receptionist for website chats

https://receptionst.com/
3•teemingdev•14m ago•1 comments

'My Body Is My Passport; Verify Me': Fido Auth via Subdermal JavaCard Platform

https://jacksbrain.com/2025/11/my-body-is-my-passport-verify-me-fido-auth-via-subdermal-javacard-...
1•jkingsman•14m ago•0 comments

Nine risks caused by AI notetakers

https://www.careful.industries/blog/2025-11-nine-risks-caused-by-ai-notetakers
1•adrianhoward•14m ago•0 comments

Show HN: DIY Datalogger for Formula Student

https://v2.monolith.luftaquila.io/docs/
1•luftaquila•15m ago•0 comments

NSA and IETF, part 3: Dodging the issues at hand

https://blog.cr.yp.to/20251123-dodging.html
2•upofadown•15m ago•0 comments

Ask HN: Photos corrupted on Google Pixel phones over time?

2•poolnoodle•17m ago•0 comments

China's CO2 emissions have now been flat or falling for 18 months

https://www.carbonbrief.org/analysis-chinas-co2-emissions-have-now-been-flat-or-falling-for-18-mo...
7•Brajeshwar•18m ago•0 comments

Things I Learned Building Qdrant and RAG That Aren't in the Documentation

https://techlife.blog/posts/qdrant-rag-learnings/
1•clarkmaxwell•18m ago•0 comments

Les Silences de G

2•bethelmoh•20m ago•0 comments

The AI Challenge: Building Systems That Adapt, Not Just Adopt

https://punyamishra.com/2025/11/02/the-real-ai-challenge-building-systems-that-adapt-not-just-adopt/
1•the-mitr•23m ago•1 comments

IKEA's Web Fonts

https://medium.com/flat-pack-tech/ikeas-web-fonts-8e3879f4ccbb
1•robin_reala•23m ago•0 comments

Microsoft to remove WINS support after Windows Server 2025

https://www.bleepingcomputer.com/news/microsoft/microsoft-to-remove-wins-support-after-windows-se...
3•fleahunter•28m ago•0 comments

Intel Working on Linux Support for New Power Savings Feature with Xe3P_LPD

https://www.phoronix.com/news/Intel-Xe3P-LPD-System-Cache-FBC
2•doener•28m ago•0 comments

Essence and accident in language model-assisted coding

https://www.sicpers.info/2025/11/essence-and-accident-in-language-model-assisted-coding/
2•ingve•30m ago•0 comments

The Rise of the 'Just in Case' MRI

https://www.nytimes.com/2025/11/22/business/dealbook/full-body-mri.html
1•bookofjoe•31m ago•2 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.