ihan normi koodi työ ukko
- 3 Posts
- 28 Comments
Fascism is fascism, what can you say…
“Mr. Musk has provided us with another delicate moment, demonstrating the ancient Roman salute combined with a Hindu symbol. It appears that the talk about the AI-operated gas chambers was a bit of an awkward slip, and it’s best we do not further aggravate the division of our nation.”
I remember reading he also just laughed it off and said people are just paranoid and see what they want to see.
A pretty good tell-tale sign of a fascist is that they will never apologize or admit doing wrong. You have to appear strong at all times.
Thanks, I didn’t realize it was possible. Well, not gonna start arguing about mod policy, but I think down votes would have been just fine here. Anyway, no strong feelings in any direction here.
I bet you were very badly wrong in your comment, but I would have at least like to see it (and down vote it too if it deserved it). I don’t need protection from stupid, just illegal or outright racist/offensive.
Greedy assholes definitely ruin a lot for all of us.
Harari claims something similar in his book Sapiens, so it might not be so far fetched. However, even then people would have to pay for being alive with their work, even if it’s less.
This is true also when you have strong unions to bargain for good benefits. Still, you need to do some work, as opposed to the message of the meme “you have to pay for being alive”.
The only problem is the exploitative angle of the whole thing. They do underpaid work, but the farm owning corporation gets to keep the profits.
Before 1989 there was also a third option: move to West Berlin!
Has there ever been a time in human history where we were just allowed to exist for our passions and not work for survival? Our economic system definitely has its flaws, but this meme paints with too broad strokes.
tyo_ukko@sopuli.xyzto
Lemmy Shitpost@lemmy.world•Pretty interesting when you really think about it.
63·1 year agoSaying dumb shit with smart words is pretty tight tho.
tyo_ukko@sopuli.xyzto
Programmer Humor@lemmy.ml•TIFU by not using objects in my object-oriented programming coursework
3·1 year agoWell, bad code is bad code regardless of the paradigm. I’ve just had bad experiences rewriting some horrible OOP codebases and opted out to use as much functional style as C# allowed me to.
The main problem, as I see it, is that OOP encourages unnecessary abstractions and inheritance. These should be used as little as possible, because they typically increase complexity and make code harder to read and untangle. As an example, I’ve seen people define interfaces that don’t essentially define anything.
Another problem is that OOP encourages mutable member variables. It’s very annoying to try to understand code where class C inherits from class B that inherits from class C. Good luck debugging when the methods of C modify a variable declared in A in subtle ways.
As an idea OOP is very appealing. When I was younger, I would be thrilled to start designing a class hierarchy and interfaces when encountering a new programming challenge. Now I just try to think how to make things as simple and modular as possible.
Edit: of course bad functional code is also bad code. It’s also very annoying to try to understand code where functions pass badly named functions around as parameters and use 10 function compositions in a sequence.
tyo_ukko@sopuli.xyzto
Programmer Humor@lemmy.ml•TIFU by not using objects in my object-oriented programming coursework
1019·1 year agoYou did the right thing. OOP was invented by people who were worried about their job security, to obstruct others from understanding their code.
Hate and simple answers. Trump will “fix inflation” and “bring jobs back”, what could be better? Don’t ask how or what it will cost.
In particular business logic that’s not obvious should be documented in comments.
// Typically 1 = 1, but on March accounting wants that 1 = 2. This function makes that mapping.
Just remember to mark all the things you’d like to make better but can’t be arsed to at the moment with numerous TODOs.
Hi colleague! So I found a comment in the code from 3 years ago by you saying you should “improve this”. Is it planned for the next sprint?




Here’s my attempt at satire at this current climate: The leader of the US met up with the other world leaders, behaved politely, improved relations and got genuinely complemented on his diplomatic abilities.