Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
alkh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
alkh
3mo ago
Thanks for your effort! I also think having examples of raw output before vs after using lowfat would be useful as well
2.
▲
by
alkh
5mo ago
For Seoul, I think this is an interesting observation: Seoul is not a pretty city, at least not by most Western standards of beauty. It is a sprawling, haphazard mix with little apparent cohesion beyond a shared culture. Personally
3.
▲
by
alkh
5mo ago
I bet there might be something but you can probably create your own by using ImageMagick[1] and some manipulations. For ex. for images, I would create a temp file or use a process substitition + open on OSX or xdg-open on Linux. Here is a f
4.
▲
by
alkh
6mo ago
This snippet for zsh still has some rough edges but works for the majority of cases. Automatically extends any global alias when space is pressed in zsh. For ex. I have `alias -G G='rg -s'`, so if I type `command | G` it will auto
5.
▲
by
alkh
6mo ago
Can someone please explain how one would tell LLM to use such a CLI over a natively supported MCP server? Do you need to add the info about CLI into persistent memory(ex. AGENTS.md) and run an mcp server manually? Or it is something else?
6.
▲
by
alkh
7mo ago
Thank you, this seems like a very good intro to newcomers! Would be cool if you could continue these series with a few more advanced lessons as well
7.
▲
by
alkh
8mo ago
Valid points, I learned something new today. Thanks, you were right. If using -ic flags I am getting around 300 ms... Interesting how I never noticed, guess I don't open many terminal during the day
8.
▲
by
alkh
8mo ago
Omg, this is so great, that you so much! Gonna set up a bunch of A320 warning sounds to scare me in case I am idle for too long :)
9.
▲
by
alkh
8mo ago
That's where I actually did it, by coincidence
10.
▲
by
alkh
8mo ago
Like many other people, I use oh-my-zsh for default setup and that's it. I literally use a single plugin for git and very actively autoload my custom functions to avoid startup delay. With my 384 line config and oh-my-zsh on, here are
11.
▲
by
alkh
9mo ago
True. To combat that you can define a variable LESS with default options in your config file. In my case, I have export LESS='-R --quit-if-one-screen -i' (interpret escape sequences, cat input instead of showing it in a pager if i
12.
▲
by
alkh
9mo ago
Imho, we should let people experiment as much as they want. Having more examples is better than less. Still, thanks for the link for the course, this is a top-notch one
13.
▲
by
alkh
9mo ago
Don't forget that you can enable syntax highlighting/file rendering(like pdf, markdown) in less with lesspipe https://github.com/wofr06/lesspipe . It is exteremely useful and improves readability a lot. What&#
14.
▲
by
alkh
9mo ago
Have to post this monstrocity that let's you either run a python script with uv or with python directly if uv is not installed(for some of my collegues) #!/usr/bin/env bash """:" if command -v uv >
15.
▲
by
alkh
10mo ago
Thanks, looks cool but not available for OSX (:
16.
▲
by
alkh
10mo ago
Yeah, exactly, like Ctrl+Alt+T opening Xterm in Ubuntu. If I am not mistaken, if you have a file explorer open it will automatically open terminal in that specific folder(i.e. kind of like `cd`ing there first)
17.
▲
by
alkh
10mo ago
The only thing I am missing now from Ghostty is being able to open it in any open Finder folder with a keyboard shortcut(like standard Ubuntu terminal). Ghostty already provides Finder-specific GUI shortcut but you need to use a mouse. Othe
18.
▲
by
alkh
10mo ago
Just want to thank you for the comprehensive extension list, this is very useful!
19.
▲
by
alkh
10mo ago
I’m really glad I got it after stumbling across the original at my university library. It’s really nice reading it from time to time and getting inspired to become a better developer
20.
▲
by
alkh
11mo ago
Lol, mb, but I don't believe that's the case for Alacritty. As for the Apple Terminal, it is not great
21.
▲
by
alkh
11mo ago
I have been pretty happy with Alacritty for a while but just tried Ghostty and am a little bit mind-blown. The fact that it has a built-in theme picker is insanely convenient for people working on multiple computers at the same time(so the
22.
▲
by
alkh
1y ago
As a heads up, you might soon need a JS runtime to make it work[1]. You might have to tweak even more (: [1] https://github.com/yt-dlp/yt-dlp/issues/14404
23.
▲
by
alkh
1y ago
This is great, congrats for such a huge accomplishment! My only wish is if asciinema natively supported saving into svg or gif. This would allow you to easily add it to markdown files without the need to install side apps to convert the out
24.
▲
by
alkh
1y ago
This is so cool, thanks for sharing! Having this on a Mac would be great but I understand that this might be a huge undertaking :)
25.
▲
by
alkh
1y ago
There's an app called "toronto path"[1] for iphone, it's pretty good. [1] https://apps.apple.com/us/app/toronto-path/id6739152194
26.
▲
by
alkh
1y ago
If one is thinking about switching from Apple Music to Spotify, can someone recommend a website to automatically move the song collection? I think it was easier a while ago but then Apple cracked down on it, so I am not sure if there's
27.
▲
by
alkh
1y ago
I enjoy using uv a lot but am getting afraid that it is getting bloated for no reason. For ex., the number of niche flags that a lot of subcommands support is very high + some of them seemingly achieve the same result(uv run --no-project an
28.
▲
by
alkh
1y ago
Sorry, maybe I missed it but I didn't see this list on your website. I think it is a good idea to add this info there. Besides that, thank you for the effort and your work! I will definetely give it a try
29.
▲
by
alkh
1y ago
I thought about recreating the repo from scratch too. I was transfering from Intel to ARM Mac and keep a few tags/commits related to previous configs, so it is hard to just let it go :)
30.
▲
by
alkh
1y ago
That's something I was a little bit conflicted about for some time. After using a few open source tools(shoutout to syncthing and linkding :)) and I realised that if you want to use something for free, sharing is the least you can do.
More ›