It’s the best scripting language I know of, but man I hate dynamically types languages. I am so used to rust and C/C++ that reading any large script or program will drive me insane
And the whitespace instead of {} tokens…
Queer✨Anarchist Anti-fascist
It’s the best scripting language I know of, but man I hate dynamically types languages. I am so used to rust and C/C++ that reading any large script or program will drive me insane
And the whitespace instead of {} tokens…
Sorry, but you weren’t the type I thought you were all the time
Your kitchen knives are vegan?!?!? But aren’t they naturally omnivores???
I’ve always heard stories of shit going down at walmart, but I’ve never seen it.
Dennys, on the other hand…
The nearest winco to me is a country away ;_;
I wish I could shop at a unionized store or a worker-owned place but none exist near me for groceries.
I loved shopping at 2 am. It was basically me, nighttime truckers, and people who worked weird shifts stopping by after work. When I shop in the day the aisles are congested and shelves occasionally need a restock, and checkout lines out take forever (looking at you costco)
The world is full of creatives who make things without any expectation of income, but people create anyways. Look at open source software, or the many youtubers who don’t get enough views to get paid yet they post anyways. There’s quite a few journalists who operate solely on optional donations.
Fuck IP. Copyright is theft. IP kills.
If you can’t own it, you might as well “steal it”
But hey, property is theft anyways so who the fuck cares if I copy media without paying the ghouls who “own” the work made by other people they pay pennies of their dollar
I’ve run into the same problem with an API server I wrote in rust. I noticed this bug 5 minutes before a demo and panicked, but fixed it with a 1 second sleep. Eventually, I implemented a more permanent fix by changing the simplistic io calls to ones better designed for streams
Exactly.
I use it a lot on my systems for very simple scripts because I am significantly more experienced in python compared to bash.
I remember getting given a 10k line python script which “was the documentation” for an API i had to interact with using powershell. I hated life so much because of that stupid project.