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

help-circle
  • I got to buy a flip and a fold for QA purposes for work. I test drove them for a few days before handing them over.

    I daily drive an s24 ultra so I’m a fan of big phones already.

    The use case for the fold is for anything where you would rather have a tablet. Some people would rather consume media on a bigger device. The real downside to me with the fold was the thickness while folded. It was uncomfortably thick in my pocket. And then of course there’s the inability to have any decent protection on the phone, and the lack of water resistance.

    Now the flip on the other hand, I really enjoyed that device. It opened up to the same size as a decently large phone, you could fold it up and throw it in your pocket, It was protected.

    They’re both too damn expensive. You could buy the biggest baddest flagship phones with the most beautiful screens and cameras for the same price as something that just folds up a little smaller in your pocket.





  • 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








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