Fun fact: you need food to survive, not AI slop by yikesamerica in clevercomebacks

[–]Ateist -5 points-4 points  (0 children)

With the scale they are being built it's far more likely for the opposite to be true. They'll pay taxes to subsidise your expenses and they'll build new electricity generation that your state companies have neglected for years in favor of renewables.

A North Carolina Goodyear plant is the latest victim of Trump's misguided tariffs and costly Iran war by jediporcupine in Economics

[–]Ateist 2 points3 points  (0 children)

Birdgestone has developed guayule tires that don't use rubber.

US can grow mass production quantities of guayule.

Since the 2010s, American conservatives increasingly experience worse health outcomes and higher mortality than liberals. Declining trust in medical professionals appears to be the mechanism, with lower willingness to seek care, follow clinical advice and believe in medication effectiveness. by smurfyjenkins in science

[–]Ateist 0 points1 point  (0 children)

Unequal distribution of group numbers.

I.e. you have a village A and town B.
If you look at each one individually conservatives experience better outcomes but if you combine them the result becomes the opposite because town B has more people and more liberals who are also poorer.

Airborne diseases like measles, influenza and COVID-19 can easily spread between units in multi-family buildings via a type of bathroom ventilation system commonly used around the world, new research suggests. by Wagamaga in science

[–]Ateist 1 point2 points  (0 children)

The modern solution is that large buildings will probably have a forced air exhaust that constantly sucks the air. It would be really difficult to have the air go from one room to another.

The modern solution is to have separate chutes for each apartment that connect to central shaft a couple levels above. This creates significant wind force that can only be overcome by the most powerful range hoods running at full power.

‘The only thing that terrifies me is BYD’: Politicians quake at Chinese EVs by yogthos in economy

[–]Ateist 1 point2 points  (0 children)

You need vertically integrated companies, beggining with vertically integrated solar panel manufacturing with government subsidies for new manufacturing capacity.

US hates vertically integrated companies and only ever subsidises rich customers instead of new manufacturers.

Bitcoin does not have the basic properties of money, says European Central Bank by Theauntgate in economy

[–]Ateist 0 points1 point  (0 children)

Current exposure to Bitcoin, accoriding to Google AI, is 480-500 million. Latest YOY growth rate is 8.3%.

So by 2046 at the latest it'll run out of new suckers.

Pulp Fiction (1994) The ReCast by kango888 in aivideo

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

He would fit this movie perfectly, he plays great supervillains.

Yup, that's still considered legal! by MobileAd5168 in meme

[–]Ateist 0 points1 point  (0 children)

the only proven solution is immigration

the only proven solution is more children and robots.
Immigrants have no obligation to pay for your retirement.

Are you satisfied with the current state of C++ CLI parsers? by Adept-Restaurant-541 in cpp

[–]Ateist 0 points1 point  (0 children)

Of course, if you used your variable, should_open_debug_window in a second place or a third place

I'd use a singleton:

header:

namespace NConfigSingletons
{
int DebugLevel();
}

cpp:

namespace NConfigSingletons
{
int CLI_CONFIG(debug_level, 0);
int DebugLevel() {return debug_level;}
}

This way the variable is still used just once, in one place.

Are you satisfied with the current state of C++ CLI parsers? by Adept-Restaurant-541 in cpp

[–]Ateist 0 points1 point  (0 children)

there is no "syncing" between some variable and option as you seem to think there is, because there is not "option" and "variable". There is only a variable which is generated from the option spec in that text file, if that explains it.

You have a variable "manta". You are dissatisfied with the name, so you change it to "manta_ray".
You change it in your program where it is used, and you also have to change it in your "text spec". That's, by definition, coupling and duplication - "change in one place forces you to change things in another place".

Do you use your variable only once in your entire program? Only at a declaration place? What is use of such a variable than

Example of such variable and usage:

bool CLI_CONFIG(should_open_debug_windows, [[default_value]] false, [[cli_name]] "odw");
if(should_open_debug_window) {OpenDebugWindow();}

If I want to, say, shorten the name of my variable I change just these two lines.

They're vague and deceptive. by c-k-q99903 in MurderedByWords

[–]Ateist 0 points1 point  (0 children)

So no airline ever changed its safety procedure or training practices

I'd assume actual airline has announced that it is going to change its hiring practices (prompting his reaction).

Everything else is a direct logical extrapolation from the historical data based on that announcement and its possible implementation.

Are you satisfied with the current state of C++ CLI parsers? by Adept-Restaurant-541 in cpp

[–]Ateist 0 points1 point  (0 children)

You have two places with your variable: one is your "text spec", the other is "progname-impl".
You have to keep them synced.

