Viewing profile — meain
meain
HN member- Joined
- Sun, Apr 09, 2017, 2:35 AM UTC
- HN karma
- 48
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About meain
No profile information was provided.
Recent public activity
-
comment
Comment #47215057
Yup, this seems to work pretty well with jj
-
comment
Comment #47170380
I have been using https://github.com/jeffkaufman/icdiff for the longest time to get side by side diffs.
- comment
- story
- story
- story
-
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…
- story
- story
-
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
-
comment
Comment #37802435
Haha, I have heard that from a lot of people. I actually really like that `f` for some reason.
-
comment
Comment #37802343
That is a typo, lemme go fix that :D
- story
-
comment
Comment #35131321
You might be interested in hash in zsh. https://til.hashrocket.com/posts/xsavbhlrz4-shortcuts-with-h...
-
comment
Comment #33953646
Woops, forgot that. Let me add it to the list.
- story
-
comment
Comment #32947889
https://github.com/smallhadroncollider/taskell is a pretty good option for a similar usecse.
-
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/
-
comment
Comment #21953887
There will still be a need for a non compiled language as we might have to change stuff on the fly.
-
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://…