frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

CRISPR tech selectively shreds cancer cells, including "undruggable" cancers

https://innovativegenomics.org/news/crispr-technique-selectively-shreds-cancer-cells/
588•gmays•7h ago•157 comments

Swift at Apple: Migrating the TrueType hinting interpreter

https://www.swift.org/blog/migrating-truetype-hinting-to-swift/
70•DASD•2h ago•27 comments

Mmorpg World of ClaudeCraft, vibe coded with Fable 5

https://worldofclaudecraft.com/
47•beatthatflight•1h ago•35 comments

How to setup a local coding agent on macOS

https://ikyle.me/blog/2026/how-to-setup-a-local-coding-agent-on-macos
177•kkm•4h ago•58 comments

Malware developers added nuclear and biological weapons text to to their spyware

https://twitter.com/jsrailton/status/2064661778978533571
232•marc__1•1d ago•157 comments

Pirates, a naval warfare game inspired by Sid Meier's Pirates

https://piwodlaiwo.github.io/pirates/
151•iweczek•5h ago•66 comments

Palantir loses legal challenge against Swiss investigative magazine

https://www.ft.com/content/7ffcace7-9dc0-4e7e-9912-895ac073f979
87•sschueller•1h ago•13 comments

Slightly reducing the sloppiness of AI generated front end

https://envs.net/~volpe/blog/posts/reduce-slop.html
150•FergusArgyll•7h ago•102 comments

Launch HN: BitBoard (YC P25) – Analytics Workspace for Agents

https://bitboard.work/
29•arcb•5h ago•17 comments

Can I Buy Your KV Cache?

https://arxiv.org/abs/2606.13361
18•MediaSquirrel•2h ago•11 comments

Congress Just Rushed Through a Disastrous Copyright Office Overhaul

https://www.eff.org/deeplinks/2026/06/congress-just-rushed-through-disastrous-copyright-office-ov...
18•Cider9986•1d ago•0 comments

Introduction to UEFI HTTP(s) Boot with QEMU/OVMF

https://blog.yadutaf.fr/2026/06/12/introduction-to-uefi-https-boot-qemu-ovmf/
66•jtlebigot•7h ago•21 comments

"Don't You Just Upload It to ChatGPT?"

https://correresmidestino.com/dont-you-just-upload-it-to-chatgpt/
224•speckx•4h ago•197 comments

Where Did Earth Get Its Oceans? Maybe It Made Them Itself

https://www.quantamagazine.org/where-did-earth-get-its-oceans-maybe-it-made-them-itself-20260612/
92•ibobev•6h ago•55 comments

A PDF that changes based on how its read

https://sgaud.com/texts/pdf
108•SarthakGaud•5h ago•56 comments

I Am Not a Reverse Centaur

https://blog.miguelgrinberg.com/post/i-am-not-a-reverse-centaur
229•ibobev•4h ago•161 comments

Cosmodial Sky Atlas

https://killedbyapixel.github.io/Cosmodial/
22•memalign•4h ago•3 comments

There Is Life Before Main in Rust

https://grack.com/blog/2026/06/11/life-before-main/
62•mmastrac•1d ago•16 comments

EV demand up 50% in France and Germany since Iran war

https://www.reuters.com/business/renault-electric-vehicle-orders-have-surged-since-start-iran-war...
71•a_paddy•3h ago•23 comments

Maxproof

https://arxiv.org/abs/2606.13473
123•ilreb•10h ago•10 comments

If you are asking for human attention, demonstrate human effort

https://tombedor.dev/human-attention-and-human-effort/
1459•jjfoooo4•23h ago•455 comments

Hazel (YC W24) Is Hiring a Full Stack Engineer

https://www.ycombinator.com/companies/hazel-2/jobs/3epPWgu-full-stack-engineer-ts-sci
1•augustschen•9h ago

A dumpster arrived behind my university's library

https://yalereview.org/article/sheila-liming-the-end-of-books
144•mooreds•8h ago•129 comments

Most Beautiful Will Ever Made (1936)

https://paperspast.natlib.govt.nz/newspapers/DOM19360307.2.43
19•cf100clunk•4h ago•9 comments

