Readit News logoReadit News
ckolkey commented on Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy   gitlab.redox-os.org/redox... · Posted by u/pjmlp
NitpickLawyer · 12 hours ago
Project maintainers will always have the right to decide how to maintain their projects, and "owe" nothing to no one.

That being said, to outright ban a technology in 2026 on pure "vibes" is not something I'd say is reasonable. Others have already commented that it's likely unenforceable, but I'd also say it's unreasonable for the sake of utility. It leaves stuff on the table in a time where they really shouldn't. Things like documentation tracking, regression tracking, security, feature parity, etc. can all be enhanced with carefully orchestrated assistance. To simply ban this is ... a choice, I guess. But it's not reasonable, in my book. It's like saying we won't use ci/cd, because it's automated stuff, we're purely manual here.

I think a lot of projects will find ways to adapt. Create good guidelines, help the community to use the best tools for the best tasks, and use automation wherever it makes sense.

At the end of the day slop is slop. You can always refuse to even look at something if you don't like the presentation. Or if the code is a mess. Or if it doesn't follow conventions. Or if a PR is +203323 lines, and so on. But attaching "LLMs aka AI" to the reasoning only invites drama, if anything it makes the effort of distinguishing good content from good looking content even harder, and so on. In the long run it won't be viable. If there's a good way to optimise a piece of code, it won't matter where that optimisation came from, as long as it can be proved it's good.

tl;dr; focus on better verification instead of better identification; prove that a change is good instead of focusing where it came from; test, learn and adapt. Dogma was never good.

ckolkey · 10 hours ago
owing "nothing to no one" means you are allowed to be unreasonable...
ckolkey commented on Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy   gitlab.redox-os.org/redox... · Posted by u/pjmlp
swiftcoder · 12 hours ago
I don't think it really is - drive-by changes have been a net burden on maintainers long before LLMs started writing code. Someone who wants to put in the work to become a repeat contributor to a project is a different story.
ckolkey · 10 hours ago
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 commented on Magit Is Amazing   heiwiper.com/posts/magit-... · Posted by u/Bogdanp
anlsh · 5 months ago
I've got [a bit of neovim config](https://github.com/anlsh/nvim/blob/8b61520a5ecd752427abffc45...) which sends you straight to `neogit` (which is basically equivalent as far as I use it) when a certain env var is set.

So in my .profile I've got

``` alias gg="NEOGIT_SLAVE=1 nvim" ```

It's definitely not perfect but it's good enough to work for basic committing/rebasing flows and it's faster than booting up emacs for the same purpose.

ckolkey · 5 months ago
Random, but on line 266 map `P` to `false` not `nil` and it won't show up.
ckolkey commented on Magit Is Amazing   heiwiper.com/posts/magit-... · Posted by u/Bogdanp
theappsecguy · 5 months ago
I would love to use magit buuuut I don’t want to have to learn emacs… is there any alternative path?
ckolkey · 5 months ago
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 commented on Show HN: VS Code extension to edit the filesystem like a text buffer   github.com/ahrm/voil... · Posted by u/hexomancer
hexomancer · 8 months ago
> Creating empty files is rarely useful or necessary

I kind of disagree? Most files were once created as an empty file! (at least that's the case in my workflow).

ckolkey · 8 months ago
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 commented on Don't force your kids to do math   blog.avocados.ovh/posts/h... · Posted by u/happycats
GodelNumbering · a year ago
thank Descartes
ckolkey · a year ago
I thank, therefore I am...
ckolkey commented on Zen browser had a backdoor enabled by default   github.com/zen-browser/de... · Posted by u/nobunaga
jofzar · a year ago
I'm a little bit confused here. You are saying they are not responding appropriately but this was raised as an issue and merged the same day?
ckolkey · a year ago
...seven months ago, no less
ckolkey commented on macOS Tips and Tricks (2022)   saurabhs.org/macos-tips... · Posted by u/pavel_lishin
barrell · a year ago
Came here to recommend aerospace. It’s been amazing. My whole desktop is like a tmux session now.

It’s very much changed how I work/use my computer. More than Rectangle did, more than LLMs have.

(I still adore hookshot/rectangle though :)

ckolkey · a year ago
I used Yabai for years until I found aerospace, and switched over instantly. Would highly recommend anyone to try it :)
ckolkey commented on Installed an open source garage door opener, and I'm loving it   arstechnica.com/gadgets/2... · Posted by u/ChumpGPT
pbnjay · a year ago
I have a variety of Shelly 1 devices in my house, one of which is on the oldschool Garage Door opener (with a reed switch for open/close tracking) - Very inexpensive, flexible for other applications, and works with HA etc.

https://us.shelly.com/products/shelly-1-gen3

ckolkey · a year ago
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 commented on Show HN: I made a git rebase TUI editor   github.com/NyuB/ocli... · Posted by u/NyuB
kleiba · a year ago
Anyone using magit?
ckolkey · a year ago
Missed it so much in vim I started maintaining the neovim clone.

u/ckolkey

KarmaCake day356March 11, 2020View Original