Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
meain
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
meain
7mo ago
Yup, this seems to work pretty well with jj
2.
▲
by
meain
7mo ago
I have been using https://github.com/jeffkaufman/icdiff for the longest time to get side by side diffs.
3.
▲
Go talk to the LLM – All the ways I use AI
(blog.meain.io)
2 points
by
meain
2y ago
|
0 comments
4.
▲
How does sync.WaitGroup work under the hood
(blog.meain.io)
2 points
by
meain
2y ago
|
0 comments
5.
▲
Firefox bookmark keywords for faster navigation
(blog.meain.io)
3 points
by
meain
2y ago
|
0 comments
6.
▲
by
meain
3y ago
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 your desktop if you really have to, but the wo
7.
▲
Just enough CORS to not get stuck
(blog.meain.io)
2 points
by
meain
3y ago
|
0 comments
8.
▲
Navigating Around in Your Shell
(blog.meain.io)
1 points
by
meain
3y ago
|
0 comments
9.
▲
by
meain
3y ago
> Not everything under refs. Just the refs that you push. Ahh, thanks. I overlooked that detail. I've fixed it now. :D
10.
▲
by
meain
3y ago
Haha, I have heard that from a lot of people. I actually really like that `f` for some reason.
11.
▲
by
meain
3y ago
That is a typo, lemme go fix that :D
12.
▲
What is in that .git directory?
(blog.meain.io)
2 points
by
meain
3y ago
|
0 comments
13.
▲
by
meain
4y ago
You might be interested in hash in zsh. https://til.hashrocket.com/posts/xsavbhlrz4-shortcuts-with-h...
14.
▲
by
meain
4y ago
Woops, forgot that. Let me add it to the list.
15.
▲
What is in a modern code editor?
(blog.meain.io)
39 points
by
meain
4y ago
|
5 comments
16.
▲
by
meain
4y ago
https://github.com/smallhadroncollider/taskell is a pretty good option for a similar usecse.
17.
▲
by
meain
4y ago
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/
18.
▲
by
meain
7y ago
There will still be a need for a non compiled language as we might have to change stuff on the fly.
19.
▲
by
meain
8y ago
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://flask.pocoo.org/ ) server