• 0 Posts
  • 68 Comments
Joined 1 year ago
cake
Cake day: June 4th, 2025

help-circle

  • Just yesterday, I had a studymate try to open an xlsx file on their phone - they had the Microsoft 365 app installed that would do this, but a recent update to that app just decided to change it to a Copilot only app.

    That’s hilarious. I had the 365 app installed on my phone, because the company I work for uses Microsoft everything and I had to install that POS in the sandbox so I could open up any word or excel docs that were sent to me. Well I just opened it up, and sure enough, it’s now just a chat bot, all other functionality is gone.

    This reeks of those scam companies on Amazon that sell one product under a listing for a while to get the ratings up, then swap to a completely different product while keeping the listing the same, in order to fool people into buying the new product with its high star rating and good reviews. I guarantee that’s why MS decided to go this route, to fool people into installing it because of its userbase and star rating, and to cook their books on adoption numbers.










  • I’m not a computer expert or planning to be.

    Then don’t use Arch. Seriously, where are you guys even finding out about Arch, much less wanting to try it? Whoever told you Arch would be a good fit, don’t listen to them on anything Linux-related again. Arch is not for beginners, and it’s not for people who don’t want to learn the ins and outs of their computer because they’re having to dig into the guts to fix it whenever an update breaks something. Arch is a fine distro for people who WANT those things, need bleeding edge hardware support, and don’t mind having to fix it whenever it breaks. It doesn’t sound like that’s at all what you’re looking for though.








  • I’m sorry to hear that. Our company recently got acquired, and every 4-6 months the new IT team tries to say, “but do you guys really need Linux? What for?”. We answer them, in depth, every time, but then it just comes back up a few months later.

    I’m scared one of these days they’re just going to force the change on us, all productivity will grind to an absolute halt, deliverables will be missed, and eventually they’ll backtrack but only after it’s too late to recover the programs that got hosed in the process.



  • I do the same. I start with the large task, break it into smaller chunks, and I usually end up writing most of them myself. But occasionally there will be one function that is just so cookie-cutter, insignificant to the overall function of the program, and outside of my normal area of experitise, that I’ll offload that one to an LLM.

    They actually do pretty well for tasks like that, when given a targeted task with very specific inputs and outputs, and I can learn a bit by looking at what it ended up generating. I’d say it’s only about 5-10% of the code that I write that falls into the category where an LLM could realistically take it on though.