

Plus, didn’t it reveal taichi to be a load of bollocks? Or was that some other martial art?


Plus, didn’t it reveal taichi to be a load of bollocks? Or was that some other martial art?


Wft. Where do you live for prices to be that crazy?


The biggest factor to success when starting out is your ability to follow instructions.
Pick a recipe, read through it, buy all the ingredients, and follow the instructions.
It’s not that hard. The reason people struggle is because they ignore the instructions like a dad in the 80’s


Looks at unfinished server, armor, and rpg terrain


Yeah, $50 per session is on the low end


You’d be burned to a crisp by solar winds ;)
No, you wouldn’t. You’d start getting cancer.
Also, the atmosphere would start getting worn away. Most people would die of cancer before it’d get bad enough to asphyxiate everyone though


Income disparity can’t really be hidden
This falls under false dichotomy. Just because you can’t remove it 100% doesn’t mean it can’t be reduced significantly


I think it’s more of an extension of the teenager fetish. School uniforms are something only school-aged children and teens wear regularly, so it’s become a trait associated with them.
There’s also some scenarios that are less problematic (at least imo). Some people have a general uniform fetish (cops, nurses, etc). And sometimes couples that want to roleplay themselves as students.
That being said, yeah there’s definitely some creepy fucks that can’t stop staring at teenagers. But I don’t think getting rid of student uniforms would put a noticable dent in it. That ship has already sailed. Keep in mind that french-style maid dresses aren’t really a thing anymire, and people still fetishize that. I doubt the school uniform fetish will go away even if every school in the world did away with them


and it being accepted by the others
You can change policy, but it’s extremely hard to change people. Burying your head in the sand and pouting that people should be the ones to change is going to achieve nothing.
Not me. The vampire and Trumo supporter can go, but witches are cool


Personal anecdote, but I’ve had Microsoft apps like Outlook and Teams crash on me on 4 different days this week while at work. Is anyone else getting similar instability issues?


still I’d code something to manage it all if I were you (and had the possibility to do so ofc)
You’re continuing the exact problem I described. Quit. Dictating. To. Me. How. My. Code. Should. Work.
“Best practice” is a fucking guideline. You can’t bilndly apply it to every single situation and expect it to work all the time. There’s always exceptions and nuance that must be accounted for, and the people that refuse to ackowledge that are fools.
Go find someone else to gaslught, jackass.


God forbid anyone say anything remotely optimistic on here


Assuming they don’t completely collapse on their own due to their bad investments. This might actually happen from how things are going. Unfortunately, it’ll also kick off a larger recession/depression


Anything that makes you follow an npc that doesn’t match speed with the fucking player
Flashback of following Delphine to Kynesgrove to kill Mirmulnir


Don’t let the Dark Souls fans hear you say that


Well you’re not wrong, but man, you’re hating the screwdriver because you work in a bolt factory.
Like I said, the problem with OOP advocates is that most of them are calling for bolts to be destroyed in this analogy. If they weren’t so fanatical about it we wouldn’t be havining this conversation.
what’s that code that has thousands of variables that cannot be organised?
It’s not a random example. I can’t go into detail, but it’s the code I work on on a daily basis. It’s a physics model for industrial equipment. Highly customizable for customers, and I need to know exactly where various sub assemblies are located and be able to move them in various configurations.
And scripts doesn’t “fix” the problem. It’s more that using functions is infeasible due to the difficulty in cramming everything into input arrays, so scripts end up being orders of magnitude more efficient to work with. The scripts are all called from a function, which does allow us to interface with other groups or our own custom GUI.


Unless you know the hours on a drive, you might get brand new ones, or you might get ones with 50k hours on them. They may also be from the same batch, which isn’t ideal for data durability.
If it helps, my strategy is to use RAID6 to handle up to 2 drive failures, and apart from the initial 4 drives needed to initially create the array, I just add another when I need more space. Then even if I get drives with sequential serial numbers, they’re going to have differing amount of life used.
Also, always keep a couple spare drives for quick swapping. Especially with RAID6 given how long rebuilding the array can take


While the concept has it’s uses as a tool, the fallacy that OOP advocates fall into is overusing it.
I’ve seen many people completely swear off of using scripts, which is absolutely ridiculous. While you may use some tools more than others, swearing off an entire code structure for no reason is ridiculous.
Say there’s a module of code you need to write that has hundres if not thousands of variables that come into play in combinations that would be extremely difficult to organize as functions. You’re then stuck with passing all those as inputs and outputs between functions.
Sure, you could organize all those variables as a giant array and pass them around as one big block, but at that point you’re just emulating the shared workspace that you get with scripts, and you’d just be better off working with scripts from the start.
The issue with OOP is that it completely ignores this reality and insists that nobody should ever need a script, and if they think they do then they just aren’t clever enough.
And snortable!