frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Anchormd – Generate AI coding agent context files from any GitHub repo

https://anchormd.dev
1•aretedriver•2m ago•0 comments

The LMAX Architecture

https://martinfowler.com/articles/lmax.html
1•tosh•8m ago•0 comments

Why insects aren't huge: a new challenge to a decades-old idea

https://www.nature.com/articles/d41586-026-00976-0
2•marojejian•9m ago•1 comments

Hardware Is Hard?

https://prdpx7.github.io/posts/hardware-is-hard/
1•prdpx7•10m ago•1 comments

Show HN: JSON-logic-path – JSON logic with jsonpath multi-value resolution

https://github.com/bayinfosys/json-logic-path
1•anax32•10m ago•0 comments

Corporate Profits Are at Record Highs. These 4 Factors Could Sink Them

https://www.nytimes.com/2026/04/18/business/dealbook/corporate-profits-record.html
2•jhonovich•11m ago•0 comments

Why Mechanical Sympathy? (2011)

https://mechanical-sympathy.blogspot.com/2011/07/why-mechanical-sympathy.html
1•tosh•12m ago•0 comments

Only Law Can Prevent Extinction

https://www.lesswrong.com/posts/5CfBDiQNg9upfipWk/only-law-can-prevent-extinction
2•namanyayg•13m ago•0 comments

How Long Can You Keep Peptides After Reconstitution?

https://lifeimprovementschemes.substack.com/p/how-long-can-you-keep-peptides-after
1•BenPace•13m ago•0 comments

The Fermi Paradox Is Nerdslop

https://monismos.substack.com/p/the-fermi-paradox-is-nerdslop
1•BenPace•13m ago•0 comments

I've Been Trying to Delay the Industrial Revolution (and I'm Failing)

https://lostfutures.substack.com/p/ive-been-trying-to-delay-the-industrial
1•BenPace•13m ago•0 comments

The intelligence illusion: why AI isn't as smart as it is made out to be

https://www.nature.com/articles/d41586-026-00882-5
1•gnabgib•13m ago•1 comments

Why Postgres wants NVMe on the hot path, and S3 everywhere else

https://thenewstack.io/postgres-nvme-s3-storage/
2•tanelpoder•14m ago•0 comments

Binary GCD

https://gmplib.org/manual/Binary-GCD
3•tosh•22m ago•0 comments

Young sons of legendary U.S. marshal ride horseback from Oklahoma to New York

https://texascooppower.com/the-astonishing-ride-of-the-abernathy-boys/
3•mhb•25m ago•0 comments

Thoughts and Feelings Around Claude Design

https://samhenri.gold/blog/20260418-claude-design/
2•cdrnsf•25m ago•0 comments

OpenAI Proposes a 'Social Contract' for the Intelligence Age

https://www.noemamag.com/openai-proposes-a-social-contract-for-the-intelligence-age/
1•Brajeshwar•26m ago•1 comments

Show HN: TTS.ai

https://tts.ai/
1•nadermx•26m ago•0 comments

My personal website – a start to my internet home

https://alexarias.me/
1•AlexArias•26m ago•0 comments

Vibe Genomics: Sequencing Your Whole Genome at Home

https://vibe-genomics.replit.app/
1•moozilla•27m ago•0 comments

Show HN: Trained a 12M transformer on an ML framework we built from scratch

https://github.com/mni-ml/framework
1•caliandbust•27m ago•0 comments

Trappsec – Deception as a Developer Tool

https://trappsec.dev
3•kyuradar•31m ago•1 comments

Open Source SaaS Is Dead, AI Killed It

https://nmn.gl/blog/open-source-killed-ai
2•namanyayg•31m ago•0 comments

Claude –dangerously-skip-permissions –model Claude-Opus-4-5-20251101

1•deofoo•33m ago•0 comments

Salesforce Goes Headless: The Smart Self-Disruption Play

https://www.whatshotit.vc/p/whats-in-enterprise-itvc-494
1•jhonovich•34m ago•0 comments

The Best Sports Game Nobody Played [video]

https://www.youtube.com/watch?v=7cMc4M5QJvM
1•pulkitsh1234•36m ago•0 comments

Our World in Data

https://ourworldindata.org
2•dnw•37m ago•0 comments

Version 1.0 Released: WireGuard for Windows and WireGuardNT

https://lore.kernel.org/wireguard/CAHmME9pDd2JMcEuSgOKpXPhUB8FSO+rNJdTkXRzpLhK1_xW9Cg@mail.gmail....
3•zx2c4•38m ago•0 comments

Ask HN: Stable, self-hosted macOS VFS that works in 2026?

1•buibuibui•39m ago•0 comments

A short quest to build some Web Feeds

https://lzon.ca/posts/site/feeds/
1•jpmitchell•40m ago•0 comments
Open in hackernews

Ask HN: Does magic link authentication use HTML canvassing?

1•trinsic2•2h ago
Many sites are starting to use magic link auth more often and I am wondering if its a trend to also glean more information from the account holder.

I dont like this auth process because it forces me to have to use the email system to authenticate every time which adds to the amount of time it takes to log-in. With Claude.ai, the auth process at least gives you an option to use a code to sign in with after you get the email. The problem is, the email doesn't contain the code. You have to click on a link which opens a web page to gain the code and it appears at that point it wants to do an HTML canvassing operation. I feel like that is a violation of privacy to do this at the point of trying to log into a service I pay for. I'm wondering if I am off base or if anyone notices this, or finds a difference in the process. and if its happening, what can be done about it. Also I wonder what the real reason is why more and more companies are moving toward this authentication method.

Comments

Gametroleum•1h ago
I believe this is the reason:

Imagine, you work in bigCorp. You have company email address: my-name@bigCorp.com

bigCorp pays for your access to SaaS service.

You switch jobs, your email is revoked/removed. You can not log in anymore.

If there was no 2FA via email - you still can access service with email+password in case they failed to remove your access to specific service.

If all services use 2FA via email - bigCorp has less access problems.

That is also partly related with SAML/SSO lack of "sign off".