frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Pebble Watch software is now 100% open source

https://ericmigi.com/blog/pebble-watch-software-is-now-100percent-open-source
903•Larrikin•13h ago•152 comments

Most Stable Raspberry Pi? 81% Better NTP with Thermal Management

https://austinsnerdythings.com/2025/11/24/worlds-most-stable-raspberry-pi-81-better-ntp-with-ther...
40•todsacerdoti•1h ago•13 comments

Human brains are preconfigured with instructions for understanding the world

https://news.ucsc.edu/2025/11/sharf-preconfigured-brain/
44•XzetaU8•1h ago•26 comments

What you can get for the price of a Netflix subscription

https://nmil.dev/what-you-can-get-for-the-price-of-a-netflix-subscription
25•nmil•1h ago•4 comments

Unpowered SSDs slowly lose data

https://www.xda-developers.com/your-unpowered-ssd-is-slowly-losing-your-data/
393•amichail•12h ago•179 comments

A million ways to die from a data race in Go

https://gaultier.github.io/blog/a_million_ways_to_data_race_in_go.html
65•ingve•2d ago•34 comments

Claude Advanced Tool Use

https://www.anthropic.com/engineering/advanced-tool-use
473•lebovic•12h ago•177 comments

Why I (Still) Love Linux ?

https://it-notes.dragas.net/2025/11/24/why-i-still-love-linux/
18•signa11•2h ago•11 comments

Show HN: I built an interactive HN Simulator

https://news.ysimulator.run/news
281•johnsillings•14h ago•141 comments

Cool-retro-term: terminal emulator which mimics look and feel of CRTs

https://github.com/Swordfish90/cool-retro-term
221•michalpleban•14h ago•81 comments

How did the Windows 95 user interface code get to the Windows NT code base?

https://devblogs.microsoft.com/oldnewthing/20251028-00/?p=111733
72•ayi•3d ago•20 comments

Build a Compiler in Five Projects

https://kmicinski.com/functional-programming/2025/11/23/build-a-language/
94•azhenley•1d ago•11 comments

Three Years from GPT-3 to Gemini 3

https://www.oneusefulthing.org/p/three-years-from-gpt-3-to-gemini
264•JumpCrisscross•2d ago•173 comments

Implications of AI to schools

https://twitter.com/karpathy/status/1993010584175141038
191•bilsbie•14h ago•191 comments

What OpenAI did when ChatGPT users lost touch with reality

https://www.nytimes.com/2025/11/23/technology/openai-chatgpt-users-risks.html
179•nonprofiteer•1d ago•220 comments

Claude Opus 4.5

https://www.anthropic.com/news/claude-opus-4-5
912•adocomplete•13h ago•417 comments

Show HN: OCR Arena – A playground for OCR models

https://www.ocrarena.ai/battle
120•kbyatnal•3d ago•45 comments

Migrating to Bazel symbolic macros

https://www.tweag.io/blog/2025-11-20-migrating-bazel-symbolic-macros/
16•todsacerdoti•2d ago•2 comments

The Bitter Lesson of LLM Extensions

https://www.sawyerhood.com/blog/llm-extension
109•sawyerjhood•13h ago•54 comments

Chrome Jpegxl Issue Reopened

https://issues.chromium.org/issues/40168998
239•markdog12•19h ago•92 comments

Google's new 'Aluminium OS' project brings Android to PC

https://www.androidauthority.com/aluminium-os-android-for-pcs-3619092/
106•jmsflknr•13h ago•131 comments

Shai-Hulud Returns: Over 300 NPM Packages Infected

https://helixguard.ai/blog/malicious-sha1hulud-2025-11-24
923•mrdosija•21h ago•715 comments

Moving from OpenBSD to FreeBSD for firewalls

https://utcc.utoronto.ca/~cks/space/blog/sysadmin/OpenBSDToFreeBSDMove
175•zdw•5d ago•96 comments

Rethinking C++: Architecture, Concepts, and Responsibility

https://blogs.embarcadero.com/rethinking-c-architecture-concepts-and-responsibility/
5•timeoperator•5d ago•0 comments

Show HN: Datamorph – A clean JSON ⇄ CSV converter with auto-detect

https://datamorphio.vercel.app
9•sumit_entr42•4d ago•1 comments

Fifty Shades of OOP

