User Controls
God bless beautiful linux
-
2018-09-24 at 6:51 PM UTCThis post has been edited by a bot I made to preserve my privacy.
-
2018-09-24 at 7:09 PM UTCnigger
-
2018-09-24 at 7:20 PM UTCThis post has been edited by a bot I made to preserve my privacy.
-
2018-09-24 at 9:02 PM UTC
-
2018-09-24 at 9:11 PM UTC
Originally posted by apt
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? -
2018-09-24 at 9:25 PM UTCnigger
-
2018-09-25 at 7:29 PM UTC
-
2018-09-25 at 7:56 PM UTC
-
2018-09-25 at 8:16 PM UTCThis post has been edited by a bot I made to preserve my privacy.
-
2018-09-26 at 2:33 AM UTC
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.
-
2018-09-26 at 5:20 AM UTCThis post has been edited by a bot I made to preserve my privacy.
-
2018-09-26 at 5:13 PM UTC
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.
-
2018-09-26 at 5:33 PM UTCnigger
-
2018-09-26 at 5:36 PM UTCThis post has been edited by a bot I made to preserve my privacy.
-
2018-09-26 at 6:07 PM UTC
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 + "") -
2018-09-27 at 1:41 AM UTC
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.
-
2018-09-27 at 12:39 PM UTCThis post has been edited by a bot I made to preserve my privacy.