• 10 Posts
  • 59 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle

  • When I was little I had issues with bedwetting. From what I learned for me is it always happens during rem sleep. In my case I am plenty aware during this time to wake myself up though it took me a few times to get it right. Now I have a issue where I have to use the bathroom very shortly before falling asleep including any random times I wake up. This really does a number on my sleep sadly.











  • SeeMinusMinus@lemmy.worldtolinuxmemes@lemmy.worldOh for fuck's sake
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    11 months ago

    I just tried opening discord a minute ago and got that lmao. Since I am on fedora I can’t use the deb file. Often pointing around on my system I found where all the discord files are and I made a script that downloads the discord .tar.gz file and moves all the files to the right places. Every time I get the prompt I run the script and it updates discord for me (:

    #! /usr/bin/sh
    
    wget -O discord.tar.gz "https://discord.com/api/download/stable?platform=linux&format=tar.gz"
    tar -xvf discord.tar.gz
    rm -rf discord.tar.gz
    sudo rm -rf /lib64/discord
    sudo mv Discord /lib64/discord
    



  • I use to think the same thing to. Reading has always been very hard for me and still is so I often liked videos more and I still watch lots of videos lol. Books will help give you a deeper understanding of a topic and has a level of detail that videos barely ever have. One thing that might help you is always avoiding noise when reading. The best thing you can do is find a quiet place to read. Good earplugs or something can help when there is no other opinion. A lot of us including me have a really hard time shutting out sound and I believe that anyone that has a hard time reading should try spending more time reading in quiet places. Even with my issues reading now I can read and understand stuff that is often only for people with good reading skills because I am aware of how the world around me effects how I read.




  • Limit how much you use chatgpt. How I learned python was get a python book and read it carefully and follow the examples. There isn’t a fast way to learn programming. You are just going to have to take your time. If you run into a issue just make sure to add more details to your posts so we know how to help you and programming stuff should go in other communities most of the time lol. For asking people for help you can also take a look at matrix. There is lots of programming chat rooms on matrix and are community has matrix chat rooms full of programmers at all sorts of levels. I believe you will one day be quite good at python.