frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Xfinity using WiFi signals in your house to detect motion

https://www.xfinity.com/support/articles/wifi-motion
340•bearsyankees•7h ago•241 comments

The new skill in AI is not prompting, it's context engineering

https://www.philschmid.de/context-engineering
409•robotswantdata•6h ago•227 comments

I write type-safe generic data structures in C

https://danielchasehooper.com/posts/typechecked-generic-c-data-structures/
231•todsacerdoti•9h ago•89 comments

Rust CLIs with Clap

https://tucson-josh.com/posts/rust-clap-cli/
15•rajman187•1h ago•3 comments

There are no new ideas in AI only new datasets

https://blog.jxmo.io/p/there-are-no-new-ideas-in-ai-only
320•bilsbie•12h ago•167 comments

People Keep Inventing Prolly Trees

https://www.dolthub.com/blog/2025-06-03-people-keep-inventing-prolly-trees/
50•lifty•2d ago•9 comments

The hidden JTAG in a Qualcomm/Snapdragon device’s USB port

https://www.linaro.org/blog/hidden-jtag-qualcomm-snapdragon-usb/
121•denysvitali•8h ago•19 comments

YouTube No Translation

https://addons.mozilla.org/en-GB/firefox/addon/youtube-no-translation/
27•doener•1d ago•1 comments

Melbourne man discovers extensive model train network underneath house

https://www.sbs.com.au/news/article/i-was-shocked-melbourne-mans-unbelievable-find-after-buying-house/m4sksfer8
124•cfcfcf•3h ago•34 comments

Donkey Kong Country 2 and Open Bus

https://jsgroth.dev/blog/posts/dkc2-open-bus/
197•colejohnson66•11h ago•47 comments

End of an Era

https://www.erasmatazz.com/personal/self/end-of-an-era.html
91•marcusestes•7h ago•25 comments

The Original LZEXE (A.K.A. Kosinski) Compressor Source Code Has Been Released

https://clownacy.wordpress.com/2025/05/24/the-original-lzexe-a-k-a-kosinski-compressor-source-code-has-been-released/
62•elvis70•7h ago•3 comments

GPEmu: A GPU emulator for rapid, low-cost deep learning prototyping [pdf]

https://vldb.org/pvldb/vol18/p1919-wang.pdf
23•matt_d•4h ago•2 comments

Jim Boddie codeveloped the first successful DSP at Bell Labs

https://spectrum.ieee.org/dsp-pioneer-jim-boddie
22•jnord•4h ago•0 comments

Show HN: TokenDagger – A tokenizer faster than OpenAI's Tiktoken

https://github.com/M4THYOU/TokenDagger
250•matthewolfe•14h ago•68 comments

They don't make 'em like that any more: Sony DTC-700 audio DAT player/recorder

https://kevinboone.me/dtc-700.html
79•naves•8h ago•65 comments

Entropy of a Mixture

https://cgad.ski/blog/entropy-of-a-mixture.html
34•cgadski•5h ago•3 comments

Show HN: New Ensō – first public beta

https://untested.sonnet.io/notes/new-enso-first-public-beta/
223•rpastuszak•15h ago•81 comments

Ask HN: What Are You Working On? (June 2025)

368•david927•1d ago•1140 comments

Price of rice in Japan falls below ¥4k per 5kg

https://www.japantimes.co.jp/news/2025/06/24/japan/japan-rice-price-falls-below-4000/
79•PaulHoule•7h ago•122 comments

Harvest Move – A game that requires careful movement

https://jslegend.itch.io/harvest-move
7•JSLegendDev•1d ago•1 comments

Creating fair dice from random objects

https://arstechnica.com/science/2025/05/your-next-gaming-dice-could-be-shaped-like-a-dragon-or-armadillo/
33•epipolar•2d ago•16 comments

Claude Code now supports Hooks

https://docs.anthropic.com/en/docs/claude-code/hooks
97•ramoz•2h ago•37 comments

The Plot of the Phantom, a text adventure that took 40 years to finish

https://scottandrew.com/blog/2025/06/you-can-now-play-plot-of-the-phantom-the-text-adventure-game/
180•SeenNotHeard•3d ago•35 comments

14.ai (YC W24) hiring founding engineers in SF to build a Zendesk alternative

https://14.ai/careers
1•michaelfester•9h ago

A CarFax for Used PCs; Hewlett Packard wants to give old laptops new life

https://spectrum.ieee.org/carmax-used-pcs
64•rubenbe•10h ago•71 comments

Public Signal Backups Testing

https://community.signalusers.org/t/public-signal-backups-testing/69984
35•blendergeek•7h ago•12 comments

Show HN: Local LLM Notepad – run a GPT-style model from a USB stick

https://github.com/runzhouye/Local_LLM_Notepad
7•davidye324•3h ago•0 comments

Ask HN: What's the 2025 stack for a self-hosted photo library with local AI?

162•jamesxv7•8h ago•76 comments

Show HN: We're two coffee nerds who built an AI app to track beans and recipes

https://beanbook.app
47•rokeyzhang•8h ago•33 comments
Open in hackernews

Jacobi Ellipsoid

https://en.wikipedia.org/wiki/Jacobi_ellipsoid
28•perihelions•2d ago

Comments

masfuerte•5h ago
This is surprising, but less surprising when you realise it is rotating about one of the foci, not the centre.
perihelions•5h ago
Hmm, that can't be true; it's of uniform density, and the thing it's rotating about has to be its center of mass.

What's odd about it (to me) is the optimal solution isn't symmetric (cylindrically symmetric). It's an intuition trap that you'd expect symmetric solutions. If the Wikipedia history is to be believed, Lagrange fell for this wrong assumption, and there was a 45-year gap before anyone noticed the subtle wrongness of it.

namibj•1h ago
Remember the spontaneously flipping spinning hammer on the ISS?

...rotation for sufficiently non-spherical(-cow) objects in free fall is kinda weird.

MycroftJones•4h ago
That page didn't have a formula, in either cartesian or polar coordinates, for the shape of the object. Lots of formulas, but I didn't see anything I could use to create a 3d mesh and print one of these things out on my printer.
groos•4h ago
It's the general ellipsoid formula: x*2/a*2 + y*2/b*2 + z*2/c*2 = 1, where a, b and c are all unequal. The interesting part is actually that this shape could be made of a liquid, held by gravitation and maintain this asymmetrical shape. Normally, one would imagine it would be ellipsoid of revolution, where two of the axes are equal.

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

To make a plot in software such as JMol, you really need parametric equations, which are also given in the above page.