frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Zeroserve: A zero-config web server you can script with eBPF

https://su3.io/posts/introducing-zeroserve
96•losfair•4h ago•24 comments

Nvidia is proposing a beast of a CPU system for Windows PCs

https://twitter.com/lemire/status/2062880075117113739
132•tosh•6h ago•277 comments

You Can Run

https://magazine.atavist.com/2026/mccann-cocaine-fugitives
37•bryanrasmussen•3h ago•10 comments

Benchmarks in Leipzig

https://arxiv.org/abs/2606.05818
95•root-parent•5h ago•39 comments

Pentagon raised threat of Israeli spying on U.S. to highest level, sources say

https://www.nbcnews.com/politics/national-security/pentagon-raised-threat-israeli-spying-us-highe...
116•MilnerRoute•1h ago•34 comments

WoofWare.PawPrint, a Deterministic .NET Runtime

https://www.patrickstevens.co.uk/posts/2026-06-04-announcing-woofware-pawprint/
15•Smaug123•2d ago•1 comments

How LLMs work

https://www.0xkato.xyz/how-llms-actually-work/
733•0xkato•2d ago•201 comments

Google will pay SpaceX $920M per month for compute

https://techcrunch.com/2026/06/05/google-will-pay-spacex-920m-per-month-for-compute/
295•ramanan•7h ago•441 comments

Show HN: Infinite canvas notes in the non-Euclidean Poincaré disk

https://uonr.github.io/poincake/
42•uonr•4d ago•6 comments

Pokemon Emerald Ported to WebAssembly (100k FPS)

https://pokeemerald.com/
185•tripplyons•8h ago•54 comments

Running Python code in a sandbox with MicroPython and WASM

https://simonwillison.net/2026/Jun/6/micropython-in-a-sandbox/
45•theanonymousone•5h ago•17 comments

Moving beyond fork() + exec()

https://lwn.net/SubscriberLink/1076018/16f01bbbb8e0d1f0/
188•jwilk•4h ago•180 comments

Police in England and Wales told to halt AI use in court statements

https://www.ft.com/content/229e5949-3ebc-4151-8a86-a01b5e259241
101•nmstoker•3h ago•33 comments

Meta confirms 1000s of Instagram accounts were hacked by abusing its AI chatbot

https://this.weekinsecurity.com/meta-confirms-thousands-of-instagram-accounts-were-hacked-by-abus...
20•speckx•53m ago•7 comments

Summer of '85: DOSBOS is rejected by ANALOG Computing

https://www.goto10retro.com/p/summer-of-85-dosbos-is-rejected-by
24•ibobev•2d ago•6 comments

Building Rust Procedural Macros from the Grounds Up

https://www.learnix-os.com/ch02-03-implementing-the-bitfields-proc-macro.html
57•Sagi21805•6d ago•13 comments

S&P 500 rejects SpaceX, also blocking entry for OpenAI and Anthropic

https://arstechnica.com/tech-policy/2026/06/sp-500-blocks-fast-spacex-entry-wont-waive-rule-for-u...
1189•maltalex•14h ago•417 comments

Mbodi AI (YC P25) Is Hiring Founding Machine Learning Engineer (Robotics)

https://www.ycombinator.com/companies/mbodi-ai/jobs/WYAcNkX-founding-machine-learning-engineer
1•chitianhao•7h ago

Tribute to Jiro Yamada, Automotive Artist (1960-2025) [video]

https://www.youtube.com/watch?v=rJ2gQ5Md60U
33•NaOH•22h ago•2 comments

Python JIT project was asked to pause development

https://discuss.python.org/t/an-announcement-from-the-steering-council-regarding-the-jit-project/...
87•kbumsik•3h ago•29 comments

Trees to Flows and Back: Unifying Decision Trees and Diffusion Models

https://arxiv.org/abs/2605.00414
25•rsn243•6h ago•5 comments

Splash Is a Colour Format

https://www.todepond.com/lab/splash/
25•tobr•2d ago•18 comments

The intracies of modern camera lens repair (2024)

https://salvagedcircuitry.com/sigma-45mm.html
226•transistor-man•18h ago•83 comments

New method turns ocean water into drinking water, without waste

https://www.rochester.edu/newscenter/what-is-desalination-definition-ocean-water-704732/
471•speckx•1d ago•199 comments

Ask HN: Why is the HN crowd so anti-AI?

263•Ekami•16h ago•458 comments

Ask HN: What was your "oh shit" moment with GenAI?

484•andrehacker•1d ago•865 comments

Show HN: Soft Body Jiggle Physics

https://github.com/xloveee/jiggle-physics
40•vesperance•4d ago•16 comments

Social Cache Busting

https://www.autodidacts.io/social-cache-busting/
115•surprisetalk•4d ago•43 comments

Pre-Modern Armies for Worldbuilders, Part I: Why They Fight

https://acoup.blog/2026/06/05/collections-pre-modern-armies-for-worldbuilders-part-i-why-they-fight/
155•gostsamo•15h ago•45 comments

pg_durable: Microsoft open sources in-database durable execution

https://github.com/microsoft/pg_durable
454•coffeemug•1d ago•104 comments
Open in hackernews

Summer of '85: DOSBOS is rejected by ANALOG Computing

https://www.goto10retro.com/p/summer-of-85-dosbos-is-rejected-by
24•ibobev•2d ago

Comments

somat•2d ago
I missed the basic era by a little but I always wonder why the BASIC roms never became the shell of the disk operating system when disks entered the pictured. Think analogous to the unix shell which is both the interactive command line and a scripting language. Get rid of the line numbers, add some directory access commands (list, mkdir, cd etc) and you would have a pretty good cli. but nobody appears to have done this. Instead you ended up with things cp/m and dos. fine enough I guess but their command interpreter sort of sucks in comparison to what basic could have brought to the table. And basic was already there.
michalpleban•1h ago
They sort of did this with BASIC 4.0 and later for Commodores. We had CATALOG for listing files, SCRATCH for deleting them, HEADER for formatting and so forth. These were standard BASIC commands, and could be used in programs as well as directly.
steve1977•1h ago
Yup, this basically what you booted into on a C64 for example.
anyfoo•21m ago
No, that was BASIC 2.0, and using any DOS commands was extremely awkward.

With the notable exception of listing the directory, which was pretty easy through a trick from the disk drive’s DOS which meant you could load the disk directory “as a program” with a special name, “$”, and then just LIST it. But you see, the drive’s DOS had to sort of go out of its way to make that simple.

kid64•3m ago
That's not a trick. It's just how you list files. Same awkwardness as any other disk command.
hakfoo•41m ago
There was sort of a conceptual firewall between "using the computer" and "programming the computer" for a lot of systems.

Some (various LISP and Smalltalk environments) had a much narrower wall between the two, but I could see the case for being able to say "Your secretary never has to know about programming" even if it left flexibility and value on the table.