frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Previewing GPT‑5.6 Sol: a next-generation model

https://openai.com/index/previewing-gpt-5-6-sol/
831•minimaxir•8h ago•500 comments

Why does kinetic energy increase quadratically, not linearly, with speed? (2011)

https://physics.stackexchange.com/questions/535/why-does-kinetic-energy-increase-quadratically-no...
67•ProxyTracer•2h ago•27 comments

US allows Anthropic to release Mythos to 'trusted partners'

https://www.reuters.com/technology/us-releases-anthropic-model-mythos-some-us-companies-semafor-r...
190•bobrenjc93•2h ago•134 comments

A C++ implementation of a fast hash map and hash set using hopscotch hashing

https://github.com/Tessil/hopscotch-map
59•gjvc•4h ago•9 comments

U.S. government will decide who gets to use GPT-5.6

https://www.washingtonpost.com/technology/2026/06/26/openai-says-us-government-will-vet-users-its...
805•alain94040•7h ago•912 comments

MicroVMs: Run isolated sandboxes with full lifecycle control

https://aws.amazon.com/blogs/aws/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-in...
260•justincormack•3d ago•146 comments

The gap between open weights LLMs and closed source LLMs

https://blog.doubleword.ai/frontier-os-llm
111•kkm•4h ago•94 comments

AI in mathematics is forcing big questions

https://spectrum.ieee.org/ai-in-mathematics
33•rbanffy•2h ago•10 comments

We can still stop California's 3D printer surveillance scheme

https://www.eff.org/deeplinks/2026/06/we-can-still-stop-californias-3d-printer-surveillance-scheme
204•hn_acker•4h ago•55 comments

The "Bizarre Headgear" exhibit at the Sam Noble museum

https://svpow.com/2026/05/15/the-bizarre-headgear-exhibit-at-the-sam-noble-museum-is-incredible/
69•surprisetalk•3d ago•7 comments

A Tiny Compiler for Data-Parallel Kernels

https://healeycodes.com/a-tiny-compiler-for-data-parallel-kernels
20•healeycodes•1d ago•2 comments

Show HN: Smart model routing directly in Claude, Codex and Cursor

https://github.com/workweave/router
141•adchurch•8h ago•88 comments

Ultrasound imaging of the brain

https://alephneuro.com/blog/ultrasound-brain
233•rossant•13h ago•93 comments

What Is a Nomogram and Why Would It Interest Me?

https://lefakkomies.github.io/pynomo-doc/introduction/introduction.html#what-is-a-nomogram-and-wh...
84•Eridanus2•7h ago•17 comments

Hightouch (YC S19) Is Hiring

https://hightouch.com/careers#open-positions
1•joshwget•4h ago

Show HN: DBOSify – Drop-in Temporal replacement built on Postgres

https://github.com/dbos-inc/dbosify-py
12•KraftyOne•2d ago•2 comments

Om

https://daringfireball.net/2026/06/om
49•throw0101a•1h ago•4 comments

A human postmortem of the 1996 AOL outage

https://ngrok.com/blog/aol-was-down-1996
38•EndEntire•2d ago•8 comments

Making Sense of Proof by Contradiction [pdf]

https://www.foster77.co.uk/Foster,%20Scottish%20Mathematical%20Council%20Journal,%20Making%20sens...
3•surprisetalk•3d ago•0 comments

PlayStation Is Deleting 551 Movies from Customers' Accounts

https://kotaku.com/playstation-store-movies-digital-studio-canal-terminator-2000711013
150•ortusdux•5h ago•92 comments

Long Wave radio era set to end with Droitwich switch-off

https://www.bbc.com/news/articles/c74yn7v7k4qo
51•speckx•6h ago•22 comments

The open source DOCX editor submitted to HN a few weeks ago has been deleted

49•gcanyon•3h ago•34 comments

Pre-Modern Armies for Worldbuilders, Part III: Paying for It

https://acoup.blog/2026/06/26/collections-pre-modern-armies-for-worldbuilders-part-iii-paying-for...
47•jfoucher•7h ago•6 comments

Lippmann Photography

https://www.jonhilty.com/lippmann
17•andsoitis•2d ago•1 comments

Gossamer: a Rust-flavoured language with real goroutines and pause-free memory

https://gossamer-lang.org/
68•mwheeler•6h ago•57 comments

Modern GPU Programming for MLSys

https://mlc.ai/modern-gpu-programming-for-mlsys/
60•crowwork•3d ago•10 comments

LaTeX.wasm: LaTeX Engines in Browsers

https://www.swiftlatex.com/
86•theanonymousone•3d ago•30 comments

The Art of Kite Flying (1430–1929)

https://publicdomainreview.org/collection/art-of-kite-flying/
25•benbreen•4d ago•10 comments

Show HN: Autofit2 – End-to-end pipeline for multilingual text classification

https://github.com/neospe/autofit2
14•leschak•1d ago•1 comments

My Steam Machine is a 50ft HDMI cable

