frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Confidential Compute Open Network

https://cocoon.org
1•jeudesprits•24s ago•0 comments

NixOS 25.11 Released

https://nixos.org/blog/announcements/2025/nixos-2511/
3•trulyrandom•6m ago•0 comments

DEP-18: A proposal for Git-based collaboration in Debian

https://optimizedbyotto.com/post/debian-collaboration-on-git/
1•ottoke•8m ago•1 comments

Don't push AI down our throats

https://gpt3experiments.substack.com/p/dont-push-ai-down-our-throats
8•nutanc•10m ago•1 comments

X's move to show users' location is a great step toward online transparency

https://www.washingtonpost.com/opinions/2025/11/25/elon-musk-x-location-democracy/
2•bookofjoe•10m ago•0 comments

Global Stock Leaderboards Are Ruled by Europe in Rare Dominance

https://www.bloomberg.com/news/articles/2025-11-30/global-stock-leaderboards-are-ruled-by-europe-...
2•layer8•12m ago•1 comments

There is No Quintic Formula [video]

https://www.youtube.com/watch?v=9HIy5dJE-zQ
3•DamnInteresting•12m ago•1 comments

Does 'Laziness' Start in the Brain?

https://www.theguardian.com/books/2025/nov/30/does-laziness-start-in-the-brain-apathy-motivation
4•billybuckwheat•15m ago•0 comments

Extinction rates have *slowed* over the last 100 years

https://royalsocietypublishing.org/doi/10.1098/rspb.2025.1717
1•bilsbie•17m ago•0 comments

The Complete Xbox Ally and Ally X Hands-On Review (Windows vs. Bazzite)

https://boilingsteam.com/complete-xbox-ally-and-ally-x-hands-on-review/
1•ekianjo•18m ago•0 comments

Show HN: I Built Tinyfocus – A Minimal Tool to Help Solo Founders Focus

https://www.tinyfoc.us/landing
1•arlindb•21m ago•0 comments

47.2M Developers Worldwide: Global Trends for 2025

https://www.slashdata.co/post/global-developer-population-trends-2025-how-many-developers-are-there
2•birdculture•25m ago•0 comments

Recent study: typical statins do cause muscle discomfort

https://www.nature.com/articles/s41467-025-66522-0
2•hereme888•27m ago•1 comments

Max Verstappen beats Piastri to take F1 title race to Abu Dhabi GP

https://www.theguardian.com/sport/2025/nov/30/max-verstappen-beats-piastri-to-take-f1-title-race-...
2•tosh•28m ago•0 comments

Writing a Good Claude.md

https://www.humanlayer.dev/blog/writing-a-good-claude-md
4•objcts•31m ago•0 comments

Show HN: AI vs. Real – A simple game I built for guessing real images

https://apps.apple.com/us/app/ai-vs-real/id6754675618
1•aliibnepasha•31m ago•1 comments

Tell HN: ChatGPT has 13B revenue but can't make a working website

3•0xbadcafebee•32m ago•2 comments

Show HN: Schema Pilot – Visual Database Designer with Instant Prisma

1•Punyakrit•36m ago•0 comments

SafeShare – strip tracking parameters from links before you share them

https://github.com/J-AI-71/Supersystem
3•safeshare•39m ago•2 comments

Vector Graphics in Godot Better Than Adobe Flash

https://old.reddit.com/r/godot/comments/1p339f9/vector_graphics_in_godot_better_than_adobe_flash/
1•ShenCiao•42m ago•0 comments

ETH-Zurich: Digital Design and Computer Architecture; 227-0003-10L, Spring, 2025

https://safari.ethz.ch/ddca/spring2025/doku.php?id=start
13•__rito__•42m ago•0 comments

You Can't Find a Cab in the Rain

https://nicholasdecker.substack.com/p/why-you-cant-find-a-cab-in-the-rain
2•paulpauper•48m ago•0 comments

US War Dept's Big UFO Lie

https://www.overcomingbias.com/p/us-war-depts-big-ufo-lie
3•paulpauper•49m ago•3 comments

ESA Sentinel-1D delivers first high-resolution images

https://www.esa.int/Applications/Observing_the_Earth/Copernicus/Sentinel-1/Sentinel-1D_delivers_f...
4•giuliomagnifico•50m ago•0 comments

Making tiny 0.1cc two stroke engine from scratch

https://youtu.be/nKVq9u52A-c?si=KVY6AK7tsudqnbJN
2•pillars•53m ago•1 comments

There are no moral laws out there

https://www.optimallyirrational.com/p/there-are-no-moral-laws-out-there
3•paulpauper•55m ago•0 comments

Bending Emacs – Episode 7: Eshell built-in commands [video]

https://www.youtube.com/watch?v=M6o1N2kfmuc
1•xenodium•56m ago•0 comments

Psychedelics produce enduring behavioral effects and functional plasticity

https://www.nature.com/articles/s41386-025-02272-3
4•XzetaU8•58m ago•1 comments

AI Said This Wing Is 27% More Efficient. So I Built It and Flight-Tested It [video]

https://www.youtube.com/watch?v=1KUkbKKXZqw
3•xbmcuser•59m ago•0 comments

New Zero-Data Storage Password Vaulting Tool

https://www.devglan.com/online-tools/secure-password-vault
1•only2dhir•59m ago•0 comments
Open in hackernews

SafeShare – strip tracking parameters from links before you share them

https://github.com/J-AI-71/Supersystem
3•safeshare•39m ago

Comments

safeshare•39m ago
I built a tiny browser-based tool called SafeShare. You paste a URL, it removes common tracking parameters (utm_source, gclid, fbclid, etc.), tries to unwrap obvious redirect parameters (url=, redirect=, u=…), and shows you a cleaner link to share.

There is no login, no accounts, no tracking cookies – it runs as a simple web app on GitHub Pages and processes links locally in the browser.

It’s intentionally limited to “link hygiene” and transparency: – It’s not a full security scanner. – It does not follow every redirect hop across the network. – It focuses on cleaning links you want to share (mail, messenger, newsletter, social), not on doing deep inspection. App: https://j-ai-71.github.io/Supersystem/app.html Code: https://github.com/j-ai-71/Supersystem

I’d be happy about feedback from this crowd: – Would you actually use a tool like this in your own workflow? – Which parameters or patterns would you expect it to handle that it doesn’t yet? – Is the UX clear enough, or is something confusing/over-engineered?

Any comments, criticism or “this is useless, but here’s what would be useful instead” are welcome.

chasing0entropy•18m ago
Neat, I remove all POST strings as a habit; I would imagine most intermediate skill users would also. Using a webpage to do so would be helpful for more complicated links where the url POST data includes the content ID in one of the strings

I would imagine what you have would be far more useful to HN folks if you add some type of attribution system - meaning parse the URL, identity the tracking strings, and then tell the user what each string one does.

Then let the use check a radio box to re-appeand the desired tracking string to the url(. Maybe add the option to edit the string?