kyrias
|
8 years ago
|
on: Senators push to ditch social security numbers in light of Equifax hack
Based on your phrasing it sounds like you think owning a national ID card is commonplace in Sweden. The national ID card system isn't widely used at all, most people use either their drivers license or passport when they need to identify themselves.
The only thing everyone has is a person number, and the difference is that it is explicitly considered public information and you can get anyone's person number by just asking the Tax Agency. It's just a convenient way to keep track of people, not a way to actually identify yourself.
kyrias
|
8 years ago
|
on: The impossible dream of USB-C
The newer ones don't have the color coding anymore, they're all just black, and the always-on ones have an additional symbol under the SS<USB> symbol.
kyrias
|
8 years ago
|
on: DuckDuckGo vs Google
A lot of JavaScript things have been buggy for me with encrypted.google.com as well. For example the Google timer cards and such often just won't start at all, while they'll work fine on the regular google.com.
kyrias
|
8 years ago
|
on: Docker vs. Kubernetes vs. Mesos
Nomad is mentioned in the article, so they hardly forgot about it.
kyrias
|
9 years ago
|
on: Facebook Announces React Fiber, a Rewrite of Its React Framework
> But having another XML dialect that's not actual XML…
HTML is based on SGML, it was never an XML dialect.
kyrias
|
9 years ago
|
on: Linus' reply on Git and SHA-1 collision
kyrias
|
9 years ago
|
on: Announcing Pipenv
Non-conformant? PEP-394 says that scripts should only use python in the shebang if it's compatible with both py2 and py3, and be updated to work with both, or to use python2 otherwise.
kyrias
|
9 years ago
|
on: Announcing Pipenv
virtualenv resolves the interpreter when you run virtualenv, and if you specify a different interpreter with `-p` it will resolve the path to the interpreter and then run virtualenv again using it.
kyrias
|
9 years ago
|
on: Announcing Pipenv
> My main gripe with virtualenv is that it's required at all: other interpreted languages, like node and elixir for example, have figured out how to handle non-global dependencies without a third-party package.
venv is in the stdlib since 3.3. (Though I agree with the annoyance at the need.)
kyrias
|
9 years ago
|
on: Announcing Pipenv
I agree with almost all of this, but...
> - you can't easily move virtualenvs;
`virtualenv --relocatable`, though it's weird that it's not the default, yes.
kyrias
|
9 years ago
|
on: Building Jarvis
That would just follow a singular simple algorithm, not really intelligence in any sense.
kyrias
|
9 years ago
|
on: Git from the inside out
And people not knowing how Git actually works is in my experience where most people's problems with Git stems from.
kyrias
|
9 years ago
|
on: Improving license and patent issues in the LLVM community
You really shouldn't call it “Apache <anything>” without the express approval of the Apache foundation. If you want to call it something other than “Modified Apache 2.0”, you'll have to come up with a new name.
Though what's interesting is that since the license text itself is not explicitly under any license, it's technically just under regular copyright.
kyrias
|
9 years ago
|
on: The Dropbox hack is real
You should have the backup codes stored somewhere more secure than your computer either way, quite possibly printed out.
kyrias
|
9 years ago
|
on: Scammed By A Silicon Valley Startup
kyrias
|
12 years ago
|
on: Keybase.io
Not with DNSSEC, and the second part is covered by DANE.
kyrias
|
12 years ago
|
on: Keybase.io
PGP keyservers talk to each other, if you send your key to GnuPG keyserver it'll end up on MIT's keyserver pretty soon.
kyrias
|
12 years ago
|
on: OpenPGP Best Practices
Which already exists.
kyrias
|
12 years ago
|
on: OpenPGP Best Practices
Implied portability in what way?
kyrias
|
12 years ago
|
on: Mailpile – taking e-mail back
No, with DANE nothing rests on CA's. With DANE domain owners store their keys in the DNS, and the DNS records are signed with DNSSEC
The only thing everyone has is a person number, and the difference is that it is explicitly considered public information and you can get anyone's person number by just asking the Tax Agency. It's just a convenient way to keep track of people, not a way to actually identify yourself.