Live data from Hacker News

Viewing profile — mbudde

mbudde

HN member
Joined
Fri, Aug 13, 2010, 10:15 PM UTC
HN karma
63
Public activity
22 items

About mbudde

No profile information was provided.

Recent public activity

  1. comment
    Comment #19795981

    You can also visual select all the lines and then do :' norm @x

  2. comment
    Comment #18508667

    This plugin is working quite well for me: https://github.com/justinmk/vim-sneak

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

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

  5. comment
    Comment #16085845

    ${name%.*.*} polish.ostrich ${name#*.*.} racing.champion

  6. comment
    Comment #15414731

    http://pinboard.in

  7. comment
    Comment #15245186

    For reference: https://webkit.org/blog/7122/introducing-riptide-webkits-ret...

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

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

  10. comment
    Comment #13978279

    Take a look at this explanation on the APL wiki: http://aplwiki.com/GameOfLife

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

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

  13. comment
    Comment #8510908

    In Danish (and probably others) "paragraph" ("paragraf") usually refers to a section of a law text and uses the "§" symbol.

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

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

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

  17. comment
    Comment #5044630

    He has also done a TED talk: http://www.ted.com/talks/derek_sivers_keep_your_goals_to_you... .

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

  19. comment
    Comment #4916475

    Yes, it has both biking and walking directions.

  20. comment
    Comment #4087637

    You can if you enable the 'hidden' option.

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

  22. comment
    Comment #1927367

    You can, you just need to use ``git add -f`` otherwise you get an error.