• 0 Posts
  • 2 Comments
Joined 15 days ago
cake
Cake day: October 13th, 2025

help-circle
  • I’ve tried so many times to switch to LibreOffice, but as far as I can tell it’s just not made for novelists. It regularly shits itself when dealing with a 300k manuscript that Word has never given me problems with.

    I genuinely tried using it for a full year, using it on Linux even, to see if it was just me being cranky about changes to my writing routine…and maybe it’s still just me, but I eventually went back to Windows and my old copy of Microsoft Word 2010.

    As far as I can tell, using Libre Office (or Open Office) as an actual writer seems to be a niche enough use case that developers don’t fix some of the issues that crop up that are specific to the needs of a novelist. It also gets laggy and unreliable for long word counts.

    But if you need to make a basic sign to be printed out, or letters, or use it for short things like so many people use Word for in an office setting, it probably is ok.

    I just had trouble with it behaving poorly with my long-format works in ways that MS Word never crapped out on me for.


  • Not exactly hacking, but other people made me remember it…

    If you ran early software like a forum, often passwords/DMs/etc. weren’t encrypted in the database, so you could just look in your own database (or in the case of the perl-based forum I ran, the text files) and get people’s passwords and private messages. I remember my shock at seeing that when I was poking around the back end of my own forum, lol. Luckily for my users, I’m not an asshat, so I never got up to mischief with that. But I absolutely could have, and I know plenty of dudebros in IT who would/did.

    I still operate today on the idea that once you interact with an online system, the admins of that system basically have everything you give them and there’s no privacy.

    (Also, often if you, the user, “delete” something, usually what the system does is check a box for that data that is more or less a binary, “Is deleted? Y/N?”, and then shows/hides the data based on that flag being set. This is due to corporate customers crying if they delete something by their own fat fingers, but it means if you do intend to delete something, you should assume it’s not actually deleted, it’s just hidden from the view you, the user, have permissions to view. Of course this all depends on the specifics of the system you are interacting with, but I still default to assuming the “delete” function is just a flag that alters the view you see, not a true delete feature.)