HackerTrans
TopNewTrendsCommentsPastAskShowJobs

2bird3

no profile record

Submissions

Compression and Intelligence 3blue1brown [video]

youtube.com
6 points·by 2bird3·geçen ay·0 comments

Ask HN: Tips for Longevity, as a Software Engineer

2 points·by 2bird3·2 ay önce·1 comments

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

danielpinchbeck.substack.com
6 points·by 2bird3·5 ay önce·5 comments

comments

2bird3
·22 gün önce·discuss
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 ay önce·discuss
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 ay önce·discuss
Nice concept! A lot of modal spam could probably reduced, very distracting.
2bird3
·7 ay önce·discuss
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 ay önce·discuss
Ah wow, good catch- yeah, you're right, this technique seems to be patched
2bird3
·9 ay önce·discuss
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.