I have the opposite gut feeling about LLM's; I think they're going to break down the barriers to adopting new programming languages, since they'll lower the cost of porting code dramatically.
The code in a language's standard library is probably enough to train an LLM on the new syntax, and even if it isn't, agents now observe the compiler output and can in principle learn from it. Porting code from one language to another doesn't require deep creativity and is, barring API aesthetics, a perfectly well defined task. It will be one of the first programming tasks to be perfectly automated by LLM's.
We are going to have to use our brains again to start thinking about why we're doing any of the stuff we're doing, and what effects it will have on the world.
It's good that you repented and at least tried to do something good with the money, but it would have been even better to donate it to an environmental organization with better judgement than you have. Proof of work crypto mining was an inexcusably bad idea for humanity from day one.
I mean, not everyone spent their decade on distributed computing. Some devs with a retrogrouch inclination kept writing single threaded code in native languages on a single node. Single core clock speed stagnated, but it was still worth buying new CPU's with more cores because they also had more cache, and all the extra cores are useful for running ~other peoples' bloated code.
Did you read the article? The section about "alarmists" and "troublemakers" is directly relevant to your take on the use of the word "Nazi". Some people have been calling Musk a Nazi for what, a decade? They sounded like alarmists a decade ago, but now he's literally doing Nazi salutes on TV, acting like it's normal.
I put whipped soy milk on my vegan homemade pumpkin pie last night and it was great. Do not miss dairy, and am thankful for modern food innovations that are helping us get past the suffering and environmental devastation of dairy.
Grapes are for luddites! Seriously though, my grapes are so reliable at cropping compared to tomato plants I think it would be more interesting to engineer grapes to be tomato-like.
You can probably find an IDE plugin that inlines the assembly for a c function. Most ids can show the assembly side by side with your c code so it wouldn't be that much of a step. To fulfill your vision you would also need a decompiler (and an inliner) to convert a block of assembly back into C if a corresponding C routine exists.
There actually is such a thing as reversible computing(?) that keeps around enough intermediate values to run the code backwards to the inputs. Not sure what it is actually good for. Not to be confused with time travel debuggers, though they are similar in spirit.
Are your discerning charcuterie board lovers open to new flavors, or are they going to demand 1:1 indistinguishable replicas of specific dairy cheeses?
My favorite locally produced moldy nut cheese (Omage) does not have a flavor or texture like any dairy cheese I've tasted. IMO, dairy cheeses taste more different from each other than vegan versions taste from the dairy cheese they are mimicking (usually by using the exact same cultures).
With all the modern biotech we have, and the speed at which you can breed microorganisms, I don't think we should shrink from the challenge of domesticating new microbes from wild sources, and we should celebrate any new interesting flavors that come from it. Tradition (i.e. DO dairy cheese) is peer pressure from dead people.
Poor, persecuted, POTUS? He led an attack on the capitol to try to overturn his loss in the election. The "meaningless political prosecutions" you refer to is the legal system failing to function at a basic level and throw him in jail for sedition, and yes, it is frustrating and scary for the rest of the free world.
Same. This is about meat, although since a lot of our land is used to grow feed for livestock, subsidies for plant agriculture are indirectly subsidizing inefficient animal agriculture.
It's not just the convenience. Pressure cookers are way more energy efficient than boiling a big pot of food on an electric stove. If you're using an electric air conditioner to re-extract that heat from your house, the savings are even bigger.
You do need to know how long your food needs to cook up front, or be tolerant of overcooked food.
Some founders are legitimately in it for the long haul and treat working for the company they founded as their career. I don't know how common they are, but I was lucky to work for one for about a decade.
Tesla's cars (and private automobiles in general) are not a compelling vision, they're toys for rich people. I looked it up. About a million Teslas have ever been manufactured. Round the population to a power of 10... 10 billion people. So one human in 10k gets a Tesla. The main thing most climate activists that I talk to want is for billions of people to not have to die off due to resource mismanagement. People don't believe that it's even possible for our civilization to collapse, even though entire civilizations have collapsed numerous times over the course of history. This is not a world we're envisioning, is a world we're ~visioning. With our eyeballs.
The code in a language's standard library is probably enough to train an LLM on the new syntax, and even if it isn't, agents now observe the compiler output and can in principle learn from it. Porting code from one language to another doesn't require deep creativity and is, barring API aesthetics, a perfectly well defined task. It will be one of the first programming tasks to be perfectly automated by LLM's.
We are going to have to use our brains again to start thinking about why we're doing any of the stuff we're doing, and what effects it will have on the world.