HackerTrans
TopNewTrendsCommentsPastAskShowJobs

2bird3

no profile record

Submissions

Compression and Intelligence 3blue1brown [video]

youtube.com
6 points·by 2bird3·letzten Monat·0 comments

Ask HN: Tips for Longevity, as a Software Engineer

2 points·by 2bird3·vor 2 Monaten·1 comments

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

danielpinchbeck.substack.com
6 points·by 2bird3·vor 5 Monaten·5 comments

comments

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