• 1 Post
  • 32 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle
  • masinko@lemmy.worldtoMicroblog Memes@lemmy.worldMetal
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    11 days ago

    Cradle of Filth is one of the worst examples to bring up, lol. Principles of Evil Made Flesh and V:Empire is mostly about vampirism and satanism. They literally have albums (Cruelty and Dusk) about Elizabeth Bathory sacrificing children in rituals to Satan to keep her youth and so many songs in Midian have Anti-Christian themes including a protagonist in one of the songs burning down a church.

    But agree with you, only a small fraction of metal is satanic, it’s mostly limited to a small subsection of Black Metal. Although… the wiki page for Early Black Metal in Norway is always a fun read. :)

    https://en.m.wikipedia.org/wiki/Early_Norwegian_black_metal_scene





  • Depends on what kind of programmer.

    If you’re doing data engineering/science (more of an adjacent field), you need to know linear and probability pretty well to build models, or have data harvested in ways that can be put into vectors.

    If you’re doing relational DB stuff (like SQL) set theory helps a lot.

    Basic boolean operations in general is also good to know. You don’t need to go too deep in the weeds of boolean math unless you’re also doing a lot of hardware-level stuff.

    Any field you go into (not just programming), I would say just basic math for regular financial competency is good to know. Also to analyze your budgeting, your costs, time spent, effort needed, etc.



  • 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.









  • Iirc, his license to practice is the decision of the medical board, not the courts.

    I’m not a lawyer, but I think if the courts find him guilty, the courts decide the fine and jail time. But if the medical board finds HIPPA violations, they decide what happens to his medical license.

    He can potentially beat the court charges because many courts have been stacked to be hard-line/alt right wing from Trump’s appointment of judges. But that’s different from the board.




  • 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”.



  • masinko@lemmy.worldtoProgramming@programming.dev...
    link
    fedilink
    arrow-up
    5
    ·
    10 months ago

    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.