frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tailscale didn't stop the Hugging Face intrusion

https://tailscale.com/blog/hugging-face-intrusion
254•bluehatbrit•2h ago•100 comments

Elevators

https://john.fun/elevators
724•Jrh0203•6h ago•186 comments

qm

https://github.com/yc-software/qm
302•tosh•3h ago•68 comments

Twenty-five years ago it was cryptography, today it's model weights

https://weeraman.com/because-we-can/
35•aweeraman•3d ago•6 comments

Golang proposal: container/: generic collection types

https://github.com/golang/go/issues/80590
79•jabits•3h ago•37 comments

Severance

https://lcamtuf.substack.com/p/severance
145•surprisetalk•4h ago•38 comments

Progressive Web Components

https://arielsalminen.com/2026/progressive-web-components/
23•hosteur•11h ago•3 comments

Loops (YC W22) Is Hiring a Product Educator

https://www.ycombinator.com/companies/loops/jobs/zqUnwqB-product-educator-technical-content-creator
1•chrisfrantz•58m ago

Demystifying DRAM Read Disturbance: RowHammer and RowPress Phenomena

https://arxiv.org/abs/2607.28233
10•Jimmc414•1h ago•3 comments

Big Food vs. the People

https://www.lighthousereports.com/investigation/big-food-vs-the-people/
162•jruohonen•5h ago•105 comments

June in Servo: real world compat, media queries, SharedWorker, and more

https://servo.org/blog/2026/07/31/june-in-servo/
59•iamnothere•3h ago•16 comments

Getting 25 Gbps Thunderbolt Ethernet on My Mac Studio

https://www.jeffgeerling.com/blog/2026/getting-25g-ethernet-mac-thunderbolt/
105•speckx•5h ago•67 comments

Let's make the worst Htmx

https://zserge.com/posts/worst-htmx-ever/
30•RebelPotato•16h ago•8 comments

DeepSeek V4 Flash 0731 Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/deepseek-v4-flash
497•theanonymousone•14h ago•275 comments

Termixer (TUI DJ Mixer)

https://github.com/l00sed/termixer
37•l00sed•3h ago•27 comments

DeepSeek-V4-Flash Update

https://api-docs.deepseek.com/updates/
657•dnhkng•15h ago•313 comments

The most official water costs $120k a gallon

https://signoregalilei.com/2026/07/26/the-most-official-water-costs-120000-a-gallon/
100•surprisetalk•6h ago•81 comments

Authorize, don't authenticate

https://blog.marcua.net/2026/07/31/authorize-dont-authenticate.html
22•marcua•7h ago•4 comments

Using the railway network as a flatbed scanner [video]

https://media.ccc.de/v/emf2026-74-1-using-the-railway-network-as-a-flatbed-scanner
35•Jimmc414•3h ago•14 comments

Run Kimi K3 using 29 GB of RAM at 0.50 tok/s

https://github.com/sqliteai/waste
107•marcobambini•7h ago•44 comments

Everyone is building LLM routers, we deprecated ours

https://manifest.build/blog/why-we-deprecated-our-llm-router/
66•brunaxLorax•3h ago•36 comments

Predictive Speculative KV Replication for Bursty LLM Inference

https://jwlabs.vercel.app/post/biting-the-bullet
9•shreybirmiwal•2h ago•0 comments

Dubious research tied to Red Bull has shaped energy drink policy

https://www.theexamination.org/articles/red-bull-funded-research-energy-drinks-alcohol
82•Jimmc414•6h ago•138 comments

Algorithms on billion-scale graph using 10GB RAM: I love DataFusion

https://semyonsinchenko.github.io/ssinchenko/post/datafusion-graphs-cc-2/
82•speckx•6h ago•29 comments

How JPEG works: Interactively explore JPEG's lossy compression methods

https://cgjennings.ca/articles/jpeg-compression/
74•at1as•4d ago•7 comments

Making Referential Stability a Type

https://jovidecroock.com/blog/referential-stability-types/
22•acmnrs•4d ago•1 comments

Orca-Bench: How Ready Are Language Model Agents for Oncall?

https://arxiv.org/abs/2607.28545
20•yruzin•3h ago•5 comments

Just brute force your embeddings

https://softwaredoug.com/blog/2026/07/29/just-brute-force-embeddings
8•JohnBerryman•17h ago•9 comments

A simple clustering algorithm for lists

https://cassidoo.co/post/clustering-tiles/
16•nreece•3d ago•2 comments

A GTK4 SSH-askpass in Zig

https://xn--gckvb8fzb.com/a-gtk4-ssh-askpass-in-zig/
58•surprisetalk•6h ago•18 comments
Open in hackernews

Authorize, don't authenticate

https://blog.marcua.net/2026/07/31/authorize-dont-authenticate.html
22•marcua•7h ago

Comments

_def•49m ago
We are back to File->Open I guess. We could use native applications instead of web apps while we're at it.

Sadly this approach does not work for a lot of (web) apps.

warkdarrior•27m ago
Not sure this does anything for data portability, since apps will just store the data as encrypted & signed BLOBs.
ebiester•25m ago
1. How do you get around performance issues? If I have a difficult join and you have a slow database, or you have a flaky connection, how can I debug the problem on my end?

2. What stops me (or any attacker) from exploiting your lack of security? Are you 100% sure you are secure?

3. You mention collaboration - How does this work at a company level if we have many users and need to control access - the company is the entity with rights to the data in this case.

pakl•8m ago
So many tools and libraries combine authorization and authentication, and it’s hard to find an authorization server that lets you outsource identity.

(All too often the underspecified abbreviation “auth” is used to cover both.)

Shameless plug: My colleagues and I implemented a minimal authorization server that lets you leverage a trusted identity provider of your choice (like Entra ID or even Auth0/Okta) and handle authorization. It looks up what roles and permissions the identified user should be able to have/grant and issues tokens containing that authorization.

https://github.com/DMGT-TECH/the-usher-server