Viewing profile — mbudde
mbudde
HN member- Joined
- Fri, Aug 13, 2010, 10:15 PM UTC
- HN karma
- 63
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About mbudde
No profile information was provided.
Recent public activity
-
comment
Comment #19795981
You can also visual select all the lines and then do :' norm @x
-
comment
Comment #18508667
This plugin is working quite well for me: https://github.com/justinmk/vim-sneak
-
comment
Comment #18073044
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.
-
comment
Comment #16590972
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= There's also git st…
-
comment
Comment #16085845
${name%.*.*} polish.ostrich ${name#*.*.} racing.champion
-
comment
Comment #15414731
http://pinboard.in
-
comment
Comment #15245186
For reference: https://webkit.org/blog/7122/introducing-riptide-webkits-ret...
-
comment
Comment #14629052
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…
-
comment
Comment #14601270
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 …
-
comment
Comment #13978279
Take a look at this explanation on the APL wiki: http://aplwiki.com/GameOfLife
-
comment
Comment #10624064
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 annota…
-
comment
Comment #10516631
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…
-
comment
Comment #8510908
In Danish (and probably others) "paragraph" ("paragraf") usually refers to a section of a law text and uses the "§" symbol.
-
comment
Comment #8489445
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 .…
-
comment
Comment #7303719
A javascript version of Nem-ID is planned for release in 2014 [1]. [1]: http://www.nets.eu/dk-da/Produkter/Sikkerhed/NemID-tjenesteu...
-
comment
Comment #5431815
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.
-
comment
Comment #5044630
He has also done a TED talk: http://www.ted.com/talks/derek_sivers_keep_your_goals_to_you... .
-
comment
Comment #4929140
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 |…
-
comment
Comment #4916475
Yes, it has both biking and walking directions.
-
comment
Comment #4087637
You can if you enable the 'hidden' option.
-
comment
Comment #1942729
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
-
comment
Comment #1927367
You can, you just need to use ``git add -f`` otherwise you get an error.