Rust’s package manager doesn’t manage c++, python, or anything else. Since the real world should not be one language to rule them all any package system must handle all possible languages. Otherwist they are lacking.
A programmer with an interest in transit, making music, and building things of all types.
I have dysgraphia which makes writing difficult for me. I hope you can figure out what I mean despite my issues.
Rust’s package manager doesn’t manage c++, python, or anything else. Since the real world should not be one language to rule them all any package system must handle all possible languages. Otherwist they are lacking.
I said this is a hard problem and might not even be solvable.
rust is not better than C++ if you are in any of those cases where rust doesn’t work. Not really worse, but not better either. If it works for you great, but it is worse for me as rust fight our homegrown system (which has a lot of warts )
Dependency management has to deal with the real world where what we didn’t know in 1970 hurts us.
I was a lot more productive in C++ 15 years ago when the current project was 100% greenfield. Now that the code is 15 years old I’m much less productive because over the years we have discovered mistakes we made. I suspect I’m still more productive than the average C++ programmer because 15 years ago modern C++ was known (c++11 was still a couple years away though) and so we didn’t do a lot of the mess that people hate on C++ for.
Which is to say I want to know how productive those programmers will be in 15 years when the shiny of rust has warn off and they are looking at years of what seemed like a good design but current requirements just don’t fit.
Added on top of that is a modern dependency management system that is severely needed in languages like C and C++
I won’t disagree, but what Rust did is not the correct answer. Better than C++ perhaps, but not good enough. In the real world my code is more than Rust. I’m having trouble using rust because all my existing code is C++ and the dependency management does not work well with my existing build system and dependency management. If you want a dependency manager it needs to cover all languages and be easy to plug in whatever I’m doing currently. This is NOT an easy problem (it might not even be possible to solve!), but if you fail you are useless for all the times where dependency management is hard.
I just finished chainsaw training so I can help maintain trails by removing hazards like that. There is a reason we call tes over trails like that ‘widow makers’. If you don’t help maintain good things we lose them.
Unfortuately c++ interoperability is hard. I wouldn’t write c++ without vector and other containers (templates). Or classes complete with inheiritance (rarely multiple) and thus name mangeling. I now have millions of lines of that stuff and it is hard to write anything else because it has to mix.
@ajsadauskas sounds like you want https://curlie.org/ - which seems to be up to date and interesting.
I like the legacy plan I’m on. I don’t get netflix included - but I never use that anyway, and meanwhile I get more data for the same price.
The romans made leap day Feburary 24th, and renumbered the days following that. So you are not asking the right question.
Crying over some C code I have to work with. I’m supposed to do a quick proof of concept but with all data passed by global variable.
If the cost was in the 9k range I’d agree, as after amortizing out my current car which I paid 21k for 9 years ago is about right. I’d like to replace my truck, but I’ve had that for 15 years and I paid 10k so I suppose that is an unreasonable ask. (I need a truck about 2x/year and after looking at the fine print it turns out I cannot rent a truck - I can rent a truck shaped car, but as soon as I use it as a truck I violated the contract)
Current cars are not scrap because of the moving parts. It is rust on the body that kills them.
This is greatly exadurated. Some materials work as you say but there are plenty of obtions that a small leak will not collapse anything. generally we don’t even assume a perfect vacuum.
materials in large quantites will never be cheap.
The technology problems can be solved. However I don’t see how anyone can afiord to build it.
i last looked into this about 20 years ago. I concluded I could make it work but I don’t use wine enough to bother.
Sure, when linux loads are process it follows a standard procedure to see how to run the file. If the file has ELF markers it runs the process via the ELF loader. If the file has #! as the first then it uses a different process to run that script. (I doubt a.out executable format is supported anymore, but that at least used to be an option). There is no reason you cannot hack this process to detect windows executable and then use wine to load/run the application. I’m not sure why nobody has done this, but the basic things have been supported in linux for decades.
@fuck_cars @ajsadauskas worse, they have much less room outside. Give me a full size bed, I have a truck to haul stuff, when I have people to move i have a van or car.
Raid often comes with snapshots which can recover from your mistakes. Often the raid can even recover after malware encryhts your disk. you still need offline, offsite backups for the best protection but raid is still a useful part of your data safe