Show HN: StackScope – I crawled over 40k indie launches to see what they ship

https://stackscope.dev/
38•datafreak_•6h ago•12 comments

WASI 0.3

https://bytecodealliance.org/articles/WASI-0.3
216•mavdol04•8h ago•85 comments

A Call to Action: Stop the FCC's KYC Regime

https://blog.lopp.net/call-to-action-stop-the-fcc-kyc-regime/
300•FergusArgyll•7h ago•198 comments

Encrypted Spaces An architecture for collaborative applications

https://encryptedspaces.org/
60•_____k•10h ago•9 comments

Looking Forward to Postgres 19: It's About Time

https://www.pgedge.com/blog/looking-forward-to-postgres-19-its-about-time
126•xngbuilds•5h ago•37 comments

Nobody ever gets credit for fixing problems that never happened (2001) [pdf]

https://web.mit.edu/nelsonr/www/Repenning=Sterman_CMR_su01_.pdf
715•sam_bristow•21h ago•241 comments
Open in hackernews

You can power on a Mac remotely

https://www.jeffgeerling.com/blog/2026/power-on-your-mac-remotely/
36•speckx•6h ago

Comments

TopHatHipster•2h ago
Still a shame macOS doesn't support full Wake-on-LAN. This holds me back from properly repurposing my M1 Mac Mini as a remote development machine or CI/CD agent with turning it on and off via WoL+SSH.

It hurts even more to see the "turn power on whenever power is detected" feature is locked to Mac hardware from 2024 or newer. I don't see a reason why not all Apple Silicon machines can support this feature.

m463•2h ago
I vaguely recall wake on lan actually worked with macs... but when powered on by an airport/airport extreme.

I might be wrong.

dcrazy•1h ago
You’re thinking of the Bonjour sleep proxy. Normally if you tried to ssh to `mymac.local`, but your Mac was asleep, nothing would respond to the mDNS broadcast for `mymac.local`. If it had been long enough that your local mDNSResponder cache had expired, you’re out of luck.

The AirPort would take over for your Mac and respond to mDNS queries on behalf of its hostname. (I believe it would also repeat the service records.) So your lookup of `mymac.local` would resolve to your Mac’s last IP address, and the AirPort would send the WoL packet to your Mac’s MAC, hopefully in time for your TCP connection to succeed.

duskwuff•1h ago
Wake-on-LAN works fine, but only wakes the machine from sleep. It won't boot a machine that's fully powered off.
butvacuum•1h ago
depends on the implementation. which kind of embodies why WoL is so useless.
victorbjorklund•24m ago
We are of course talking about the Mac implementation
thomassmith65•1h ago
Xserve had LOM hardware 20 years ago.

  LOM enables power management even if the Xserve is off, and even if it lacks an installed operating system.
https://en.wikipedia.org/wiki/Server_Monitor

Edit: Xserve was an Apple rack mounted server that ran a special version of Mac OS X

dcrazy•1h ago
This isn’t quite lights-out, and Xserve ran the same version of Mac OS X Server you could install on any other Mac.
thegagne•1h ago
How is it not lights-out? You could remotely power on/off the servers (XServe only). Other Macs could not do this, as they did not have the separate LOM network interfaces, etc.

I managed a bunch of XServes for a while, they were incredibly good hardware. The Mac Server software kinda sucked (not the LOM stuff, it was as good as any of the LOM from Dell, which is to say, not amazing, but workable).

geerlingguy•1h ago
Only on the Xeon models. The G4 and G5 didn't have any kind of LOM :(
thomassmith65•23m ago
My original comment was to add context to the article's first line:

  Apple FINALLY lets you turn on your Mac remotely, without having to press the power button.
To you and me, that sentence needs the word "again" appended to it.
adrianmonk•1h ago
> Three decades later, with the release of macOS 26.5, Apple caught up: you can finally set your Mac to 'Always' boot whenever power is restored, regardless of how it was shut down.

Back in the 1990s, a Mac sysadmin showed me a clever trick for this.

Get one specific Apple Desktop Bus keyboard that has a soft power key on it, I believe the Apple Extended Keyboard[1]. Then get a Bic pen[2]. Push down the power key on the keyboard, and while it's still down, wedge the pen cap between the key and the keyboard case.

