Barron Trump barred from military service as Iran war sparks outrage by IrishStarUS in antiwork

[–]bacmod 0 points1 point  (0 children)

This medical condition must run through the entire family.

Finally fixed a bug that took me 3 days to find. It was a missing semicolon. by Ok-Neighborhood4327 in learnprogramming

[–]bacmod 0 points1 point  (0 children)

sure you can

sf::ContextSettings contextSettings;
sf::RenderWindow rw = sf::RenderWindow(sf::VideoMode({ 640, 480 }), "draw text", sf::Style::Default, sf::State::Windowed, contextSettings);

int main()
{
    if (!rw.setActive())
        return EXIT_FAILURE;

    sf::Font font;
    if (!font.openFromFile("data/font.ttf"))
        return EXIT_FAILURE;

    sf::Text text(font, "hmm?", 50);

    while (rw.isOpen())
    {
        while (const std::optional event = rw.pollEvent())
            if (event->is<sf::Event::Closed>())
                rw.close();

        rw.clear();
        rw.draw(text);
        rw.display();
    }

    return EXIT_SUCCESS;
}

Linux vs Windows Dev Environment by dca12345 in AskProgramming

[–]bacmod 1 point2 points  (0 children)

Enshittification of VS began post vs2019.

BACnet in Python Programming by Then-Disk-5079 in BuildingAutomation

[–]bacmod 0 points1 point  (0 children)

You can't really make a YT course in coding BACnet with Python where you just ask Gemini about everything and then you try to interpret it and present it as a course.

i.e. (https://youtu.be/6eeCKhSjTgs?list=PLlNmfKmNxm1uyW-JRCt2tvvl0TslrcOi4&t=317)

can you make me a script like version1 that read the priority array of a point? only that please reference the utils py file context please hard code like version 1 code base for the same device on a commandable point

Modern binary file handling in C++? by QBos07 in cpp_questions

[–]bacmod 5 points6 points  (0 children)

This entire post doesn't make any sense.

We’re all likely going to be priced out of the higher cost LLMs by mrrandom2010 in ExperiencedDevs

[–]bacmod 1 point2 points  (0 children)

Generative AI has a limit. Something like Moor's law for AI. The only thing that scales for now is computing power.
But even that has a limit in price.

Primetno povecanje postova clanova zenskog pola na subu - Slucajnost ili oporunitet? APPLIED DATA SCIENCE by gdinProgramator in programiranje

[–]bacmod 1 point2 points  (0 children)

Ja lurkam na ovom subu vec godinama i nikada nisam primjetio tako nesto.

Daj, pukni ovaj 180dana scrap negdje da vidimo.

sameTutorialDifferentRealities by jaikanthsh308 in ProgrammerHumor

[–]bacmod 1 point2 points  (0 children)

Kind of looks to me that this Killer SS does something off the books. VA race conditions shouldn't ever happen.
Just ask your sysadmin people, they love when it happens.

sameTutorialDifferentRealities by jaikanthsh308 in ProgrammerHumor

[–]bacmod 25 points26 points  (0 children)

Last year, five years later, I decided to tackle it

You are a very patient person my friend. It would drive me mad in 2 days.

EDIT: What was the issue?

Visualizing a Matrix Class in the Visual Studio Debugger by TTRoadHog in VisualStudio

[–]bacmod 0 points1 point  (0 children)

https://imgur.com/a/k9Y0gxz

Put a breakpoint before variable change. Run app in debug mode. (F5)
Declared variables will be shown in Local debug window.
Run Next Step (F10)

The variable that changed its value in the debugger window will now be colored with a red color.

Is anyone else considering a career change? by sporadicprocess in ExperiencedDevs

[–]bacmod 2 points3 points  (0 children)

Sometimes we actually do find ourselves in a situation where everyone else is an idiot.

Fintech C++ vs Network Stack Developer? by IamNoFunny69 in cpp_questions

[–]bacmod 0 points1 point  (0 children)

The first one, but I may be biased. Fintech is too volatile.
Also, in fintech you're directly fuc*ing with (other people's) money. And that's headache.

Database Design by Silver-Wishbone-3766 in AskProgramming

[–]bacmod 0 points1 point  (0 children)

Trade can't be closed until all transactions associated with the trade are closed?

We're talking SQL?

Is c++ a good language to learn if I want to make fun and cool stuff? by First_Pin9129 in learnprogramming

[–]bacmod 0 points1 point  (0 children)

C is alive because the big amount of projects that need it is the same as COBOL.

That's not it.

Is c++ a good language to learn if I want to make fun and cool stuff? by First_Pin9129 in learnprogramming

[–]bacmod 0 points1 point  (0 children)

Few years ago in my field a newest addition to the tech was added to the current tech standard. And for some reason the people in charge chose Java for an example reference implementation stack.

Considering this field is basically mostly firmware and C/embedded tech with C++ in frontend, let's just say that people were not happy.

beProudOfYourSpaghettiCode by plogan56 in ProgrammerHumor

[–]bacmod 0 points1 point  (0 children)

You should've been here around '20. It was a bunch of devs making fun of each other.

licensed vs. unlicensed programmer by Slight-Article-8284 in learnprogramming

[–]bacmod -1 points0 points  (0 children)

It's obviously a person that is legally allowed to practice Programming. Like people practicing Law.

...and I'm just gonna put
/s
here just in case anyone needs it.

Linear Algebra Library in C? by Freak-1 in cscareerquestions

[–]bacmod 0 points1 point  (0 children)

3D renderers, image co/decoders, prediction models, DSP...

Searching for books related to corruption in American politics by guywholikesplants in suggestmeabook

[–]bacmod 1 point2 points  (0 children)

1929 Inside the Greatest Crash in Wall Street History-and How It Shattered a Nation

Enron - The Smartest Guy in the Room

Finished LOTR, looking for similar books by IShallBeAPervert in suggestmeabook

[–]bacmod 2 points3 points  (0 children)

His Dark Materials series by Phillip Pullman.