frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Boltzmann Brain

https://en.wikipedia.org/wiki/Boltzmann_brain
1•baalimago•3m ago•0 comments

Dog Still Exists

https://stillhere.stunl.io/
1•Tomte•3m ago•0 comments

Safest Jobs with Least AI Risk, According to Anthropic

https://www.forbes.com/sites/johnkoetsier/2026/03/06/here-are-the-6-safest-jobs-with-least-ai-ris...
1•iamflimflam1•4m ago•0 comments

Strike on girls' school that killed 150 in Iran 'likely' carried out by US

https://today.lorientlejour.com/article/1497949/strike-on-girls-school-that-killed-150-in-iran-wa...
1•vrganj•6m ago•0 comments

Tech bros are lying to you about the MacBook Neo

https://www.macworld.com/article/3081039/tech-bros-are-lying-to-you-about-the-macbook-neo.html
1•baal80spam•8m ago•0 comments

Binding port 0 to avoid port collisions

https://ntietz.com/blog/binding-ephemeral-port/
1•birdculture•8m ago•0 comments

You don't need complex agent orchestration

https://tornikeo.com/agent-orchestration/
1•tornikeo•9m ago•0 comments

Yanicklandry/Claude-code-history-viewer: Browse your Claude Code session history

https://github.com/yanicklandry/claude-code-history-viewer
1•ankitg12•9m ago•0 comments

OpenSpec: Spec-driven development (SDD) for AI coding assistants

https://github.com/Fission-AI/OpenSpec/
1•tilt•10m ago•0 comments

Show HN: Proxly – Self-hosted tunneling on your own domain in 60 second

1•a1tem•13m ago•0 comments

Show HN: Conflicts.app, Iran conflict dashboard better then alternatives

https://www.conflicts.app/dashboard
2•juliusolsson•15m ago•0 comments

Show HN: J2Download – A simple online downloader supporting 40 platforms

https://j2download.com/
1•manhg•15m ago•0 comments

Bippy: React Internals Toolkit

https://www.bippy.dev/
1•handfuloflight•15m ago•0 comments

The Window Chrome of Our Discontent

https://pxlnv.com/blog/window-chrome-of-our-discontent/
1•SoKamil•19m ago•0 comments

How I've learned that certainty is the thing to fear

https://www.bbc.com/news/articles/c1w5z1d447lo
1•cmsefton•20m ago•0 comments

Show HN: Muffle – Blur everything except the active window in macOS

https://www.getmuffle.com/
1•AbjMV•22m ago•1 comments

I was "early" in agentic coding. Here's my story

3•noemit•28m ago•1 comments

Show HN: Drizby – WIP Metabase Alternative

https://www.drizby.com
1•cliftonc•29m ago•0 comments

The First Multi-Behavior Brain Upload

https://twitter.com/alexwg/status/2030217301929132323
1•DarkCow•29m ago•0 comments

Anthropic CEO reveals the reasons he rejected The Pentagon

https://xcancel.com/0xmitsurii/status/2030451168678457766
4•doener•30m ago•0 comments

Show HN: Stardial – a highly customizable terminal clock (Rust)

https://github.com/hisuic/stardial
2•firesushi•31m ago•0 comments

Emporion: A P2P Economy for Agents

https://github.com/garydevenay/emporion
1•garydevenay•31m ago•0 comments

Microsoft/Hve-Core

https://github.com/microsoft/hve-core
2•coderlens•32m ago•0 comments

Solving Compaction with Lobotomy

https://grimridge.net/blog/solving-compaction-with-lobotomy/
2•WadeGrimridge•33m ago•0 comments

Pushing and pulling: three reactivity algorithms

https://jonathan-frere.com/posts/reactivity-algorithms/
1•fanf2•35m ago•0 comments

Reverse engineering a DOS game with no source code using Codex 5.4

https://github.com/ammaarreshi/SkyRoads-Codex
1•smusamashah•35m ago•1 comments

Show HN: OpenClaw – Self-host OpenClaw in one command

1•congzhangzh•41m ago•0 comments

Money and collateral in an AI-first society

https://adlrocha.substack.com/p/adlrocha-money-and-collateral-in
1•adlrocha•45m ago•0 comments

Ask HN: Can I repurpose a Bluetooth voice remote as input device for a PC?

1•albert_e•46m ago•1 comments

Ask HN: How are you handling persistent memory across local Ollama sessions

1•null-phnix•47m 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•9mo ago

Comments

graypegg•9mo 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.