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

2bird3

no profile record

投稿

Compression and Intelligence 3blue1brown [video]

youtube.com
6 ポイント·投稿者 2bird3·先月·0 コメント

Ask HN: Tips for Longevity, as a Software Engineer

2 ポイント·投稿者 2bird3·2 か月前·1 コメント

The collapse of white-collar work as the most hopeful catastrophe of our time

danielpinchbeck.substack.com
6 ポイント·投稿者 2bird3·5 か月前·5 コメント

コメント

2bird3
·22 日前·議論
All the 3 incorrect answers are just indirect opposites of the correct one.Quite easy to determine which is correct, even without knowing the word
2bird3
·3 か月前·議論
Nice article, happen to have been working on a usbip system for my Macbook M3 using similar tech.

Worth noting that, this approach is limitted on newer macOS systems: can't build libusb "userspace USB drivers" for devices that are supported by macOS. Without manually disabling some Security features, can't override drivers for system-recognized USB devices.
2bird3
·6 か月前·議論
Nice concept! A lot of modal spam could probably reduced, very distracting.
2bird3
·7 か月前·議論
As someone who has witnessed BiScience tracking in the past, I am not surprised to to hear that they might be involved in all this. They came up in the past when researchers investigated the cyberhaven compromise [1][2]. Though the correlation might not all be there its kind of disappointing

[1] https://secureannex.com/blog/cyberhaven-extension-compromise.... [2] https://secureannex.com/blog/sclpfybn-moneitization-scheme/ (referenced in the article)
2bird3
·9 か月前·議論
Ah wow, good catch- yeah, you're right, this technique seems to be patched
2bird3
·9 か月前·議論
To note, there are undocumented detections to even Proxys, for example using `in` operator in v8 (such as `proxiedFunc in 1` for some proxied function). Really cool to see a project like this.