frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Apple introduces M6 and M5 Ultra

https://www.apple.com/newsroom/2026/08/apple-introduces-m6-and-m5-ultra-for-a-big-leap-in-perform...
673•interpol_p•5h ago•548 comments

New Mac Studio with M5 Max and M5 Ultra

https://www.apple.com/newsroom/2026/08/apple-introduces-new-mac-studio-with-m5-max-and-m5-ultra/
550•interpol_p•5h ago•326 comments

Black hole singularity is a surface not a point

https://arxiv.org/abs/2608.21590
42•raattgift•1h ago•18 comments

Nitter project received cease and desist

https://github.com/zedeus/nitter/issues/1442
174•Banditoz•1h ago•109 comments

My Friend Aaron

https://rorz.io/writing/my-friend-aaron
77•sarreph•1h ago•15 comments

New Mac mini, featuring M6 and M5 Pro

https://www.apple.com/newsroom/2026/08/apple-unveils-a-more-powerful-mac-mini-featuring-the-all-n...
308•runako•5h ago•162 comments

Bomb fishing is wreaking havoc on Indonesia's coral reefs

https://e360.yale.edu/digest/bomb-fishing-coral-reefs
167•speckx•3h ago•103 comments

Clara (YC P26) is hiring a growth engineer to bring AI doctors to market

https://www.ycombinator.com/companies/clara-2/jobs/8snci6k-founding-full-stack-growth-engineer
1•gfavvas•59m ago

Run OpenBSD on DigitalOcean for $4/month

https://nil.wallyjones.com/run-openbsd-on-digitalocean-for-4month/
17•speckx•1h ago•6 comments

Show HN: LatticeDB – Like SQLite but for graph databases

https://github.com/jeffhajewski/latticedb
28•smiths1999•1h ago•5 comments

Building a backyard office, the build and cost breakdown

https://www.imkylelambert.com/articles/building-a-backyard-office-the-build-and-cost-breakdown
149•surprisetalk•4h ago•110 comments

Don't Wordle

https://dontwordle.com/
238•Hbruz0•6h ago•98 comments

Tooltips need a delay, and then they need to skip it

https://blog.master.dev/tooltips-need-a-delay-and-then-they-need-to-skip-it/
28•ibobev•1h ago•5 comments

A new ceiling for Λ: the de Bruijn–Newman constant

https://www.judegomila.com/posts/riemann-lambda-0.1787854
21•judegomila•1h ago•3 comments

Dolly Parton has died

https://www.theguardian.com/music/2026/aug/25/dolly-parton-country-singer-dead
140•helsinkiandrew•25m ago•13 comments

Fuzzing the Gleam Compiler

https://www.kurz.net/posts/fuzzing-gleam-compiler
13•crowdhailer•1h ago•1 comments

Visualizing Binary Files

https://movq.de/blog/postings/2026-08-05/0/POSTING-en.html
26•zdw•1d ago•8 comments

Lightweight system monitor for Linux VPS written in Go

https://github.com/leodeim/vpsmon
13•ygagaga•1h ago•7 comments

Warnock: Harnessing GPU geometry amplification for vector graphics

https://dl.acm.org/doi/pdf/10.1145/3820012
22•coffeeaddict1•3h ago•2 comments

Solving the 1+N Query Problem

https://acadia.engineering/blog/solving-the-1-plus-N-query-problem
23•wheatBread•6h ago•13 comments

Run Minecraft in a Windows sandbox for computer use agents

https://cua.ai/docs/how-to-guides/sandbox/minecraft
12•someguy101010•2h ago•1 comments

Otto Dix, Nietzsche, and the Great War (2019)

https://www.historytoday.com/archive/feature/beyond-good-and-evil-nietzsche-and-great-war
27•samizdis•3h ago•15 comments

HelloAssembly: The smallest possible complete Windows application (2021)

https://github.com/PlummersSoftwareLLC/HelloAssembly
73•Bluestein•6h ago•40 comments

Firefox 157 will include JPEG XL by default on all platforms

https://groups.google.com/a/mozilla.org/g/dev-platform/c/3YMV4MS34KA?pli=1
16•yboris•32m ago•1 comments

Starbase, LA

https://www.spacex.com/sites/starbase-la
67•bilsbie•1h ago•64 comments

Qwen 3.8-Flash-Next releasing tomorrow (125B a6B)

https://modelscope.cn/models/Qwen/Qwen3.8-Flash-Next
256•garo-pro•6h ago•116 comments

Windows 95 released August 24, 1995

https://dfarq.homeip.net/happy-20th-birthday-to-windows-95/
96•giuliomagnifico•11h ago•53 comments

SiFive's First Server Platform

https://chipsandcheese.com/p/sifives-first-server-platform
119•geerlingguy•15h ago•37 comments

How Universities Should Prepare Founders

https://paulgraham.com/prepare.html
225•gmays•16h ago•270 comments

DOJ prosecutes single FOIA dodger while defending systemwide evasion

https://freedom.press/the-classifieds/doj-prosecutes-single-foia-dodger-while-defending-systemwid...
10•hn_acker•52m ago•2 comments
Open in hackernews

Tooltips need a delay, and then they need to skip it

https://blog.master.dev/tooltips-need-a-delay-and-then-they-need-to-skip-it/
27•ibobev•1h ago

Comments

phyzome•53m ago
I ran into the same problem about 20 years ago when implementing hover-based dropdown menus on a website. It was only about 10 lines of JS and a couple global variables but I was the only person who understood it. :-P

(These days I would have included more comments.)

Naturally, there was a fallback to pure CSS menus, because we weren't barbarians.

compiler-guy•52m ago
I greatly appreciate this attention to detail, and there isn't enough of this in the world. For example, in Visual Studio popups on hover happen so fast you can barely select anything, or you end up clicking on the popup instead of selecting a word.
gblargg•32m ago
Opus Magnum suffers from this. It feels like punishment for taking the most direct route to get the cursor where I want it.
halostatue•44m ago
The pure CSS version seems more interesting to me: https://blog.master.dev/delayed-then-instant-tooltips-with-h...
nayroclade•43m ago
Chris Coyier also posted a version using only HTML/CSS, no JS: https://blog.master.dev/delayed-then-instant-tooltips-with-h...