frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Meta Muse Glimmer – open weights 30B local coding model

https://research.meta.ai/blog/introducing-muse-glimmer-open-agentic-model
383•riordan•3h ago•179 comments

Mistral Patent for "Code implemented tool calls"

https://patentsgazette.uspto.gov/week26/OG/html/1547-5/US12670045-20260630.html
39•theanonymousone•30m ago•34 comments

50k Boat Names

https://www.beautifulpublicdata.com/boat-names/
32•jonathanmkeegan•1h ago•17 comments

Squeak/Smalltalk 6.1 Release Notes

https://squeak.org/release_notes/6.1/
36•fniephaus•1h ago•8 comments

Docker Sandboxes – Disposable, isolated sandboxes for AI agents

https://www.docker.com/products/docker-sandboxes/
357•etoxin•7h ago•221 comments

Tail-call optimization in C is relatively recent

https://lwn.net/Articles/1034703/
52•prakashqwerty•2h ago•22 comments

Parametron: 50s Japanese computer that uses neither transistors nor vacuum tubes

https://ethw.org/Milestones:Parametron,_1954
47•xeonmc•3h ago•14 comments

Over 181,000 AI meeting recordings left wide open in note taking app

https://bobdahacker.com/blog/tldv-hack
97•colesantiago•1h ago•32 comments

What Happened to HackerOne?

https://blog.teknogeek.io/posts/what-happened-to-hackerone/
297•hipparchus•11h ago•153 comments

DeepSeek costs OpenCode Go user $1.14/day; dual DGX breaks even in 24 years

https://twitter.com/thdxr/status/2086599224674681242
43•delduca•1h ago•36 comments

Run Android ARM64 VR APKs on Apple Vision Pro

https://github.com/shinyquagsire23/Klepton
128•LorenDB•10h ago•25 comments

Why a Raspberry Pi shouldn't be powered through its GPIO pins

https://82mhz.net/posts/2026/08/why-a-raspberry-pi-shouldn-t-be-powered-through-it-s-gpio-pins/
17•speckx•4d ago•7 comments

An Interesting Fourier Transform – 1/F Noise

https://www.dsprelated.com/showarticle/40.php
76•q7m•3d ago•16 comments

Tail-Call Interpreters in Rust – Jimmy Ostler

https://lordgoati.us/blog/tail-call/
54•amatheus•3d ago•17 comments

Show HN: Voice driven murder mystery, Interview AI suspects with your voice

https://www.whodunnitai.com/
138•MrRowTheBoat•10h ago•54 comments

Defending my own brain against enshittification

https://mrmarket.lol/how-i-feel-calmin-control-of-my-life-in-the-time-of-enshittification/
17•mrmarket•39m ago•2 comments

How Blackwing Pencils are Made [video]

https://www.youtube.com/watch?v=fow-LsdaH2E
42•NaOH•4d ago•16 comments

Findphone: Locate a nearby Bluetooth device by signal strength

https://github.com/ben-z/findphone
13•helsinkiandrew•5d ago•9 comments

Taxi drivers rarely die of Alzheimer's

https://theconversation.com/taxi-drivers-rarely-die-of-alzheimers-how-complex-mental-maps-and-spa...
335•jader201•22h ago•235 comments

How I use LLMs to learn complex topics

https://laurentiugabriel.github.io/blog/articles/how-i-use-llms-to-learn/
723•laurentiurad•18h ago•465 comments

How We Pushed CDC into Postgres

https://www.snowflake.com/en/blog/engineering/postgres-to-snowflake-replication-mirroring/
115•craigkerstiens•12h ago•23 comments

Ask HN: What are you working on? (August 2026)

279•david927•20h ago•961 comments

ATProto for Distributed Systems Engineers

https://atproto.com/articles/atproto-for-distsys-engineers
112•LelouBil•3d ago•21 comments

Because It's Not Fun Enough: why languages fail

https://bytecode.news/posts/2026/08/because-it-s-not-fun-enough
68•jottinger•2h ago•71 comments

Cool URIs Don't Change (1998)

https://www.w3.org/Provider/Style/URI
263•Klaster_1•23h ago•63 comments

An alias-based formulation of the borrow checker (2018)

https://smallcultfollowing.com/babysteps/blog/2018/04/27/an-alias-based-formulation-of-the-borrow...
19•parksb•2d ago•1 comments

Picophysics: Single file physics for games on platforms like N64, PSX, DC

https://gitlab.com/Kazade/picophysics
73•klaussilveira•5d ago•22 comments

Tuxedo No. 2 – Cocktail recipes

https://tuxedono2.com
120•smartmic•17h ago•35 comments

Everything you do is being recorded

https://www.theatlantic.com/technology/2026/05/ai-wearable-surveillance-countermeasures/687203/
351•ike_usawa•1d ago•314 comments

Nearest Pint

https://knowwhereconsulting.co.uk/maps/pubs/
43•bookofjoe•5d ago•26 comments
Open in hackernews

Squeak/Smalltalk 6.1 Release Notes

https://squeak.org/release_notes/6.1/
35•fniephaus•1h ago

Comments

avaer•1h ago
Just like learning Lisp will make you rethink programming languages, and learning Erlang will make you understand the true power of concurrency: learning Smalltalk will make you understand what "object oriented" actually means.

I haven't used Squeak since college but I'm glad it was part of the cirriculum.

Btw, almost all of Javascript's good parts come from Smalltalk.

addaon•48m ago
> almost all of Javascript's good parts come from Smalltalk

Is this underselling the role of Self in JS’s prototype-based object system, or saying that a prototype-based object system is not one of the good parts?

sscaryterry•13m ago
Prototypical inheritance has caused so many, many vulnerabilities...
ramesh31•46m ago
>Btw, almost all of Javascript's good parts come from Smalltalk.

Like what, exactly? I'm genuinely curious. There is no root object or message passing in JS, and the OO aspects are only incidentally bolted on (classes don't actually exist, prototypal inheritance was an afterthought), named params are newer sugar, and polymorphism is a struggle due to all of the above. I've always thought of JS as what Crockford himself said: "a Lisp in C's clothing".

atemerev•44m ago
And after all these years, still no fixes for high-DPI displays. The UI is still pixely and slow. Perhaps I should take Fable and try myself, this was the only bug I cared about and it is not solved after 10 years at least.
sswezey•37m ago
Same, I've been tracking this and Pharo for high-DPI fixes. Pharo is working on a new graphics stack that is intended to address this as well, but until then no high-DPI support.
mparrett•16m ago
I see some movement on high-DPI in the latest release. What are the current gaps? I'm not familiar with the project, just curious.

> Improves high-DPI support for buttons, scroll panes, sliders, menus, multi-selection lists, trees, drop-shadows, the scratch pad, the keyboard exerciser, and others.

https://squeak.org/release_notes/6.1/#:~:text=and%20dialog%2...

sswezey•6m ago
I opened the Squeak image on my Mac, and everything looks good that I checked.