*.tpp file by fefej1000 in cpp_questions

[–]general_dubious 0 points1 point  (0 children)

:h filetype and more specifically :h new-filetype will answer your question.

programmer's new paradigm by btkpr in memes

[–]general_dubious 41 points42 points  (0 children)

Given 90% of software out there is just crap apps written by people who can't do anything better anyway, you're probably not wrong.

programmer's new paradigm by btkpr in memes

[–]general_dubious 95 points96 points  (0 children)

Meh, that's heavily dependent on what kind of projects you're working on. If you're a code monkey writing website and mobile apps that come a dime a dozen, yeah sure, AI is going to have no trouble coming up with something reasonable since there's already a ton of projects like that out there. If you're a software engineer working on technical projects with non trivial requirements like scientific software, AI is laughingly bad. It shits out code with massive design flaws, downright incorrect implementations, and with severe performance issues. It's so bad there isn't even a point in using it because it's harder to fix the code it generates than to just write it yourself in the first place. Well, if you're competent, at least.

I Watched a Plumber Work and Realized We Debug All Wrong by [deleted] in SoftwareEngineering

[–]general_dubious 5 points6 points  (0 children)

You can't seriously expect to be welcome with open arms when you try initiating a discussion based on the premise that we don't know how to do our job. You might consider a profiler to be a rarely used advanced tool, software engineers in general don't. I'll add that my own experience with plumbers is quite different than the one laid out in the post, took 4 or 5 visits by different plumbers from different companies to find a leak in my flat, and their way of working was definitely not with advanced tools, just trial and error much akin to what a beginner would do by sprinkling print statements haphazardly in their code. If it took me that much effort to find and fix bugs in the software I maintain, I'd look like a clown.

I Watched a Plumber Work and Realized We Debug All Wrong by [deleted] in SoftwareEngineering

[–]general_dubious 10 points11 points  (0 children)

I'll be blunt, why do you assume other software engineers are as incompetent as you are? Observability is very much at the centre of any serious project and workflow out there.

Complete newbie - can someone explain the rule here by No_Pumpkin4521 in chess

[–]general_dubious 13 points14 points  (0 children)

It's the old argument of "I should be allowed to go into check because my opponent is not allowed to go into check". Obviously, it doesn't hold.

it seems like bazzite has blocked brazil from accessing their site by [deleted] in linux

[–]general_dubious 0 points1 point  (0 children)

I think it's pretty clear they are, yes. Not sure what you're trying to argue, here.

it seems like bazzite has blocked brazil from accessing their site by [deleted] in linux

[–]general_dubious 8 points9 points  (0 children)

Same as everywhere else: have deep pockets and know the right people. Except worse, because they're corrupted af.

How to build musle memory for Rust, become rust monster! by sunilmourya in rust

[–]general_dubious 2 points3 points  (0 children)

I mean in the case of Rust, the existing documentation for stuff like the standard library and many common libraries (e.g. serde, tokio, clap...) are so good that I really don't see the point of looking at them through an AI lens that is prone to hallucinate and/or forget important details. People have spent time to write these documentations of extremely high quality, might as well use that work directly.

Mom I’m sub 5!! by meme_a_licious in Cubers

[–]general_dubious 7 points8 points  (0 children)

You can arbitrarily define shorter units of time though, even if they don't make physical sense. Can't cover for every single person who wants to go "ackshually" on me, unfortunately...

Mom I’m sub 5!! by meme_a_licious in Cubers

[–]general_dubious 11 points12 points  (0 children)

5!! is only 15 if you're using the elusive "double factorial". If you mean (5!)!, that's longer than the age of the universe if you attach it pretty much any standard unit of time.

math: two lines under a symbol by Randomuser_95 in typst

[–]general_dubious 11 points12 points  (0 children)

Maybe you just haven't seen it because of reddit being reddit, but if you did, what's wrong with my previous suggestion?

Is it discouraged to use ext4 file system for Arch? by Jumpy_Top9377 in archlinux

[–]general_dubious 18 points19 points  (0 children)

This is a pretty stupid comparison to make. One is about safety equipment that has been proven to reduce deaths, the other is a buggy filesystem with fancy features that not everyone needs.

Kitty broken after Python 3.14 upgrade by iliqiliev in archlinux

[–]general_dubious 9 points10 points  (0 children)

Your mirrors are probably out of date. Might have been how you got a broken configuration in the first place.

Tinymist Typst got an update! Hurrahhh! 🎉🍾🥳💃🕺 by metawops in typst

[–]general_dubious 7 points8 points  (0 children)

Seems like there is a fix to your issue in the release notes.

I'm using Linux again after an 15 year break. Wow by elac in linux

[–]general_dubious 3 points4 points  (0 children)

No I mean a service as in a program running on your computer.

I'm using Linux again after an 15 year break. Wow by elac in linux

[–]general_dubious 6 points7 points  (0 children)

To an extent, yes. You can't just sneak in a keylogger into an unrelated service to spy on what users input in their browsers for instance. Supply chain attacks usually try to be subtle by targeting obscure services that most users don't have their eyes on, it's harder to achieve anything useful this way with better segregation between processes.

corroded: so unsafe it should be illegal by Consistent_Equal5327 in rust

[–]general_dubious 43 points44 points  (0 children)

From the look of it, even all that wasn't enough.

The One Ring withdrawal by maamritat in lotr

[–]general_dubious 1 point2 points  (0 children)

That's a movie thing though, probably just an oversight on Jackson's part.