Live data from Hacker News

Viewing profile — meain

meain

HN member
Joined
Sun, Apr 09, 2017, 2:35 AM UTC
HN karma
48
Public activity
20 items

About meain

No profile information was provided.

Recent public activity

  1. comment
    Comment #47215057

    Yup, this seems to work pretty well with jj

  2. comment
    Comment #47170380

    I have been using https://github.com/jeffkaufman/icdiff for the longest time to get side by side diffs.

  3. comment
  4. story
  5. story
  6. story
  7. comment
    Comment #39398535

    I mostly note down my transactions from my phone and https://moneymanagerapp.com/ has been working great for me. It does let you start a webserver from your phone and use it on you…

  8. story
  9. story
  10. comment
    Comment #37802455

    > Not everything under refs. Just the refs that you push. Ahh, thanks. I overlooked that detail. I've fixed it now. :D

  11. comment
    Comment #37802435

    Haha, I have heard that from a lot of people. I actually really like that `f` for some reason.

  12. comment
    Comment #37802343

    That is a typo, lemme go fix that :D

  13. story
  14. comment
    Comment #35131321

    You might be interested in hash in zsh. https://til.hashrocket.com/posts/xsavbhlrz4-shortcuts-with-h...

  15. comment
    Comment #33953646

    Woops, forgot that. Let me add it to the list.

  16. story
  17. comment
    Comment #32947889

    https://github.com/smallhadroncollider/taskell is a pretty good option for a similar usecse.

  18. comment
    Comment #31079336

    I've heard some good things about Guix on the language front. It is similar to nix but uses guile scheme as the configuration language. https://guix.gnu.org/

  19. comment
    Comment #21953887

    There will still be a need for a non compiled language as we might have to change stuff on the fly.

  20. comment
    Comment #17249279

    The simplest way that I find to get an webapp running is by using [parcel]( https://github.com/parcel-bundler/parcel ) for bundling the frontend and using a python [flask]( http://…