frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Usborne 1980s Computer Books

https://usborne.com/us/books/computer-and-coding-books
35•ngram•1h ago•10 comments

Ruby for Good

https://ti.to/codeforgood/rubyforgood
18•mooreds•1h ago•0 comments

DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost

https://esengine.github.io/DeepSeek-Reasonix/
146•Alifatisk•3h ago•84 comments

Mastering Dyalog APL

https://mastering.dyalog.com/README.html
83•tosh•5h ago•18 comments

Constraint Decay: The Fragility of LLM Agents in Back End Code Generation

https://arxiv.org/abs/2605.06445
52•wek•3h ago•29 comments

Childhood Computing

https://susam.net/childhood-computing.html
93•blenderob•4h ago•50 comments

I spent 50 hours drawing a line graph

https://www.dougmacdowell.com/50-hours-to-draw-some-lines.html
264•dougdude3339•3d ago•46 comments

I keep bouncing off the Scheme language

https://www.sicpers.info/2026/05/i-keep-bouncing-off-the-scheme-language/
72•ingve•2d ago•26 comments

Microsoft open-sources "the earliest DOS source code discovered to date"

https://arstechnica.com/gadgets/2026/04/microsoft-open-sources-the-earliest-dos-source-code-disco...
362•DamnInteresting•15h ago•119 comments

'AI washing': firms are scrambling to rebrand themselves as tech-focused

https://www.theguardian.com/technology/2026/may/24/ai-washing-pr-firms-scrambling-rebrand
44•Brajeshwar•1h ago•35 comments

Perceptual Image Codec: What Matters in Practical Learned Image Compression

https://apple.github.io/ml-pico/
36•ksec•4h ago•10 comments

Omarchy Is Not A Distro

https://abyss.fish/your_dotfiles_are_not_a_distro
74•j3s•2h ago•47 comments

Wake up! 16b

https://hellmood.111mb.de/wake_up_16b_writeup.html
345•MaximilianEmel•16h ago•25 comments

Scammers are abusing an internal Microsoft account to send spam links

https://techcrunch.com/2026/05/21/scammers-are-abusing-an-internal-microsoft-account-to-send-spam/
216•spike021•16h ago•118 comments

When (if ever) it's appropriate to make jokes before the US Supreme Court

https://www.scotusblog.com/2026/05/when-if-ever-its-appropriate-to-make-jokes-take-selfies-or-cur...
32•mooreds•1h ago•6 comments

Curly braces: An evolution of Unix and C

https://thalia.dev/blog/unix-braces/
15•thaliaarchi•3d ago•3 comments

The C64 Dead Test Font

https://www.masswerk.at/nowgobang/2026/c64-dead-test-font
103•masswerk•12h ago•17 comments

Swap tables, flash-friendly swap, swap_ops, and more

https://lwn.net/SubscriberLink/1072657/394b87abd7cc215e/
50•mkesper•4d ago•0 comments

Silk: Open-source cooperative fiber scheduler

https://github.com/ClickHouse/silk
81•animetyan•3d ago•11 comments

Predicting the 2026 Bristol Bay and Kodiak Salmon Runs

https://www.salmonfinder.com/2026/05/13/bristol-bay-kodiak-predictions-2026
6•mooreds•2d ago•2 comments

Alexander Grothendieck Revolutionized 20th-Century Mathematics

https://www.quantamagazine.org/how-alexander-grothendieck-revolutionized-20th-century-mathematics...
101•anujbans•13h ago•22 comments

Time to talk about my writerdeck

https://veronicaexplains.net/my-first-writerdeck/
427•hggh•22h ago•253 comments

Converting an Integer to a Decimal String in Under Two Nanoseconds

https://onlinelibrary.wiley.com/doi/10.1002/spe.70079
88•mpweiher•5d ago•43 comments

FreeBSD Foundation Executive Director Tries Daily Driving FreeBSD on Laptop

https://www.phoronix.com/news/FreeBSD-On-Laptop-Driver
4•Bender•18m ago•1 comments

On The <dl> (2021)

https://benmyers.dev/blog/on-the-dl/
419•ravenical•1d ago•124 comments

Show HN: Git-based front-end interface for Hugo

https://github.com/arashthr/hugo-flow
26•arashThr•3d ago•6 comments

Artificial egg hatched 26 healthy chickens

https://www.nationalgeographic.com/science/article/artificial-egg-colossal-chickens-moa-dodo
47•BaudouinVH•3d ago•69 comments

Greg Brockman interview [video]

https://fs.blog/knowledge-project-podcast/greg-brockman/
133•prakashqwerty•8h ago•109 comments

Why is Vivado 2026.1 dropping Linux support for free tier?

https://adaptivesupport.amd.com/s/question/0D5Pd00001YQLdMKAX/why-is-vivado-20261-dropping-linux-...
262•zdw•12h ago•145 comments

The Art of Money Getting

https://kk.org/cooltools/book-freak-210-the-art-of-money-getting/
355•dxs•1d ago•190 comments
Open in hackernews

Usborne 1980s Computer Books

https://usborne.com/us/books/computer-and-coding-books
35•ngram•1h ago

Comments

lelanthran•37m ago
Man, I just posted this in a recent thread :-)

Still think my comment applies: they need to be updated for a modern platform (not Python).

fredrickleo•33m ago
Heh, I've been working on an interpreter to run them https://github.com/fredrick-pennachi/OldBasic It's not quite finished yet but it can run the programs I've typed out here https://github.com/fredrick-pennachi/BASIC-programs
chb•19m ago
What “modern platform” would you suggest?
lelanthran•7m ago
> What “modern platform” would you suggest?

I can't really think of a suitable one TBH; Python's completely out of the running, Java and C# have a lot of unnecessary (for this goal) boilerplate, Pascal is not a bad choice.

Maybe Javascript? The books can then instruct "type this into an HTML file".

In my mind, a more modern platform would be a simulated one that has its own machine language (byte-code compiled, perhaps) so that these books, which take you all the way into machine language, would make sense.

ArchieScrivener•35m ago
Pretty sure HN is selling front page access. Have more popups on your website why don't you.
redwall_hp•33m ago
These are actually how I first learned to program, but around 2001-2002, when I was about ten years old. I found a couple of them at the library, and that's when I realized it was something you could just learn...but lacked a BASIC interpreter.

I ended up also finding a No Starch Press book on JavaScript, and porting the BASIC listings to ye olde pre-Node JavaScript as my first foray into programming.

Then I also got a Commodore 64 on eBay some time later.

flir•22m ago
If my school's library had had Machine Code for Beginners, my career might have been very different. (I'm actually a bit annoyed I didn't know that existed).

I definitely remember Creepy, Battle and Space.

xp84•18m ago
That’s super cool. I’m actually surprised if you had a PC in 2001 that it didn’t have QBASIC on it though. I think that was being shipped with Windows at least through Windows 98.

But of course, your solution to that was twice as good for your education than if you’d learned only BASIC so that’s good.

My experience was kind of similar except I was learning in the mid 90s and only had access to various flavors of BASIC, because all the computers my school had were from 1980-1987 or so. When I saw modern GUI computers though, I couldn’t understand how what I’d learned in the character-based world could be applied to the GUI paradigm, so I gave up on programming until the Web and PHP gave me a usable mental model to get back into it.

klez•12m ago
Uhm... My browser is redirected to https://usborne.com/it/books/computer-and-coding-books which 404s.