Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mineo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
mineo
6y ago
I believe hash -d and supsequent expansion of those paths only works in ZSH, which calls this "static named directories" ( http://zsh.sourceforge.net/Doc/Release/Expansion.html#Static... ).
2.
▲
by
mineo
8y ago
Similarly, man and woman in Emacs generate a ToC that imenu (M-x imenu) can use.
3.
▲
by
mineo
10y ago
The announcement already mentions that ProxyJump is meant to be a simplified version of indirection, not a completely new feature.
4.
▲
by
mineo
10y ago
Or use the reader view.
5.
▲
by
mineo
10y ago
This is why you don't let cats anywhere near your keyboard ;-)
6.
▲
by
mineo
10y ago
I agree on the section definitions. It's very hard to remember which underline I need to use because every project (or even document) can just define their own order implicitly. The sphinx project recommends a specific order somewhere
7.
▲
by
mineo
11y ago
To be honest, I don't find this to be true. To email a patch, you usually have to * figure out if you can use git-request-pull or git-send-email * sign up for a mailing list (which, depending on the mailing list software the project us
8.
▲
by
mineo
11y ago
Note that not all of those use Phabricator as a bug tracker (KDE, lighttpd, LLVM, Haskell, I imagine a lot of bugs for Wikimedia are reported through project chat pages on the wikis themselves).
9.
▲
by
mineo
11y ago
The same thing exists for regional and inter city trains in germany that the Deutsche Bahn is responsible for: http://www.apps-bahn.de/bin/livemap/query-livemap.exe/dn?L=v...
10.
▲
by
mineo
11y ago
If by "hardcodes" you mean "can be changed in the configuration file", then yes, that's true.
11.
▲
by
mineo
11y ago
Fun fact: google code now has a " We have some known issues with hg repositories. " banner up since a few days ago.
12.
▲
Experiment with One Million Album Covers
(blog.archive.org)
1 points
by
mineo
11y ago
|
0 comments
13.
▲
by
mineo
11y ago
503s for me, here's the article on the Internet Archives Wayback Machine: https://web.archive.org/web/20150517152126/http://dnf.baseur...
14.
▲
Making Your DOS Programs Live Again at the Internet Archive
(blog.archive.org)
3 points
by
mineo
11y ago
|
0 comments
15.
▲
Sustainability – Read the Docs
(readthedocs.org)
2 points
by
mineo
11y ago
|
0 comments
16.
▲
by
mineo
11y ago
This might sound a bit stupid, but I was looking into F# a while ago (26 days ago, if the timestamps of the few files I wrote don't lie :-) ) and now I'm wondering I could have found those things (especially RWFP because I usuall
17.
▲
by
mineo
11y ago
It's possible to "lock" [0] conversations on GitHub. This means that only collaborators of the repository are able to add comments to the issue/pull request. [0] https://help.github.com/articles/lock
18.
▲
by
mineo
12y ago
Some of the movies those kids had already seen are rated 16+ as well.
19.
▲
by
mineo
12y ago
You can just use udiskie ( https://pypi.python.org/pypi/udiskie ) to automatically mount exernal drives, even if you're not running a DE.
20.
▲
430B Web Pages Saved….Help Us Do More
(blog.archive.org)
6 points
by
mineo
12y ago
|
0 comments
21.
▲
by
mineo
12y ago
They were talking about Austria (in Europe), not Australia :-)
22.
▲
by
mineo
12y ago
That's because gcc is trying to compile it as C, not C++. You need to call the file "test.cpp" or explicitly use g++ instead of gcc to compile it. (You'll also need to "#include <assert.h>" or it won'
23.
▲
What do 650,000 audio files look like, anyway?
(blog.musicbrainz.org)
1 points
by
mineo
12y ago
|
0 comments
24.
▲
Archive-It: Crawling the Web Together
(blog.archive.org)
2 points
by
mineo
12y ago
|
0 comments
25.
▲
Cryptic genetic variation in software: hunting a buffered 41-year-old bug
(cryptogenomicon.wordpress.com)
175 points
by
mineo
12y ago
|
47 comments
26.
▲
Millions of historic images posted to Flickr
(blog.archive.org)
3 points
by
mineo
12y ago
|
0 comments
27.
▲
Libdvdread, libdvdnav and libdvdcss releases
(jbkempf.com)
4 points
by
mineo
12y ago
|
0 comments
28.
▲
by
mineo
12y ago
The website doesn't seem to work reliably at the moment, here's the archive.org version: https://web.archive.org/web/20131021002154/http://www.ibibli...
29.
▲
by
mineo
12y ago
That should be "foldl f z (x:xs) = foldl f (f z x) xs" because the function f takes two arguments (the whole thing boils down to "(((z `f` x_1) `f` x_2) ... `f` x_n)").
30.
▲
by
mineo
12y ago
The PyPy people themselves have a benchmark portal at http://speed.pypy.org/ with graphs and everything.
More ›