• 0 Posts
  • 45 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle
  • Dell announced a new return-to-office initiative earlier this year. In the new plan, workers had to classify themselves as remote or hybrid.

    Those who classified themselves as hybrid are subject to a tracking system that ensures they are in a physical office 39 days a quarter, which works out to close to three days per work week.

    Alternatively, by classifying themselves as remote, workers agree they can no longer be promoted or hired into new roles within the company.

    Holy corporate oppression, Batman! That’s a shitty deal no matter which option you choose.

    I’m glad they’ve got themselves into a sticky situation.

    Also, this observation was funny (in a sad way):

    One person said they’d spoken with colleagues who had chosen to go hybrid, and those colleagues reported doing work in mostly empty offices punctuated with video calls with people who were in other mostly empty offices.






  • I don’t have a direct answer to your question. But I advise caution in putting your creative works online in the way you are planning. Between people plagiarizing it (either word for word or just the broader concepts) and AIs doing similar things, you could find that your work gets stolen.

    Self-publishing might at least give you a bit of inherent copyright protection. Then at least you will have an ISBN associated to it, and you can always host your stories somewhere (WordPress, Medium, etc.).

    If you want to self-publish your stories a free service like Smash Words would work.







  • Every couple of years for the last 20 years I would download the most popular Linux distro of the day, install it, and play around with it. And it’s mind-blowing to me how far Linux has come with UIs, usability, troubleshooting and customizing stuff.

    Back in the day I spent many hours compiling obscure and dependent code bases just to get my sound card working. Now it’s pretty rare for me to need to do even a fraction of that.

    Also, if you want to play around with Linux you can just download a VM solution like VirtualBox on Windows and then spin up as many virtual machines as you like and install a different iso on each one. Not to mention tinkering with Docker containers via the Docker app.

    In short, it’s a great time to play with and possibly adopt Linux.









  • This sounds like my old place, but much worse.

    We used to have laptops we had to lock in a cabinet (yeah, one of those cabinets with a really puny lock that’s easy to pick). And we had to log into n old mainframe system that had numerous environment instances which each required a unique password that had to be changed every 90 days.

    We (the software devs) basically rebelled on the laptop situation and insisted they find a better solution. Thankfully they changed policy and of allowed the laptops to be locked into our docking stations, which in turn were locked to our desks.

    As for the mainframe system credential management, I tried using a standard third party password manager, but a) it wasn’t a good fit for the credentials, and b) the sys admins or security team forcibly uninstalled it because it wasn’t sanctioned software (even though it was a well-respected and actively maintained one). And our security group refused to go out and find one.

    So being a dev, I wrote my own desktop password manager for the mainframe credentials. It was decently secure, but nowhere near as secure as a retail password manager. But it fit the quirks of the mainframe credentials requirements. And after my colleagues and manager did a code review of it, it was considered internal software, and thus fit for use.

    As I was leaving they were in the process of removing all our local admin rights (without a clear path on how to accommodate for us developers debugging code - fun times ahead!).

    But all of those annoyances pale in comparison to the shit you are having to deal with! Holy hell, that sounds like pure misery! I’m sorry.