User Controls

God bless beautiful linux

  1. #1
    filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  2. #2
    apt Tuskegee Airman
    nigger
    The following users say it would be alright if the author of this post didn't die in a fire!
  3. #3
    filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  4. #4
    esbity African Astronaut
    Originally posted by apt Here's a short guide on how to make an encrypted volume to store your CP:

    Lamy stores my control panel for me on his server.
  5. #5
    Sudo Black Hole [my hereto riemannian peach]
    Originally posted by apt
    Here's a short guide on how to make an encrypted volume to store your CP:

    truncate -s 100G pizzacrypt
    cryptsetup luksFormat pizzacrypt
    sudo cryptsetup luksOpen pizzacrypt pizzacrypt
    sudo mkfs.ext4 -m 0 /dev/mapper/pizzacrypt
    sudo mkdir /mnt/pizza
    sudo mount /dev/mapper/pizzacrypt /mnt/pizza
    sudo chown filtration:filtration /mnt/pizza

    ## close

    sudo umount /mnt/pizza
    sudo cryptsetup luksClose /dev/mapper/pizzacrypt

    ## open

    sudo cryptsetup luksOpen pizzacrypt pizzacrypt
    sudo mount /dev/mapper/pizzacrypt /mnt/pizza

    Is that aes twofish?
  6. #6
    apt Tuskegee Airman
    nigger
  7. #7
    Lanny Bird of Courage
    Originally posted by filtration

    >slack
    >jetbrains IDE
    >some riced out DE 2-bit clone of OSX that I can smell the laggy compiz effects on

    Why would you take a good OS and bury it in a pile of botnet and ugly?
  8. #8
    Sophie Pedophile Tech Support
    Originally posted by esbity Lamy stores my control panel for me on his server.

    URL or it didn't happen.
  9. #9
    filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  10. #10
    Lanny Bird of Courage
    Originally posted by filtration I use it for my notifications (payments, registrations), I have other shit too.

    OK, people use botnet electron resource hogging software for lots of things. Doesn't make it a defensible practice.

    Jetbrains make superior IDE's, (pycharm, phpstorm, Clion), it uses less resources than the bag of shit that is Google chrome

    It's true, it's probably less resource intensive than chrome but that's really kind of an apples and oranges comparison. IDEs in general are a meme, try just using your tools without having them glued together in a resource hogging non-composable GUI.



    The benifits of refactoring shit and the superior features than any other ide far outweigh any negatives jetbrains ide's have

    What refactoring tools do you even get out of PHP storm? No type system and dynamic property access means you can't do guaranteed save renames and the like. "Muh static analysis" in general is a really dubious sort of argument, I'm convinced it's actively hostile to good design in many cases since ctrl-click and kin have enabled the most atrociously convoluted call graphs that no human would tolerate if they didn't have an IDE that made it tolerable to click through 20 methods to see some actual logic.

    vidya proof


    Reduce the playback speed and look at 0:55 as you close the terminal. You get like 4 rendered frames in that animation that lasts maybe a quarter of a second. Either your screen recording capture software is recording at way less than your screen's refresh rate or you're gaudy desktop effects are choppy as hell.

    Bonus points for the spotify botnet.
  11. #11
    filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  12. #12
    Lanny Bird of Courage
    Originally posted by filtration I'm not arguing with someone who took 2 hours to debug a single line of code.

    Lol, there's no need to be salty fam. I'm just ribbing you a bit. It's actually for your benefit that I'm pointing out the botnet-y nature of some of the software you're using. Consider using free (as in freedom) alternatives. Raise your consciousness.
  13. #13
    apt Tuskegee Airman
    nigger
  14. #14
    filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  15. #15
    esbity African Astronaut
    Originally posted by filtration I'm not arguing with someone who took 2 hours to debug a single line of code.

    It took me like a day once to figure out that an argument in my Android app couldnt take a String but instead needed a ' + ""' to work otherwise it would look for a resource...

    No work...
    String s = "lamy";
    myFunction(s)

    Work...
    String s = "lamy";
    myFunction(s + "")
  16. #16
    Lanny Bird of Courage
    Originally posted by apt Do you still use Chrome? Have you read about this? Thoughts?

    I still have it installed but I'm moving more and more to qutebrowser. The two things stopping me is that ad blocking is still pretty primitive (domain based only, not sure where the extension system is, I've been running the same dev build for a while) and the devtools. Actually the devtools are better than FF IMO, and almost as good as chrome, but with the Qt version I have running them is a security vulnerability. But these are both things that should get cleared up in the not too distant future.

    "Sign in to chrome" has been bullshit since it was a thing and coopting gmail to push that is scummy, but I have zero faith that this weird unsigned fingerprinted binary I get from google does one iota less tracking if I don't "sign in" than if I did so I can't say that change really changed my opinion on the matter.
  17. #17
    filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
Jump to Top