• 26 Posts
  • 615 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle

  • I think Mastodon is heavily “following” based. I mean you need to find people to follow. I think you can even follow hashtags, which is pretty neat. So lookup if your favorite content creators may have a Mastodon account and follow them. And make sure to enable or disable the “world” view and not just looking at your own feed, if you don’t have much yet. Just some random thoughts. If you are already familiar with this, then apology.

    As for the Matrix collaboration, I didn’t think about this working between Lemmy and Matrix. But it make sense. Because there is also some sort of “bridge” setup you can do between Matrix to Discord. I’m not much familiar with that, just read about it.

    All of this is neat. But its biggest strength is also its biggest weakness: Being not centralized. It’s kinda like on Linux (and I don’t mean the distributions only). I just wish the entire Fediverse would already cooperate. The lack of a centralized place that has all instances and technologies that are based on Fediverse (Mastodon, Lemmy, video platforms and so on) is a huge missed oppurnity.

    Even Instagram, a technology not even based on Mastodon or Fediverse, can cooperate with Mastodon. I never used Instagram, so not sure how this looks in reality. But I thought its worth mentioning here.


  • “Dualbooting” is a nice analogy, haha. No, I switched completely over from the previous main ones: No Reddit and no Twitter. But I still use dedicated forums for specific topics/software, such as a Romhacking (retro game modding) community or RetroArch forum. Unfortunately not everyone is on Lemmy (or Mastodon, but I stopped using Mastodon too). So for me it is Lemmy/Beehaw and a few standalone forums.

    Wait I also started using Discord from time to time, but dislike this as a main application. There is an alternative called “Matrix”, which is similar to what Lemmy and Mastodon are respective to their technology. But its not that widespread, so stopped using it too. Maybe will comeback to it. I know there is BlueSky, which is a main competitor to Mastodon. Just didn’t have enough interested into it yet, as there is Mastodon already.

    • Reddit <> Lemmy and Kbin
    • Twitter <> Mastodon
    • Discord <> Matrix

    (I’m sorry if I’m the 100th person to ask this on here…)

    Fine with me, as I didn’t saw any of the 99th person asking this before.



  • No. There are cases which is an error of the operating system, not the operator. Windows in example did that recently (not my machine, I do not use Windows) by ruining grub. Saying it was a bug, but we believe its an attempt of Microsoft ruining grub with intention.

    Just because you did not have any problems does not mean its the optimal and easiest way. Also having all operating systems and multiple Kernels and options to boot from for every OS in one boot menu is a mess. I don’t want that ever again. Right now I have 5 entries for only one OS. Imagine adding Windows or another OS to it.

    Its much easier and cleaner to separate each OS to its own menu, with the way I described earlier. Also much easier to replace an OS this way or make modifications.






  • I use command trash-empty to empty all trashcan of all the users, after each system update. It’s a non standard program, but most likely available in your distributions repository: https://github.com/andreafrancia/trash-cli And my alias/function will show each file that is about being deleted (just put it in .bashrc, if you have installed trash-cli, which includes trash-empty):

    old function (click to expand)
    empty() {
        echo "Files to delete:"
        trash-empty -f --dry-run |
            awk '{print $3}' |
            grep -vF '/info/'
        echo
        trash-empty
    }
    

    Edit: After I posted I just realized there is a more straightforward way of doing it:

    New and more simple alias:

    alias empty='trash-empty -f --dry-run ; trash-empty'
    

    This searches all trash cans, lists all files it has found to be deleted, then lists all directories it looked under and then asks if you want really delete. With trash-empty -f it deletes without asking.




  • I daily drive Plasma 6 Wayland on Archlinux based distro (EndeavourOS). Its the most stable KDE I have ever used. Before that I was using since Plasma 5 X11 on same distro and switched to Wayland when 6 became available. Unless you have some issues that are specific to your setup, it works surprisingly well. I even use an auto tiler addon and added a second monitor (ok the monitor is since today :D).

    All in all, its stable after the 2 big updates that focused on stability since 6 launched.



  • The reality is that, although there are quite a few standalone Wayland compositors, you don’t hear about most of them, because almost all of them suck in one way or another if you go beyond opening terminals.

    For standalone desktops, Hyprland is undeniably your best base at the moment to write a window manager.

    If you don’t believe it, see some amazing WM plugins for Hyprland on Github,

    Your favorite tiling WM doesn’t have a Wayland port? Pick up the initiative yourself and write a Hyprland plugin that makes it behave like your WM of choice.

    Said the person who maintains Hyprland. This post reads like an ad for his own project.

    Isn’t this the toxic dev, who dislikes any other Wayland Compositors? This guy is also banned from contributing to Freedesktop here and here. And here is a post from Drew Hyprland is a toxic community.

    I’m not surprised about this blog post. I argue we need more compositors. More means, more to choose from and being less reliant on the few that are available right now. What if someone does not like Hyprland in example or any of the current available compositors? Having more to choose from is a good thing, not bad. I’m so thankful that Hyprland is not the only one we have. One example is the programming language that the project is written in. Why does it matter? Maybe because people want to contribute or understand the code or want to make changes. In example Qtile is written in Python and its configuration language is in Python too.


  • This would complicate the code behind Inkscape and the user interface a lot. It’s not just having an option to enable raster editing, the entire program must be rewritten, because its not designed to do raster editing. If they started with raster editing, it would be lacking too and the horrors from users would never end. I rather want Inkscape stay focused to what its doing best.

    Either use GIMP or Krita. There are already excellent or good enough image editing tools.


  • I assume its not possible, otherwise anyone would have done that already. From what I read through online research, it looks like Xbox Cloud is using an API for Cloud streaming by Google. And only Chromium based browser have this implemented and Firefox does not support it. If this is correct, then there is nothing you can do about it. People try to make Xbox Cloud work with Firefox for a long time now, without success.

    Not this streaming is not just showing video files like YouTube. Game streaming involves gamepad (or other input) in realtime to coordinate with the server. Therefore the browser has to support these functionalities.