frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

How do Wake-On-LAN works

https://blog.xaner.dev/post/wake-on-lan/
40•swq115•4d ago

Comments

ryandrake•1h ago
[2020] and wow, what a title. It looks like someone was trying to decide between "How Wake-On-LAN works" and "How does Wake-On-LAN work" and "How do Wake-On-LANs work" and just picked a random combination of words from those choices.
Aurornis•1h ago
English is not the author's primary language.

I think they did a great job for writing in a secondary language.

yyhhsj0521•44m ago
They did a much better job than a JavaScript developer writing Java.
wat10000•37m ago
This sort of thing is quite common for non-native speakers. The fact that you can say "how does X work" and "how X works" but not "how does X works" is not particularly obvious, and easy to mix up.
chungy•1h ago
Somehow, the bad grammar gives something special by signifying an LLM didn't write it.

Then again, an LLM could probably help clean up the grammar.

jayd16•1h ago
I'm sure we'll start to get 'authentic' bad grammar LLMs that actually mussy up your grammar for that natural feeling.
dyauspitr•49m ago
You can do that now. Just ask it to use bad grammar and introduce spelling mistakes and it does.
michaelbuckbee•1h ago
This is one of those slippery slope things where Grammarly did "just" Grammar and then slowly got into tone and perception and brand voice suggestions and now seems to more or less just want to shave everything down to be as bland as possible.
havblue•1h ago
Maybe you should run it through ai to correct the grammar before reading it...
ysleepy•56m ago
I was kinda hoping to get the nitty gritty of how the NIC does the packet matching, how, it wakes up the system via PCIe and how switches route the frames to the port which has/had the client.

Nothing against the article though, but maybe someone knows a good writeup.

jonah-archive•34m ago
The original paper proposing the technology is actually very good (and surprisingly still online!): https://www.amd.com/content/dam/amd/en/documents/archived-te...
Animats•19m ago
That's more useful. A big question is how much is really turned off in a computer waiting for the wake-up packet. "The power to the Ethernet controller must be maintained at all times, allowing the Ethernet controller to scan all incoming packets for the Magic Packet frame". So the full network controller is still alive. There's not some tiny Magic Packet detector hardware running off a rechargable coin cell or something, with the main power supply turned off. At least not in the original design.

A lot of sleep modes leave more running than you'd expect.

Terr_•11m ago
Ditto, I clicked and was disappointed.

"How to send a magic packet in $LANG" isn't very interesting. Not only are there are plenty of examples out there for it, but I remember actually doing it 20+ years ago with a short PHP script, and even at the time it didn't seem like "enough" for a show-the-world blog post.

A dramatically shortened version (no error handling, logging, etc.) for your amusement:

    $macAddress = str_replace(":","",$macAddress);
    $macAddress = str_replace("-","",$macAddress);

    $header = pack('H12','FFFFFFFFFFFF');
    $payload = pack("H12",$macAddress);
    $packet = $header . str_repeat($payload,16);

    $sock = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP);
    socket_set_option($sock, 1, 6, TRUE);
    socket_sendto($sock, $payload, strlen($payload), 0, $addr, $port);
    socket_close($sock);

God Sleeps in the Minerals

https://wchambliss.wordpress.com/2026/03/03/god-sleeps-in-the-minerals/
320•speckx•5h ago•72 comments

CPUs Aren't Dead. Gemma2B Out Scored GPT-3.5 Turbo on Test That Made It Famous

https://seqpu.com/CPUsArentDead/
30•fredmendoza•1h ago•12 comments

Google Broke Its Promise to Me. Now ICE Has My Data

https://www.eff.org/deeplinks/2026/04/google-broke-its-promise-me-now-ice-has-my-data
130•Brajeshwar•41m ago•9 comments

Open Source Isn't Dead. Cal.com Just Learned the Wrong Lesson

https://www.strix.ai/blog/cal-com-is-closing-its-code-due-to-ai-threats
186•bearsyankees•2h ago•113 comments

Want to Write a Compiler? Just Read These Two Papers (2008)

https://prog21.dadgum.com/30.html
373•downbad_•8h ago•114 comments

AI-Assisted Cognition Endangers Human Development

https://heidenstedt.org/posts/2026/ai-assisted-cognition-endangers-human-development/
7•i5heu•9m ago•0 comments

