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
ScreaminOctopus @sh.itjust.works
Posts 1
Comments 207
That is an act of cruelty towards the poor pokémon
  • The problem is the Gnome team doesn't give a flying rat's ass about maintaining a stable api. I've never bothered with extensions because even the most basic stuff only works for one or two versions. The neovim team is pretty committed to backwards compatibility and following standards for interoperability like LSP these days, so it's much easier for third parties to maintain a large set of extended functionality at this point. If they acted like the gnome team, your status bar plugin would break every other update.

  • Many such cases
  • Nothing that isn't subjective, but the comparability issues are a complete dealbreaker, because interoperability is so necessary. This is definitely something that can be fixed since Google Slides is no where near as bad about this.

  • Many such cases
  • Yes the PowerPoint ui is much better. It takes more space but it's much easier to find features you might not use as frequently.

    I haven't done much switching between calc and excel. Formatting issues come up when making or editing a document in libreoffice and opening it in MS office. Especially with impress, the position and sizes of objects will be very different between the two programs. This makes opening a presentation from impress with PowerPoint on a different computer impractical.

  • Many such cases
  • I think it comes down to 2 main reasons, and some members of the libreoffice suite definitely do a better job than others.

    1. Comparability with MS Office, it's really difficult to use these programs when you can't reliably collaborate with people using the de-facto standard office software. Impress is exceptionally bad at this.

    2. User interface clunkines, the ribbon ui Microsoft uses in modern office versions is really nice, and makes finding the actions you need really easy. This is coming from someone who used office 03 and 07, it's not just a learning thing, it's a better design.

    These issues are definitely a bigger deal on some parts of the suite than others. I've found Calc to be a solid replacement for Excel, but when I'm making spreadsheets I'm not fiddling with complex formatting at all. Impress is on the opposite end of the spectrum. It has horrible comparability with PowerPoint, and I need to get things looking just right when I make a presentation. It's difficult to find even basic formatting options. I could probably solve the usability issues by reading a few tutorials, but the comparability issues hold me back from putting the time in, since I have no idea how a presentation will look when someone loads it in PowerPoint anyway.

  • Ubuntu Talks Up A RISC-V Octa-Core Laptop
  • Are there any companies making discrete laptop graphics that don't have proprietary drivers? I don't think I've ever seen an AMD powered laptop unless it used an APU. I shudder to think of what proprietary Linux drivers from a company less resourced than Nvidia are like.

  • Is it possible to use Linux without the command line?
  • Because until you spend many hours getting used to it, it's annoying as hell. I'm a longtime bash user, but if I have to do anything in PowerShell, it sucks. Bash is even less friendly to novice/casual users due to tools like awk and sed being totally obtuse. When you're unfamiliar with the workflow, not being to see everything you're able to do at a glance is pretty frustrating.

  • Switching to OCaml bois
  • I don't really think it's any of those things in particular. I think the problem is there are quite a few programmers who use OOP, especially in Java circles, who think they're writing good code because they can name all the design patterns they're using. It turns out patterns like Factory, Model View Controller, Dependency Injection etc., are actually really niche, rarely useful, and generally overcomplicate an application, but there is a subset of programmers who shoehorn them everywhere. I'd expect the same would be said about functional programming if it were the dominant paradigm, but barely anyone writes large applications in functional languages and thus sane programmers don't usually come in contact with design pattern fetishists in that space.

  • PC gaming getting worse every year
  • It's so rare that a game that even needs a better card comes up it'd be hard to justify a new card even if prices were normal. I feel like I play maybe one game a year that makes me consider upgrading.

  • PC gaming getting worse every year
  • I really don't understand all these articles either, I've been playing a lot of recent games and IMO this is one of the best years for gaming in nearly a decade. Tekken 8, Helldivers, animal well, and lethal company are all very recent games I've had a blast with this year. Maybe it feels bad because of consolidation under Sony and Microsoft, but I feel like nearly all the buyouts I've seen have been studios that were on life support creatively, if not monetarily. ActiBliz hadn't released anything other than trendchasing crap and COD installments since overwatch, which went to shit long before OW2. The last good game Bethesda publiahed was prey and you've gotta go even further back for a good first party title.

  • Good DAWS and VSTs for linux
  • Mullvad (and every other decent VPN) supports WireGuard and OpenVPN configurations that will be supported on any distro through the network settings without the need for additional software. It's also pretty likely the mullvad client will be in the software center of whatever distro you're using

  • How to speed up accessing lots of files on another computer? Some kind of local cache?
  • NFS is generally the way network storage appliances are accessed on Linux. If you're using a computer you know you're going to be accessing files on in the long term it's generally the way to go since it's a simple, robust, high performance protocol that's used by pros and amateurs alike. SSHFS is an abuse of the ssh protocol that allows you to mount a directory on any computer you can get an ssh connection to. You can think of it like VSCode remote editing, but it'll work with any editor or other program.

    You should be able to set up NFS with write caching, etc that will allow it to be more similar in performance to a local filesystem. Note that you may not want write caching specifically if you're going to suddenly disconnect your laptop from the network without unmounting the share first. Your actual performance might not be the same, especially for large transfers, due to the throughput of your network and connection quality. In my general experience sshfs is kind of slow especially when accessing many different small files, and NFS is usually much faster.

  • Possibly integrate the lemmyverse search into the lemmy web app

    I apologize if this isn't the right community to post feature suggestions.

    I've seen a lot of posts/comments with people complaining about the community search function in lemmy/jerboa/mlem with people replying with a link to the lemmyverse community search. It would be helpful for new users if the lemmyverse search was integrated somehow. Right now I think the difficulty in discovering the communities you're looking for is the biggest barrier to entry for lemmy.

    1