frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Exclusive club open only to the 1%

https://vole.wtf/one-percent/
1•bigjobby•36s ago•0 comments

New: Social features for Airbnb Experiences – Connect w other guests during trip

https://news.airbnb.com/introducing-social-features-for-airbnb-experiences/
1•bookofjoe•51s ago•0 comments

The Karpathy Interview, 6 Months After AI 2027

https://futuresearch.ai/ai-2027-6-months-later/
1•ddp26•2m ago•0 comments

Eli Thorkelson: On Incident Fatigue

https://decasia.org/tech/2025/08/incident-fatigue.html
1•mikece•3m ago•0 comments

Tracking Time Without Clock

https://tigerbeetle.com/blog/2025-10-21-clockless-time/
6•Bogdanp•4m ago•0 comments

Compilation of physical glitches in Sora 2

https://twitter.com/taesiri/status/1980121630040113165
1•taesiri•6m ago•0 comments

A surprise bonus from Covid-19 vaccines: bolstering cancer treatment

https://www.science.org/content/article/surprise-bonus-covid-19-vaccines-bolstering-cancer-treatment
1•rbanffy•6m ago•0 comments

Hera and Europa Clipper Will Pass Through 3I/Atlas' Tail – Universe Today

https://www.universetoday.com/articles/hera-and-europa-clipper-will-pass-through-3iatlas-tail
1•rbanffy•8m ago•0 comments

Scouts will now be able to earn badges in AI and cybersecurity

https://www.cnn.com/2025/10/14/tech/scouting-america-ai-cybersecurity-merit-badges
2•speckx•12m ago•0 comments

Ilo – a Forth system running on UEFI

https://asciinema.org/a/Lbxa2w9R5IbaJqW3INqVrbX8E
3•rickcarlino•12m ago•0 comments

My First Months in Cyberspace

https://www.gyford.com/phil/writing/2025/10/15/1995-internet/
2•vincvinc•13m ago•0 comments

Show HN: Vard – Zod-inspired prompt injection detection for TypeScript

https://github.com/andersmyrmel/vard
1•andersmyrmel•14m ago•0 comments

Show HN: Agent Spending Controls – Enforce spending limits without custody

https://github.com/L1AD/agent-spending-controls
1•liad•14m ago•0 comments

Why Trump Is Spending $20B to 'Make Argentina Great Again' [video]

https://www.youtube.com/watch?v=Lxo6Xr8u6Zk
1•mgh2•15m ago•0 comments

Fresh Developments in the Fediverse

https://www.patreon.com/posts/fresh-in-137854330
1•doener•15m ago•0 comments

Show HN: Web interface for the Gemini 2.5 Computer Use model

https://github.com/haltakov/browsafex
1•vladoh•17m ago•0 comments

Apple will let users roll back the Liquid Glass look with new 'tinted' option

https://techcrunch.com/2025/10/20/apple-will-let-users-roll-back-the-liquid-glass-look-with-new-t...
2•rbanffy•17m ago•0 comments

Microsoft fixes bug preventing users from opening classic Outlook

https://www.bleepingcomputer.com/news/microsoft/microsoft-fixes-bug-preventing-users-from-opening...
2•fleahunter•17m ago•0 comments

Show HN: Django Keel – 10 Years of Django Best Practices in One Template

https://github.com/CuriousLearner/django-keel
3•sanyam-khurana•17m ago•0 comments

Ask HN: Can SKILL.md serve as dynamic memory for Claude in each directory?

1•iosifnicolae2•18m ago•0 comments

We Saved $500k per Year by Rolling Our Own "S3"

https://engineering.nanit.com/how-we-saved-500-000-per-year-by-rolling-our-own-s3-6caec1ee1143
3•miedwar•18m ago•0 comments

Our modular, high-performance Merkle Tree library for Rust

https://github.com/bilinearlabs/rs-merkle-tree
2•bibiver•19m ago•1 comments

NASA chief suggests SpaceX may be booted from moon mission

https://www.cnn.com/2025/10/20/science/nasa-spacex-moon-landing-contract-sean-duffy
2•voxleone•19m ago•0 comments

An agent-coded search reranker

https://softwaredoug.com/blog/2025/10/19/agentic-code-generation-to-optimize-a-search-reranker
1•softwaredoug•19m ago•0 comments

Show HN: ContextGuard – Open-source security monitoring for MCP servers

https://github.com/amironi/contextguard
1•amironi•19m ago•0 comments

Amazon hopes to replace 600k US workers with robots

https://www.theverge.com/news/803257/amazon-robotics-automation-replace-600000-human-jobs
3•pwthornton•20m ago•0 comments

Blacklisted Spyware Firm NSO Group Purchased by a Hollywood Producer

https://www.techdirt.com/2025/10/20/because-things-just-arent-dystopian-enough-blacklisted-spywar...
2•speckx•20m ago•0 comments

Neural audio codecs: how to get audio into LLMs

https://kyutai.org/next/codec-explainer
9•karimf•22m ago•1 comments

Brio – Bitcoin Made Social

https://hexquarter.link/btc-telegram
1•smanza•22m ago•1 comments

Seeing double: Visual anagrams that rotate open doors for brain research

https://medicalxpress.com/news/2025-10-visual-anagrams-rotate-doors-brain.html
2•PaulHoule•25m ago•0 comments
Open in hackernews

Show HN: Bot, proxy and fake email detection without captchas

https://truesign.ai
6•juros•2h ago
I've been researching the bot & proxies space for years. I slowly incubated a service to protect public forms, contents and APIs. It recenty reached a few million daily requests and I now dare to bring it to light.

Truesign detects bots, proxies/vpns and fake emails, through a single request from the browser, without challenges or user interaction. It can block the request based on rules you choose, or grant a token with encrypted information about the visitor for you to decide.

I created a few pages to showcase how it works:

- https:/demo.truesign.ai/protected-form : a form you can't post if you're a bot, a human behind a vpn, or input a fake/disposable email

- https:/demo.truesign.ai/protected-content : a page you can't access if you're a bot or a human behind a vpn

- https:/demo.truesign.ai/protected-content-no-js : like above but there's no Javascript analysis of the browser, it only catches trivial bots like a python script or curl. For those that need to serve their content to javascript-less cients.

I'd love if you hackers could attempt to troll the above using bots or VPNs. I'll share the results in 24h.

Some interesting points about Truesign:

- your contents are protected by simple HTTP redirections, no need to place your whole infra behind a MITM (== Cloudflare)

- attack detection: allow bots and anonymizers until their traffic exceeds a suspicious threshold

- granular rules (i.e. block bots, flag fake emails) that can be switched in real time

- admin dashboard to inspect and analyze your traffic

There's a free plan to play around. Also I offer discounts to free/public services.

Super interested in your feedback!

Comments

eurek0•2h ago
the VPN detection is pretty cool, how does it work?
juros•2h ago
it analyzes the network packets in real time, they contain many data points if you know where to look.

Residential and mobile proxies are also detected.

_robertiano•54m ago
This is brilliant! A seamless way to block bots and VPNs without user friction is exactly what many projects (I) need. The demo pages are a great way to show its power, and the free plan is a nice touch