frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why Do Ancient Human Brains Not Always Rot

https://www.smithsonianmag.com/smart-news/archaeologists-have-found-thousands-of-intact-ancient-h...
1•jnord•1m ago•0 comments

I Tried the AI Model Built to Fix AI Writing

https://every.to/working-overtime/i-tried-the-ai-model-built-to-fix-ai-writing
2•gk1•1m ago•0 comments

Software Engineering finally exists

https://shapelessai.com/notes/software-engineering-finally-exists
1•FirstClassTree•2m ago•0 comments

Wikivibes – Write the truth you wished existed

https://wikivibes.org/
1•rfghsdh•3m ago•0 comments

Trump administration issues pause on immigrant visa ()

https://www.reuters.com/legal/government/trump-administration-issues-pause-visa-appointments-appl...
1•TorontoTheGood•3m ago•0 comments

Utility and tech firms 'educate' regulators with big donations, secret retreats

https://www.washingtonpost.com/business/2026/08/10/how-utility-tech-firms-educate-regulators-with...
1•newsomix9xl•4m ago•1 comments

How we use AI at Stalwart

https://stalw.art/blog/how-we-use-ai/
2•benibr•4m ago•0 comments

Oxymel, a Culinary Oxymoron

https://nunc.ch/en/oxymel-a-culinary-oxymoron/
2•speckx•5m ago•0 comments

Qwen3.8-Flash-Next Technical Report [pdf]

https://github.com/QwenLM/Qwen3.8-Flash-Next/blob/main/tech_report.pdf
3•Philpax•5m ago•0 comments

"Theory of Evolving Self-Representations (Tevser)" [video]

https://www.youtube.com/watch?v=vzEqlf_KKmE
3•surprisetalk•6m ago•0 comments

Most Physicists Don't Agree on Most Things

https://qspace.fqxi.org/news/165326/most-physicists-dont-agree-on-most-things
3•Luc•6m ago•0 comments

Sharing Linear's growth with the people building it

https://linear.app/now/sharing-growth-with-the-people-building-linear
2•946789987649•7m ago•0 comments

Meta's AI dream reels on more than lab-rat revolt

https://www.reuters.com/commentary/breakingviews/metas-ai-dream-reels-more-than-lab-rat-revolt-20...
2•cramer4next•8m ago•0 comments

AWS Acquires DuckDB

https://ducklabs.com/news/2026/08/26/ducklabs-to-join-aws
12•onderkalaci•8m ago•0 comments

Show HN: Fake-bpy-module – Blender/UPBGE Python autocompletion for external IDEs

https://github.com/nutti/fake-bpy-module
2•nutti•10m ago•0 comments

Compare Value – 100% client-side developer sandboxes and price normalizer

https://compare-value.com
2•yhammadieh•12m ago•0 comments

I use Home Assistant to automate and monitor my aquariums

https://michaelharley.net/posts/2026/08/26/how-i-use-home-assistant-to-automate-and-monitor-my-aq...
3•speckx•13m ago•0 comments

Show HN: Kuma Voice – OSS Apple Watch voice assistant, no iPhone needed

https://github.com/itsperini/kuma-voice
3•itsperini•14m ago•0 comments

AI Review Loops Don't Always Stabilise

https://kevinmahoney.co.uk/articles/ai-review-loops/
2•kpmah•14m ago•0 comments

Most popular Xkcd comics on Hacker News

https://www.orangecrumbs.com/xkcd-on-hacker-news/
3•oyster143•14m ago•0 comments

A Hit Chinese Legal Drama Reopens an Old Question About Lawyers

https://www.pekingnology.com/p/a-hit-chinese-legal-drama-reopens
2•iamnothere•15m ago•0 comments

Qwen3.8-Flash-Next: A New Architecture, Towards Ultimate Cost-Efficiency

https://qwen.ai/blog?id=qwen3.8-flash-next
8•tosh•15m ago•1 comments

Shrine of Singularity, a votive altar for AI worship

https://www.thesingularityshrine.org/
4•theberns•15m ago•0 comments

An Archive of a Different Type (2020)

https://blog.archive.org/2020/08/26/an-archive-of-a-different-type/
1•EndXA•15m ago•0 comments

Cloudways' Cloudflare Enterprise integration is a crock of shit

https://www.jemjabella.co.uk/2026/cloudways-cloudflare-enterprise-integration-is-a-crock-of-shit/
1•edent•16m ago•0 comments

Agents are a security nightmare... are they?

https://write.as/z2x3hj2ph6zhf
1•j-bu•17m ago•0 comments

Futurism Is Always Extreme

https://borretti.me/article/futurism-is-always-extreme
1•ibobev•17m ago•0 comments

Adding diagrams to my static site generator with D2

https://www.gilesthomas.com/2026/08/adding-d2
1•ibobev•17m ago•0 comments

Qwen3.8-Flash-Next: A New Architecture, Towards Ultimate Cost-Efficiency

https://qwen.ai/blog?id=qwen3.8-lash-next
2•_ache_•17m ago•0 comments

Memory Ordering in CPUs

https://fgiesen.wordpress.com/2026/08/25/memory-ordering-in-cpus/
1•ibobev•18m ago•0 comments
Open in hackernews

Tell HN: Google Search to begin using opaque redirect URLs on search results

3•exploraz•48m ago
Recently, for a couple of months, I noticed that Google Search began to replace its /url?q=<encoded url> links into a more opaque one (/goto?url=<internal identifier>) randomly (indication of A/B testing) on my logged-out private browsing sessions.

The old one (intermediate link with /url?sa=...q=...) will either be presented immediately after loading the page, or after the mouse has been held down at the anchor/link (can be prevented by extensions), or not rewritten at all (maybe if something called the "anchor ping" feature is supported). The URL can be easily decoded to the intended destination, either manually (with things like URLCheck or ClearURLs), or automatically (ClearURLs, or maybe adblockers or other privacy extensions)

The newer one (/goto?url=) seems to include a seemingly random base64-encoded bytes, which I can't figure out on how to decode it back (might be an internal identifier instead of an embedded URL), except by visiting the link itself.

I suspect that they are doing this to track users more reliably, or to mitigate search results page scrapers.

What are your thoughts?

Comments

exploraz•22m ago
I encountered that on Firefox (with privacy setting both on strict, and I think also on default protection last time I encountered that) both on Android and desktop, and also Safari (iOS). Not sure about Chrome though.