frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Demystifying Complex Configurations

https://guix.gnu.org/blog/2026/demystifying-complex-configurations//
1•birdculture•45s ago•0 comments

Thoughts on Omarchy

https://chrissy.dev/notes/thoughts-on-omarchy/
2•meetpateltech•3m ago•0 comments

No Graphics API

https://github.com/sebbbi/NoGraphicsAPI
2•sagacity•4m ago•0 comments

Gap between how your team sees you AND how you see yourself

https://highimpactengineering.substack.com/p/the-gap-between-how-i-saw-myself
3•cmpit•4m ago•0 comments

We have found stable singularity on 3D Euler

https://twitter.com/AnimaAnandkumar/status/2097216195342864528
2•YeGoblynQueenne•5m ago•0 comments

Automatically detecting AI text in my browser

https://www.seangoedecke.com/deckard/
4•swah•7m ago•1 comments

By coincidence an independent result on Euler blowup has been released

https://mathstodon.xyz/@tao/117234157753860650
2•YeGoblynQueenne•9m ago•0 comments

Ancient Egypt in 3D

https://expeditione.fun/expeditions/ancient-egypt/
2•thunderbong•9m ago•0 comments

How to export Gemini chats to pdf [video]

https://www.youtube.com/watch?v=zFdp8DUfDco
3•quysala12•9m ago•0 comments

World Model (Artificial Intelligence)

https://en.wikipedia.org/wiki/World_model_(artificial_intelligence)
3•doener•12m ago•0 comments

Project Tapestry

https://thealliance.ai/projects/tapestry
2•doener•13m ago•0 comments

Plasma Studio

https://thelibre.news/announcing-plasma-studio/
2•DeepLogin•13m ago•0 comments

What Can You Do with a Local LLM?

https://grigio.org/what-can-you-actually-do-with-a-local-llm/
2•grigio•15m ago•0 comments

TCP-Brutal v2 released: A rate-based TCP congestion control algorithm

https://github.com/HyNetworks/tcp-brutal
2•NeverBehave•16m ago•1 comments

A continuing problem: human-generated content

https://github.com/geoff1111/AI-post/blob/main/README.md
2•Egret•16m ago•0 comments

Property Graph Queries reverted from Postgres 19 after third beta

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=b1f106c80cbeb18d3a0219994d98a51a6e...
2•gmac•17m ago•1 comments

Be Easy to Leave

https://codebahn.net/blog/be-easy-to-leave/
2•maxheyer•19m ago•0 comments

Xiaomi Announces Foldable iPhone Rival

https://www.macrumors.com/2026/09/07/xiaomi-announces-foldable-iphone-rival/
2•ksec•20m ago•0 comments

Vaenyx – A personal AI app for family

https://github.com/vaenyxai/core
2•vaenyxai•20m ago•0 comments

The Carob Trust Prize for Academic Courage

https://www.thecarobtrust.org/the-prize
2•mpweiher•21m ago•0 comments

The 'Covered List': A Fraud Claimed 'National Security'

https://www.lawfaremedia.org/article/the--covered-list---a-fraud-claimed--national-security
2•heisenbit•23m ago•0 comments

Why Gen Z Loves Brain Rot

https://www.nytimes.com/2026/09/08/opinion/gen-z-tiktok-ig-reels.html
2•_tk_•25m ago•0 comments

WeWorm – First zero-click worm to spread through WeChat calls

https://blog.calif.io/p/weworm
3•quyleanh•25m ago•1 comments

Streaming Is Raising Prices Faster Than Cable Ever Did

https://www.hollywoodreporter.com/business/business-news/streaming-inflation-raising-prices-cable...
2•thm•30m ago•0 comments

Chromium/Chrome team witholds support for Icelandic language in Intl API

https://issues.chromium.org/issues/40624456
1•saevarom•32m ago•0 comments

PromptCube

https://promptcube3.com/en/
1•lucascaijia•34m ago•0 comments

Firelight and the Origins of Spoken Language

https://royalsocietypublishing.org/rspb/article/293/2078/20260602/483174/Firelight-and-the-origin...
1•harscoat•37m ago•0 comments

Netflix Moves Toward Open Source Flink Autoscaler for 30k Streaming Jobs

https://www.infoq.com/news/2026/09/netflix-flink-autoscaler/
1•theanonymousone•40m ago•0 comments

Why getting your hands dirty is good for you

https://www.bbc.com/future/article/20260904-how-getting-your-hands-dirty-boosts-your-health-withi...
14•HatchedLake721•41m ago•6 comments

Quantum-Drive-Solver high-performance, memory-efficient optimization engine

https://github.com/blueray313164-a11y/Quantum-Drive-Solver
1•Bluestein•42m ago•0 comments
Open in hackernews

Rails 8 adds built in authentication generator

https://blog.saeloun.com/2025/05/12/rails-8-adds-built-in-authentication-generator/
6•amalinovic•1y ago

Comments

graypegg•1y ago
Now built a little workplace internal tool that needed a login page with it! Honestly pretty satisfied, it's simple enough that 10minutes is all you need to understand how it works: incredibly boring and standard (/pos)

My one gripe, that I think I might offer up a PR for, is it should have generators for log-in minitest helpers. You will end up making a log_in_as(user) method that sets the auth session cookie anyway... might as well just have that from the start.

The lack of registration also does feel weird to me as well. I know that user registration is probably the most variable part of the auth process, but stuff scaffolded from Rails is normally very delete-friendly anyway. Plus, 9/10 this generator is being run on a new project, so I immediately need to build it anyway, so I can set up system tests that log in and such.