As the Technology Connections dude highlighted, yearly, there are about 50 000 square miles used for ethanol fuel cultivation. We do much bigger and less efficient things for fuel. Distributing this all over the country seems much less pipe dreamy than you assert.
Distributed production is super doable. Of course you won't just put a big square somewhere.
For the love of god, please stop naming Rust projects with "corrosion" and "oxidation" and the cute word pwns related to Rust because they are currently overplayed.
I said nothing about the rs prefix. But making oxide ferrous, Fe203 or whatever your whole shtick tells me nothing about your package and the pwn space is so so so very crowded at this point it just makes for a bad naming scheme.
Super useful, indeed. My only fear is that at times it can lead to superficial understanding. You don't get the satisfying click of all pieces, just a surface level understanding. I find that once AI gives me the lay of the land I still need to deep dive myself, but I can take shortcuts I would have never taken and it feels live traversing the scenery with a map. Pretty nifty!
I think it is possible to use AI in a way that ends up with understanding and very easy to use it in a way where nothing at all sticks. Vibe coders by definition know or understand 0% of their codebase but you can use AI in a more questioning manner where you can get answers that are testable, test them immediately, and add the correct answers to the context immediately while embedding a clearer picture in your mental model.
Hmm, is it? Why do you think? I'm not saying it ain't so, but I wonder what signs I'm missing. I couldn't smell this one. Probably because, fundamentally, I find myself agreeing with it. I'm sure this contributes to me be being somewhat tone deaf.
The previous one didn't include + according to Wikipedia
> Erasmus+ is the European Commission's programme for promoting education, training, youth, and sport for the 2021–2027 period, succeeding the previous Erasmus Programme (2014–2020).
> I certainly couldn’t remake Linux. There’s no way anyone born after 2000 could, their brains are mush.
This is certainly false. There are plenty of young people that are incredibly talented. I worked with some of them. And you can probably name some from the open source projects you follow.
I have some level of faith here. Those kids you mention may not be visible online, but they certainly deliver. Honestly, it is not a good example, because that name is well known, but Gerganov came out of the blue for me.. I am not saying we don't lose more to the social media and whatnot.. but they are there.
What content are you missing? Off the top of my head, the type of content most likely to ve missing in Europe would be:
- geofenced media
- commercial sites intentionally removing eu access because of gdpr.
That's it. Those are the only cases where I could not access sites from tbe EU. At least the ones I encountered.
And do notice, both of them are not filtered by the EU or anything like this. They are enforced at the publishing website. Would you call this censorship? It kind of feels like a stretch. If not a deliberate contortion of truth.
In Spain many parts of the Internet are shut down when there's a LaLiga match to "prevent piracy". They usually block Cloudflare as a whole but also Vercel, GitHub,... had issues. For example last Sunday I couldn't access some of the stories submitted here. I could also not access the documentation of hledger, a FOSS contability tool.
No, it is censorship. IP protection would be punishing the pirates after they do something illegal. I think what you're sensing is that it is censorship in support of intellectual property rather than censorship aiming at political repression.
There's something similar in RealityVoid's comment where it is identified that EU law promotes censorship, but that is discounted because the understanding is it in aid of privacy rather than politically motivated. Although given Europe's rich history of sliding into authoritarianism that does seem like an optimistic take on where the European elite are heading. A part of political censorship is making it hard for people to realise that popular political viewpoints are being censored and providing cover by claiming the censorship is for some good cause would be pretty routine.
See my reply on the other sub-comment. There's no need to accuse me of deliberately contorting the truth. We can keep the discussion civilised. And yes, I would call at least the second point (GDPR) indirect censorship, because it's a consequence of the fact that the EU has imposed the requirements extra-territorially ("your website must comply with our rules even though you aren't within our jurisdiction, and your website is fully legal within your jurisdiction").
The GDPR does not dictate what websites can say, it dictates rules for handling collected personal information. Those are not the same thing, it’s not censorship.
Notice how you went from "censorship is a hoax" to "not having access to these things is not important", while also implicitely assuming control of deciding the matter.
You can build prototypes real fast, and that's cool. You can't really build products with it. You can use it at most as an accelerant, but you need it in skilled hands else it goes sideways fast.
I think you could build a product with it, but you need to carefully specify the design first. The same amount of actual engineering work needs to go in, but the AI can handle the overhead of implementing small pieces and connecting them together.
In practice, I would be surprised if this saves even 10% of time, since the design is the majority of the actual work for any moderately complex piece of software.
Code is also design. It’s a blueprint for the process that is going to do the useful work we want. When something bad happens to the process, we revise its blueprint. And just like blueprint, the docs in natural language shows the why, not the how or the what. The blueprint is the perfect representation of the last two.
It's kind of tricky though because if you want to have a good design, you should be able to do the implementation yourself. You see this with orgs that separate the design and implementation and what messes they create. Having an inability to evaluate the implementation will lead to a bad product.
My experience exactly, I have some toy projects I've basically "vibe coded" and actually use (ex. CV builder).
Professionally I have an agent generating most code, but if I tell the AI what to do, I guide it when it makes mistakes (which it does), can we really say "AI writes my code".
Still a very useful tool for sure!
Also, I don't actually know if I'm more productive than before AI, I would say yes but mostly because I'm less likely to procrastinate now as tasks don't _feel_ as big with the typing help.
There's certainly catharsis, but I'm taking the opportunity to train myself to be less frustrated by apparently stupid responses in the hope it makes me a more effective communicator towards humans.
My worst experience of co-workers (and in contract work, customers) is when they treat me the way I used to treat ChatGPT. If I can make sure I myself am never like that, just by training myself to different behaviour through my use of the infinitely patient LLMs, all the better. :)