HackerTrans
トップ新着トレンドコメント過去質問紹介求人

soulsniper

no profile record

投稿

[untitled]

1 ポイント·投稿者 soulsniper·16 日前·0 コメント

Show HN: SnapState – Native Swift window manager for macOS

getsnapstate.com
1 ポイント·投稿者 soulsniper·先月·0 コメント

I built a free open-source Mac app and got DMCA'd for using Apple's public APIs

github.com
8 ポイント·投稿者 soulsniper·3 か月前·4 コメント

コメント

soulsniper
·先月·議論
[flagged]
soulsniper
·3 か月前·議論
Last week a Mac app called Avalw Shield launched charging $499 lifetime to auto-lock your screen when you walk away using face detection. The comments were brutal about the pricing so I built FaceGuard over a weekend — same core feature, free, MIT licensed.

They filed a DMCA takedown against my repo. Their claim is that I infringed by using:

- AVCaptureSession (Apple's camera framework) - VNDetectFaceRectanglesRequest (Apple's Vision framework) - CGSession -suspend (20 year old system call) - SMAppService (Apple's login item framework)

Every single item is a public Apple API documented at developer.apple.com. There is no proprietary code to copy. The only way to build this feature on macOS is to use these exact frameworks.

I'm 15. I wrote every line myself. Filing a counter notice today.

Repo is temporarily down due to the takedown. Will be back up after counter-notice resolves.