Live data from Hacker News

Viewing profile — kyrias

kyrias

HN member
Joined
Mon, Feb 18, 2013, 9:26 PM UTC
HN karma
183
Public activity
133 items

About kyrias

[ my public key: https://keybase.io/johannes; my proof: https://keybase.io/johannes/sigs/I-GVPMAftqja4-kFF7A352aDV490q7D5JPfr0WSyWHs ]

Recent public activity

  1. 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…

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

  3. 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…

  4. comment
    Comment #14910919

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

  5. comment
    Comment #14145019

    > But having another XML dialect that's not actual XML… HTML is based on SGML, it was never an XML dialect.

  6. comment
    Comment #13722865

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

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

  8. 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…

  9. 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 …

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

  11. comment
    Comment #13215247

    That would just follow a singular simple algorithm, not really intelligence in any sense.

  12. comment
    Comment #12806366

    And people not knowing how Git actually works is in my experience where most people's problems with Git stems from.

  13. 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…

  14. comment
    Comment #12411230

    You should have the backup codes stored somewhere more secure than your computer either way, quite possibly printed out.

  15. 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…

  16. comment
    Comment #7246307

    Not with DNSSEC, and the second part is covered by DANE.

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

  18. comment
    Comment #6665435

    Which already exists.

  19. comment
    Comment #6665427

    Implied portability in what way?

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

  21. comment
    Comment #5981010

    Yeah, .nyc is such a narrow area that it doesn't deserve it's own TLD.

  22. comment
    Comment #5940796

    If anything you should have the webroot directory in the git repo, not have the repo be the webroot

  23. comment
    Comment #5938157

    The point is that neither you nor anyone else could check for it if you/they wanted to.

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

  25. 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…