• 0 Posts
  • 24 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle

  • Another huge expensive problem is transporting it is not easy. At room at atmospheric pressure and temperature, it takes up like 2-3 grams per gallon of space, making it super inefficient to transport.

    You could pressurize it, but that makes it insanely flammable and a risk of it leaks. You could also cryo-freeze it, but that is also very expensive to transport, it require a lot of energy to freeze it, maintain it during long transports, and to unfreeze it at it’s destination.

    Building a hydrogen delivery infrastructure is probably the best way to overcome this, but that would also take years and billions.

    I’m no expert on the field, but I’d imagine a lot of energy departments would rather do that cost and effort towards building new green energy plants that can deliver power to grids rather than only help cars. Car-wise, most things are transitioning to hybrid or electric anyways, so they also benefit from a green power plant.














  • Kind of will. There are already templates on demand for things like generating unit tests as you code. They’re pretty robust already, and have aside from a few things (or edge cases), I don’t have to do much code refactoring or fixing them.

    They already save me several hours a week from manually setting up full ones. Haven’t delved into other stuff they can do, but I’m sure it would only be more useful with time.

    I can very easily see companies looking at the time save and thinking “we can downsize”.


  • If you mean Visual Studio IDE (not VS Code), it’s actually the most robust fully featured IDE I’ve used. Using other IDEs, including other frameworks or languages, don’t come as close.

    Easy management for external packages, easy build and project dependency mappings, easy unit test suites, etc. A lot of extensions work great out of the box (DB integrations, code coverage tools, security/vulnerability tools, benchmark testing, etc.).

    Seeing as a lot of C#/.NET things are open source now, I wish that they would also work on an IDE for Mac and Linux. They’re about to retire the Mac preview VS, which didn’t compare to the Windows counterpart, but still usable.