HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hamza_q_

92 karmajoined 11 месяцев назад
https://hamzaq.com

Submissions

Python 3.14 compiled to metal – no interpreter

github.com
151 points·by hamza_q_·7 дней назад·131 comments

Show HN: The first (free) podcast ad blocker

apps.apple.com
2 points·by hamza_q_·2 месяца назад·0 comments

Show HN: I made the first free ad blocker for podcasts

drea.fm
3 points·by hamza_q_·2 месяца назад·4 comments

Show HN: drea – podcast ad blocker

drea.fm
9 points·by hamza_q_·2 месяца назад·3 comments

Show HN: Modafinil - Let agents continue running while MacBook lid is closed

github.com
15 points·by hamza_q_·2 месяца назад·25 comments

Ghostty with ⌘+F search

github.com
4 points·by hamza_q_·9 месяцев назад·2 comments

Oral History of Ken Thompson [video]

youtube.com
6 points·by hamza_q_·9 месяцев назад·1 comments

Show HN: Lightning-Fast Diarization on Apple Silicon

github.com
3 points·by hamza_q_·10 месяцев назад·0 comments

Show HN: Navigate by speaker in YouTube videos

zanshin.sh
2 points·by hamza_q_·10 месяцев назад·2 comments

comments

hamza_q_
·6 дней назад·discuss
https://www.pangram.com/history/54e401e8-30b0-41f4-96a7-a976...

haha
hamza_q_
·16 дней назад·discuss
[dead]
hamza_q_
·16 дней назад·discuss
np cheers mate
hamza_q_
·16 дней назад·discuss
Indeed.

Thanks!
hamza_q_
·16 дней назад·discuss
Was referring to the *afinil specifically
hamza_q_
·16 дней назад·discuss
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)
hamza_q_
·16 дней назад·discuss
I'll take credit for starting this trend :P

https://github.com/narcotic-sh/modafinil
hamza_q_
·2 месяца назад·discuss
You gotta tap the ad finding button to find the ads, it won't automatically do so. The button beside the download button.
hamza_q_
·2 месяца назад·discuss
Explained how it works in a Reddit comment:

https://old.reddit.com/r/billsimmons/comments/1thruvh/listen...

It's a full separate podcast app, so yes, you listen to the podcasts through this app, and can filter out / auto-skip the ads.
hamza_q_
·2 месяца назад·discuss
Thanks!

Wrote about it across a few comments on Reddit lol:

https://old.reddit.com/r/billsimmons/comments/1thruvh/listen...

https://old.reddit.com/r/JoeRogan/comments/1tgsnbk/listen_to...

https://old.reddit.com/r/Piracy/comments/1tjpcbx/sponsorbloc...

tl;dr is transcription + LLM + Shazam-style audio fingerprinting (to get around the issue of dynamic ads).
hamza_q_
·2 месяца назад·discuss
Made a menu bar app you may find useful for MacBook sleep prevention, even when the lid is closed:

https://github.com/narcotic-sh/modafinil
hamza_q_
·2 месяца назад·discuss
https://x.com/chr1sa/status/2052423749778239678

Exactly what motivated me hahah
hamza_q_
·2 месяца назад·discuss
hahaha
hamza_q_
·2 месяца назад·discuss
"100% bro"
hamza_q_
·2 месяца назад·discuss
Love me some Modafinil. Yes, the macOS utility, of course :P
hamza_q_
·2 месяца назад·discuss
Fair. I guess it's just hard to come up with nice sounding names that are truly original like Skype and Häagen-Dazs, so you use an existing one.

Hopefully this niche macOS utility doesn't start ranking above search results for the actual drug Modafinil :)
hamza_q_
·2 месяца назад·discuss
<laughing w/ tears emoji>
hamza_q_
·2 месяца назад·discuss
<smirk emoji>
hamza_q_
·2 месяца назад·discuss
Yeah this is the first app I tried when I was evaluating my options before making something myself. With the following settings:

Allow display sleep: on

Allow system sleep when display is closed: off

It did prevent sleep when you close the lid, but it didn't turn off the display off. I really wanted the display to turn off like normal (while still preventing sleep), which is what Modafinil does.

Now I made a couple posts on Reddit and I've gotten reports that this may be a bug because apparently it _is_ supposed to turn off the display when you close the lid with those settings. I've also had someone say Amphetamine indeed doesn't support this out of the box because it violates App Store policies, and so you need Amphetamine Enhancer. Not sure what the actual truth is.
hamza_q_
·2 месяца назад·discuss
Modafinil will prevent sleep and turn off the display when you close the lid. But just the `sudo pmset disablesleep 1` command alone will only prevent sleep when you close the lid, it won't turn off the display.