frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Drone Physics

https://iahmed.me/post/drone-physics/
1•hazrmard•1m ago•0 comments

Welcoming Our Newest Core Team Members

https://ziglang.org/news/welcoming-new-team-members/
1•yurivish•2m ago•0 comments

Swift-OS – operating system written in Embedded Swift for aarch64

https://github.com/asaptf/swift-os/tree/main
1•de_aztec•3m ago•0 comments

Eno – General Purpose Humanoid Robot

https://www.genesis.ai/
1•cheeko1234•4m ago•0 comments

UK Government Goes All-In on Digital Surveillance, Censorship and Control

https://www.nakedcapitalism.com/2026/06/the-uks-most-unpopular-government-on-record-just-went-all...
2•boticello•6m ago•0 comments

Software Is Not a Single-Player Game

https://www.davidpoll.com/2026/06/software-is-not-a-single-player-game/
1•depoll•6m ago•0 comments

How to Demolish a Bridge [video]

https://www.youtube.com/watch?v=7oi4yMr8Rjk
1•mhb•11m ago•0 comments

Ten Years of Just (and Lists)

1•rodarmor•12m ago•0 comments

Seattle Underground

https://en.wikipedia.org/wiki/Seattle_Underground
1•axelfontaine•15m ago•0 comments

AMD Pulls Memory Encryption from Ryzen CPUs

https://www.technology.org/2026/06/16/amd-strips-memory-encryption-consumer-ryzen-cpus/
3•KAMSPioneer•16m ago•0 comments

Update: Acabei de abrir O SDK no GitHub → github.com/mathhMadureira/orka

1•matteusmadu•17m ago•0 comments

The Battle with Anthropic Is the Start of a New Kind of Conflict

https://www.nytimes.com/2026/06/16/opinion/anthropic-fable-ai-trump-administration.html
1•furcyd•20m ago•0 comments

I built a fail-closed execution gate for AI agents

https://kronyqldemo.netlify.app/demo/ase-proof
1•Auditome•20m ago•0 comments

Total Iran Economic Damage Estimate

https://www.fdd.org/analysis/2026/04/23/total-iran-economic-damage-estimate/
2•littlexsparkee•22m ago•0 comments

Qode – The first AI agent that can generate 50k line codebases in one prompt

https://github.com/akshaylakkur/Q
1•akshayl284•23m ago•1 comments

Silicon Motion exec: Retail SSD market has almost disappeared

https://www.tomshardware.com/pc-components/ssds/the-retail-ssd-market-has-almost-disappeared-says...
6•Lihh27•28m ago•0 comments

Guardrails for Reuse in AI from ClimateSOS Foundational Charter

1•safiume•28m ago•0 comments

An Interview with Eugene Jarvis of Robotron, Defender and Stargate Fame

https://www.gamedeveloper.com/production/eugeneology-an-interview-with-eugene-jarvis
1•evo_9•31m ago•0 comments

VibeThinker-3B achieves 80.2 on LCBv6

https://twitter.com/WeiboLLM/status/2066870851841274249
4•moondistance•33m ago•1 comments

Mathup

https://mathup.xyz/
1•runarberg•33m ago•0 comments

GLM-5.2: Frontier Intelligence, Open Weights

https://twitter.com/Zai_org/status/2066938937344495629
5•zixuanlimit•34m ago•1 comments

Hacking group claims major hack of Novo Nordisk and attempted $25M extortion

https://www.reuters.com/legal/government/hacking-group-claims-major-hack-novo-nordisk-attempted-2...
4•nnmg•34m ago•0 comments

Anthropic "pauses" token-based billing for its Claude Agent SDK

https://arstechnica.com/ai/2026/06/anthropic-pauses-token-based-billing-for-its-claude-agent-sdk/
3•cdrnsf•35m ago•0 comments

The Context Moat

https://richard.dulude.vc/fieldnotes/the-context-moats
1•AnhTho_FR•36m ago•0 comments

5 Stages of a Domain Expiration

https://medium.com/@thesuperrepemail/the-5-stages-of-a-domain-expiration-e1653544c605
1•mssblogs•36m ago•0 comments

What is the most intense way to learn something?: On giving talks

https://chillphysicsenjoyer.substack.com/p/what-is-the-most-intense-way-to-learn
2•crescit_eundo•37m ago•0 comments

Hiring Founding Engineer Roles

https://www.flynavi.com/careers
1•flyingforreal•38m ago•1 comments

When Content Costs Nothing

https://steelmill.substack.com/p/when-content-costs-nothing
1•AzariaK•39m ago•0 comments

