• 4 Posts
  • 367 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle









  • 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










  • 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