https://lesleylai.info/en/fifty_shades_of_oop/
94•todsacerdoti•22h ago•42 comments

Building the largest known Kubernetes cluster

https://cloud.google.com/blog/products/containers-kubernetes/how-we-built-a-130000-node-gke-cluster/
127•TangerineDream•3d ago•73 comments

PS5 now costs less than 64GB of DDR5 memory. RAM jumps to $600 due to shortage

https://www.tomshardware.com/pc-components/ddr5/64gb-of-ddr5-memory-now-costs-more-than-an-entire...
364•speckx•12h ago•232 comments

Inside Rust's std and parking_lot mutexes – who wins?

https://blog.cuongle.dev/p/inside-rusts-std-and-parking-lot-mutexes-who-win
162•signa11•5d ago•73 comments

Using Antigravity for Statistical Physics in JavaScript

https://christopherkrapu.com/blog/2025/antigravity-stat-mech/
15•ckrapu•3d ago•10 comments
Open in hackernews

Most Stable Raspberry Pi? 81% Better NTP with Thermal Management

https://austinsnerdythings.com/2025/11/24/worlds-most-stable-raspberry-pi-81-better-ntp-with-thermal-management/
40•todsacerdoti•1h ago

Comments

ACCount37•1h ago
It's the good old OCXO - Oven Controlled Crystal Oscillator. But the heating element is the CPU. Fucking hilarious.
geerlingguy•1h ago
It's an SBC-scale OXCO. I half wonder if adding a larger heatsink, or even putting thermal mass around the existing oscillator could also help, or if the heating is more localized in the PCB itself.

Always fun new things to learn when doing something "simple" like setting up an NTP server!

IlikeKitties•44m ago
> I half wonder if adding a larger heatsink, or even putting thermal mass around the existing oscillator could also help, or if the heating is more localized in the PCB itself.

That would likely make it worse. The trick here is that the other cores are running at essentially their maximum temperature and and will dynamically reduce their clockspeed if required to keep from going above that limit. In essence, the environment becomes actively temperature controlled. If the ambient heat goes higher, the cores clock lower, if it gets colder the cores clock higher (up to a point).

If you add too much heat dissipation, the total power used by those cores might not be enough to keep well above ambient.

mytailorisrich•31m ago
Extreme power dissipation would keep temperature stable so that this whole setup might not be needed, though.

Author should experiment with liquid nitrogen ;) [1]

[11] https://www.xda-developers.com/liquid-nitrogen-cooling-raspb...

jauntywundrkind•32m ago
I was thinking it might be nice to add some insulation around some the pi's enclosure, to reduce its cooling significantly. A little bit to tamp down any potential rapid fluctuations in the room's temperature (if someone opens a window, steps out of the bath, whatever). But more so that it could save a watt or two of power, by having the time-burner cores working much less.

You're right that this is a over-controller oscillator. The goal generally with ovens is to keep heat! (To an extent of course.)

LeoPanthera•3m ago
Flirc makes a metal Pi case where the CPU is pressed against the metal body of the case, resulting in a huge thermal mass for passive cooling. I have a bunch of them and it works very well. No fan necessary.
irjustin•46m ago
I love this. Chasing perfection for perfection alone.
jsolson•45m ago
You might have even better precision if you stay away from CPU0 and also set idle=poll in your kernel command line. Lots of things (including other interrupts) often land on CPU0. It would not be my first choice for something where I wanted high timing precision.
jauntywundrkind•38m ago
Amazing project, great write-up. Would love to see a temperature graph as well! I'm wondering how good the PID controller here is working.

For future improvements, a cheap but effective win might be to put a temperature sensor on the oscillator (or two or three in various places). And use that to drive the PID loop.

Even if just experimental & not long term, it would be nice to have data on how strong the correlation is between the cpu & oscillator temperatures. To see their difference and how much that changes over time. Another graph! CPU vs txco (vs ambient?) temperatures over time.

Kerbonut•7m ago
> put a temperature sensor on the oscillator

At that point, couldn't we just use the temperature value to compensate for the drift?

nottorp•9m ago
The related question is:

Is the Pi going the Pentium 4 route?

Kerbonut•8m ago
Wouldn't a temperature compensating algorithm be just as effective?
hnchm•7m ago
There was a paper on this in 2022. Not sure if it's used in production or not.

https://www.usenix.org/conference/nsdi22/presentation/najafi