Squithrilve | 5 years ago | on: Zoom Acquires Keybase
Squithrilve's comments
Squithrilve | 6 years ago | on: How to setup your own WKD server
Also, I'm not sure if I get the "public ledger" part as WKD I just your own HTTPS server. It doesn't have anything in common with keyservers.
Squithrilve | 6 years ago | on: Introduction to Clifford Algebra (2006)
Squithrilve | 6 years ago | on: Now using Zstandard instead of xz for package compression
Squithrilve | 6 years ago | on: Google Kills Cloud Print
Squithrilve | 6 years ago | on: So you want to write a package manager (2016)
Squithrilve | 6 years ago | on: DNS over Tor
Although some protocols are missing for example DoX: https://xmpp.org/extensions/xep-0418.html
Squithrilve | 7 years ago | on: Google’s constant product shutdowns are damaging its brand
It seems in a lot of cases Google just want to go on an easy route of creating fake "standards" (AMP) instead of long way of working with broader community for common good.
Maybe that's just me but the Google I remember back when Android was announced and the company it has become now it's like two totally different entities.
Squithrilve | 7 years ago | on: France Enters the Matrix
I'm not sure about that. If the main matrix server disappeared today that'd be problematic. Yes, you'd have history locally but the same can be said for any native client that stores history locally.
As far as I know there is no way to migrate matrix history now. Is there? (genuinely curious)
Squithrilve | 7 years ago | on: Modern Alternatives to PGP
It's interesting that even Edward Snowden made this mistake of sending only encrypted email.
For more elaboration about this subject K-9 resources are quite good:
https://k9mail.github.io/2017/01/30/OpenPGP-Considerations-P...
Squithrilve | 7 years ago | on: PostgreSQL used fsync incorrectly for 20 years
This is not unique to Postgres. I've seen this behavior on many development mailing lists (e.g. Mutt-dev).
Squithrilve | 8 years ago | on: Ask HN: What's the recommended method of adding authentication to a REST API?
SSL certificates also doesn't work in HTTP/2 (because of multiplexing multiple requests).
Benefits include storing private key in a hardware tokens, most OSes support them out of the box. You can just plug your token into USB port, visit site that requests a client certificate, enter PIN and be done (e.g. Yubico PIV applet).
HTML also has/had <keygen> element that would generate private key in a browser, send the public key to be signed to a webpage essentially creating private/public key credentials but that is being removed from browsers.
For inter-service communication I'd definitely consider using SSL client certificates pinning private keys e.g. to TPM but regular users can't be bothered with it.
If you're interested check out Token Binding that makes tokens (cookies, etc.) bound to TLS connections essentially providing security of client certificates for tokens.
Squithrilve | 8 years ago | on: Ask HN: What's the recommended method of adding authentication to a REST API?
Squithrilve | 8 years ago | on: Antique BeOS Content by Scot Hacker (2011)
Actually Linux is licenced only under GPLv2:
> The only one of any note that I'd like to point out directly is the clarification in the COPYING file, making it clear that it's only _that_ particular version of the GPL that is valid for the kernel.
> ...
> Why? There's been some discussions of a GPL v3 which would limit licensing to certain "well-behaved" parties, and I'm not sure I'd agree with such restrictions - and the GPL itself allows for "any version" so I wanted to make this part unambigious as far as my personal code is concerned.
Source: http://lkml.iu.edu/hypermail/linux/kernel/0009.1/0096.html
Squithrilve | 8 years ago | on: Induction of self awareness in dreams through low current stimulation (2014)
> Previously to sleeping, volunteers like Worsley agreed on preset eye movements they would perform once they achieved lucidity in their dreams, which La Berge could record in the lab.
Source: http://dreamherbs.com/eminent-dreamers/stephen-laberge/
Squithrilve | 8 years ago | on: Deleting $300M by messing around with Ethereum contracts
Squithrilve | 8 years ago | on: BitTorrent inventor announces eco-friendly Bitcoin competitor Chia
> Every dollar you spend on the most efficient mining setup will only give you one dollar worth of bitcoin plus a small profit.
That sounds just like any other investment, or am I missing something?
Squithrilve | 8 years ago | on: BitTorrent inventor announces eco-friendly Bitcoin competitor Chia
They are only proposed solutions, not implemented in any existing systems so it's not fair to compare them. Proof of stake for example has numerous drawbacks: https://en.wikipedia.org/wiki/Proof-of-stake#Criticism
Squithrilve | 8 years ago | on: BitTorrent inventor announces eco-friendly Bitcoin competitor Chia
Squithrilve | 8 years ago | on: BitTorrent inventor announces eco-friendly Bitcoin competitor Chia
And Bitcoin does not provide service that is valuable to all parties?
> Bitcoin mining is done by people who want to get rich by not doing anything.
Calculating SHA256 is hardly anything because we wouldn't be arguing about that, right?
> What if Bitcoin were to fail for some reason?
You're not concerned about SSL failing for some reason? Heartbleed?
> What if Bitcoin were to fail for some reason?
That's highly speculative. Besides Ethereum has several failures already and it's still doing fine because there are serveral mechanisms that can be used to resolve such problem (e.g. hardforks).