• 0 Posts
  • 41 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle


  • I’m currently doing this with an angular project that’s a bit of a clusterfuck. So many layers.

    I’m still having to break it down into much, much smaller chunks and it’s not able to do much, but it is helpful. Most useful thing was that I started with writing a pure SQL query with several joins and told it “turn this into linq using existing entities”.

    I think they’ll completely replace ORMs.


  • Part of it is cultural and habit and that is something you can just decide to change. It helps if someone brings it up, like this post, or you might not even think of it.

    I bought a $10 power strip / surge protector last week. It was the first time this occurred to me. I pulled out the manual to throw it away, and it was only my experience in writing technical documentation that made me stop and consider actually reading/skimming it.

    Maybe I’ll change this habit. Maybe I’ll start reading these things.

    Of course some of them aren’t meant to be read. But you can usually tell pretty quickly,












  • it was easier to reinstall than it was to figure out how I broke it in some new novel way.

    I came to the same conclusion. But I couldn’t get it to reinstall. It kept wanting to use the old partition. (2001, maybe Ubuntu?)

    So I knew how to solve that. If the linux installation is wiped, then it’ll surely allow me to reinstall fresh. So,

    rm -rf /
    

    Begins deleting files…

    “Wait, my Windows partition is under that, isn’t it.” Ctrl+C frantically, it won’t stop. Pull the plug.

    I did get my files back. Just, you know, without file paths or file names. Do you know how many DLLs and worthless text files there are, by the way?