frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Qwen 3.6 27B is the sweet spot for local development

https://quesma.com/blog/qwen-36-is-awesome/
769•stared•12h ago•560 comments

Popping the GPU Bubble

https://moondream.ai/blog/popping-the-gpu-bubble
8•radq•31m ago•0 comments

.self: A new top-level domain designed to support self-hosting

https://hccf.onmy.cloud/2026/06/21/reclaiming-our-digital-selves-hccfs-vision-for-a-human-centere...
412•HumanCCF•9h ago•241 comments

Free the Icons

https://weblog.rogueamoeba.com/2026/06/26/free-the-icons/
345•zdw•2d ago•91 comments

Memory Safe Context Switching

https://fil-c.org/context_switches
81•modeless•5h ago•22 comments

Old Computer Challenge

http://occ.sdf.org/
34•wrxd•2d ago•5 comments

LongCat-2.0, a large-scale MoE model with 1.6T total and 48B Active

https://longcat.chat/blog/longcat-2.0/
76•benjiro29•5h ago•22 comments

Study suggests most Americans would be healthier without daylight saving time

https://med.stanford.edu/news/all-news/2025/09/daylight-saving-time.html
21•andsoitis•1h ago•5 comments

Exploring PDP-1 Lisp (1960)

https://obsolescence.dev/pdp1-lisp-introduction.html
44•ozymandiax•4h ago•16 comments

Rocketlab acquires Iridium

https://investors.rocketlabcorp.com/news-releases/news-release-details/rocket-lab-acquire-iridium...
390•everfrustrated•15h ago•254 comments

30-year sentence for transporting zines is a five-alarm fire for free speech

https://theintercept.com/2026/06/26/daniel-sanchez-estrada-zines-prairieland-free-speech/
480•xrd•1d ago•291 comments

Linux for the Sega MegaDrive

https://github.com/LinuxMD/linuxmd
54•HardwareLust•14h ago•7 comments

Ornith-1.0: self-improving open-source models for agentic coding

https://github.com/deepreinforce-ai/Ornith-1
186•danboarder•12h ago•37 comments

How to corrupt an SQLite database file

https://www.sqlite.org/howtocorrupt.html
42•tosh•3d ago•12 comments

US Supreme Court rules geofence warrants require constitutional protections

https://www.theguardian.com/us-news/2026/jun/29/supreme-court-geofence-warrants-case-decision
500•cdrnsf•13h ago•230 comments

Zig – SPIR-V Backend Progress

https://ziglang.org/devlog/2026/#2026-06-26
38•Retro_Dev•4d ago•13 comments

One million passports leaked online

https://www.theverge.com/tech/947157/passports-data-breach-cannabis-club-systems-nefos-puffpal
201•jruohonen•1d ago•115 comments

A native graphical shell for SSH

https://probablymarcus.com/blocks/2026/06/28/native-graphical-shell-for-SSH.html
275•mrcslws•14h ago•142 comments

Apple Neural Engine: Architecture, Programming, and Performance

https://arxiv.org/abs/2606.22283
145•Jimmc414•2d ago•19 comments

Kb – Prolog Knowledge Base

https://github.com/mat-mgm/kb-prolog
59•triska•2d ago•6 comments

South Korea to spend $1T on more memory chip production and humanoid robots

https://arstechnica.com/ai/2026/06/south-korea-to-spend-1t-on-more-memory-chip-production-and-hum...
189•jnord•7h ago•104 comments

Philae's extraordinary comet landing relived (2024)

https://www.esa.int/Science_Exploration/Space_Science/Rosetta/Philae_s_extraordinary_comet_landin...
14•1970-01-01•5d ago•1 comments

WATaBoy: JIT-Ing Game Boy Instructions to WASM Beats a Native Interpreter

https://humphri.es/blog/WATaBoy/
196•energeticbark•14h ago•31 comments

Walter S. Arnold–Sculptor/Stone Carver

https://stonecarver.com/
7•NaOH•2d ago•1 comments

Dark Sky Lighting

https://www.savingourstars.org/darkskylighting#whatisdarkskylighting
184•alexandrehtrb•4d ago•31 comments

Wallace the 6 inch f/2.8 telescope, building it, and hiking with it

https://lucassifoni.info/blog/hiking-with-wallace/
126•chantepierre•3d ago•20 comments

What happens when you run a CUDA kernel?

https://fergusfinn.com/blog/what-happens-when-you-run-a-gpu-kernel/
234•mezark•16h ago•28 comments

Alan Kay on the meaning of "object-oriented programming" (2003)

https://notes.shixiangxi.com/en/docs/appendix/alan-kay-on-oop/
36•sxx0•2d ago•8 comments

A Fake Shell for Pangenomics

https://www.cs.cornell.edu/~asampson/blog/flash.html
5•matt_d•3d ago•0 comments

Working With AI: A concrete example

https://htmx.org/essays/working-with-ai/
123•comma_at•14h ago•41 comments
Open in hackernews

Alan Kay on the meaning of "object-oriented programming" (2003)

https://notes.shixiangxi.com/en/docs/appendix/alan-kay-on-oop/
36•sxx0•2d ago

Comments

ahartmetz•1d ago
That's the Smalltalk school of OOP. There is also the Simula school. It is kind of unfortunate that they use the same name.
mycall•1d ago
> OOP to me means only messaging, local retention and protection and hiding of state-process, and extreme late-binding of all things.

How does Simula differ here?

ahartmetz•1d ago
AFAIU, Simula focused more on types and inheritance and less on late-binding, in particular not of "all things".

Alan Kay's distaste for (static) types is just his opinion and an original contribution of IMO rather dubious value.

After the dust has settled, it seems like the most valuable parts of OOP are private data, convenience (no need to repeat the class name in a method call), good fit for some domains, and interfaces.

jqpabc123•1d ago
private data, convenience

Which can be easily achieved without OOP.

pitched•8m ago
That upfront convenience here leads to a long tail of job security when it inevitably goes spaghetti. Win-win!
jqpabc123•1d ago
I thought of objects being like biological cells and/or individual computers on a network, only able to communicate with messages

It was originablly conceived as a simulation of a distributed system.

Distributed systems can be useful but does anyone really believe that they are simpler or easier to develop and maintain?

The amazing part to me is that so many were trained and convinced to accept that adopting this simulation could make all programming easier or somehow "better". As if adding complexity would magically lead to simplification.

BobbyTables2•1h ago
Generally speaking, toy examples can always be made to look simple. In reality it often means the “hard part” was moved into the shadows, not actually solved.

Graphical programming like LabVIEW looks very appealing. The product demo practically sells itself. Sure, it fits well for a very narrow class of use cases. But even fairly simple things in a textual language quickly become an unwieldy mess. (Try factoring an integer in it…)

There are formal models for distributed systems often solve the “easy” problems that didn’t need solving while making various practical concerns harder/impossible such as timeouts or node failure.

sph•58m ago
> Distributed systems can be useful but does anyone really believe that they are simpler or easier to develop and maintain?

I believe that programs written in languages made for distributed systems are simpler and easier to maintain.

Also I believe that one of the major problems in modern computing is that most languages we use do not understand that even trivial programs require ‘communication’ and OS/hardware facilities that have behaviours of distributed systems such as latency, transient faults, etc.