Fix monitor that goes black, off or blinks due to static electricity in chair

https://aalonso.dev/blog/2023/how-to-fix-monitor-that-goes-black-off-due-to-static-electricity-in...
24•cyclopeanutopia•3d ago•15 comments

Good Sleep, Good Learning (2012)

https://super-memory.com/articles/sleep.htm
281•downbad_•9h ago•133 comments

Adaptional (YC S25) Is Hiring Founding AI Engineers

https://www.ycombinator.com/companies/adaptional/jobs/k7W6ge9-founding-engineer
1•acesohc•1h ago

Show HN: Libretto – Making AI browser automations deterministic

https://github.com/saffron-health/libretto
31•muchael•2h ago•8 comments

Forcing an inversion of control on the SaaS stack

https://www.100x.bot/a/client-side-injection-inversion-of-control-saas
34•shardullavekar•5d ago•31 comments

Do you even need a database?

https://www.dbpro.app/blog/do-you-even-need-a-database
95•upmostly•6h ago•176 comments

The Future of Everything Is Lies, I Guess: New Jobs

https://aphyr.com/posts/419-the-future-of-everything-is-lies-i-guess-new-jobs
185•aphyr•4h ago•123 comments

Anna's Archive loses $322M Spotify piracy case without a fight

https://torrentfreak.com/annas-archive-loses-322-million-spotify-piracy-case-without-a-fight/
163•askl•10h ago•178 comments

Gemini Robotics-ER 1.6

https://deepmind.google/blog/gemini-robotics-er-1-6/
149•markerbrod•4h ago•45 comments

Kalshi CEO expects US DOJ to prosecute insider trading cases

https://www.semafor.com/article/04/15/2026/kalshi-ceo-tarek-mansour-expects-us-doj-to-prosecute-i...
14•thm•14m ago•2 comments

How do Wake-On-LAN works

https://blog.xaner.dev/post/wake-on-lan/
41•swq115•4d ago•13 comments

Costasiella kuroshimae – Solar Powered animals, that do indirect photosynthesis

https://en.wikipedia.org/wiki/Costasiella_kuroshimae
113•vinnyglennon•3d ago•48 comments

Wacli – WhatsApp CLI

https://github.com/steipete/wacli
206•dinakars777•11h ago•135 comments

Fixing a 20-year-old bug in Enlightenment E16

https://iczelia.net/posts/e16-20-year-old-bug/
235•snoofydude•13h ago•136 comments

Where did my taxes go?

https://wherethefuckdidmytaxesgo.com/
69•kacy•1h ago•105 comments

We ran Doom on a 40 year old printer controller (Agfa Compugraphic 9000PS) [video]

https://www.youtube.com/watch?v=cltnlks2-uU
45•zdw•4d ago•13 comments

Metro stop is Ancient Rome's new attraction

https://www.bbc.com/travel/article/20260408-a-150-metro-ticket-to-ancient-rome
88•Stevvo•5d ago•21 comments

Pretty Fish: A better mermaid diagram editor

https://pretty.fish/
94•pastelsky•5d ago•20 comments

Google Gemma 4 Runs Natively on iPhone with Full Offline AI Inference

https://www.gizmoweek.com/gemma-4-runs-iphone/
233•takumi123•13h ago•153 comments

Show HN: Every CEO and CFO change at US public companies, live from SEC

https://tracksuccession.com/explore
145•porsche959•5h ago•60 comments

Study: Back-to-basics approach can match or outperform AI in language analysis

https://www.manchester.ac.uk/about/news/back-to-basics-approach-can-match-or-outperform-ai/
28•giuliomagnifico•6h ago•11 comments

CRISPR takes a bold leap toward silencing Down syndrome's extra chromosome

https://medicalxpress.com/news/2026-04-crispr-bold-silencing-syndrome-extra.html
28•amichail•2h ago•27 comments

The tiniest e-reader in the world, and you can build one yourself

https://www.androidauthority.com/tiny-e-reader-diy-3657661/
25•Brajeshwar•1h ago•6 comments

AI ruling prompts warnings from US lawyers: Your chats could be used against you

https://www.reuters.com/legal/government/ai-ruling-prompts-warnings-us-lawyers-your-chats-could-b...
113•alephnerd•5h ago•68 comments