HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ckolkey

no profile record

comments

ckolkey
·4 माह पहले·discuss
owing "nothing to no one" means you are allowed to be unreasonable...
ckolkey
·4 माह पहले·discuss
I've gotta disagree with you here - it's not uncommon for me to be diving into a library I'm using at work, find a small issue or something that could be improved (measurably, not stylistically), and open a PR to fix it. No big rewrites or anything crazy, but it would definitely fit the definition of "drive by change" that _thus far_ has been welcomed.
ckolkey
·9 माह पहले·discuss
Random, but on line 266 map `P` to `false` not `nil` and it won't show up.
ckolkey
·9 माह पहले·discuss
First, install doom emacs. Second, create a shell alias for "magit" that is bound to "emacs -nw -f magit". Then just run magit like any other TUI app - the fact that it's in emacs is easy to forget.

Or, if you're into neovim, there's Neogit, which is inspired by magit. And if you're not, there's https://github.com/altsem/gitu
ckolkey
·12 माह पहले·discuss
I've always just used `:e <filename>` - never saw the appeal of oil.nvim for that use case. But for other kinds of modifications it's nifty.
ckolkey
·पिछला वर्ष·discuss
I thank, therefore I am...
ckolkey
·पिछला वर्ष·discuss
...seven months ago, no less
ckolkey
·पिछला वर्ष·discuss
I used Yabai for years until I found aerospace, and switched over instantly. Would highly recommend anyone to try it :)
ckolkey
·2 वर्ष पहले·discuss
Huge fan of shelly. I wrote a little sinatra web-server that can just show the current state, and toggle the state, of a bunch of lights around my yard. I really appreciate that all you need is http, no cloud, no fuss to just put together a custom ui for them. Couldn't recommend them more highly
ckolkey
·2 वर्ष पहले·discuss
Missed it so much in vim I started maintaining the neovim clone.
ckolkey
·2 वर्ष पहले·discuss
Its just a Scheme dialect. A bit odd, but not crazy.
ckolkey
·2 वर्ष पहले·discuss
Oh, that meme is old, sorry to say. Here's a nice blog post about ruby outperforming C with the new JIT compiler. Fun times :)

https://railsatscale.com/2023-08-29-ruby-outperforms-c/
ckolkey
·2 वर्ष पहले·discuss
I've been using flowX for many years, first on android and now on ios. I've found it to be incredibly customisable, and particularly good at visualising incoming weather. Gladly paid for it for years now

https://www.flowx.io/
ckolkey
·2 वर्ष पहले·discuss
Off the top of my head, in turkish, `i` doesn't become `I`, it becomes `İ`. And `ı` is the lower case version of `I`
ckolkey
·2 वर्ष पहले·discuss
Not that KiTTY, this kitty: https://sw.kovidgoyal.net/kitty/

But it's also foss, so, you're still right.
ckolkey
·2 वर्ष पहले·discuss
I'm a huge fan of https://www.shelly.com/ - they have a built in webserver and can be controlled via POST requests. No cloud needed.