frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Every Fucking Website (2020)

https://lxe.github.io/everywebsite/
407•doubletwoyou•1h ago•223 comments

Seven books I keep close because I love them

https://blog.plover.com/2026/08/02/
45•surprisetalk•1h ago•18 comments

Introducing Toast 1

https://www.mixedbread.com/blog/toast-1
46•mplappert•1h ago•13 comments

GLM-5.3: Frontier coding with emergent cyber capabilities

https://z.ai/blog/glm-5.3
860•pella•10h ago•451 comments

When Genius Fails: The Intellectual Arrogance of the AI Labs

https://weightythoughts.com/p/when-genius-failsthe-intellectual
108•gmays•1h ago•88 comments

Qwen3.8-27B

https://twitter.com/alibaba_qwen/status/2088280182356611304
202•mfiguiere•1h ago•74 comments

In Australia, a Home Battery Boom Has Helped Cut Wholesale Power Prices in Half

https://e360.yale.edu/digest/australia-home-batteries
161•speckx•2h ago•120 comments

I turned my RSS feeds into an e-ink newspaper to stop reading on my phone

https://heyjonny.dev/posts/rss-to-eink-newspaper/
31•speckx•1h ago•12 comments

Don't classify, hallucinate!

https://softwaredoug.com/blog/2026/08/10/hypothetical-classifications
147•softwaredoug•3d ago•69 comments

"Solving a largely imaginary user goal"

https://unsung.aresluna.org/solving-a-largely-imaginary-user-goal/
9•euthymiclabs•24m ago•5 comments

DeepSeek peak/off-peak pricing update

https://api-docs.deepseek.com/news/news260813/
182•fagnerbrack•6h ago•102 comments

Show HN: Graft – Claude Code hooks that cut grep tokens by 42%

https://github.com/NanoNets/Graft
13•shrishdwi•51m ago•3 comments

Self-hosted web push Cloudflare Worker, works on iOS

https://kukuroo.cc/
21•saiday•1h ago•4 comments

The TEMU-Fication of Software, Digital Goods and Services

https://xn--gckvb8fzb.com/the-temu-fication-of-software-digital-goods-services/
56•surprisetalk•4h ago•34 comments

AV1 vs. AV2: Which Video Codec Should You Use in 2026?

https://www.red5.net/blog/av1-vs-av2/
6•mondainx•52m ago•2 comments

HashAgent – Share an AI agent as a URL, runs locally via WebGPU

https://hashagent.pages.dev/
24•masonhsu•3h ago•3 comments

Qwen 3.8 27B is out: open weights, best local dense model yet

https://huggingface.co/Qwen/Qwen3.8-27B-FP8
68•erdaltoprak•1h ago•14 comments

WhatCable: Know what your USB-C cable can do

https://www.whatcable.uk/
53•mikecarlton•4h ago•28 comments

AI Model Atlas – visualizing populations of ML models as interconnected 3D graph

https://run.cosmograph.app/public/ca9fd1ad-fe83-4238-8b69-b707c633aef0
13•bj-rn•1h ago•3 comments

Show HN: Online SNMP MIB database - upload/view your own MIBs

https://mib-viewer.com/
3•beefstew123•24m ago•0 comments

Gödel, Escher, Elisp: The Beauty of Macros

https://www.chiply.dev/post-elisp-macros-are-beautiful
19•JNRowe•1w ago•9 comments

Private prisons announce $1.4B in revenue as immigration detentions climb

https://www.npr.org/2026/08/08/nx-s1-5923881/geo-group-corecivic-immigration-detention
21•speckx•57m ago•6 comments

Differential Heuristics

https://www.redblobgames.com/blog/2026-08-08-differential-heuristics/
88•ibobev•5d ago•5 comments

Hello, me. It's been a while

https://themech.net/2026/08/hello-me-its-been-a-while/
336•somesoftdev•21h ago•178 comments

Earth.nullschool.net

https://earth.nullschool.net/
8•TremendousJudge•1h ago•2 comments

Why does Opus 5 feel worse to work with?

https://mun-logadan.github.io/why-does-opus-5-feel-worse/
373•numeri•6h ago•360 comments

Show HN: We Implemented the IPv8 Internet-Draft in Linux, Libc, and BGP

https://goonhost.rocks/blog/implementing-ipv8-internet-draft
38•turborigby•3h ago•11 comments

Accelerating GPT-5.6 Sol Ultrafast

https://www.cerebras.ai/blog/accelerating-gpt-5-6-sol-ultrafast-with-openai
678•pr337h4m•22h ago•263 comments

Unsloth Qwen3.8-27B GGUF files

https://huggingface.co/unsloth/Qwen3.8-27B-GGUF
28•apitman•1h ago•0 comments

We're not done with point clouds

https://claytonwramsey.com/blog/mvt/
50•claytonwramsey•3d ago•6 comments
Open in hackernews

Self-hosted web push Cloudflare Worker, works on iOS

https://kukuroo.cc/
21•saiday•1h ago

Comments

saiday•1h ago
Sending push notifications to iOS without relying on a native app has already become a mature option. Last year Apple extended the standard Web Push with Declarative Web Push, which finally makes the whole thing make sense. (It's handled natively by WebKit rather than driven by JavaScript, which improves push reliability and privacy, much like the native push notification model.)

Kukuroo uses Cloudflare Workers so that end devices can subscribe to push notifications and relay push requests to the Worker, which signs and delivers them. I personally found it genuinely useful and full of potential, so I open sourced it: kukuroo.cc

Requirements:

Safari on iOS and macOS only (though seriously, who receives push notifications on macOS?) The web page that receives the notifications has to be added to the Home Screen A Cloudflare account. Push notifications and lightweight serverless functions are a perfect match

spiderfarmer•19m ago
The might have fixed some issues but the fact that it is only available for homescreen websites and that the link to add them there is buried in the UI is very stupid imho.
oulipo•12m ago
Seems nice! I use FCM (Firebase) which does this for Android and iOS, which does require some setup, but it's not too bad
noman-land•2m ago
Are there any solutions to encrypting notifications so that the service provider cannot see them?
skybrian•39s ago
[delayed]