frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Challenging Caveman

https://pi-infected.github.io/token-harness-optimizer-leaderboard/
1•Tokenade•44s ago•1 comments

Female US rower completes historic solo journey from California to Hawaii

https://www.theguardian.com/us-news/2026/jul/04/california-hawaii-rowing-solo-journey
1•dwa3592•54s ago•0 comments

Self-hosted email client with an AI agent, running on Cloudflare Workers

https://github.com/cloudflare/agentic-inbox
1•Brajeshwar•3m ago•0 comments

Building your own electric motor – The Secret Genius of Modern Life(2023)[video]

https://www.youtube.com/watch?v=LoSGSawJCO0
1•thelastgallon•4m ago•0 comments

Hey YouTube WTF Is This?

https://www.youtube.com/watch?v=RIiKGoYXHVs
1•tcp_handshaker•5m ago•0 comments

Blog with AI Auto Poster

2•david3289•7m ago•0 comments

CNN Lite

https://lite.cnn.com
3•empressplay•8m ago•0 comments

My road trip with the do-gooding cactus smugglers

https://economist.com/1843/2026/03/06/my-road-trip-with-the-do-gooding-cactus-smugglers
3•andsoitis•11m ago•0 comments

I built an AI that diagnoses PagerDuty incidents and posts fixes to Slack

https://wjhowland376-code.github.io/Pulse/
2•Pulse-AI•13m ago•0 comments

Solving Sudoku in Pure SQL

https://www.dbpro.app/blog/sudoku-in-pure-sql
2•upmostly•14m ago•0 comments

Need feedback to a simple game I build for my startup regarding PMF

https://www.specky.space/specbench/play
2•fshalaby•14m ago•1 comments

Deterministic Simulation Testing in Go with Synctest

https://guidobattiston.com/posts/dst-go/
2•unyieldingsys•15m ago•0 comments

Solving Santa Claus Puzzle with a Model Checker

https://wyounas.github.io/puzzles/concurrency/2026/01/10/how-to-help-santa-claus-concurrently/
2•simplegeek•17m ago•0 comments

What's YOUT Famuly's Story?

https://markmbello.substack.com/p/welcome-to-our-founding-issue
2•lawsuitllc•17m ago•0 comments

Why do u check my website but dont register

https://www.surgeos.app/
2•yernururu•18m ago•0 comments

AI models should reason, tools should execute (Utilix)

https://www.utilix.tech/
2•negiadventures•21m ago•0 comments

How railway timetables became Unix time

https://parksb.github.io/en/article/39.html
2•parksb•23m ago•0 comments

Tech firms are blaming AI for device and console price rises

https://www.bbc.com/news/articles/cd95k584pzqo
5•geox•24m ago•0 comments

HTML as a native data format for LLMs

https://www.lightningjar.com/blog/ast-as-html
2•kevinpeckham•25m ago•0 comments

Avoiding SQLite Database Locks in Production

https://www.bendangelo.me/2026/07/04/avoiding-sqlite-database-locks-in-production/
2•Brajeshwar•25m ago•0 comments

Organic Maps

https://organicmaps.app/
21•tosh•27m ago•4 comments

GitButler in the Terminal

https://lucasaguiar.xyz/en/posts/gitbutler-terminal-cli-tui-2026/
2•isfttr•33m ago•0 comments

Free M&A Encyclopedia

https://mnapedia.com/
4•anongoogleuser•35m ago•0 comments

HNP-Sum: Hidden Number Problem with Small Unknown Multipliers in Python

https://leetarxiv.substack.com/p/hnp-sum
2•theanonymousone•36m ago•0 comments

The Erasure of Interaction

https://read.misalignedmag.com/the-erasure-of-interaction-f41e6bea7d1b
2•lcubw•36m ago•0 comments

Over 140k maps of all kinds

https://www.davidrumsey.com/
2•momentmaker•40m ago•0 comments

Show HN: A pipeline that writes courses and adversarially reviews them

https://purrlearn.com
2•nirolee•41m ago•0 comments

PEP 836: JIT Go Brrr: The Path to a Supported JIT Compiler for CPython

https://discuss.python.org/t/pep-836-jit-go-brrr-the-path-to-a-supported-jit-compiler-for-cpython...
3•lumpa•50m ago•0 comments

Run Windows 2000 on a DEC Alpha with a new es40 fork

https://raymii.org/s/blog/Run_Windows_2000_for_Dec_Alpha_on_a_new_es40_fork.html
3•jandeboevrie•54m ago•0 comments

Hi, I am a 10 years old kid and made a Cool app

https://yf-profitable-strats.streamlit.app/
3•Yamaan_Faraz•59m ago•3 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.