Viewing profile — DrBurrito
DrBurrito
HN member- Joined
- Tue, Aug 31, 2021, 4:24 AM UTC
- HN karma
- 20
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About DrBurrito
No profile information was provided.
Recent public activity
-
comment
Comment #48198691
Not a single OS/2 screenshot..
-
comment
Comment #46859104
the backups in borg and restic are not classical copies, each snapshot is not independent, it is a collection of hashed blocks. In a sense, time machine and hard links do the same:…
-
comment
Comment #46731113
right, thanks! nice to see. note that your legal address in the website points to another address, which is the one I mean. Maybe needs an update: https://adguard.com/en/contacts.h…
-
comment
Comment #46717559
this. sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.backupd.plist sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.backupd-auto.plist sudo launch…
-
comment
Comment #46717461
I like and use your products, so, first of all, thank you! that the protocol was not open was one of my main issues for not using the vpn service,?it is great to see. i look forwar…
-
comment
Comment #44056586
The gist is that the nonprofit still controls the board. The details of course are surely full of technicalities I cannot find anywhere. At least to me, the walkthrough was useful …
-
comment
Comment #44056379
Yes, that is the new one. From what I understand reading Mat Levine explanation of the topic, the non-profit controls the board and has supervoting rights, so it cannot be diluted …
-
comment
Comment #44056306
The case of OpenAI is very unique. The structure is very successful. See Meta, Google, Palantir. Some take the form of different stock classes, with some classes having voting righ…
-
comment
Comment #44056217
Ah right, the restructuring seems to change some things: From here: https://openai.com/index/evolving-our-structure/ The nonprofit will continue to control the PBC, and will become…
-
comment
Comment #44055751
My understanding is that there are two types of stock, and the non profit controls the voting stock majority. This cannot be diluted. All other stock gives a (capped) fraction of t…
-
comment
Comment #38303669
my preferred reference for Computer Arithmetic is the book by Behrooz Parhami. Goes from the beginning into great detail and it is very easy to read. It was my go-to reference when…
-
comment
Comment #36653009
What works for me is Zotero. It is the best to capture paywalled content (at least in desktop), and I can still capture and read things on mobile. I do use Pocket mainly to sync wi…
-
comment
Comment #32581076
The argument against unsigned is that people abuses unsigned as a way of false safety, as a form of assert. They think the number cannot go below zero or above maxvalue. But in pra…
-
comment
Comment #28363973
so `mdutil -i off -d /Volumes/ `does not work for you?