A computer science enthusiast.

https://myxi.envs.net

  • 7 Posts
  • 42 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle
  • myxi@feddit.nlto196@lemmy.blahaj.zonepangram rule
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    3 months ago

    There’s a "the’ in the quote.

    The quick brown fox jumps over the lazy dog.

    >>> sorted(set("The quick brown fox jumps over the lazy dog"))[2:]
    ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']
    




  • I agree fully. I basically never download music anymore, because I can get all the music I can think of on Spotify for a few bucks a month.

    I recently started music pirating because I listen to a lot of genres and I want to shuffle them. If I use Spotify, I am limited to their shitty shuffler, but if I download my music offline, I can shuffle however I want. My favorite algorithm to shuffle my huge bunch of music is to shuffle them by genre. Now I get to listen to interesting music with full control over the algorithm used.

    Also, there are frequent power cuts in my area, so an offline library always proves useful. I also visit places where internet connections are not available.












  • myxi@feddit.nlOPtoUnixporn@lemmy.ml[Awesome WM] My First Customisation
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    8 months ago

    I experienced this too. That’s why I stopped asking them anything after my first query (why my keybindings were not working when defined in another file) and relied on guess work. I also found the community kind of dead, so you don’t actually get the answers quicker than the guess work will get you there.


  • myxi@feddit.nlOPtoUnixporn@lemmy.ml[Awesome WM] My First Customisation
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    8 months ago

    I had to look through the source code of their widgets (like wibox.widget.textclock, awful.titlebar.widget.maximizedbutton) they use in their default config file to have a grasp of what’s happening. Looking through others’ dotfiles was more pain because it’s not supposed to be looked upon by the beginners, so they cram all they know in a few lines and leave you guessing.