Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SC
Posts
1
Comments
227
Joined
2 yr. ago

  • Buyouts shouldn't be allowed by default. The only cases where it should be allowed are when the business being bought out is struggling to the point where a buyout is really the only way to prevent bankruptcy. It should never be a good deal for the selling company and only a last resort to stop closing doors completely.

  • I really wish they'd support WebDAV sync or something for drive, then they wouldn't have to build a client. Their Linux support is always really poor IMO and it's frustrating. You'd think a privacy oriented company would support the most privacy conscious os

  • snap rant

    Jump
  • Snaps suck, but I haven't found flatpaks to be much better. I've also found Ubuntu to be really unstable recently fwiw. It's really annoying how hard they're pushing snaps, to the point it's basically impossible to get away from them. I'd recommend Fedora or Endeavor instead. I've run Endeavor for years now without a hitch, but many of my machines are on NixOS now.

  • What a dogshit survey, there were maybe 3-4 thigs I'd actually be interested in (vertical tabs, better sync, better search engine management) It's built to confirm some manager's bias 1000% and push AI slop, which will just end up wasting Mozilla's limited funding. Also loved the "Pocket good!" Angle some of the pages forced you into as well.

  • Honda hybrids mostly work this way except at very high speeds, where the motor is used directly. It simplifies the design by removing a traditional transmission, but they're the least efficient hybrids on the road. Honestly not worth it IMO.

  • It should be comparable in efficiency to Honda's hybrids, which operate on a similar principle where the gas motor mostly just acts as a generator. They're more efficient than a pure gas vehicle, but are the least efficient hybrids on the market by a pretty wide margin

  • It's a fork of Vim but the codebase has been cleaned up to remove complexity due to legacy hardware support. It allows the use of Lua for configuration and plugin implementation instead of VimScript, which allows plugins to be written in a sanely designed, high performance scripting language, allowing plugin developers to build more complex plugins more easily without dragging down editor performance (VimScript comparability is maintained though). It has a built in implementation of LSP. Plugins written in other languages can communicate with the application via a msgpack API so deciding to support other programming languages for plugin development at compile time is not necessary.

  • The company i was with was still using clearcase when those were popular. I've used github, gitlab, and bitbucket as git based software forges professionally. In fairness Github is way better than the clearcase process we used.

  • I've used several different forges over my career and github is the worst by far. The navigation is clunky, the search never searches the stuff you want to look at without menu hopping, the recent repos doesn't include half the stuff you made a PR to recently, CI integration kinda sucks compared to gitlab or bitbucket.