Hacker News new | past | comments | ask | show | jobs | submit | kyrias's comments login

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.


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.


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.


Nomad is mentioned in the article, so they hardly forgot about it.


> But having another XML dialect that's not actual XML…

HTML is based on SGML, it was never an XML dialect.


Regarding tags, https://github.com/cgwalters/git-evtag seems like a really interesting idea.


or, you know, this could just be fixed in git by using a proper hash function that allows you to trust your merkle tree.


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.



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.


> 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.)


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.


Note: you must run this after you've installed any packages into the environment. If you make an environment relocatable, then install a new package, you must run virtualenv --relocatable again


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: