The company could have rejected the government deal if they cared about the moral aspect of spying on citizens instead of money; by accepting the deal and executing the contract they are complicit.
I'm not asking about the syntax, I'm asking about the logic where a value can be equal to itself plus another value when the pre-condition is that it must be > 0.
out (; balance == balance + amount) // checked after method returns How exactly does it work? Is this a typo?
You are free to donate your money to your project of choice.
They are the right abstraction for people that do not want to relocate terabytes of their existing data and filesystem structure to migrate to some sort of an esoteric filesystem just so they can let a tool work…
Not necessarily, in C++ you'd still drop from smart pointers to raw pointers, from virtual dispatch to switches/computed gotos, from std::function to function pointers and so on. These abstractions all come at a cost.
Highly optimized code in hot paths is rarely readable.
We're in a reply chain discussing a mob of digital artists exercising verbal violence against a digital painting software author who used LLM to assist with the code. This is literally an analogous situation.
Makes no sense. I don't see physical artists being upset that their pencils were manufactured in a factory instead of hand made.
Huh. Boomers really did live their lives on tutorial mode.
...what kind of credentials did you have to become a hw/sw engineer at a nuclear power plant as your first job?
That's good to know, I'd usually go about it in a roundabout way: soft reset the commit then git add --patch to stage the hunks to split it into multiple commits.
> Western disease and sugar heavy diets broadly speaking No, just being sedentary. There's no such thing as acquired diabetes in physically active people.
Nutriscore is a meme because it only refers to products in the same product category. Some Nestle's ultra processed sugary cereal has scores of A-B, it does not mean it's healthy, it just means it's less bad than other…
> Immigrants economic contributions are net-positive, its not at the expense of anyone bc economies are no zero sum games. It's at the expense of women and their safety, for example. Between years 2010 and 2015, 60% of…
"just know people bro"
Why is it surprising? This is essentially a pre-built PC in a small form factor and most PC peripherals are USB-A.
Minecraft has two versions, Java and Bedrock (C++), the Bedrock edition uses bgfx: https://www.minecraft.net/en-us/attribution
There's so few gun related homicides in Poland that an execution style murder is 100% either mafia affairs or assassinations: https://en.wikipedia.org/wiki/Gun_laws_in_Poland#Gun_deaths_...
With regards to 1), do not write/read structs directly to/from files. Instead write a proper serializer/deserializer. Without it, you may encounter another breakage soon when a different compiler/compiler options insert…
These jobs are unpopular because the pay is shit, not because people don't want to do them, the government could simply have grants/bonus program for people employed in these positions so that the taxpayer money…
It has not lagged behind depending on how you look at it, video game development can be split into engine programming and gameplay programming. For engine programming, you only need a handful of senior engineers…
So... git rebase -i?
I just have a rule in AGENTS.md that any additions, removals or modifications to the public facing APIs should update the corresponding API documentation, works fine for me (assuming both sit in the single workspace).
If you have a VPS that's always running, you can just use it as a git remote through SSH without moving things around or any third party software, just put the Git repo on the VPS and clone it via "git clone…
The company could have rejected the government deal if they cared about the moral aspect of spying on citizens instead of money; by accepting the deal and executing the contract they are complicit.
I'm not asking about the syntax, I'm asking about the logic where a value can be equal to itself plus another value when the pre-condition is that it must be > 0.
out (; balance == balance + amount) // checked after method returns How exactly does it work? Is this a typo?
You are free to donate your money to your project of choice.
They are the right abstraction for people that do not want to relocate terabytes of their existing data and filesystem structure to migrate to some sort of an esoteric filesystem just so they can let a tool work…
Not necessarily, in C++ you'd still drop from smart pointers to raw pointers, from virtual dispatch to switches/computed gotos, from std::function to function pointers and so on. These abstractions all come at a cost.
Highly optimized code in hot paths is rarely readable.
We're in a reply chain discussing a mob of digital artists exercising verbal violence against a digital painting software author who used LLM to assist with the code. This is literally an analogous situation.
Makes no sense. I don't see physical artists being upset that their pencils were manufactured in a factory instead of hand made.
Huh. Boomers really did live their lives on tutorial mode.
...what kind of credentials did you have to become a hw/sw engineer at a nuclear power plant as your first job?
That's good to know, I'd usually go about it in a roundabout way: soft reset the commit then git add --patch to stage the hunks to split it into multiple commits.
> Western disease and sugar heavy diets broadly speaking No, just being sedentary. There's no such thing as acquired diabetes in physically active people.
Nutriscore is a meme because it only refers to products in the same product category. Some Nestle's ultra processed sugary cereal has scores of A-B, it does not mean it's healthy, it just means it's less bad than other…
> Immigrants economic contributions are net-positive, its not at the expense of anyone bc economies are no zero sum games. It's at the expense of women and their safety, for example. Between years 2010 and 2015, 60% of…
"just know people bro"
Why is it surprising? This is essentially a pre-built PC in a small form factor and most PC peripherals are USB-A.
Minecraft has two versions, Java and Bedrock (C++), the Bedrock edition uses bgfx: https://www.minecraft.net/en-us/attribution
There's so few gun related homicides in Poland that an execution style murder is 100% either mafia affairs or assassinations: https://en.wikipedia.org/wiki/Gun_laws_in_Poland#Gun_deaths_...
With regards to 1), do not write/read structs directly to/from files. Instead write a proper serializer/deserializer. Without it, you may encounter another breakage soon when a different compiler/compiler options insert…
These jobs are unpopular because the pay is shit, not because people don't want to do them, the government could simply have grants/bonus program for people employed in these positions so that the taxpayer money…
It has not lagged behind depending on how you look at it, video game development can be split into engine programming and gameplay programming. For engine programming, you only need a handful of senior engineers…
So... git rebase -i?
I just have a rule in AGENTS.md that any additions, removals or modifications to the public facing APIs should update the corresponding API documentation, works fine for me (assuming both sit in the single workspace).
If you have a VPS that's always running, you can just use it as a git remote through SSH without moving things around or any third party software, just put the Git repo on the VPS and clone it via "git clone…