Viewing profile — kyrias
kyrias
HN member- Joined
- Mon, Feb 18, 2013, 9:26 PM UTC
- HN karma
- 183
- Public activity
- 133 items
- HN profile
- View on Hacker News ↗
About kyrias
Recent public activity
-
comment
Comment #15664861
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 the…
-
comment
Comment #15476536
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 symbol.
-
comment
Comment #15294676
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 f…
-
comment
Comment #14910919
Nomad is mentioned in the article, so they hardly forgot about it.
-
comment
Comment #14145019
> But having another XML dialect that's not actual XML… HTML is based on SGML, it was never an XML dialect.
-
comment
Comment #13722865
Regarding tags, https://github.com/cgwalters/git-evtag seems like a really interesting idea.
-
comment
Comment #13464301
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 otherw…
-
comment
Comment #13464265
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 virtualen…
-
comment
Comment #13464201
> 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 …
-
comment
Comment #13464185
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.
-
comment
Comment #13215247
That would just follow a singular simple algorithm, not really intelligence in any sense.
-
comment
Comment #12806366
And people not knowing how Git actually works is in my experience where most people's problems with Git stems from.
-
comment
Comment #12532338
You really shouldn't call it “Apache ” 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…
-
comment
Comment #12411230
You should have the backup codes stored somewhere more secure than your computer either way, quite possibly printed out.
-
comment
Comment #12381065
Disregarding everything else pointed out in this thread, there's also the part where the website for the older name of the company, 1for.one, still lists Penny Kim as the Marketing…
-
comment
Comment #7246307
Not with DNSSEC, and the second part is covered by DANE.
-
comment
Comment #7246284
PGP keyservers talk to each other, if you send your key to GnuPG keyserver it'll end up on MIT's keyserver pretty soon.
-
comment
Comment #6665435
Which already exists.
-
comment
Comment #6665427
Implied portability in what way?
-
comment
Comment #6250674
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
-
comment
Comment #5981010
Yeah, .nyc is such a narrow area that it doesn't deserve it's own TLD.
-
comment
Comment #5940796
If anything you should have the webroot directory in the git repo, not have the repo be the webroot
-
comment
Comment #5938157
The point is that neither you nor anyone else could check for it if you/they wanted to.
-
comment
Comment #5929663
If there's anything in your repo history that you don't want a hacker to find you can just remove it and force push.
-
comment
Comment #5923308
> Second, understanding text requires knowing how the > information it contains is encoded (what language it > is written in). Drawings are far more universal. So you're saying tha…