frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Dyalog APL 20

https://www.dyalog.com/news/165/420/Dyalog-Ltd-Announces-Dyalog-Version-20-0.htm
1•tosh•36s ago•0 comments

Show HN: I'm building an open source platform for studying Arabic dialects

https://www.parallel-arabic.com/about
1•selmetwa•1m ago•0 comments

Which language is best for AI code generation?

https://revelry.co/insights/artificial-intelligence/which-language-is-best-for-ai-code-generation/
1•weatherlight•2m ago•0 comments

MIT study finds AI can replace 11.7% of U.S. workforce

https://www.cnbc.com/2025/11/26/mit-study-finds-ai-can-already-replace-11point7percent-of-us-work...
1•tiahura•2m ago•0 comments

Liquid Glass Half Empty or Full

https://jasonjournals.com/posts/liquid-glass-half-empty-or-full
1•speckx•4m ago•0 comments

Wireless in-body sensing through genetically engineered bacteria

https://www.nature.com/articles/s41467-025-65416-5
1•bookofjoe•5m ago•0 comments

Libnghttp3: HTTP/3 library written in C

https://github.com/ngtcp2/nghttp3
1•nateb2022•5m ago•0 comments

Many genes associated with dog behavior influence human personalities, too

https://arstechnica.com/science/2025/11/many-genes-associated-with-dog-behavior-influence-human-p...
1•amclennon•5m ago•0 comments

Show HN: Generate documentation sites from Git repositories

https://brodocs.io/d248c24a335845277b6/docs/README.html
1•BroTechLead•5m ago•0 comments

Machine Learning Needs a Langlands Programme

https://bastian.rieck.me/blog/2020/langlands/
1•Pseudomanifold•6m ago•0 comments

What a prototype can be

https://sophia.ooo/writing/what-a-prototype-can-be/
1•grimpy•6m ago•0 comments

RunC vulnerabilities CVE-2025-31133, CVE-2025-52565, and CVE-2025-52881

https://seclists.org/oss-sec/2025/q4/138
2•moebrowne•8m ago•0 comments

A Mechanism for Healthy Social Pressure

https://www.tyleo.com/blog/a-mechanism-for-healthy-social-pressure
1•tyleo•8m ago•0 comments

Sonic Infinite Runner Game – Phaser 4 Version

https://jslegend.itch.io/sonic-ring-run-phaser-4
1•JSLegendDev•9m ago•0 comments

Navy Cuts Constellation-Class Frigate Program Short as Shipbuilding Delays Mount

https://gcaptain.com/navy-cuts-constellation-class-frigate-program-short-as-shipbuilding-delays-m...
1•ilamont•10m ago•0 comments

Ask HN: Do LLMs Read /Llms.txt?

1•reconnecting•10m ago•0 comments

ShipSafer Waitlist Is Live

https://shipsafer.app/waitlist
1•usegrand•10m ago•0 comments

API for validating Italian tax codes

https://github.com/samutrova/ValidateIT
1•samutrova•10m ago•1 comments

Nano Banana AI Pro Image Generator Powered by Gemini 3 Pro

https://bananaai.pro
1•dond1986•12m ago•1 comments

Perplexity.in Redirects to Gemini.google.com

https://gemini.google.com/app
1•jaytyagi•14m ago•1 comments

GPT-5.2-codex-rewardmaxx-ultra-think and products from AI labs

1•akira_067•15m ago•0 comments

Who needs Proxmox? I'm finally trying out Incus

https://www.xda-developers.com/who-needs-proxmox-im-finally-trying-out-incus/
2•udev4096•16m ago•0 comments

Show HN: I built an open source, code-first Intercom alternative

https://github.com/cossistantcom/cossistant
2•frenchriera•16m ago•0 comments

Wakayama senior uses AI to identify wild mushrooms, gets poisoned shortly after

https://soranews24.com/2025/11/26/wakayama-senior-uses-ai-to-identify-wild-mushrooms-gets-poisone...
4•zdw•17m ago•0 comments

Show HN: GetZlib – Verified Z-Library Links, Apps, and Tor (Auto-Updated)

https://getzlib.com
1•ruguo•17m ago•0 comments

Bloomberg-inspired market sentiment tracker built with Claude Code

https://contrariansignals.com/
3•victordg•17m ago•1 comments

Police Trial AI Chatbot for Non-Emergency Calls

https://www.bbc.com/news/articles/cdxw9xnk7rzo
2•skx001•18m ago•0 comments

To Explore Violence Against Women, She Drugs Herself Onstage

https://www.nytimes.com/2025/10/14/t-magazine/carolina-bianchi-bride-goodnight-cinderella.html
2•bookofjoe•19m ago•1 comments

Ingress Migration Kit (IMK): Audit ingress-Nginx and migrate before EOL

https://github.com/ubermorgenland/ingress-migration-kit
1•random_round•19m ago•1 comments

The Writing Is on the Wall for Handwriting Recognition

https://newsletter.dancohen.org/archive/the-writing-is-on-the-wall-for-handwriting-recognition/
1•speckx•20m 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•6mo ago

Comments

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