frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

LingBot-World 2.0

https://github.com/Robbyant/lingbot-world-v2l-2026-07-10/
1•_____k•1m ago•0 comments

Book Review: The Book of Abraha

https://www.astralcodexten.com/p/your-book-review-the-book-of-abraham
1•paulpauper•1m ago•0 comments

Eight of the Nation's Top Last Names Stayed the Same Since 1790

https://www.census.gov/library/stories/2026/04/2020-census-names-data.html
2•paulpauper•3m ago•0 comments

Maura Gillison, Who Transformed the Treatment of Mouth and Throat Cancers, Died

https://www.wsj.com/health/healthcare/maura-gillison-cancer-research-dies-f89b6c90
1•kamaraju•3m ago•0 comments

DOI Restores Clear ESA Enforcement by Rescinding Misguided "Harm" Definition

https://www.doi.gov/pressreleases/department-interior-restores-clear-esa-enforcement-rescinding-m...
1•petethomas•5m ago•0 comments

Software Engineer's Firing Ruled Illegal in a Rare Win for a Tech Worker

https://www.nytimes.com/2026/07/10/business/atlassian-tech-worker-wrongful-termination.html
1•ytpete•5m ago•1 comments

My Jewish Culture

https://american-innocence.com/p/my-jewish-culture
1•paulpauper•5m ago•0 comments

Crawlie Cloud: monitoring for your marketing sites SEO and GEO (+ MCP server)

https://crawlie.dev/
1•seandotexe•9m ago•1 comments

Skillgrade: "Unit tests" for your agent skills

https://github.com/mgechev/skillgrade
1•handfuloflight•10m ago•0 comments

AI Fiction Is Easy to Detect Because It's Stupid and Bad, Research Finds

https://www.404media.co/ai-fiction-is-easy-to-detect-because-its-stupid-and-bad-research-finds/
2•cdrnsf•10m ago•0 comments

The Frank Zappa Interview That Still Feels [?] Today (1984) [video]

https://www.youtube.com/watch?v=PUJ9aFS2GbA
1•mdp2021•10m ago•1 comments

Clojure FFI layer for libgdx-core

https://github.com/damn/com.badlogic.gdx/tree/main
1•resatori•12m ago•0 comments

All you never wanted to know about corporate bond market issuance

https://www.ft.com/content/47a66129-548e-45c6-8855-0691616e92da
1•JumpCrisscross•16m ago•0 comments

Package Management as Org Chart

https://nesbitt.io/2026/07/10/package-management-as-org-chart.html
1•zaik•16m ago•0 comments

AI developers are buying up old books in Germany in large numbers

https://logos-pres.md/en/news/ai-developers-are-buying-up-old-books-in-germany-in-large-numbers/
1•koeploade•16m ago•0 comments

iPod: No wireless. Less space than a nomad. Lame. (2001)

https://slashdot.org/story/01/10/23/1816257/apple-releases-ipod
1•simonebrunozzi•17m ago•0 comments

Show HN: Spacemap.co – A 3D, real-time, real-scale map of the solar system

https://spacemap.co/b/399/Earth
1•juliie•18m ago•0 comments

I think I was part of a model distillation attack

https://sebastianmarines.com/post/i-think-i-was-part-of-a-model-distillation-attack/
1•marinesebastian•20m ago•0 comments

Is OpenRouter miss pricing GPT 5.6 models?

https://openrouter.ai/models
1•tmaly•21m ago•2 comments

Announcing Linkwarden 2.15

https://linkwarden.app/blog/releases/2.15
1•daniel31x13•25m ago•0 comments

Welcome back, cable? Netflix could be getting live TV

https://www.neowin.net/news/welcome-back-cable-netflix-could-be-getting-live-tv/
1•bundie•25m ago•0 comments

Tempolocus looks at time-series activity patterns to infer a location

https://github.com/ail-project/tempolocus
1•adulau•28m ago•0 comments

The Game Disc May Be Dying and I Think I'm Okay with It

https://www.zenofdesign.com/the-game-disc-may-be-dying-and-i-think-im-okay-with-it/
4•speckx•29m ago•0 comments

Karmic Predicament

https://www.guidavid.com/writing/karmic-predicament
1•gdss•29m ago•0 comments

GPT-5.6 Sol Wrote a 50k-Word Novella in 8 Hours

https://gamecult.org/Blog/gpt-5-6-sol-wrote-a-50000-word-novella-in-8-hours
1•pixelbro•30m ago•1 comments

Don't discontinue Gemini 2.5 Flash

https://discuss.ai.google.dev/t/please-dont-discontinue-gemini-2-5-flash/174246
3•NickDob•34m ago•0 comments

Streaming Taylor Swift on Mac OS 9 via Gopher

https://debene.dev/posts/casquinha-macos9/
2•fdebene•35m ago•0 comments

Show HN: Cactus v2 – On-device AI with cloud fallback

1•rshemet•37m ago•0 comments

Book Summaries

https://brettfisher.dev/posts/book-summaries/
1•fisher-brett•39m ago•0 comments

Superfile: Terminal File Manager

https://superfile.dev/
1•thunderbong•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.