Linux 7.1 is here to end the Intel 486 era – and do some serious legacy clean up

https://www.zdnet.com/article/say-goodbye-to-486-processors-linux-7-1-lands/
4•CrankyBear•39m ago•0 comments

Trump administration won't allow G7 member countries to regain access to Fable

https://twitter.com/AndrewCurran_/status/2066925774498910592
2•Filligree•40m ago•0 comments
Open in hackernews

Nobody clicks share buttons

https://ankursethi.com/links/nobody-clicks-your-share-buttons/
131•speckx•1h ago

Comments

PaulHoule•1h ago
Amen! Plus those share buttons leak data with third party cookies and such, they're mostly a scam to skim user data from your web site.
operatingthetan•1h ago
It's sort of cargo-cult behavior to add them to non big corporate websites. Just like adding superfluous chat bots now.
iLoveOncall•1h ago
0.2% can be an OK conversion rate for some things.
llm_nerd•1h ago
Indeed, that seemed surprisingly high to me and kind of countered the argument.
readthenotes1•1h ago
Sounds about like the number of times I accidentally clicked the link
dieselgate•54m ago
At a previous job an "infinite scroll" experience was tested against many paginated pages and 0.2% is roughly the conversion rate of someone clicking through to the 4th or 5th page of results IIRC. They decided to not go true "infinite scoll" but rather add a "See More" button instead of pagination.

Anyway just interesting data points for what "0.2% conversion" looked like in my experience.

ndegruchy•1h ago
I've added a button that just triggers `navigator.share()`[1]. I know most users do the copy-paste dance, but I find this is a good middle ground. Adding functionality for my users, but not adding special social media share buttons.

[1]: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/s...

