• 0 posts
  • 39 comments
Joined 6 years ago
Cake day: June 24th, 2020
  • That’s true, but as a maintainer you could encourage those helpful maintainers to triage issues from regular users.

    I think the real benefit would come from taking a user’s reputation into account across projects.

    At the end of the day you can’t have low effort pull requests, and expect maintainers to look at everything. It’s the same spam problem as in any other domain.

  • The genie produces code at a pace no human reviewer can match. Coding isn’t the bottleneck anymore. I can explore three different implementations before lunch. I can refactor aggressively because the cost of trying something is so low.

    Gross

    If coding was the bottleneck, there was something badly wrong and AI is not the solution.

    That’s not to say it’s the fault of the devs who are using AI, but we obviously haven’t given them the languages and libraries they need to express themselves concisely.

  • I try to use firejail on nixos when I can’t do something in the build sandbox.

    It’s painful, and I’m always on the lookout for something better. I’d at least like a portal-ish system where I can easily add things to a sandbox while it’s running.

    Edit: if anyone has any issues or discussions about this I’d like to contribute.

  • I use gnome-session-inhibit quite a bit, but it’s hard to imagine a good way to automate it.

    Sometimes I inhibit idle to keep something on screen, and sometimes I just inhibit suspend so something can complete.

    It probably doesn’t make sense for the terminal to have anything more than a protocol to control it. The only real benefit to that would be in remote sessions, and it’s not really clear how it should work when multiple machines are involved.