frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Toast, a beautiful by default in terminal IDE

https://github.com/paradise-runner/toast
29•dividedcomet•41m ago•12 comments

Λ Snap – An inviting programming language for kids and adults for CS study

https://snap.berkeley.edu/
30•dr_kiszonka•1h ago•12 comments

Litelm: LiteLLM Without the Bloat

https://github.com/kennethwolters/litelm
13•kennethwolters•25m ago•2 comments

A Misalignment of AI in Mathematics

https://terrytao.wordpress.com/2026/09/11/a-severe-misalignment-of-ai-in-mathematics/
34•Iuz•1h ago•2 comments

118M Queries per Second on Neki

https://planetscale.com/blog/118-million-queries-per-second-on-neki
47•joshmgross•2h ago•27 comments

Logo Programming Language

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

I've operated petabyte-scale ClickHouse clusters for 5 years

https://www.tinybird.co/blog/what-i-learned-operating-clickhouse
99•adastral•4d ago•39 comments

The EPA Is Planning to Scrap Public Review Rules for Data Center Pollution

https://capitalbnews.org/data-centers-permit-rules-epa/
32•doener•30m ago•6 comments

Zep AI (YC W24) Is Hiring a Head of Forward Deployed Engineering

https://www.getzep.com/careers/
1•roseway4•1h ago

Show HN: Godot and Rust based multiplexer (terminal panes and more)

https://github.com/godot-pty/gpty
55•1nv1n•2h ago•33 comments

How I Prompt

https://thorstenball.com/talks/how-i-prompt/
21•luu•2d ago•1 comments

Global Glacier Extinction Explorer

https://glacierextinction.com
114•guillego•2h ago•41 comments

Rune is now open source

https://rune.build/blog/rune-is-now-open-source
38•ernestrc•3h ago•6 comments

So you want to use OpenRouter?

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

Copying login keychains between Macs fails on Secure Enclave Macs with Tahoe

https://derflounder.wordpress.com/2026/09/08/manually-copying-login-keychain-files-from-one-mac-t...
46•zdw•20h ago•34 comments

RTK reports token savings, but our cost benchmarks disagree

https://quesma.com/blog/does-rtk-make-ai-coding-cheaper/
119•michalwarda•7h ago•57 comments

Measuring the sloppiness of code

https://earendil.com/posts/measuring-code-sloppiness/
157•doppp•4h ago•184 comments

Top mathematicians are outraged by OpenAI's methods

https://www.economist.com/science-and-technology/2026/09/11/top-mathematicians-are-outraged-by-op...
4•sbulaev•29m ago•0 comments

HuggingFace: Security.txt

https://huggingface.co/security.txt
176•yarapavan•3h ago•42 comments

Show HN: Bodily Oddities

https://vester.si/bodily-oddities/
85•vesterde•22h ago•78 comments

Stop making swap partitions—use swap files instead

https://gist.github.com/joshenders/c4960cec9c63a7b7d68ffa9543356c43
55•jenders•2d ago•75 comments

Claude is only available to people over 18 years

https://support.claude.com/en/articles/15171100-age-assurance-on-claude
395•Muhammad523•7h ago•456 comments

Copper lined vest to help penguins with recovery

https://apnews.com/article/chile-el-nino-humboldt-penguins-vulnerable-injuries-rehabilitation-6e9...
25•ninju•3d ago•8 comments

How the Chorleywood Bread Process transformed British bread

https://edconway.substack.com/p/the-little-holes-in-your-bread-are
58•baud147258•3d ago•70 comments

Triple H Writes Anniversary Story for Spider-Man #1000

https://cultaholic.com/posts/triple-h-writes-anniversary-story-for-amazing-spider-man-1000
12•mooreds•2h ago•6 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...
29•losgehts•4h ago•12 comments

Show HN: Hacker News, Without AI

https://www.unslop.news/
67•otherayden•2h ago•31 comments

Kenyans Did College Students' Homework for Years. Then A.I. Arrived

https://www.nytimes.com/2026/09/05/technology/kenya-college-essays-ai.html
52•pseudolus•3d ago•55 comments

Cherenkov Radiation - traveling faster than light

http://www.iaea.org/newscenter/news/what-is-cherenkov-radiation
191•andsoitis•9h ago•87 comments

Google will buy half the electricity from one of Finland's nuclear power plants

https://www.bbc.com/news/articles/c8r6y4me2g6o
238•lukaspetersson•17h ago•252 comments
Open in hackernews

Λ Snap – An inviting programming language for kids and adults for CS study

https://snap.berkeley.edu/
28•dr_kiszonka•1h ago

Comments

stymaar•46m ago
For those wondering the difference with scratch, it's on the about page:

> About Snap!

> Snap! (formerly BYOB) is a visual, drag-and-drop programming language. It is an extended reimplementation of Scratch (a project of the Lifelong Kindergarten Group at the MIT Media Lab) that allows you to Build Your Own Blocks. It also features first class[1] lists, first class procedures, and first class continuations[2]. These added capabilities make it suitable for a serious introduction to computer science for high school or college students.

biofox•35m ago
Scratch already allows you to create custom Blocks and features lists. This seems like a perfect example of reinventing the wheel (and fragmenting development communities).
striking•34m ago
Snap implemented these features and others long before Scratch had. To my memory it might have been a decade earlier.
DonHopkins•12m ago
Actually there is a large historical overlap between the two communities, and they are each very friendly and collaborative and respectful towards each other, ideas feeding back and forth and improving both systems. The projects have different goals, but there is a lot of feedback between them.

Jens was on the Scratch Team, BYOB was presented at Scratch@MIT 2010 explicitly to merge ideas back in, and Berkeley has kept showing up at Scratch conferences (Amsterdam 2015, Bordeaux 2017) while the Scratch forums hosted BYOB/Snap! discussion for years.

sinuhe69•29m ago
Snap is designed to be more expressive and powerful than Scratch. But I find debugging them is very painful. Changing the name of a variable or block for example, could create “holes” in the calling sites but the system can or cannot report an error and fails silently. Snap is IMO more flaky and the team seems more eager to add features than polish the existing ones or make the system mor robust and stable.
anguishe•27m ago
Nice! I did a few chapters of this when I was learning.

I'll have to add it to my list to go and check out any new updates/features they have.

I can NOT wait to get my little one into something like this!

jc4p•23m ago
I've been spending a lot of time with my nephews working on Scratch and Snap.

They also attend local classes and their teachers switched from Snap to this which is way simpler and stickier with my nephews: https://www.microsoft.com/en-us/makecode

smlacy•22m ago
I guess universities suffer from NIH-syndrome just as much as big tech does.
andrewla•18m ago
I don't love graphical programming environments like this and Scratch and I can't quite put my finger on why I find them so unattractive.

A big part of it is that you can, to some degree, learn programming from this. But you absolutely cannot learn software engineering from this.

r_lee•13m ago
from someone who can remember how they even got into programming:

it's because this is BS and just a toy, it's got no connection to the real world.

from the angle of someone trying to make some toy to teach programming, maybe in their head it's like: oh this is so simple and easy it should work perfectly for teaching

but from my experience, most of my learning came from "whats this?" "how do i make a thing like this?"

this doesn't provide a way to accomplish that or to promote curiosity

I think same applies to basic CS courses teaching bits and bytes, it's not really useful to know what bits and bytes are if you don't understand what they're even used for or why you should know what they are

however, this is just my subjective point of view, maybe it differs for others.

crushinator•3m ago
You also can't learn to be a great novelist from the alphabet song, but it has its place!