frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Waymo effect: how AI is quietly making research less collaborative

https://www.researchagenda.news/articles/the-waymo-effect.html
235•JohnHammersley•3h ago•183 comments

Houthis 'take control' of key island in global shipping route

https://www.bbc.com/news/live/cmd683p01eljt
100•consumer451•1h ago•65 comments

Logo Programming Language

https://el.media.mit.edu/logo-foundation/what_is_logo/logo_programming.html
40•azhenley•2d ago•6 comments

Show HN: ClaudeStatsBar: your session is 486k deep and nothing told you

https://github.com/Field-Logic-Ltd/ClaudeStatsBar
15•edf13•1h ago•12 comments

Re-Engineering YouTube for the Living Room: Bringing "Chrobalt" to RDK

https://www.collabora.com/news-and-blog/news-and-events/re-engineering-youtube-for-the-living-roo...
10•losgehts•1h ago•2 comments

So you want to use OpenRouter?

https://mmoustafa.com/blog/so-you-want-to-use-openrouter/
380•player85•2d ago•96 comments

Cherenkov Radiation - traveling faster than light

http://www.iaea.org/newscenter/news/what-is-cherenkov-radiation
152•andsoitis•6h ago•77 comments

If coding is solved, what now?: Measuring the sloppiness of code

https://earendil.com/posts/measuring-code-sloppiness/
70•doppp•1h ago•76 comments

Shopify is moving from React Native back to Swift and Kotlin

https://shopify.engineering/back-to-native
1172•fnthawar2•1d ago•857 comments

Ask HN: Can we please limit the AI news flood?

353•cromka•1h ago•192 comments

RTK reports token savings, but our cost benchmarks disagree

https://quesma.com/blog/does-rtk-make-ai-coding-cheaper/
75•michalwarda•3h ago•45 comments

iPod Classic 6G in QEMU

https://www.reddit.com/r/emulation/s/VL4Au2HGxq
91•dmonterocrespo•2d ago•15 comments

Don't let anyone take away your big box of cables

https://blog.jim-nielsen.com/2026/hands-off-my-cables/
671•Brajeshwar•23h ago•411 comments

RISC-V Emulator and Linux System from Scratch

https://github.com/WerWolv/riscv-emulator
27•Bluestein•3d ago•2 comments

CSS Curiosities of the Past

https://vale.rocks/posts/css-relics
47•robin_reala•6h ago•29 comments

OpenAI Agents API

https://developers.openai.com/api/docs/guides/agents-api/overview
306•aquir•19h ago•164 comments

Experiment – Projectional Viewer

https://programmingsimplicity.substack.com/p/experiment-projectional-viewer
11•surprisetalk•3d ago•1 comments

Working with Git Worktrees in Magit

https://emacsredux.com/blog/2026/09/02/working-with-git-worktrees-in-magit/
84•srijan4•3d ago•35 comments

Claude is no longer available for minors

https://support.claude.com/en/articles/15171100-age-assurance-on-claude
241•Muhammad523•4h ago•323 comments

An interactive tour of the spanning tree protocol

https://vincent.bernat.ch/en/blog/2026-spanning-tree
48•zdw•3d ago•4 comments

Technique for Manipulating Satellite Photos Now Reveals Ancient Images (2025)

https://spinoff.nasa.gov/Manipulating_Satellite_Photos_Now_Reveals_Ancient_Images
360•gumby•23h ago•60 comments

Mexican student creates an acoustic fire extinguisher to put out fire in seconds

https://www.upsocl.com/en/16-year-old-mexican-student-creates-an-acoustic-fire-extinguisher-that-...
311•rguiscard•13h ago•102 comments

The Deathray: A simple way for an untrusted site to freeze a Mac

https://auberon.xyz/blog/posts/deathray/
242•auberonedu•19h ago•161 comments

Music Theory for the 21st-Century Classroom

https://musictheory.pugetsound.edu/mt21c/MusicTheory.html
259•aanet•21h ago•122 comments

More questions about whether researchers can trust OpenAI with unpublished math

https://mathstodon.xyz/@andreasthom/117240535270608201
840•pred_•1d ago•784 comments

NTSB issues investigative update on B-767 runway excursion accident in Miami

https://www.ntsb.gov:443/news/press-releases/Pages/NR20260909.aspx
132•mckn1ght•17h ago•233 comments

Neki – Sharded Postgres

https://planetscale.com/blog/introducing-neki
260•simon_weber•23h ago•142 comments

Forgejo <=16.0.3 Critical RCE

https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/16.0.4.md
200•weierstass•22h ago•77 comments

Nine coding harnesses vs. your laptop

https://nasutton.notion.site/Nine-coding-harnesses-vs-your-laptop-3d139990182b80d59fa3cf500f0450b...
143•nasutton12•15h ago•49 comments

Meta fires 8k employees,replaces with agents.Then realised it was a mistake

https://timesofindia.indiatimes.com/technology/tech-news/after-laying-off-8000-employees-meta-ceo...
5•gilfoyle_7•10m ago•0 comments
Open in hackernews

Logo Programming Language

https://el.media.mit.edu/logo-foundation/what_is_logo/logo_programming.html
38•azhenley•2d ago

Comments

lackoftactics•37m ago
I didn't win logo programming competition in polish equivalent of 7th grade and I am still salty about it
mococa•33m ago
I learned how to program (& do CAD) with LOGO when I was 8 y'old.
animateus•26m ago
Oh my god - Logo, brings back memories of my childhood and my first "microcomputer": ZX Spectrum +. I spent countless hours trying to force the damn turtle to draw shapes I wanted it to. Unbelievable that this language is still alive.
wooperville•19m ago
The majority of GenX programmers I know learned logo in the 70s and early 80s. Such a great introductory language.
ihumanable•16m ago
I still remember when we learned logo in elementary school. I had to get my mom to go out and buy a 3.5" disk so I could save my programs.

When I realized that all of logo was actually saved on that disk and I could continue playing with the turtle at home, I was amazed.

Drawing little things, realizing that I was repeating stuff and breaking it into little functions so I could draw them again more easily. I was learning the essentials of programming and didn't even realize it.

corysama•14m ago
Logo was my introduction to programming. Working on a 1 MHz Commodore64, my masterpiece was a fireworks show that was animated by the fact that the individual drawing commands were so slow you could watch them play out.

So, draw a curve from the ground to the sky. Draw some explosion shape. Change pen color to the sky color. Draw the curve and the explosion again to erase them. Change pen color and start the next firework.