

well deserved this game is wonderful
well deserved this game is wonderful
yes I have indeed shopped at Costco lol
right now not a chance. it’s okay ish at simple scripts. it’s alright as an assistant to get a buggy draft for anything even vaguely complex.
ai doing any actual programming is a long ways off.
SLAY THE SPIRE!
which is just perl mode
yeah I’ve got 400 hours into the phone version alone lol. I’m stoked
I love some of the dangerous upgrade commands too, my favorite:
hdparm --fwdownload-mode7 firmwarefile.bin –yes-i-know-what-i-am-doing --please-destroy-my-drive /dev/sdb
yeah I enjoyed it too, a couple of different friends mentioned it being funny I don’t know anyone that was upset about it.
probably just another article about some random vocal minority complaining
I definitely spent a frustrated 45 minutes trying to figure out why curl wasn’t working when it was supposed to be supported in PowerShell.
then I hit tab a couple of times and noticed curl.exe was an option, that works exactly the same as I had expected with original syntax.
they do this to a lot of things though a lot of common commands end up being an alias to a powershell command with a specific option set that doesn’t always line up
oh great I’m sure the training for this will not result in a bunch of things getting “reviewed” and no one being responsible for mistakes at all…
look I know there’s more important things going on here but did they photo shop his hands smaller or is this just an odd angle or wtf is going on
I use awk all the time. a very common and probably simplest reason I use it is it’s ability to handle variable column locations for data.
if you know you always want the last field you can do something like
awk '{print $NF}'
but usually using it as for performing more advanced operations all in one go without having to pipe something three times.
sure you can do grep cut grep printf, but you can instead do the pattern matching, the field, the formatting, whatever you need to all in one place.
it’s also got a bunch of more advanced usage of course since it’s its own language. one of my favorite advanced one liners is one that will recognize if it is going to print a duplicate line anywhere in your output and prevent it. in cases where you don’t want to sort your output but you also want to remove duplicates it is extremely helpful and quick rather than running post-processing on the output in another way.
all that said main reason I use it is because I know it and it’s fast, there’s nothing you can do in awk that you can’t do in Python or whatever else you’re more comfortable with. The best tool for the job is the one that gets it done quickly and accurately. unless your environment is limited and it prevents the installation of tools you’re more familiar with then there’s no real reason to use this over Python.
honestly I would pay an extra $10 for this feature on pretty much any game
exactly lol, not too bad after you learn a few things.
also vim adventures is a fun way to learn!
lol I shared this one just yesterday, one of my favorites
that what I assumed
ah that’s right, been a while since sociology courses lol
for sure, I literally set up a classic LAN party with four friends to all start guild wars 2 together on opening weekend and we played for like two or three hours before we all decided to give up and play something else