The pen cap is the perfect size and shape to hold the key down, and Bic pens are easy to find. There are no ill effects from having the power key down all the time, and the Mac will boot up after a power failure. So you don't have to drive to work just to push the power button.

This was especially handy considering you sometimes needed to use Macs as servers (file server, printing, certain Mac-only applications, etc.), but Apple did not make servers.

---

[1] https://en.wikipedia.org/wiki/Apple_Extended_Keyboard

[2] https://en.wikipedia.org/wiki/Bic_Cristal

woadwarrior01•1h ago
Isn't it easier to scotch tape or better yet, duct tape it down?
geerlingguy•1h ago
Tape gets weaker, mechanical wedge would stay a bit longer.
rzzzt•1h ago
The power button on the Macintosh IIsi could be turned with a flat-head screwdriver to achieve the same thing you describe (locking it in the permanently-powered state): https://en.wikipedia.org/wiki/Macintosh_IIsi#/media/File:Mac...
LeoPanthera•1h ago
This is an aside, but I really hate clickbait culture. You can find it anywhere, but the YouTube video embedded in that page is a really good example.

The title is: "Apple FINALLY lets you do this!"

The thumbnail shows someone plugging in (or unplugging) the power cable from a Mac Mini.

Neither is relevant to the video. Neither tells you what it's about. I'm sure this kind of clickbait works, because otherwise it wouldn't exist, but I am never going to click on that kind of slop. Never.

threecheese•1h ago
Unfortunately, any “creator” who wants to be searchable on YouTube needs to optimize for that algorithm. I have the same feelings as you - and it includes pictures of their face pointing to something, with a particular expression of surprise.

I give Jeff a pass though, and make sure I send alternate goodness signals like liking his YT videos after I watch them. He’s one of us.

geerlingguy•57m ago
I publish the blog posts for the technical audience, and the YouTube videos for a living.

And unfortunately, I and all the other YT creators I've talked to have experienced the same thing: a more technical title will give you half or worse in terms of views. You have to play YouTube's game if you want to have any kind of audience.

I find a ton of channels that are buried not because they don't have great content, but more because they don't 'package' it well.

It's something I learned in my programming career: no matter how much I despise marketing, marketing is necessary. And on YouTube marketing is almost entirely the thumbnail and title.

I always take real pictures, show the exact subject and topic covered in the video, etc. — but I stretch the title a bit because that's an immediate way to get 2x-3x the views (and they're not click-away views, either, it's a large portion of the audience who would simply not click at all otherwise).

nom•
CrimsonCape•1h ago
Correct me if you have more experience, but I have mostly avoided using smart plugs for computers because the PSU capacitors generate a large inrush current which tends to weld the relay contacts over time, causing the plugs to fail prematurely. Maybe ok in a power loss scenario, but not good to use for remote waking regularly...
jaggederest•43m ago
Modern ones that are rated for it are fine, you might need to replace it after a few years, but they're cheap. Thousands of cycles for a 15 amp device.
thomassmith65•25m ago
Any implication that OS X Server could only run on Xserve was inadvertent. I mentioned the special OS to preempt discussion of whether Xserve was, strictly speaking, part of the Mac product line.
geerlingguy•1h ago
This was a neat hack in many of the early Macs between the 'big switch' ones (like the Mac Plus and SE) and the 'pushbutton' ones (like the Performas and Quadras).

You could even do it with your fingernail; just push in and twist the power button, and it would stay in forever, and the Mac would automatically boot when you plug it in.

mrpippy•34m ago
My memory from classic Mac OS is that pushing the keyboard soft-power key brought up a system-modal dialog asking if you wanted to shut down, restart, or cancel, a dialog with exactly the same design as: <http://www.christianboyce.com/page25/files/tipofthedayjulyth...>

That would obviously not be compatible with a server, maybe if soft power was just constantly held down starting from boot that dialog wouldn't show up?

50m ago
It's not about being searchable, it simply gets more clicks because of our stupid human brain. That's why there is a surprised face on half of them.

It makes a noticeable financial difference for creators and almost everyone seems to have accepted it.

Unfortunately, I agree.