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.
ckolkey
·2 года назад·discuss
One thing to check out: ruby-lsp gets around this by using a custom gemfile, which enhances the project with the lsp's dependencies. That means you can use the gem, with bundler, without adding anything to the "official" project gemfile.

You could probably accomplish something similar, and possibly inject some rack middleware to add the view, or even mount it as a rails engine.
ckolkey
·2 года назад·discuss
This assumes there's a remote set up called "origin" - also an arbitrary name ;)
ckolkey
·2 года назад·discuss
After watching your (very enjoyable) talk in the other thread, schacon, one thing struck me - there _is_ a way to work on multiple branches at the same time: worktrees.

What's the advantage of a tool like this over that?
ckolkey
·2 года назад·discuss
Yes and yes.