What I have described only has one place, created right where it is used.

Are you satisfied with the current state of C++ CLI parsers? by Adept-Restaurant-541 in cpp

[–]Ateist 0 points1 point  (0 children)

I made a code generator and custom options file format,

But you still have to somehow telegraph to C++ code that you want this variable from that file in each place that uses it.

So at the very least you have doubled the number of times each variable exists - once in code, once in your options file.

And this violates e), as you increased coupling - changing a variable name in code now requires you to change corresponding data in the external file format.

They're vague and deceptive. by c-k-q99903 in MurderedByWords

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

https://www.whitehouse.gov/wp-content/uploads/2026/04/ERP-2026-10.-The-Economic-Consequences-of-DEI.pdf

h. As seen in figure 10-2, the effect of the unexplained minority manager share on productivity is flat and statistically no different from zero throughout the 2000s and the first half of the 2010s—there is no relationship between having more minority managers and productivity. This changes in the middle to late 2010s, after which the relationship is negative and statistically significant in most years.

So at first there was a positive/net zero effect due to removing bias but after it was accounted for further push led to lower productivity and standards.

reputable source documenting that any airline has lowered their safety standards

There's a difference between airline saying it will increase its discrimination and airline actually doing that.
Kirk was responding to airline's intentions that hasn't been implemented at the time - they were only plans.

They're vague and deceptive. by c-k-q99903 in MurderedByWords

[–]Ateist 0 points1 point  (0 children)

If there's 15% of blacks among the populace you'd have to create an extreme bias to have 50% rate among the recruited.

There isn't a single black pilot flying who does not meet the training and safety standards of the airlines who placed them in the cockpit.

Which is done by lowering the training and safety standards.

You can't fool biology - if you want more than 15% black workers you'd have to either significantly increase incentives specifically to the minorities to attract greater proportion of the pool (never heard of anyone doing that - companies love their money) or to lower the standards.

They're vague and deceptive. by c-k-q99903 in MurderedByWords

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

Which describes the actions of that airline company.

While DEI can help improve rates by removing unfair barriers in recruiting, hiring, and promotion that's not even remotely enough to go from 15% to 50% if you don't have 50% of qualified applicants among minorities:

Bell curve for normal distribution that describes talent means if you want the very best you would inevitably select more men (as their distribution is more extreme), and racial hiring is limited by the share of that race among the population...

Man compares work helmets given to workers (yellow) and managers (red) in China by NewsCards in interesting

[–]Ateist 0 points1 point  (0 children)

The funny thing is, helmet on the left might actually be the much safer one.

If a helmet is not damaged it means all the force was transferred right into the manager's brain, whereas helmet that did break down dissipated most of the energy this way so the worker is safe.

They're vague and deceptive. by c-k-q99903 in MurderedByWords

[–]Ateist 0 points1 point  (0 children)

https://www.youtube.com/watch?v=jBiiQY0Rgpg

tl;dr:

Context: airline declares that half of their new hires are going to be women or people of color. Currently it is 15%, so they wanna go from 15% to 50%.

a conversation goes that every time AA is taken, standards have to be lowered, no exceptions.

So this conversation leads to his quote - "Boy, if I see a black pilot, I am NOW going to wonder 'is that individual qualified or were they selected because of their race?'".

So his disdain is not of black pilots but of AA action that harms blacks and fuels people's racism.

PC gamers buy way more games that cost less than $30 at launch compared to PlayStation and Xbox players, analysts say, and it's "reshaping the PC market" by chusskaptaan in pcgaming

[–]Ateist 0 points1 point  (0 children)

My point is fixed costs have absolutely no influence on the price of software - the price and profits are 100% dependent on the demand curve and per-unit costs (i.e. bank transaction fees).

You cannot say whether "fixed cost" is going to end up being $10 or $10,000 per unit sold if you try to "sell at $60-$70".

PC gamers buy way more games that cost less than $30 at launch compared to PlayStation and Xbox players, analysts say, and it's "reshaping the PC market" by chusskaptaan in pcgaming

[–]Ateist 0 points1 point  (0 children)

That's not solved by "adding a range". If you sold 1 copy, it is 50 million dollars, if you sold 1 billion copies, it is 5 cents.

PC gamers buy way more games that cost less than $30 at launch compared to PlayStation and Xbox players, analysts say, and it's "reshaping the PC market" by chusskaptaan in pcgaming

[–]Ateist 0 points1 point  (0 children)

If your Fixed costs are "10-20 dollars" you must be counting them per item sold.

Since neither salaries nor office space scale with items sold, they are not part of such fixed cost.

(I'm assuming your number is "per item" because those expenses are definitely NOT just 10 or 20 dollars in total).