frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Is it possible to send a message in Morse code by un-following someone on x.com?

6•savhascelik•2h ago•15 comments

Ask HN: Why Ask HN has only 14 questions now?

8•throwaw12•56m ago•3 comments

Ask HN: Who is hiring? (June 2026)

235•whoishiring•2d ago•381 comments

Laid off. Broke. Depressed. & idk how to market my SaaS

2•touseefbuilds•30m ago•9 comments

Ask HN: Who wants to be hired? (June 2026)

143•whoishiring•2d ago•468 comments

Anyone seen a CC- serial prefix on legacy networking hardware?

67•Throwaway_sys•3d ago•31 comments

Ask HN: A Brief History of LLMs

8•menomatter•19h ago•5 comments

Ask HN: What is your opinion on index rule changes to accommodate Mega-Cap IPOs?

13•figmert•1d ago•7 comments

Ask HN: What Is the State of App Development in 2026?

100•karakoram•4d ago•70 comments

Please don't spam people looking for employment. It's just cruel

950•IliaLitviak•1d ago•267 comments

I'm Done Using AI

30•nyxtom•1d ago•20 comments

AI Goal: Senior Software Engineer

4•oryocyph•1d ago•5 comments

$100 to a Debian Developer who can get Fresh Editor into Trixie

28•jph•3d ago•14 comments

Recruiters, How do you vet resume in 2026?

15•CoffeeSky•3d ago•8 comments

Ask HN: Why is AI use decried if it has been used without attribution?

5•bookofjoe•1d ago•7 comments

Tell HN: In the old days, computers used to get constantly faster and cheaper

14•wewewedxfgdf•1d ago•19 comments

You've reached the end!

Open in hackernews

Is it possible to send a message in Morse code by un-following someone on x.com?

6•savhascelik•2h ago
Do you think that’s possible? I’m really curious about this. Has anyone ever received a message like that? Come on, science must be able to figure this out

Comments

ada1981•2h ago
Do you mean following and unfollowing in some sort of rapid succession?
savhascelik•2h ago
Yes, I think that’s exactly what I’m talking about; the interval between the two actions would correspond to a letter in Morse code
bigyabai•2h ago
With just follow/unfollowing, you can't truly encode Morse code. You would have to override a metadata field or agree on an external clock source to overcome the idempotent follow/unfollow action and encode language into the state machine.
savhascelik•2h ago
I suppose the interval between the two actions would correspond to a letter in the Morse code here
bigyabai•2h ago
That would require an additional lookup table that doesn't qualify as Morse code, as well as an external clock source.
savhascelik•1h ago
I suppose I should have gone over how Morse code works again before asking this question. Thank you.
xg15•1h ago
Were you blocked?

More seriously, the events end up in a list, so a recipient would more likely "decode" them by comparing timestamps instead of "live" watching the actual sequence.

But I suppose if you timed your follows/unfollows really carefully, you could get certain patterns in the timestamps to appear which could be used to distinguish "long" and "short" pulses.

savhascelik•1h ago
No, actually, I was just wondering if messaging like that is even possible; I suppose I’ve been reading a lot lately about encryption and private messaging in public spaces.
xg15•30m ago
Yeah, was more a joke too :) But the idea is interesting. I think in general there is a lot of metadata that could be used as covert channels.
king_zee•1h ago
You only have 1 variable in your control, the time in-between follows. (I say this because there is no notification for "unfollowing" someone)

You need to represent 2 variables : the dot/dash to represent symbols, and the dit, the time in-between symbols.

If you want to do this you need some sort of 2nd action, a comment or a twitter like, that way we could represent the dot/dash with either action, and then space them out to time the silence.

savhascelik•1h ago
It seems it can be done using a few different components, even if not directly by “following”, thank you
JofArnold•1h ago
Let's say you could follow and unfollow once a second and they knew it. Then you could replicate the dots and dashes by the length of time you toggled the status plus the gaps where you weren't toggling at all.

Eg in the first ten seconds 10 toggles, in the next 10 seconds a 5 second gap then 5 toggles. That would be dash, quiet, dot.

savhascelik•1h ago
Although not directly by “following”, as king_zee said, it seems it can be done using a few different components; thank you
runjake•30m ago
No, because the notification timing is not reliable. It can vary a lot depending on the load on that microservice at any given time. Also, how would you handle dits, dahs, and gaps?
savhascelik•5m ago
Your questions are quite sensible; I suppose I need to think about an asynchronous Morse code algorithm as well :)