Wasn't the real reason for that, that all of those things still require the user to treat it is a logic system and feed proper logic in some or the other way (which might be not coding, but is still programming)?
And since the non-technical people are actually bad at logic itself, it was useless to them. I would see those tools being useful to any other kind of engineer that is not into coding (like a civil/mechanical engineer), who can do logic, but not into coding or even computers.
On the other hand, the user treats AI is a non-logical system, kinda like another person. And I see the business/marketing/hype types getting better at it. I, for one, find it much easier and faster using a hard logic system (the harder, the better) and programming suits me, while I find AI exhausting.
pop people like a kitten in a microwave
Does a kitten really pop in a microwave?
I would expect it to just boil as things normally do.
that will decimate the ozone layer in 15-30 years.
🤦
I always thought of de-orbiting just to burn-off as a waste, but now this.
They only became trillionaires by doing activities that make millions of people's needs unmet.
Code quality will not improve.
- People's expectations will go down.
- Normal programmers will be phased out of the industry.
- Educational systems will change, leading to no normal programmers for OSS.
- Once Gen AI companies get enough power, they will start increasing rates, citing costs.
- Vibe coding will become as expensive and time taking as current programming, but giving worse output.
- It will be tagged "inflation".
Source?
The same thing is currently happening with all factory type industries, which were originally workshop based and customisation friendly.
- They got overthrown by mass-production models, due to lower costs.
- Now mass produced stuff has lower creation costs but has higher shipping costs, so no real benefit after forgoing quality for quantity.
- All stuff is more expensive to buy than it would have been with the workshop based industries being dominant.
- This causes increase in living expenses for everyone including the people working in the few remaining workshop producers
- Now workshop stuff is again more expensive than mass-produced stuff and can only be considered when one has enough stability and saving ability.
- And lack of workshops will mean that even those are hard to find.
Yeah, but my point is that ChatGPT clearly has a high level of education.
Where education refers to training someone to take in a lot of data and spew out similar data based on it during exams.
I would assume they rank the stuff by vote-count.
In this case, it really doesn't have to do with education.
Nah it's fine now. We have rebindings right in the compositor. I can just use the space-key instead.
No one made them put an AI guard into their error message
Someone did, by being stupid, mean and inconsiderate to the creators.
That's how it is done.
If it is a public camera, it has to be a public record.
And if not, then anyone having access to the feed, has to have their whole life (both work and personal) be available as a public record.
If not, then you now have cases where most people can't afford to defend themselves from malicious cop allegations.
To prevent this, anyone arrested, pre-trial has to have access to all searches done by cops, related to the allegation and ability to pull-up 100% of their own footage anytime near the event in question.
If any part of the footage is deleted, due to "technical issues" like, "the footage was deleted" or "some of the cameras were not working", then the arrest is illegal and the police department is responsible for compensation.
While Python seems fine to me, JS is where it becomes too un-hard for me.
I have to use QML quite frequently in my work (which is based on JS) and make a point of including as less program logic as possible in QML and transfer any input to C++ code in as few steps as I can. Essentially keeping QML just for Markup and leaving the program to C++.