• 1 Post
  • 10 Comments
Joined 1Y ago
cake
Cake day: Aug 06, 2023

help-circle
rss

It’s basically ThunderBolt 3 without the licensing.


JFC more of this? I really wish the FCC had the teeth to prevent this shit.


You’re right. But it is a factor of how much you drive. If you’re really down to ~10km/yr then you’re not the problem. Most of America, however, drives about 30km/yr. That kind of mileage adds up quickly with poor inefficient gigantobeast 4x4 dickreplacer500 trucks that are primarily used for grocery getters and work commuters. So EVs have their place - especially in that world.



When I originally typed it, I made a function for string reversal and called that. But I didn’t include it since I didn’t want to define that too.

Honestly… this wiki has a seriously difficult path ahead of it. I mean - it’d be fantastic if it did simplify things like that to let you write simple, elegant, and easy to read functions while linking to other functions.

But it’d also have to lint those and make sure that contributors don’t implement recursive dependencies.


I think you’re absolutely correct about them choosing those awful identifiers so the functions are not language specific. It just hurts to read and thoroughly makes it harder to understand because my brain doesn’t tokenize “Z10096” and “Z10096K1”.


Neat. I don’t like that the implementations have to name the function by some cryptic identifier, though. Real words matter in source code.

Who can tell me what this function is?

def Z10096(Z10096K1):
    return Z10096K1 == Z10096K1[::-1]

How about this?

def isPalimdrone(myString):
    return myString == myString[::-1]


They downvote you, but after spending time writing powershell scripts, I can confirm that I absolutely fucking loathe microsoft products now.


I’m stuck with it because of work. Luckily, “Industry 4.0” is completely fucking fed up with M$ and they’re abandoning Windows in droves. I’m just waiting for my vendor to finish polishing their MacOS and Linux alternatives.


Them taking control away from me makes me not use them. Not a problem at all.