• 84 Posts
  • 484 Comments
Joined 1 year ago
cake
Cake day: July 25th, 2023

help-circle






  • I don’t know where exactly you live, but if your in the EU customs/taxes + shipping will make the deal worse, but better than expected.

    E.g. for Germany, this drive would cost 382€ with UPS Saver Duties & Taxes included, instead of 273€ for the drive itself.

    I’ve found the same drive with a local commercial eBay seller for 420€, including taxes and shipping.

    A new 24TB drive would cost 485€.

    Edit: IMO a better deal would be 22TB drives, which have the same price per TB but are new. But then again, their used/recertified price is also ~10% lower than new.




  • I like the Moz://a branding, altough most people wouldn’t get it, so it makes sense to switch to correct spelling.

    Whether the T-Rex is the coreect choice, is another question. I do like that it feels more creative than the basic, reduced logos of today.

    Edit: I do like the new Logo. It looks good and it does match its “activist spirit”. Mozilla the corporation is different from the foundation, and I do believe, that Mozilla is closer to its roots than all other browser vendors - including the reskins of Chromium.








  • I’ve been using COSMIC Epoch pre-alpha for the past two months, and it definitly is on a good path. There’s still many bugs, but COSMIC has gotten much better, and more featureful (e.g. I’m finally able to use my keyboard layout of choice and rebind all keys accordingly). The only major missing feature is VRR/adaptive sync, because I really don’t like playing CS2 with vsync.

    Sadly they switched from dynamic tiling (river, awesome) to manual tiling (sway/i3-style), but together with the window-movement-animations it’s awesome. Finally there’s a desktop with a compositor made with tiling in mind, and not as an afterthought.

    Also I find it great how many distros already have COSMIC packages in their community repos.



  • I noticed those language models don’t work well for articles with dense information and complex sentence structure. Sometimes they forget the most important point.

    They are useful as a TLDR but shouldn’t be taken as fact, at least not yet and for the foreseeable future.

    A bit off topic, but I’ve read a comment in another community where someone asked chatgpt something and confidently posted the answer. Problem: the answer is wrong. That’s why it’s so important to mark AI LLM generated texts (which the TLDR bots do).






  • Using wev (wayland event viewer, which shows pressed keys) the side buttons show up as extra mouse buttons, so it should be possible to remap them.

    button: 272 (left)
    button: 273 (right)
    button: 274 (middle)
    button: 275 (side) <- side button
    button: 276 (extra)  <- side button
    

    PS: My old Logitech G710+ keyboard has some extra buttons which show up as normal numbers, which makes them pretty much useless. A while ago I found the now abandoned sidewinderd project which adds support for them. It’s sad that those manufacturers don’t create proper standards for these kind of things and instead hack it together somehow.


  • Thunderbird + K9 Mail are my way to go, too.

    Though I mostly do like the redesign, since it fixes some long standing issues with Thunderbird (e.g. not being able to select a multi line message view (“cards view”), instead of the traditional table view.) The search bar being always on top annoys me each time I open it, so I understand a more long time Thunderbird user might have more nitpicks. Almost all of the changes can be reverted through settings, which I find awesome.


  • I personally would make sure to choose a mouse with on-board storage. E.g. most (all?) Logitech mice store DPI and RGB on the mouse, which means it works independent of the OS. At least some other manufacturers require a Windows “driver” to disable RGB and configure DPI, which is annoying as those aren’t available on Linux, and have to be constantly run in the background.

    Basic configuration of Logitech mice can be done through Piper on Linux.

    Edit: Precision shouldn’t be an issue with any decent mouse sensor. The PixArt PMW 3310 or later is good enough for even gaming and can be found in 20$ mice. Comfort is subjective, but I prefer larger mice where I can put most of my hand on top.

    Edit 2: I’ve now read you’re already using a Logitech mouse and are having issue with the the side buttons. What issues do you have with them? My G Pro Wireless side buttons work for going a website back/forward in the web browser, but I don’t use them much.





  • I personally prefer top level subvolumes (@, @home, @var-log, @var-cache), because it makes it easier to know which system folders are subvolumes and back them up accordingly. They are then mounted at their respective location under /.

    E.g… I do snapshots looking at the btrfs filesystem and its top level subvolumes. I’m not doing snapshots going from the mounted root filesystem. I.e. I’d do a snapshot of @home, not a snapshot of /home.

    If you want to use backup/snapshot automation tooling, I’d recommend looking at how they expect the subvolumes to be set up. E.g. snapper and timeshift expect a specific layout (which can stil be done manually after OS installation, but why bother).