Skip Navigation

Posts
14
Comments
144
Joined
2 yr. ago

  • When you realize that music was created by people from the silent generation.

  • I have a lot in common with raccoons then

  • Thanks (: Raccoons are my favorite animal so I decided to make it the icon for the app.

  • This is a fucking mormon kid lol. This is the type of mormon kid that would turn on the most generic country pop if given the aux cable and would put on pit vipers thinking they look super cool but not even pull off the look. I know other people that fit that stereotype that are way less annoying though. This kid has a very bad case of small dog syndrome and is often compared to a chihuahua.

  • Recently a short high schooler that looks like a 5th grader said "dicks are for chicks you silly f*ggot" to me. Normally I would own up to it just to see the look on there face but this kid REALLY annoys me.

  • That's entail the box is opened hehehe

  • I have a fix. Cut off the tip of one of your fingers and stick it up your ass. Now the WinRar-esque trial window will not show up anymore. Either that or switch to 7z (which is better anyways) but I know you mother fuckers follow bill gates to closely to ever even think of using a program that is free, open source, faster, and just over all better.

  • One time the kkk created a baseball team and lost to a all black team. I bet some of the kkk members were saying shit like that afterwards lol.

  • 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
    
      
  • Everyone here seems to either really like coleslaw or completely hate it. I am on team coleslaw yum: the only correct option.

  • That chonker is a OH LAWD, HE COMIN' on the chonk o' meter.

  • Make sure to pay the bills

  • If someone asks what lemmy is all about this is the quickest way to tell them everything they need to know.

  • I am proud to be a lemming ✊

  • tbh chilling in the underworld on halloween would be epic!

  • colorblindness entered the chat

  • API starter kit

    • Outdated and unsupported and hasn't been replaced yet but is the standard way to use the service.
    • Lots of authorization tokens.
    • The example in the docs doesn't work (if there is one).
    • You have no idea where the online tutorial got the information because it doesn't have links to resources and the docs have barely anything even though its giant.
    • Uses asynchronous programming to make it faster but its still much much slower then scrapping without asynchronous programming.