Skip Navigation
Jump
An advice from Grandma
  • Try logging into anilist in a browser that has been installed as a native package. Then temporarily set it as the default browser and open Miru then try 'login with anilist' .

    This worked for me.

    1
  • Jump
    An advice from Grandma
  • Stremio with Torrentino also works.

    Haven't tried Miru, thanks for suggesting. I'll check it out.

    5
  • Jump
    what's the best habit you've developed and how did you develop it?
  • Some sort of journaling really helps when you feel like you have no direction. You can turn back the pages and see what path you took and even identify some ideas or values you want to implement in your life moving forwards. I recommend a notebook instead of a digital notes app.

    This is a habit that I formed fairly recently 3-4 years ago I think. Initially I was writing down on smaller notepads which tend to get filled up quickly. Now I use a dotted notebook, so that I can draw something if I need to (although unruled notebooks also work)

    Don't obsess over decorating it like the bullet journal folks do on YouTube/Instagram and if you are thinking of using apps like obsidian or logseq - don't go too far down the rabbit hole , just write down something instead.

    You can have something like tasks.org for todos (organize your day) and a physical notebook to develop a vision (get some direction in your life)

    5
  • Jump
    [OC] Attention everyone, I found a neat rock.
  • Haha I was also going to comment the same thing.

    OP may be out on a trek while gentoo is compiling at home.

    3
  • Jump
    Btw, I don't use Arch
  • It's been just over a month using Fedora silverblue (Ublue ) for me and the experience has been pretty good.

    What I do is just setup a distrobox container with the arch image and install software using paru from AUR. So far this workflow has been working really well. for me.

    Also if you decide to use any Ublue spin, you'll also get homebrew pre-installed. So that can also be considered as an alternative option to AUR.

    1
  • Jump
    Is there a way to hide posts that take you to another site?
  • If you are using a lemmy app on your phone, switch to the list view so that the thumbnail becomes smaller and the title important parts appear easily interactable.

    6
  • Jump
    Shopping app Temu is “dangerous malware,” spying on your texts, lawsuit claims
  • Yeah boost is definitely good, it was my main app until a few months ago. Recently I have been trying Connect, which is another great app.

    Connect has improved a lot since I first tried it, also doesn't have any ads. But all things considered - Boost is bit more polished than connect.

    3
  • Jump
    Vivalidi 6.8 released
  • Have you tried Floorp yet ? It's pretty good, you may find some things really neat coming from Vivaldi.

    8
  • Jump
    Fixes for some issues I faced while I switched to Bazzite / Aurora-dx
  • I tried both flatpak Steam and the non-flatpak one which comes with Bazzite. I gave it access through flatsel like usual, but when I tried to add the drive from within steam it just sat there doing nothing.

    I have not encountered this issue on other distros.

    1
  • Jump
    Fixes for some issues I faced while I switched to Bazzite / Aurora-dx
  • Actually I don't have an igpu, I have an rx6600 and an i5 10400f.

    I'm currently using Aurora-dx, is the switcheroo patch available there too ?

    1
  • So a week ago I wiped my SSD and tried Kinoite and Bazzite. I switched mostly for a fresh Wayland experience with Plasma and also so that I don't spend too much time tinkering to solve some minor issues ( well it didn't go as expected).

    I ended up settling with Aurora-dx because it's a good balance between Kinoite and Bazzite while still offering all the Ublue goodies.

    Here are some things that I couldn't find fixes for even after I tried Reddit and the Ublue forums ->

    ---

    1. Opening any Flatpak app or moving the cursor makes the display black out

    I actually started experiencing this issue in other distros way before I switched to Kinoite / Ublue. After I've switched to AMD this was happening almost every time I turned on the computer.

    (This is AMD specific) The issue can be fixed by setting a udev rule, like this :

    sudo vim /etc/udev/rules.d/30-amdgpu-pm.rules Then enter the following in the file :

    ``` KERNEL=="card0", SUBSYSTEM=="drm", DRIVERS=="amdgpu", ATTR{device/power_dpm_force_performance_level}="high"

    Keep in mind that you may have "card1" instead of "card0" you can check it by doing an ls``` within

    ``` /sys/class/drm/

    ```

    Alternatively if you just want your display to stop blacking out in your current session only then :

    ``` cat sys/class/drm/card1/device/power_dpm_force_performance_level >> high

    ```

    ---

    2. Display turns off entirely in Fullscreen applications.

    this is probably KDE specific, I do not know about Gnome

    Display Configuration > Adaptive Sync > Never

    This should fix it.

    But when the computer wakes up after a sleep session, the issue could appear again. I don't think they have a fix for this yet.

    ---

    3. Steam not able to add directories from any other location (including any folders in the same drive)

    This is not a proper solution, It just happened to work for me so I thought I'd share.

    Just symlink the Game directories you want to ``` .steam/steam/steamapps/common

    ``` like :

    ``` ln -s PATH_To_Game_Folder ~/.steam/steam/steamapps/common/Game_Folder

    ```

    For the folks using flatpak steam the steam directory will be under .var/apps/

    I personally use Bazzite-arch container for gaming and it has been working really well, although the game shortcuts don't work unless you start the container.

    ------

    4. KDE plasma desktop and task manager panel frozen and crashes randomly.

    This issue is likely related to any applets you have added to the panel or the desktop. For me this happened when I added the 'Network speed Indicator' and tried to resize the panel (strangely this never occurred to me in the past, but hey it's been a solid 5 years since I tried KDE or any DE for that matter)

    The solution is to either delete or rename the following file to something else

    ~/.config/plasma-org.kde.plasma.desktop-appletsrc

    Then restart the system. Plasma should create a new file which will essentially reset the panel and desktop settings to stock.

    ------

    I hope that someone will find use in the contents of this post.

    7

    So a week ago I wiped my SSD and tried Kinoite and Bazzite. I switched mostly for a fresh Wayland experience with Plasma and also so that I don't spend too much time tinkering to solve some minor issues ( well it didn't go as expected).

    I ended up settling with Aurora-dx because it's a good balance between Kinoite and Bazzite while still offering all the Ublue goodies.

    Here are some things that I couldn't find fixes for even after I tried Reddit and the Ublue forums ->

    ---

    1. Opening any Flatpak app or moving the cursor makes the display black out

    I actually started experiencing this issue in other distros way before I switched to Kinoite / Ublue. After I've switched to AMD this was happening almost every time I turned on the computer.

    (This is AMD specific) The issue can be fixed by setting a udev rule, like this :

    sudo vim /etc/udev/rules.d/30-amdgpu-pm.rules Then enter the following in the file :

    ``` KERNEL=="card0", SUBSYSTEM=="drm", DRIVERS=="amdgpu", ATTR{device/power_dpm_force_performance_level}="high"

    Keep in mind that you may have "card1" instead of "card0" you can check it by doing an ls``` within

    ``` /sys/class/drm/

    ```

    Alternatively if you just want your display to stop blacking out in your current session only then :

    ``` cat sys/class/drm/card1/device/power_dpm_force_performance_level >> high

    ```

    ---

    2. Display turns off entirely in Fullscreen applications.

    this is probably KDE specific, I do not know about Gnome

    Display Configuration > Adaptive Sync > Never

    This should fix it.

    But when the computer wakes up after a sleep session, the issue could appear again. I don't think they have a fix for this yet.

    ---

    3. Steam not able to add directories from any other location (including any folders in the same drive)

    This is not a proper solution, It just happened to work for me so I thought I'd share.

    Just symlink the Game directories you want to ``` .steam/steam/steamapps/common

    ``` like :

    ``` ln -s PATH_To_Game_Folder ~/.steam/steam/steamapps/common/Game_Folder

    ```

    For the folks using flatpak steam the steam directory will be under .var/apps/

    I personally use Bazzite-arch container for gaming and it has been working really well, although the game shortcuts don't work unless you start the container.

    I hope this post helps someone out.

    1

    So today I installed Bazzite for the first time on my computer. I continued with the pre-installed steam package (which was surprisingly not flatpak).

    I'm using an Intel cpu and an AMD RX6600. Games are working fine but I'm not able to use the in-game steam overlay. Some games like Apex legends rely on it to complete a sign in process. Apex is saying that I don't have in-game overlays enabled, when I clearly have it enabled (for the game and within the gernal steam settings) . I tried changing the keys from the default 'Shift+Tab' but still no luck.

    Does anyone have a solution for this ? Or should I install flatpak steam on Bazzite ?

    Edit : It seems that I'm also not able to add steam libraries from other drives, not working with ntfs partitions and btrfs partitions.

    Edit 2: I haven't had the issue after I switched over to Bazzite-arch distrobox container for gaming.

    4
    Jump
    I'm going to reinstall linux on my computer. What is it like to run something Silverblue based these days ?
  • Rather than rebasing, would there be a way to to layer the Bazzite Optimizations (Kernel & scheduler Optimizations for gaming, not Lutris etc) on top of aurora-dx?

    2
  • I have been using CachyOS for more than 6 months at this point and I'm pretty happy with it. Among the many distros I tried, this is probably my favourite arch based distro. I initially installed it because it offered Hyprland desktop, and I didn't want to bring over my messy config nor did I want to start from scratch. But sometimes when I want to game or when I wake up my computer from sleep the display would just keep blacking out and won't let me use it until I restart the computer (I am using an AMD GPU btw). This issue has been happening on Plamsa 6, and Gnome as well. I have tried various fixes from the ArchWiki but it's still there. Other than that I really liked the Distro.

    It's not like changing distros can solve my moitor blacking out problem, but I'm going to try something based on Silverblue for a change. Yes, I have tried the Ublue project in the past, it was good but I couldn't get into the whole immutable thing back then, so I hopped back to my staple Arch/Tumbleweed and carried on. Fast forward to today.. I'm thinking about trying Bazzite or Aurora as the idea of having a low maintenance system is now very appealing to me.

    I'm not necessarily a hardcore gamer but I do play games every other day and also run some LLMs locally every now and then. I'm not sure which one I should go for between Bazzite and Aurora. Maybe someone who has run both can give their opinion.

    27

    I want to backup some apps and app data in a zip file and be able to restore it into a device.

    It's okay if I have to use something like shizuku to enable backups.

    4
    Jump
    Best Lemmy App in 2024
  • I find Boost for lemmy to work really well for me. I also use Voyager as a backup.

    6
  • Jump
    Is there any solution available for controlling the volume without pressing the physical volume buttons ?
  • Thanks for sharing this, but I have found another way to control the volume. I'm using back taps on my phone to control the volume now. It's very convenient.

    I have edited my post to include how I enabled this.

    1
  • So I just bought a OnePlus 12 recently, I was used to controlling volume using the onehand operations goodlock module in my Samsung galaxy S23. I basically never had to press the volume buttons to control the volume unless absolutely necessary.

    Possible ways I've thought of (it would be really great if at all possible) -

    1. Using the curved edges in phone screen for volume control.

    2. Using the gestures to control volume when the screen is off.

    3. Setting Diagonal swiping gestures to do different functions, controlling volume in this case.

    1
    Jump
    Google Pixel 8a announced
  • Bruh I just got the OnePlus 12... Welp..

    Pixel pricing is horrendous in my region anyway.

    3
  • Jump
    Why people are boycotting Asus all of a sudden? Asus outrage explained
  • My msi motherboard randomly erases boot entries, I have to keep the computer on for a few minutes and reboot so that my other boot entry appears.

    It maybe a problem with the m.2 slot, but it has been the case ever since I bought the motherboard.

    Anyways I'm gonna stick to a different manufacturer for my motherboard if I'm building a new PC.

    1
  • Jump
    30% of Children Ages 5-7 Are on TikTok
  • I use a firefox addon to hide shorts. works most of the time I guess.

    6
  • Jump
    MOONDROP MIAD01 English product page
  • I was surprised to see moondrop releasing an android device. If they can keep it affordable it will sell well.

    2
  • I'm thinking of something like stremio but for audio.

    An android app would be great

    There are apps like Spotube which are cool but it doesn't have ability to stream lossless audio.

    Any suggestions ?

    11

    In such a case, will the concept of money be wiped out from existence ?

    59

    Looking forward to seeing some interesting jobs I haven't really thought about. Bonus points if it's an IT job.

    130

    I'm not good with masking my emotions sometimes, although I do try to process the things before I take any action.

    My face and body language on the other hand can reflect what I'm going through at the moment.

    Are you aware of any ways to control yourself under difficult situations (apart from things like meditation) ?

    30

    How is Shopify as a platform to work on compared to the likes of Wordpress and Salesforce Commerce Cloud.

    5

    I'm using CachyOS (arch based), the steam package being used is from CachyOS's repositories. I'm using an AMD RX6600. Monitor is using 144hz refresh rate (set using hyprland config file)

    All my Games are in an NTFS partition.

    So far CS2 is the only game that opens up when I click on 'Play' and it is playable with some occasional frame drops.

    I had the same issue with flatpak steam when I tried earlier.

    I have tried setting the my monitor as primary by using xrandr but that didn't help at all.

    Has this happened to anyone ? What can I do to fix this ? I can attach any logs if required.

    Edit: thanks to @Nerdulous@lemm.ee my issue has been solved.

    (Mentioning the solution here in case the reddit post gets deleted)

    • Look for a directory called "compatdata" under ~/.steam.
    • It'll probably take some digging, as it's often buried in something like ~/.steam/steam/steamapps . . .
    • The "find" command would be useful in this situation!
    • Make a symbolic link from that folder to the identical location on the NTFS Steam Library.
    • ln -s ~/.steam/foo/bar/compatdata /path/to/ntfs/SteamLibrary/compatdata
    • That's it.
    6

    A couple of weeks ago I installed stremio from the AUR on my arch installation and it showed me an option to play the video in mpv player.

    I expected the same thing on my NixOS setup but it doesn't show me the option to open in MPV. I also tried with flatpaks and it also didn't have the option to open in mpv.

    As for why I want to open on MPV, I am using anime4k to upscale and sharpen my anime and I'm very used to mpv's controls.

    Does anyone know how to get this working ?

    2

    How do I add a udev rule in NixOS to set my AMD GPU's performance level to 'high' ?

    So I have been experiencing screen blackout when I use any refresh rate above 60Hz. On Arch I was able to solve this by setting a udev rule as mentioned in this ArchWiki article but it seems like I can't do the same in NixOS using the traditional way. Is there anything I need to add in the configuration.nix file to achieve the same ?

    4

    Need advice on buying an IEM (under $50)

    I have been considering buying an IEM that would be a step up from my older BLON BL03 and QKZ x HBB.

    So far I have narrowed down to these 3 -

    1. Truthear x Crinacle Zero (red)
    2. Simgot EW200
    3. 7hz Sonus

    I found one more IEM - KZ PR-2 or PR-3

    I mostly listen to Rock, metal, jazz, blues and some occasional cinematic soundtracks (like Hans Zimmer). I also want to use the IEM to play games like Apex Legends.

    I want it to last for sometime (if possible) unlike my blon - the shells come off every now and then and its annoying.

    If there are any other IEMs I should consider please let me know. I just want the best value for money IEM that sounds good

    1

    Need advice on buying an IEM (under $50)

    I have been considering buying an IEM that would be a step up from my older BLON BL03 and QKZ x HBB.

    So far I have narrowed down to these 3 -

    1. Truthear x Crinacle Zero (red)
    2. Simgot EW200
    3. 7hz Sonus

    I found one more IEM - KZ PR-2 or PR-3

    I mostly listen to Rock, metal, jazz, blues and some occasional cinematic soundtracks (like Hans Zimmer). I also want to use the IEM to play games like Apex Legends.

    I want it to last for sometime (if possible) unlike my blon - the shells come off every now and then and its annoying.

    If there are any other IEMs I should consider please let me know. I just want the best value for money IEM that sounds good

    3

    Does anyone know a gtk theme that has similar aesthetics to this gnome shell theme ?

    Marble Gnome Shell Theme

    I want to have a similar aesthetics on xfce.

    Also please feel free to mention your favourite xfce or gtk themes in general.

    P.S - I'm sorry if this is not the right place to ask.

    2

    I'm really curious if it works with Stable diffusion frontends like Automatic1111, webui-forge, fooocus, comfy-ui etc.

    Link to ZLUDA github repo

    0

    The app needs to be open source. Being able to watch Kdrama and things like that will be nice to have but not really a big deal for me.

    So far I have tried Saikou, Dantotsu and Mangayomi. Recently been having issues loading anime episodes in Dantotsu and Mangayomi. Saikou seems to be no longer maintained If i'm not wrong.

    Please mention your recommendations in the comments. (Also if these apps use any extensions like Aniyomi/Tachiyomi does, please also mention your prefered one)

    Edit : Latest version of Dantotsu and Mangayomi seems to be working fine.

    6