• 0 Posts
  • 74 Comments
Joined 2 months ago
cake
Cake day: September 24th, 2024

help-circle


  • I was on a cruise once. Upper deck mini-buffet had a plate of piped black bean croquettes.

    They were lumpy like the beef here, and because they were piped, one side of the ends was pinched off.

    The head chef for the boat was making his rounds. We were laughing at the presentation. He smiled at us probably thinking what are these assholes laughing at, he looked down, frowed, what za fuk were zey thinking putting shit out like this. Within a few minutes the pan disappeared and the next day that buffet was quite pretty.


  • Hell, even if you are a programmer and have no memory issues, it’s a hell of a lot faster to have it boilerplate something for you for a given engine with certain features than to sit down and write it from scratch or try to find a boilerplate. Stack exchange usage has been going down regularly as LLMs are filling the gap.

    It doesn’t get you to third base or anything. But it does get you started and well-structured within the first couple minutes of code for any reasonably simple task.

    Last year I worked on a synchronized Halloween projector project. I had the first week of work saved into my repo, but as Halloween approached, I wrote a lot of it on the server. After Halloween, I failed to commit it back and inadvertently wiped the box.

    This year, after realizing my code was gone, I decided to try having copilot give me a head start. I had it start back over from scratch, asked it in detail for exactly what I had last year, it was all fully functional again in about 4 hours. It was clean, functional well documented code. I had no problem extending it out with my own work and picked up like I hadn’t lost anything.




  • It’s not supposed to be read only every time, The nasty command you enter is likely fixing a symptom.

    A lot of times if you’re swapping back and forth between windows and Linux the drive will be perceived as dirty. An fsck might be enough to make it stop misbehaving.

    After you plug it in if you run sudo dmesg, It might give you some insight as to why it’s being mounted read only, If you fix the underlying cause you won’t have to remember the command anymore





  • rumba@lemmy.ziptomemes@lemmy.worldDonut Receipt
    link
    fedilink
    English
    arrow-up
    9
    ·
    4 days ago

    If I have a charge for 7 cents on my work CC and no receipt, I have to go through the seven layers of hell to beg for clemency.

    I once spent over an hour trying to get a receipt for a refund that was higher than expected. (error in our companies favor)







  • Yeah, once you have to question its answer, it’s all over. It got stuck and gave you the next best answer in it’s weights which was absolutely wrong.

    You can always restart the convo, re-insert the code and say what’s wrong in a slightly different way and hope the random noise generator leads it down a better path :)

    I’m doing some stuff with translation now, and I’m finding you can restart the session, run the same prompt and get better or worse versions of a translation. After a few runs, you can take all the output and ask it to rank each translation on correctness and critique them. I’m still not completely happy with the output, but it does seem that sometime if you MUST get AI to answer the question, there can be value in making it answer it across more than one session.