C is simple in the same way that a circular saw with no safety features is simple. I like having fingers better.
C is simple in the same way that a circular saw with no safety features is simple. I like having fingers better.
Some men just want to watch the world burn
C++, but a very ugly and oldschool dialect of it.
I do that occasionally but since the stale “Active” is the default it’s easy to forget.
Ooh, I just found you can change the default!
edit: isn’t this kind of a “you’re holding it wrong” problem? I mean, the default behaviour on Lemmy is awful, not just for this but also since iirc it didn’t default to showing my subscribed communities at the start either.
The high volume of unoriginal Linux content is getting old, and that’s coming from somebody who uses Linux.
I can’t really complain about the content being a bit stale when it feels like the alternative is nothing. So many communities that had vibrant counterparts on Reddit struggle to get one post per week. If it’s ditto-memes on Lemmy, I’ll take it.
Imho the big challenge is just lack of throughput. I follow many communities, and it’s still not at the point where my front-page is consistently new content every day.
Feed the beast. Until then, quit whining about how repetitive the content is - there just isn’t enough of it yet.
JS is the one that’s built into the browser. If JS wasn’t built into the browser, it would go onto the trashbin of bad old languages that only survived because of their platform like VBA and ActionScript and .bat batch scripting. You can’t compare JS to any other language because JS is the one you don’t get a choice on.
The fact that this meme makes sense to anyone demonstrates how dynamic typed programming languages cause brain damage.
Even for experts the user experience is shit. Too much has to be done manually when the default should be automatic, like fetching before pull, recursing when working with repos that use submodules, allowing mismatched casing on case insensitive filesystems, etc.
And yet I have to enable SMB 1.x to get filesharing to talk between my various devices half the time.
No, I mean single-letter vars are standard in physics and math, but reusing vars is not acceptable. Obviously they’re not good practice except in the scenarios you describe, but mathies gonna math.
Maybe they had a background in low-level assembly code? If you’re writing assembly that’s kinda sorta how you’d handle registers.
Single letter variables, yes. Reusing them? No.
Exactly. If it’s a statically typed language and the function has a clear name? I know what type it is, I know what it’s for, I’m good.
There are far worse sins, like intermediate variables or worse, public class members named “obj” or “data”.
Imho the VS integration has always been good, it’s the web config that’s always been a trash fire, and that’s not new.
what’s wrong with nuget? I have to say I like the “I want latest” “no, all your dependencies are pinned you want to update latest you gotta decide to do it” workflow. I can think of some bad problems when you try to do fancy things with it but the basic case of “I just want to fetch my program’s dependencies” it’s fine.
Maybe I’m being unfair, but somehow when I read complaints like this about “purity” and “insufferable” and all that, I always assume it’s “they downvoted and insulted me when I made a bigoted joke about like transpeople or something”.
The reason I hate HTML: I’ve seen smart, reasonable people do this with IDs, and I’m not 100% sure they’re wrong.
DevOps is bad because for some reason we’ve decided to invent new programming languages that you can’t debug locally and so you have to keep pushing commits to the pipeline server. It’s bullshit.
“Why do you write all your pipelines as shell scripts and then wrap them in yaml at the very end”?
Because then I can run them locally quickly and test individual components of them instead of “edit, commit, push, wait 10 minutes, read error message, repeat”.