Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
DrBurrito
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
DrBurrito
4mo ago
Not a single OS/2 screenshot..
2.
▲
by
DrBurrito
8mo ago
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: they reference the same bits across snapshots, saving space
3.
▲
by
DrBurrito
8mo ago
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.html
4.
▲
by
DrBurrito
8mo ago
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 launchctl unload -w /
5.
▲
by
DrBurrito
8mo ago
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 forward for the upcoming audits. one thing i would like to see mor
6.
▲
by
DrBurrito
1y ago
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 to see what changed.
7.
▲
by
DrBurrito
1y ago
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 to be outed. https://www.bloomberg.com/opini
8.
▲
by
DrBurrito
1y ago
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 rights, and others no vote at all; other schemes are stock with
9.
▲
by
DrBurrito
1y ago
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 a big shareholder in the PBC, in
10.
▲
by
DrBurrito
1y ago
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 the profits. This cannot be diluted by these operations, but
11.
▲
by
DrBurrito
3y ago
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 writing floating points units in VHDL. https://w
12.
▲
by
DrBurrito
3y ago
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 with my ereader.
13.
▲
by
DrBurrito
4y ago
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 practice it can under- and overflow, so this is a bogus assert.
14.
▲
by
DrBurrito
5y ago
so `mdutil -i off -d /Volumes/<mymountedNASvolume>`does not work for you?