• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle
  • They’re not advocating violence, just reporting a fact. (A hammer is a tool, but also a murder weapon) But you do understand the power asymmetry of an unaccountable police force, right? And just how dangerous this is to civil society? There have been multiple accounts of excessive and incorrect deportations by ICE, with no visible effort to attempt to correct those problems. People are now using the meager tools we have left to try to enforce accountability, before there is only one last tool in the toolbox.



  • By default Bash will auto complete filenames (In fact, in 25 years, i can’t remember the time bash didn’t). Sometimes, there are autocomplete ‘helpers’ that try to be overly smart (ie, only autocompleting files that have the right extension, which can interfere when you are doing creative things with mis-named file). However, in Powershell, cmdlets declare a type for each of their parameters, which lets powershell autocomplete the right type of item, which can make it a bit more magical and reliable.