https://blog.matthewbrunelle.com/my-steam-machine-is-a-50ft-hdmi-cable/
165•speckx•3d ago•158 comments
Open in hackernews

Why does kinetic energy increase quadratically, not linearly, with speed? (2011)

https://physics.stackexchange.com/questions/535/why-does-kinetic-energy-increase-quadratically-not-linearly-with-speed
65•ProxyTracer•2h ago

Comments

throw0101a•1h ago
Fun little anecdote:

A blue care is travelling along at 70 units, and a red car (exact same make and model) is catching up to it going 100. When they're both right beside each other a bend in the road reveals an obstacle blocking both lanes, so both cars brake at the same intensity and deceleration.

The blue care stops right before the obstacle. Since the red car was going at a faster speed, and braked at the same rate, it doesn't managae to stop: but what speed is it going when it hits the obstacle?

The blue car, using ½mv², shed (~70²=) 4900 units of energy (we'll hand wave away the constants). So the red car, which had (100²=) 10000 units of kinetic energy to start, also shed 4900 units, which means it had 5100 units of energy when it collided, and so was going (√5100~) 71.

* Numberphile: https://www.youtube.com/watch?v=i3D7XYQExt0

senectus1•54m ago
heh, thats a fun little experiment.
slicktux•49m ago
Cool anecdote!

Couldn’t help but notice you misspelled car twice but only when talking about the blue car..

Swizec•32m ago
> The blue car, using ½mv², shed (~70²=) 4900 units of energy (we'll hand wave away the constants). So the red car, which had (100²=) 10000 units of kinetic energy to start, also shed 4900 units, which means it had 5100 units of energy when it collided, and so was going (√5100~) 71

But if the cars produce downforce this is no longer true because you brake harder (more friction available) at higher speeds!

This is how F1 cars pull 4G when breaking. Some custom cars (like one of Ken Block’s last monsters or the Valkyre) use active aero braking to even greater effect.

tracerbulletx•25m ago
But what if the cars are spherical cows?
BigTTYGothGF•22m ago
Cows can't roll that fast.
zdragnar•5m ago
Not with that attitude
cucumber3732842•18m ago
>same intensity and deceleration.

It cannot be both. It mathematically cannot be both. They can brake at the same rate (acceleration) or intensity (conversion of kinetic energy into heat) but because they are traveling different speeds those two values cannot be the same. The math you did was for intensity, not force/acceleration.

> and braked at the same rate,

You're being a bit sly with word choice here. You're doing the math for conversion of KE into heat whereas in common parlance "rate" means force/acceleration.

Braking "at the same rate" [of energy conversion] is way less actual braking force for the faster car.

This is basically the same kinetic energy into heat math wherein you can descend a grade at a low speed, apply a force and be fine and descend the same grade at a higher speed and apply the same force and cook the brakes. Or you can apply less force, and get the same amount of energy conversion into heat (i.e. your wording trick in the proposed scenario)

You've taken what's basically the math behind trucks descending a grade (rate of energy conversion is actually limited by ability of brakes to shed heat, not friction) and re-framed it as cars stopping to create a trick question.

And HN will eat it right up because reasons.

Agingcoder•49m ago
Physics is an endless source of frustration to me. It feels like a mix of random tricks, most of which I don’t understand.

I find math and compsci reasonably understandable, can read research papers in both fields ( and have published papers) etc. There’s something specific about physics I don’t get but I’ve never been able to figure out what. The main symptom is that most cause -> consequence in such demonstrations , which are seemingly obvious to everyone, make no sense to me.

Am I the only one ? Are there good resources to learn it?

davidivadavid•39m ago
More than twenty years ago, I quit a program that taught math/cs/physics (the notorious French "classes préparatoires") ~almost precisely over this: I felt like I was being taught physics like it was an axiomatic system where the tricks should not be questioned, they just work so "shut up and calculate" (and you don't even need to be doing quantum mechanics for that).

I just felt like we never got to the heart of the matter of why the models work and how to approach developing them, it was all about learning a bag of tricks.

Meanwhile, math and CS being a lot more axiomatic by nature, they also made a lot more sense to me.

That being said, that specificity of physics, the unbridgeable gap between reality and the models we build to describe it, in retrospect, is what makes it more interesting to me today (it's not just a "closed" system in the sense that math is — of course the relationship between math and physics is itself fascinating but that's yet another topic), but I still feel like I haven't found the right pedagogical approach to make it fit my mindset.

lazide•31m ago
The world just is, regardless of what we think about it. Physics is our best attempt so far to understand and predict it at a low level, but it will always be incomplete.

Maths (and especially compsci!) are constructions by and for humans.

Is it any wonder it is as you describe? It would be odd if it was any other way.

casey2•42m ago
Mikes' answer is the most intuitive, but he rephrases the question in a possibly non intuitive way.

Odd that nobody mentioned power, which scales linearly with speed. Of course if you add linear increasing amounts of power to the system the energy will increase quadratically.

Power scaling linearly is more intuitive because doubling your speed requires twice the power to maintain the same force, why does it require twice the power? because you have half the time to power it.

firebot•33m ago
Because it's not momentum. ;p

F=ma (Force equals mass times acceleration)

W=Fd (work equals force multiplied by distance)

V^2=2ad (velocity squared equals two times acceleration times distance)

So W = Fd = ma(v^2/2a)

Finally: W=1/2mv^2 (work equals 1/2 mass times velocity squared)

So this explains why car crashes can be so dramatic, as a doubling of speed results in 4x the kinetic energy.

ajross•27m ago
Actually, it is momentum, sorta. Galilean 3D momentum isn't conserved under special relativity. The energy-momentum four-vector, however, is, under all lorentz-transformed frames.

So in some sense energy is momentum in the time direction (though it's not a Euclidean 4D space, so beware of assumptions). For an object at rest, this becomes its E=mc² equivalence. Kinetic energy is just a straightforward "rotation" of the frame.

firebot•23m ago
P=mv (momentum equals mass times velocity)

This is linear.

One small nuance... saying "kinetic energy is just a straightforward rotation of the frame" is close, but it's the total energy that is the time component of the four-momentum and mixes with the spatial momentum under Lorentz transformations. Kinetic energy is the difference between that transformed total energy and the invariant rest energy. So kinetic energy isn't itself a four-vector component, but it arises from how the time component changes when viewed from a different inertial frame.

11101010010001•20m ago
read Ron Maimon.
AngryData•6m ago
This is also why splitting wood with a maul is way more work than using an axe. You can swing an axe at incredibly speeds which gives incredibly transfers of energy, but a maul is going to always have "meh" levels of speed because it is too much mass to accelerate over such a short distance as a swing. Also why you don't see framers using 3 lb hammers. You can put in more effort and get your lighter hammer swing to twice the normal speed, no way in hell you are doubling the speed of a 3 lb hammer though.
davidivadavid•28m ago
My point is precisely that I was often taught physics as if it was mathematics, where there is in fact a profound ontological difference between the two.
davidivadavid•26m ago
Also, physics (the discipline) is also a construction by and for humans.
joshAg•8m ago
Your issue with physics but not with math reminds me a little of Hume's law. The difference that has always made that difference "make sense" to me is that math rules, even the axiom we use, are entirely chosen by the people using them, but the rules of physics are only useful if they match/predict what happens in the real world. For math we get to pick the ones that happen to be useful at a given time for a given problem (my go-to example of "it's all made up and the points don't matter" is why 1 isn't considered prime). For physics we're constrained to pick what best describes the real world. It probably helped that nearly all the physics course I had in high school/university had lab components focused on experimentally validating those rules/using those rules to predict results.
rustyhancock•35m ago
What's the problem exactly? Could you not follow the example in the text?

The standard text to build understanding in physics is University Physics by Sears & Zemansky.

It's worth remembering you're quite far from the ground in physics, and it's mostly taught with "neat" cases that give insight into physics. I.e. the thought experiment to show why kinetic energy must scale quadratically with velocity is carefully designed to show that conclusion. You shouldn't expect to have come up with it off the cuff.

digdugdirk•35m ago
It seems that we're exact opposites! But if mathematics is your thing, it might be interesting for you to explore trying to learn things from a lagrangian perspective first?

Not sure if it'll help you with gaining an intuitive understanding, but at least it'll be interesting!

https://en.wikipedia.org/wiki/Lagrangian_mechanics

davidivadavid•29m ago
Lagrangian / Hamiltonian mechanics, the principle of least action, always seemed neat, in L&L and other places I encountered it, until I tried doing exactly what you're saying: gaining an intuitive understanding. At that point it just never made sense to me and seemed like a gratuitous deus ex machina that happens to work beautifully but for no apparent reason. You won't be surprised to learn I dropped out of my STEM program shortly after, though I keep a keen interest in the topic.
jcgrillo•19m ago
As someone who struggled very, very hard through (and barely passed by the slimmest of possible margins) an undergraduate degree in Physics I can relate. My hunch is something adjacent to the various "unreasonable effectiveness" papers that the reason the laws take such simple forms has something to do with how we've evolved to perceive our surroundings.

So there's both no good reason and a very good reason the machinery works.

casey2•20m ago
Physics? Yes. Feynman Lectures On Physics and Computation. Landau & Lifshitz. If you like SICP you might like SICM. Nielsen & Chuang's Quantum Computation and Quantum Information then Faulkner's Modern Quantum Mechanics and Quantum Information

General advice take a look at the references in works you've recently read and look for lower level topics that interest you, after repeating a few times you'll find your way to physics or chemistry and you can use the above as reference works. The best resource is the one you actually use. If https://www.youtube.com/learning works better for you then use it.

JoshMandel•8m ago
I identify with this perfectly. (I mean, was able to get by in physics but it never crystallized into intuition for me the way CS does.)
esikich•6m ago
Weird, I always loved physics because I felt like I didn't have to straight up memorize everything. In a pinch (years ago) I felt like I was able to pretty much derive everything I needed if I couldn't remember the exact formulas. It's all just forces and vectors.