Skip to content

Comment on Show HN: Adrafinil – keep a lid-closed Mac awake only while agents work

Comments

For MacOS, keep awake with:

sudo pmset -a disablesleep 1

Reset back:

sudo pmset -a disablesleep 0

This is exactly what the app does, except it ties it to agent activity and re-enables sleep once the turn ends, the laptop is close to overheating, the battery is low, or on a timer.

Nice. I needed this yesterday, and will need it again today.

This works great. Only downside is display doesn't turn off when you close the lid. Made a little status bar utility to wrap the disablesleep command and address that downside:

https://github.com/narcotic-sh/modafinil

(yes, I know, another *afinil named Mac sleep prevention app? but hey, I was first :P)

Afinils are cool, and your app is cool too~

Indeed.

Thanks!

Just tried. Bare minimal and does exactly what's needed and nothing else. Love it. Thanks..

np cheers mate

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.