frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Voyager 1 Is About to Reach One Light-Day from Earth

https://scienceclock.com/voyager-1-is-about-to-reach-one-light-day-from-earth/
418•ashishgupta2209•4h ago•139 comments

Scaleway turns Mac Minis into high‑density, Raspberry Pi–Managed servers

https://www.scaleway.com/en/blog/how-we-turn-apples-mac-mini-into-high-performance-dedicated-serv...
44•Lwrless•1h ago•38 comments

Investors expect AI use to soar. That's not happening

https://www.economist.com/finance-and-economics/2025/11/26/investors-expect-ai-use-to-soar-thats-...
33•gaius_baltar•53m ago•28 comments

A Fast 64-Bit Date Algorithm (30–40% faster by counting dates backwards)

https://www.benjoffe.com/fast-date-64
60•benjoffe•3d ago•14 comments

From blood sugar to brain relief: GLP-1 therapy slashes migraine frequency

https://www.medlink.com/news/from-blood-sugar-to-brain-relief-glp-1-therapy-slashes-migraine-freq...
35•Anon84•3h ago•21 comments

A Vibe Coded SaaS Killed My Team

https://cendyne.dev/posts/2025-11-26-a-vibe-coded-saas-killed-my-team.html
22•speckx•1h ago•5 comments

A cell so minimal that it challenges definitions of life

https://www.quantamagazine.org/a-cell-so-minimal-that-it-challenges-definitions-of-life-20251124/
174•ibobev•8h ago•77 comments

Show HN: I turned algae into a bio-altimeter and put it on a weather balloon

https://radi8.dev/blog/stratospore/
43•radeeyate•4d ago•4 comments

OpenAI needs to raise at least $207B by 2030

https://ft.com/content/23e54a28-6f63-4533-ab96-3756d9c88bad
415•akira_067•3h ago•346 comments

Optery (YC W22) Hiring CISO, Release Manager, Tech Lead (Node), Full Stack Eng

https://www.optery.com/careers/
1•beyondd•1h ago

Statistical Process Control in Python

https://timothyfraser.com/sigma/statistical-process-control-in-python.html
155•lifeisstillgood•10h ago•49 comments

JOPA: Java compiler in C++, Jikes modernized to Java 6 with Claude

https://github.com/7mind/jopa
26•pshirshov•3d ago•22 comments

DRAM prices are spiking, but I don't trust the industry's why

https://www.xda-developers.com/dram-prices-spiking-dont-trust-industry-reasons/
46•binarycrusader•1h ago•12 comments

Show HN: KiDoom – Running DOOM on PCB Traces

https://www.mikeayles.com/#kidoom
303•mikeayles•20h ago•41 comments

Surprisingly, Emacs on Android is pretty good

https://kristofferbalintona.me/posts/202505291438/
206•harryday•3d ago•106 comments

Copyparty, the FOSS file server [video]

https://www.youtube.com/watch?v=15_-hgsX2V0
177•franczesko•6d ago•48 comments

Slop Detective – Fight the Slop Syndicate

https://slopdetective.kagi.com/
28•speckx•2h ago•9 comments

Is DWPD Still a Useful SSD Spec?

https://klarasystems.com/articles/is-dwpd-still-useful-ssd-spec/
38•zdw•5d ago•20 comments

Qiskit open-source SDK for working with quantum computers

https://github.com/Qiskit/qiskit
27•thinkingemote•6h ago•1 comments

Image Diffusion Models Exhibit Emergent Temporal Propagation in Videos

https://arxiv.org/abs/2511.19936
87•50kIters•10h ago•12 comments

Cloudflare outage should not have happened

https://ebellani.github.io/blog/2025/cloudflare-outage-should-not-have-happened-and-they-seem-to-...
95•b-man•2h ago•116 comments

Trillions spent and big software projects are still failing

https://spectrum.ieee.org/it-management-software-failures
578•pseudolus•1d ago•533 comments

Jakarta is now the biggest city in the world

