frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I Analyzed 1k Top Podcasts: Here's How Long Their Episodes Actually Are

https://www.adithyan.io/blog/how-long-top-podcasts-run
1•adithyan_win•1m ago•1 comments

A Minor Rant About Cloudflare UX

https://taoofmac.com/space/blog/2025/10/31/1900
1•rcarmo•2m ago•0 comments

International Criminal Court Drops Microsoft for Open Source

https://www.computing.co.uk/news/2025/open-source/international-criminal-court-drops-microsoft
1•jamesgill•3m ago•0 comments

Show HN: Pen Island – Clean Drawings via AI

https://www.penisland.art
2•dragonkhoi•5m ago•0 comments

How to build silos and decrease collaboration (on purpose)

https://www.rubick.com/how-to-build-silos-and-decrease-collaboration/
5•gpi•8m ago•0 comments

CAD-3D on the Atari ST

https://stonetools.ghost.io/cad3d-atarist/
1•1313ed01•12m ago•0 comments

Rewriting SQLite from prison with Preston Thorpe [video]

https://www.youtube.com/watch?v=AEPf9zUI_fQ
3•spacebuffer•16m ago•0 comments

How hurricane hunters flew into the eye of Melissa

https://www.reuters.com/graphics/STORM-MELISSA/HUNTERS/klvyjeaykpg/
2•giuliomagnifico•19m ago•1 comments

Pass on Polymorphic Tables

https://bitbytebit.substack.com/p/the-temptation-of-polymorphic-tables
1•recroad•19m ago•0 comments

Show HN: Free listing your AI tool

https://aitooldirectory.com
1•trungnx2605•19m ago•0 comments

From Friction to Flow: Designing Smarter Dashboards with {Bidux}

https://www.jrwinget.com/blog/2025-06-19-from-friction-to-flow/
1•mooreds•20m ago•0 comments

Understanding Learning Through Behaviourism, Cognitivism, and Constructivism

https://teachers.institute/learning-learner-development/learning-theories-behaviorism-cognitivism...
1•suioir•20m ago•0 comments

Hacking Printers Using Fonts

https://haxx.in/posts/2025-09-23-canon-ttf/
3•udev4096•21m ago•0 comments

Reddit Announces Q3'25 Earnings (Plus AMA)

https://old.reddit.com/r/RDDT/comments/1okacdq/reddit_announces_q325_earnings_plus_ama/
1•wslh•22m ago•0 comments

Elon Musk's SpaceX Set to Win $2B Pentagon Satellite Deal

https://www.wsj.com/politics/national-security/elon-musks-spacex-set-to-win-2-billion-pentagon-sa...
1•bookofjoe•22m ago•1 comments

Claude Code Is a Beast – Tips from 6 Months of Hardcore Use

https://old.reddit.com/r/ClaudeAI/comments/1oivjvm/claude_code_is_a_beast_tips_from_6_months_of/
2•speckx•23m ago•0 comments

A Mundane Universe and the Rarity of Advanced Civilizations – Universe Today

https://www.universetoday.com/articles/a-mundane-universe-and-the-rarity-of-advanced-civilizations
1•rbanffy•23m ago•0 comments

Anthropic Exploring Usage-Based Pricing for Claude Subscribers

https://twitter.com/dwahdany/status/1984332240155717873
2•dw64•24m ago•0 comments

Dioxus 0.7.0

https://github.com/DioxusLabs/dioxus/releases/tag/v0.7.0
2•SchwKatze•26m ago•0 comments

Princeton president misunderstands FIRE data – and campus free speech

https://www.thefire.org/news/princeton-president-misunderstands-fire-data-and-campus-free-speech
1•rahimnathwani•26m ago•0 comments

Blogging with Jekyll in 2025

https://remy.duthu.org/2025/10/31/blogging-with-jekyll-in-2025.html
2•remyduthu•26m ago•0 comments

Eric Lippert: I'm writing another book

https://ericlippert.com/2025/10/30/im-writing-another-book/
1•cyndunlop•27m ago•0 comments

Value Classes Heap Flattening – What to Expect from JEP 401 (JVMLS) [video]

https://www.youtube.com/watch?v=NF4CpL_EWFI
2•clanky•27m ago•0 comments

Nkali/vision-SDK – a silly attempt to reverese-engineer visicorp vision

https://git.sr.ht/~nkali/vision-sdk
1•rbanffy•28m ago•0 comments

Elon Musk on data centers in orbit: "SpaceX will be doing this"

https://arstechnica.com/space/2025/10/elon-musk-on-data-centers-in-orbit-spacex-will-be-doing-this/
1•RattlesnakeJake•29m ago•1 comments

Malicious packages in NPM evade dependency detection through invisible URL links

https://www.csoonline.com/article/4082195/malicious-packages-in-npm-evade-dependency-detection-th...
2•shehackspurple•29m ago•2 comments

Best Open Source Observability Solutions

https://clickhouse.com/engineering-resources/best-open-source-observability-solutions
2•manveerc•30m ago•0 comments

Federalisation of the European Union

https://en.wikipedia.org/wiki/Federalisation_of_the_European_Union
1•consumer451•34m ago•0 comments

Assassin's Creed Shadows: Another Impressive Switch 2 Port from Ubisoft

https://kotaku.com/assassins-creed-shadows-impressive-switch-2-port-ubisoft-december-2000638603
1•PaulHoule•36m ago•0 comments

Now you can deploy OpenStatus on Raspberry Pi

https://www.openstatus.dev/blog/deploy-private-locations-raspberry-pi
3•vednig•37m ago•0 comments
Open in hackernews

Beyond User-Agent: A Guide to TLS, HTTP/2, Canvas, and Behavioral Fingerprinting

https://pydoll.tech/docs/deep-dive/fingerprinting/
2•thalissonvs•6h ago

Comments

thalissonvs•6h ago
Author here. I've been working on pydoll, an open-source (Python/async) web automation library. While building it, I kept hitting a wall against sophisticated anti-bot systems.

This sent me down a deep rabbit hole to understand how they actually work. It turns out detection isn't about one thing, but about consistency across multiple layers: from the OS-level (TCP/IP, TLS/JA3), to the browser (HTTP/2, Canvas/WebGL), and finally to human behavior (mouse physics, typing cadence).

I decided to write down everything I learned in this guide. It covers the theory of how each layer is fingerprinted and the practical techniques to evade it (focusing on consistency, not randomness).

Hope you find it useful. Happy to answer any questions.