input_sh•1h ago
I thought about using navigator.share myself, but decided to go with the basic "Copy URL" button instead, as navigator.share is pretty useless on desktops and not supported across browsers on phones either (Android's Webview being the big one for my use case).
rickstanley•59m ago
Why not both? A small button with "Copy link" text to, well, copy the current URL and another that calls "native" share, if available. I don't find it to be too many options, but I would guess that perhaps "Copy link" would have more clicks than `navigator.share`.
imoverclocked•23m ago
You could switch between them depending on the browser. Desktop users are more likely to want an URL anyway, IMHO. FWIW: iOS has a "copy" option in the share popup.
siriusfeynman•46m ago
Oh is this what that is, I saw a few sites use it recently but for whatever reason on my desktop pc (windows 10) the only options I have are copilot, another copilot (for some reason), one-note and discord, which claims to also be a copy to clipboard option but it doesn't work. So in the end for sites that don't show the raw string I have no way to copy something.
evilturnip•1h ago
Most people don't have an audience they would share it to if we're being honest.

If there's a article/site I'd be interested in sharing, it might be to a slack channel or a text message, in which case I just copy/paste the URL.

mgiampapa•1h ago
I use share buttons all the time on social platforms, and apps like Amazon that don't have any other way of deep linking.

Lot's of people use apps that don't expose a link, share buttons are great and even better when they use standards like your OS's share functionality.

catlikesshrimp•57m ago
That is one of the reasons any publisher wants you to install yet another app in your phone. Be it fb, ig, goog, tk... Edit: Reddit :/
Zak•44m ago
The article is discussing "share on [Facebook,Twitter,etc...]" type buttons on websites, not share via [OS functionality or other native app] buttons inside native apps.

That said, I'm curious as to why someone with enough technical sophistication to be posting on HN browses Amazon with a native mobile app instead of a web browser.

subroutine•31m ago
You prefer to browse amazon using a mobile web browser over the native Amazon app? Why?
6510•17m ago
it was preinstalled on my phone
filup•21m ago
I have a hunch that amazon links do track somehow based on timing. Does anybody do that?

There are so many products on amazon sharing a link to one specific product and having someone else open it shortly after sounds like a high enough confidence.

Again just a hunch.

raincole•1h ago
> The share buttons got clicked 14,078 times. That’s a 0.21% usage rate, which works out to about 1 in 476 visitors.

In other words, people not only click share buttons, but do it quite often?

AnthonyR•58m ago
Yeah I find this article hilarious. Especially since maybe less than 1 in 10 visitors will actually want to share the article? So 1 in 476 is actually pretty decent usage.
bluebarbet•53m ago
For which the other 475 get saddled with a bunch of extraneous downloads and invasive tracking.
vovavili•44m ago
The cohort that is concerned about this almost certainly runs some sort of a blocker.
FroshKiller•41m ago
That's beside the point. I block plenty of things personally but am no less concerned about mass tracking.
9dev•37m ago
No, that's beside the point. The vast majority of users do not care about this at all, while those that do care never see it due to their blockers. From the point of someone carelessly offering a convenience feature with tracking capabilities, this is a no-brainer.
dlcarrier•54m ago
See the rest of this comment to learn what dlcarrier thought of the article! https://news.ycombinator.com/item?id=48561332#:~:text=Of%20c...

Of course no one wants to use a feature that creates a huge link and throws in a bunch of disingenuous text.

einpoklum•49m ago
> That’s a 0.21% usage rate, which works out to about 1 in 476 visitors.

That's actually not low at all, and much higher than I would have expected for government website pages.

Not to mention the _actual_ social sharing of mentioning pages to people you know who need the information on those pages.

broodbucket•42m ago
I don't click share buttons because I don't know what it's going to do. I don't want something copied that says "Check out this Thing on this Site! <url>" because then I have to delete half of it at which point it's slower than copying the URL. If every share button had the same behaviour then maybe I would.
filup•37m ago
So true. I too dual as an automatic link cleaner.

When I receive a link with a 100 character hash attached I gasp and yell at the person who sent me it (my wife normally)

serial_dev•28m ago
They put so much stuff into the URL, usually my user ID, my phone, browser info etc…

I don’t necessarily want the people I share the link with to know my potentially pseudonymous user.

elpocko•38m ago
I remember back when Wordle was popular, people said the "Share result" feature was so effective, it was the reason for the game's viral success. I can't think of any other example though.
klinquist•37m ago
Nobody clicks share buttons to "just share links"

But ... make it share something more useful and they might use it more.

I author a Caltrain app, and if you are viewing the time schedule, the share button pops up the iOS share sheet pre-filled with "I'm taking train XX leaving <location> at <time> and arriving at <location> at <time>. Track my train <link>."

joshstrange•36m ago
0.21% sounds low but my initial thought is "I don't know if they are making the point they think they are". Conversion rates are always pretty low.

That said, I've never clicked on a share button mostly because:

- I don't know what it will do, it's not consistent at all

- It might add extra crap "Your friend shared 'Story Title' with you!"

- It will probably try/want to add tracking crap

I always just copy the URL and send it however I want to send it. People aren't stupid when it comes to sharing, they understand how to accomplish what they want, we don't need a dedicated share button.

What we don't have, and hopefully never will, is the number of people who click the share button verses the people that copy/paste the URL which I assume 90% of people who want to share do. It's universal, it "just works".

Clicking the share button means I'm at the mercy of the site operator, copying the URL puts me in control.

theturtletalks•28m ago
Exactly but companies have started hijacking the copy icon button as well. You’d think that would just copy what’s in the text box, but they add tracking and other stuff.

The worst is the YouTube share button. You can share the button with the exact second mark in the video and I would do that. Then one time I noticed the URL was shortened and added a lot of tracking.

joshstrange•22m ago
Nothing bugs me more than copy/pasting some text from an article and getting:

    "Text that you copied"
    
    - From XYZ Times (httx://abc123.tld/path/to/article)

Apple Books does that nonsense as well and it drives me up a wall.

I'm sure there are browser extensions to tame but this thankfully there aren't many website that do this that I care to visit often.

> Then one time I noticed the URL was shortened and added a lot of tracking.

Ugh, yeah, this is really annoying as well. When a dedicated share button is my only option (like in a mobile app) I often open an incognito/private browsers window and paste it in so I can get redirected and then rip off all the tracking crap. Back when I used TikTok I had an iOS shortcut that I would "share" to which would rip off all the tracking for me. I always would feel gross when someone "anonymous" would share a TikTok or similar link and there would be a banner at the top of the page "Real Name shared this with you, follow them?".

jdw64•34m ago
0.2 %is quite significant, isn't it? My small website (www.makonea.com) gets about 90,000 visitors a month on average. (That's about 300 per day?) So that means a post gets shared about once every two days. Maybe I should seriously consider making my posts more shareable. And if I promote it on HN, I'd hope there's a 0.2 %chance that people would check out my site.
6510•20m ago
Imagine what buying high value visitors costs. 10 bucks is nothing to gain one person who is actually interested. At least 300 free money right there
kxrm•32m ago
Reddit is full of YouTube links with the `si=` param which indicates they clicked the "Share" button. All indicators are this article's premise is not true.
preciousoo•18m ago
The link sharing platform is full of people interested in sharing links, that makes sense, similar to how a mall would be full of people interested in shopping
brikym•32m ago
The user has to have an extra reason to use it. Share buttons or stateful URLs are great when user input is embedded. You have to add that extra user generated sauce or it's not worth it.

Web games (like my redactle.net) will typically have a share button that allows players to share their score. Calculator tools often include a way to share a URL with all the fields filled. Youtube does it with timestamp links.

azhenley•31m ago
Are the 14,078 share events from unique users? If not, the usage rate would be even lower (<0.21% of users share but sometimes share multiple times).
dewey•31m ago
The point of share buttons in most cases is the tracking pixel that comes with it, not the share feature itself.

Also when you work with real users, not developers who remove tracking parameters you quickly realize that share buttons are used and people complain about them if they don’t work, can confirm from my own experience.

franze•31m ago
running my own experiment and the chatgpt button by now gets more clicks than the share buttons ie https://www.veganblatt.com/a/hafermilch-edeka (german)
frou_dh•30m ago
The tapestry of share buttons were certainly novel and interesting like 20 years ago. They may be lame and 99+% ignored now but it's been a slide to this state of affairs.
PUSH_AX•30m ago
Yes they do.
andy_ppp•27m ago
This is something Wordle got completely correct, it just allows you to copy a emoji version of your game into any social media you like. Giving people agency to edit rather than mild fear of how will sharing actually work is much more likely to work!
mattjoyce•27m ago
Sure the idea isn't that every page should be shared equally?

Is the percentage of sharing based all visited pages and is that a good way measure it?

Imagine if all the very low sharing was from 3 pages, that would be a signal worth investigating.

TheRoque•27m ago
I click on the share button to get the link, that I copy and share myself.

And it's on my phone only, on my computer I'd just copy the URL since I'm out of an app

The YouTube share feature let you pick the time to share but they removed it for some reason m..

6510•18m ago
it now is the tiny toggle at the right top.
Kuyawa•23m ago
In the same vein, nobody subscribes to a channel no matter how many times they remind them in the middle of the stream. I never understood why content creators keep using that cheap trick looking like beggars.
sealthedeal•23m ago
It only matters if it's ruining the actual experience of the reader. Kind of an odd article if im being honest.
TrackerFF•19m ago
The only time I ever use the share function, is in apps - and I want to share something with a chat. Outside apps, never.
wenbin•18m ago
From our experience at listennotes.com over past ~10 years - people do click share buttons. For us, it's still worth the screen real estate to place share buttons.
dbvn•17m ago
Who tf uses a government website to judge sharing metrics... "look at this awesome new regulation, buddy!"
yieldcrv•35m ago
navigator.share is limited and the share intent breaks UX, adding more clicks to a funnel than I want

I leave it as an option for the users that really want it though, but surface other things like just the copy icon to put something directly on the clipboard

the articles best stats are from 2012, I’m sorry to inform that was 14 years ago, people are even more acclimated to direct linking

afavour•57m ago
Yeah I think the author needs a dose of reality about how many users do anything on a site. Something that 1 in 476 visitors do isn't that bad. Especially when there's no real ongoing cost to doing so.
yndoendo•40m ago
I didn't see any statement about normalizing the share click as bot or human.

With the continual passage of laws restricting social media for minors, URL copy and paste will become the standard methods for sharing.

Personally, I would never click the share button because sharing with a person or group of people is often through email, SMS, work chat, or here.

Businesses that use Facebook to communicate events are actively restricting their consumer base because not everyone wants to use it or will. A standard web-site is the only method to communicate openly with users.

deepsun•23m ago
Especially on government websites like gov.uk serve. It's not a website with cute beanie hats you'd want to share on your socials.
nkrisc•36m ago
At that rate I think you can assume most clicks were accidental.
Aachen•24m ago
You don't know my mother

Messages like "Hi I found this podcast episode, you should listen to it!", not fitting her usual or the chat's tone at all. The link goes to the last 19 seconds because she finished listening and the thing tries to be helpful (took me a minute, the first time, to realise she didn't actually mean to share the fragment at that timestamp). At least it matches her native language I guess, looking on the bright side (the message isn't actually in English)

A simple "copy link to episode" button would have been so much more helpful. Not just for me but also any recipients that are as tech-savvy as she is and don't understand why it doesn't show them the whole episode for example, or why it is she's implying it's so important (the template wording is just off because she didn't write it)

blitzar•35m ago
> Visitors were twelve times more likely to click an advertisement.

I would have guessed clicking on ads was rare

jatora•19m ago
I work in digital marketing and I am continually shocked by the amount of people that click my disgusting ads. (nearly all advertisements are morally disgusting)
preciousoo•20m ago
What definition of “often” includes a 0.21% rate?
cm2012•14m ago
Try to affect human behavior at scale in any way and you pray for an affect size like that
spockz•13m ago
[delayed]