frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Authenticity in Creative Expression with AI

https://postcorporate.substack.com/p/good-morning-dr-chandra-this-is
1•gnostikka•37s ago•0 comments

How to Achieve Truly Serverless GPUs

https://modal.com/blog/truly-serverless-gpus
1•birdculture•1m ago•0 comments

Omaha as Judgment Day for AGI

https://mayankagrawalphd.substack.com/p/omaha-as-judgment-day-for-agi
1•timshell•1m ago•0 comments

There Is a Fire Sale on M.B.A.s

https://www.wsj.com/lifestyle/careers/there-is-a-fire-sale-on-m-b-a-s-87d56c69
1•harambae•2m ago•0 comments

Notion's Agents SDK

https://twitter.com/NotionDevs/status/2054600927810920894
2•umangsehgal93•4m ago•0 comments

Claude helped recover 5 BTC that was thought lost for 11 years

https://twitter.com/cprkrn/status/2054586810475364536
2•serial_dev•5m ago•0 comments

Local Android emulation in an AI agent

https://docs.devin.ai/onboard-devin/environment/android-emulation
1•Alextigtig•6m ago•0 comments

Adopting Helix*Isms

https://kristun.dev/posts/adopting-helix-isms/
1•polyamid23•7m ago•0 comments

AI in Bio Biggest Questions

https://shelbyann.substack.com/p/biggest-questions-in-biotech
1•cellsnstuff•7m ago•0 comments

Everything Claude Code: performance optimization system for AI agent harnesses

https://github.com/affaan-m/everything-claude-code
1•doener•8m ago•0 comments

Rars: a Rust RAR implementation, mostly written by LLMs

https://bitplane.net/log/2026/05/rars/
2•davidsong•10m ago•1 comments

Agents Window in VS Code

https://code.visualstudio.com/docs/copilot/agents/agents-window?source=vsc-website-banner
1•nor0x•11m ago•0 comments

Type-driven design in automotive C: how much of my code is manual type checking?

https://lmilz.dev/blog/2025/12/11/From-Defensive-Programming-to-Type-Driven-Design.html
1•lmilz•12m ago•0 comments

How AI Killed a 133-Year-Old Princeton Tradition

https://www.theatlantic.com/ideas/2026/05/princeton-ai-honor-code/687144/
2•paulpauper•14m ago•0 comments

An Urgent Question for Anyone Who Uses Social Media

https://www.theatlantic.com/books/2026/05/influencer-family-kids-latifi-review/687156/
1•paulpauper•14m ago•0 comments

Health advice is all over social media. Here’s how to vet claims

https://apnews.com/article/tiktok-instagram-fitness-mental-wellness-influencer-coach-4f3b44e71d3c...
3•jethronethro•14m ago•0 comments

Why Jet Engines Aren't "Made in China"

https://aakash.substack.com/p/why-jet-engines-arent-made-in-china
2•logicx24•15m ago•0 comments

ZachXBT exposes alleged 18-year-old crypto thief tied to $19M in scams

https://www.msn.com/en-us/news/us/zachxbt-exposes-alleged-18-year-old-crypto-thief-tied-to-19-mil...
2•paulpauper•15m ago•0 comments

What Is HLS Streaming? HTTP Live Streaming Explained

https://www.red5.net/blog/what-is-hls-streaming/
2•mondainx•16m ago•0 comments

A Changing Job Market Leans Against Men

https://www.wsj.com/economy/jobs/jobs-men-employment-data-ec4d6d68
2•littlexsparkee•17m ago•1 comments

Malware crew TeamPCP open-sources its Shai-Hulud worm on GitHub

https://www.theregister.com/security/2026/05/13/malware-crew-teampcp-open-sources-its-shai-hulud-...
2•birdculture•19m ago•0 comments

Using LLMs to find Python C-extension bugs

https://lwn.net/Articles/1067234/
3•PaulHoule•22m ago•0 comments

Gunshots fired in standoff at Philippine Senate over ICC suspect

https://www.reuters.com/world/asia-pacific/philippine-senator-says-arrest-is-imminent-urges-publi...
3•JumpCrisscross•22m ago•0 comments

Neanderthals used stone drills to treat cavities 59k years ago, tooth suggests

https://www.theguardian.com/science/2026/may/13/neanderthals-stone-drills-treat-cavities-tooth-si...
2•bookofjoe•23m ago•0 comments

Mandala: A low latency logistics event bridge for Samsara fleets

https://github.com/theoddden/Mandala
2•Facingsouth•23m ago•1 comments

Global Ammonia Infrastructure

https://ammoniaobservatory.com/infrastructure
4•leonidasrup•24m ago•0 comments

Anthropic tests Jupiter-v1-p ahead of its developer conference

https://www.testingcatalog.com/anthropic-tests-jupiter-v1-p-before-potential-launch-on-may-6/
2•gmays•24m ago•0 comments

'Pioneering' message that changed the world

https://www.bbc.co.uk/news/articles/cp84d5pl39zo
2•austinallegro•25m ago•0 comments

Neanderthals Performed Root Canals

https://www.wsj.com/science/archaeology/neanderthals-tooth-root-canal-dentist-study-dfa8a037
2•JumpCrisscross•26m ago•0 comments

CC-Ledger: anatomy of your Claude Code spend

https://ccledger.dev
2•tejpal-diffuse•28m 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.