Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mbudde
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
mbudde
7y ago
You can also visual select all the lines and then do :'<,'>norm @x
2.
▲
by
mbudde
8y ago
This plugin is working quite well for me: https://github.com/justinmk/vim-sneak
3.
▲
by
mbudde
8y ago
Maps.me, which also uses OpenStreetMap data, can show live traffic info. Not sure where they get the data from or whether it's accurate.
4.
▲
by
mbudde
9y ago
git ls-files --others --ignored --exclude-standard Or if you want to see files ignored by a specific .gitignore: git ls-files --others --ignored --exclude-file=<file> There's also git status --ignored
5.
▲
by
mbudde
9y ago
${name%.*.*} polish.ostrich ${name#*.*.} racing.champion
6.
▲
by
mbudde
9y ago
http://pinboard.in
7.
▲
by
mbudde
9y ago
For reference: https://webkit.org/blog/7122/introducing-riptide-webkits-ret...
8.
▲
by
mbudde
9y ago
This is why gettext supports using a "message context" to differentiate identical phrases when looking up translations: http://pology.nedohodnik.net/doc/user/en_US/ch-poformat.html (section 2.2.2)
9.
▲
by
mbudde
9y ago
Not that it makes the practice any better but the bottom navigation bar is in fact part of Material Design: https://material.io/guidelines/components/bottom-navigation.... . It is also used in Google+ and Google Ph
10.
▲
by
mbudde
9y ago
Take a look at this explanation on the APL wiki: http://aplwiki.com/GameOfLife
11.
▲
by
mbudde
11y ago
Fermat's Library is not only for math, it has a few CS papers already, for instance http://fermatslibrary.com/s/bitcoin . If there is a particular paper you would like to be annotated, you can suggest it and maybe
12.
▲
by
mbudde
11y ago
A new version (0.15.20150902901) of TreeStyleTabs has been released that works with Firefox 42, but it will not automatically update so you need to install it from [1]. See also [2]. [1] https://addons.mozilla.org/en-US/
13.
▲
by
mbudde
12y ago
In Danish (and probably others) "paragraph" ("paragraf") usually refers to a section of a law text and uses the "§" symbol.
14.
▲
by
mbudde
12y ago
I have very similar setup to yours, but my solution is to use a bare repository. To set up dotfiles on a new computer is just $ git clone --bare git@github.com:mbudde/homedir.git .homegit $ git --git-dir=.homegit --work-tree=
15.
▲
by
mbudde
13y ago
A javascript version of Nem-ID is planned for release in 2014 [1]. [1]: http://www.nets.eu/dk-da/Produkter/Sikkerhed/NemID-tjenesteu...
16.
▲
by
mbudde
13y ago
It doesn't seem to work in Firefox for Android. I scan the QR code and the page says I'm connected but when I click "Try Uslide Demo" nothing happens.
17.
▲
by
mbudde
14y ago
He has also done a TED talk: http://www.ted.com/talks/derek_sivers_keep_your_goals_to_you... .
18.
▲
by
mbudde
14y ago
There's this example from the README which seems to do what you are asking for: Maid.rules do rule 'Old files downloaded while developing/testing' do dir('~/Downloads/*').each do |path| if downloaded_from(path)
19.
▲
by
mbudde
14y ago
Yes, it has both biking and walking directions.
20.
▲
by
mbudde
14y ago
You can if you enable the 'hidden' option.
21.
▲
by
mbudde
16y ago
Sounds much like SparkeShare which also uses Git as a backend but is written in C#/Mono: http://sparkleshare.org https://github.com/hbons/SparkleShare
22.
▲
by
mbudde
16y ago
You can, you just need to use ``git add -f`` otherwise you get an error.