https://www.axios.com/2025/11/24/jakarta-tokyo-worlds-biggest-city-population
411•skx001•1d ago•319 comments

CS234: Reinforcement Learning Winter 2025

https://web.stanford.edu/class/cs234/
173•jonbaer•18h ago•38 comments

Show HN: We built an open source, zero webhooks payment processor

https://github.com/flowglad/flowglad
347•agreeahmed•1d ago•200 comments

How to repurpose your old phone into a web server

https://far.computer/how-to/
300•louismerlin•4d ago•105 comments

1,700-year-old Roman sarcophagus is unearthed in Budapest

https://apnews.com/article/hungary-roman-sarcophagus-discovery-budapest-77a41fe190bbcc167b43d0514...
126•gmays•1d ago•71 comments

A new bridge links the math of infinity to computer science

https://www.quantamagazine.org/a-new-bridge-links-the-strange-math-of-infinity-to-computer-scienc...
223•digital55•22h ago•127 comments

Launch HN: Onyx (YC W24) – Open-source chat UI

219•Weves•1d ago•143 comments

FLUX.2: Frontier Visual Intelligence

https://bfl.ai/blog/flux-2
345•meetpateltech•1d ago•102 comments
Open in hackernews

A Fast 64-Bit Date Algorithm (30–40% faster by counting dates backwards)

https://www.benjoffe.com/fast-date-64
60•benjoffe•3d ago

Comments

benjoffe•3d ago
A write-up of a new Gregorian date conversion algorithm.

It achieves a 30–40% speed improvement on x86-64 and ARM64 (Apple M4 Pro) by reversing the direction of the year count and reducing the operation count (4 multiplications instead of the usual 7+).

Paper-style explanation, benchmarks on multiple architectures, and full open-source C++ implementation.

digitalPhonix•33m ago
Very nice writeup!

> Years are calculated backwards

How did that insight come about?

sltkr•9m ago
Very cool algorithm and great write-up!

I was a bit confused initially about what your algorithm actually did, until I got to the pseudo-code. Ideally there would be a high level description of what the algorithm is supposed to do before that.

Something as simple as: “a date algorithm converts a number of days elapsed since the UNIX epoch (1970-01-01) to a Gregorian calendar date consisting of day, month, and year” would help readers understand what they're about to read.

swiftcoder•28m ago
Nice to see the micro-optimising folks are still making progress on really foundational pieces of the programming stack
HackingWizard•17m ago
Yes, some sharing Vibe coded slop.
vladde•25m ago
> The algorithm provides accurate results over a period of ±1.89 Trillion years

i'm placing my bets that in a few thousand years we'll have changed calendar system entirely haha

but, really interesting to see the insane methods used to achieve this

fnordsensei•10m ago
Wouldn’t it be accurate for that as well? Unless we change to base 10 time units or something. Then we all have a lot of work to do.

But if it’s just about starting over from 0 being the AI apocalypse or something, I’m sure it’ll be more manageable, and the fix could hopefully be done on a cave wall using a flint spear tip.

kccqzy•20m ago
I wrote my own date calculation functions a while ago[0]. And during that, I had an aha moment to treat March 1 as the beginning of the year during internal calculations. I thought it was a stroke of genius. It turns out this article says that’s the traditional way.

[0]: https://github.com/kccqzy/smartcal/blob/9cfddf7e85c2c65aa6de...

silisili•2m ago
At this risk of me feeling stupid, could you briefly explain the benefit of this?
da_chicken•1m ago
It's easy to know what day of the year it is because leap days are at the end.
zkmon•13m ago
Nice to see that there are still some jewels left to be dug out from the algorithm land.
juancn•2m ago
It took me a while to understand that internally it uses 128bit numbers, that `>> 64` in the pseudocode was super confusing until I saw the C++ code.

Neat code though!

kittikitti•36s ago
Thank you for sharing. This is a great achievement not only in the ability to invent a novel algorithm with significant performance gains but also the presentation of the work. It's very thorough and detailed, and I appreciated reading it.