Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kyrias
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
kyrias
9y ago
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 ident
2.
▲
by
kyrias
9y ago
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.
3.
▲
by
kyrias
9y ago
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.
4.
▲
by
kyrias
9y ago
Nomad is mentioned in the article, so they hardly forgot about it.
5.
▲
by
kyrias
9y ago
> But having another XML dialect that's not actual XML… HTML is based on SGML, it was never an XML dialect.
6.
▲
by
kyrias
10y ago
Regarding tags, https://github.com/cgwalters/git-evtag seems like a really interesting idea.
7.
▲
by
kyrias
10y ago
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.
8.
▲
by
kyrias
10y ago
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.
9.
▲
by
kyrias
10y ago
> 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
10.
▲
by
kyrias
10y ago
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.
▲
by
kyrias
10y ago
That would just follow a singular simple algorithm, not really intelligence in any sense.
12.
▲
by
kyrias
10y ago
And people not knowing how Git actually works is in my experience where most people's problems with Git stems from.
13.
▲
by
kyrias
10y ago
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&
14.
▲
by
kyrias
10y ago
You should have the backup codes stored somewhere more secure than your computer either way, quite possibly printed out.
15.
▲
by
kyrias
10y ago
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 Director: http://web.1for.one/digital-
16.
▲
by
kyrias
13y ago
Not with DNSSEC, and the second part is covered by DANE.
17.
▲
by
kyrias
13y ago
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.
▲
by
kyrias
13y ago
Which already exists.
19.
▲
by
kyrias
13y ago
Implied portability in what way?
20.
▲
by
kyrias
13y ago
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.
▲
by
kyrias
13y ago
Yeah, .nyc is such a narrow area that it doesn't deserve it's own TLD.
22.
▲
by
kyrias
13y ago
If anything you should have the webroot directory in the git repo, not have the repo be the webroot
23.
▲
by
kyrias
13y ago
The point is that neither you nor anyone else could check for it if you/they wanted to.
24.
▲
by
kyrias
13y ago
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.
▲
by
kyrias
13y ago
> 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 that you can look at those old drawi
26.
▲
by
kyrias
13y ago
Coreutils come from the GNU project so I wouldn't really count it. :p
27.
▲
by
kyrias
13y ago
Wait, there's programs that use info? o.O
28.
▲
by
kyrias
13y ago
They could at least give you the choice, especially now that ~60% of web users use a web browser with a built in PDF viewer and I'd bet that a large part of the remaining 40% already have a PDF viewer with a browser plugin installed.
29.
▲
by
kyrias
13y ago
http://www.ehow.com/how_6943340_extract-split-zip-files.html would suggest otherwise, though I can't try it myself at the moment. > … 7z file format that is opensource … .ZIP is in the public domain ;)
30.
▲
by
kyrias
13y ago
It's silly to recommend a program when complaining about a format. But yes it would be better if they used zip, which also happens to be integrated in Windows Explorer.
More ›