• 0 Posts
  • 164 Comments
Joined 2 years ago
cake
Cake day: January 5th, 2024

help-circle

  • I think SQLite is a great middle ground. It saves the database as a single .db file, and can do everything an SQL database can do. Querying for data is a lot more flexible and a lot faster. The tools for manipulating the data in any way you want are very good and very robust.

    However, I’m not sure how it would affect file size. It might be smaller because JSON/YAML wastes a lot of characters on redundant information (field names) and storing numbers as text, which the database would store as binary data in a defined structure. On the other hand, extra space is used to make common SQL operations happen much faster using fancy data structures. I don’t know which effect is greater so file size could be bigger or smaller.




  • Recently built a PC with an AMD GPU. Tried to figure out how to install AMD drivers, because Mint’s driver manager didn’t seem to offer anything like it would for nvidia… Turns out AMD drivers are just part of the Linux kernel and you don’t need to install them at all. Nice.

    I did have one problem though - my hardware is too new and the kernel shipped with Mint doesn’t really support it yet. But it was surprisingly easy to install a newer kernel. And anyway for any PC that doesn’t use bleeding edge hardware, this would never be an issue.

    <3 Mint and Linux




  • You anarchist!

    Real talk though, I think specs are literally my favorite thing in the world. The truly great ones are so good that there’s never a real reason to deviate from them - if you do, you’re either doing something wrong or you’re taking a shortcut for a hobbyist project (which is fine, but not for anything mass-produced). USB is mostly one of those great specs. The cable you posted is an abomination. There is always a better way.








  • NeatNit@discuss.tchncs.detolinuxmemes@lemmy.worldBragging about Linux is hard
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    edit-2
    2 months ago

    As much as I dislike about Discord, I can’t deny that its level of service, polish and ease of use are just superb. Especially for voice chat with friends with integrated screen sharing that just works.

    There are show stoppers sometimes - occasionally messages just don’t get sent or received for whatever reason, and Discord’s handling of it is just bad. It’s pretty important for a chat app to work reliably for chat. But when it works (which is almost always), boy is it nice.

    Haven’t tried Revolt and I likely can’t because of the network effect already mentioned by someone else. How does it compare in ease of use, ease of setting up, feature set for free users, etc.?