Skip Navigation
mr_jaaay mr_jaaay @lemmy.ml

IT jack of all trades. Licensed pillow fort architect.

Posts 1
Comments 41
Tech jobs are now white collar trades that need apprentices
  • Here’s Active Directory, you’ll figure it out.

  • Gmail alternative: good idea to use personal domain+hosting?
  • Of course :-)

    I think the main thing here is to use your own domain, which means you can point it at whatever host you want, whenever you want. Inbox.eu has worked well for me, it’s simple but also cheap and from the EU :-)

  • Gmail alternative: good idea to use personal domain+hosting?
  • It's one domain per mailbox with 5 aliases per mailbox.

  • Microsoft CEO Admits That AI Is Generating Basically No Value
  • True, though this applies to most tools, no? For instance, I'm forced to sit through horrible presentations beause someone were given a task to do, they created a Powerpoint (badly) and gave a presentation (badly). I don't know if this is inherently a problem with AI...

  • which softwares can I self host without public IP?
  • You could, but for many of us, the point of having access to our services is to have access from anywhere :-)

  • I believe in ghosts and aliens because of statistics. What do you think?
  • No no no, with gods, you can kind of shop around, most of them won't mind much, at least not in the 'send a lightning bolt down to fry Mothra@mander.xyz' kind of way. Essentially, gods need people to believe in them (so they can exist), and people need someone to blame. Offler, the crocodile-headed god, is quite popular, as is Blind Io, chief of the gods.

    I work in IT, so in my headcannon, I pray to the gods of DNS. Put into a classical context, I imagine this is Hermes from Greek mythology (messenger of the gods), Thoth from Egyption mythology, etc.

    Completely honestly though - I think faith is similar to energy, in the 'conservation of energy' type of way. So the total amount of faith humanity holds has stayed the same, but instead of praying to gods, we now have faith in things like... Ryzen processors. DNS. Manual transmissions. Black coffee. Subaru. These are just some of the things I have faith in, if you asked my daughter, the answers would probably be Peppa Pig, mom & dad, Everest the Paw Patrol character, a blue baloon, cheesecake is best cake, her stuffed animal squid, etc. Both answers are completely valid :-)

  • We're remaking Morrowind as a Skyrim mod. Here's a charity livestream we held on the weekend.
  • I played Morrowind back in the day and I completely agree, I couldn't play it now, just don't have the capacity. The journaling in that game of specific quests was pretty bad, as was the horrible leveling system.

  • Microsoft CEO Admits That AI Is Generating Basically No Value
  • Exactly - I find AI tools very useful and they save me quite a bit of time, but they're still tools. Better at some things than others, but the bottom line is that they're dependent on the person using them. Plus the more limited the problem scope, the better they can be.

  • Gmail alternative: good idea to use personal domain+hosting?
  • I've been using my own domain pointed at Inbox.eu. They're based in the EU and I haven't had any problems, I pay for 2 users, the price is something like 12€ per user per year, so it's cheap enough for me.

  • Skyblivion, the fan remake of Oblivion in Skyrim's engine, nears completion
  • I mean, for Morrowind at the time I played it, I probably didn’t even realise modding was a thing, I must have played it around 2005 or so :-)

  • is this how extroverts function?
  • Insightful, thanks. I’ve recemtly gone from a tech position to a more sales oriented one and I’m constantly agitated by the passive language sales and marketing people use. I’ve actually started using AI to understand calls I’m on because I have trouble following all the sales BS.

  • Weekly “What are you playing” Thread || Week of Feb 23rd
  • I mainly play iRacing with some Slay the Spire here and there, but this week I’ve been playing a bunch of Dragonsweeper, such a great game (kind of weird it’s not on iOS yet). Also just re-installed Darkest Dungeon (1) from GOG.

  • Skyblivion, the fan remake of Oblivion in Skyrim's engine, nears completion
  • I remember playing both Morrowind and Oblivion with like a ton of notes on how exactly to level up my character, not to min/max but to keep the game from scaling the difficulty too much.

    I’d rather see a remake of Morrowind over Oblivion, though. I have the game on GOG but I don’t have the time in my life to go through all the mods to make it playable (especially getting the journalling system up to par with modern games).

  • Microsoft Office support in Windows 10 ends in October too - what that really means
  • I’ve heard it said that Excel is the second best program for everything. DB? Excel. CRM? Excel. Word editor? Browser? Calendar? Doom? Yup, you guessed it.

    Just like Outlook, which my users essentialy used as a file storage… Sadly I’m not joking that when the first SSDs came out I had a user who I installed an SSD in his PC just to put his stupid PST files on, because having them on a HDD would cause his Outlook to have a meltdown.

    I’m so happy I don’t have end users any more…

  • Planning to switch to Linux for my next PC
  • Wow, I’m completely out of the loop as far as Linux on the desktop is concerned (run Debian on a bunch of servers, used to run Debian on a laptop as well), but Bazzite looks really cool!

  • After 40 years of being free Microsoft has added a paywall to Notepad
  • Just to point out that on Win11, Notepad also:

    • Keeps progress without saving
    • Supports tabs

    I use a bunch of text editors / note taking apps regularly (or semi-regularly) and Notepad is one of them (among others also Notepad++, VSC, Obsidian, Geany, Notion…).

  • After 40 years of being free Microsoft has added a paywall to Notepad
  • Thanks for mentioning Notepads, never heard of it but it looks interesting. I already use quite a few different note taking apps, but still often start with Notepad when I don’t know where the info will eventually end up…

  • After 40 years of being free Microsoft has added a paywall to Notepad
  • Why? I mean, one of the main features of generative AI systems is to generate text (the quality of which I won’t get into), why not add this to something like Notepad. I agree that Notepad should be thought of as a lightweight, well, notepad, but still might be useful as a quicker alternative to Word.

    The fact that Microsoft is trying to shove Copilot down our throats at every possible step is idiotic, I agree, but having an AI as part of a notes app doesn’t seem too weird.

  • Turkey’s translators are training the AI tools that will replace them.
  • I’m pretty sure this is a thing all over the world. There used to be quite a few job ads on fiverr and similar places for people to read text from various languages out loud. I wonder why?

  • Docker in LXC vs VM

    I run a small server with Proxmox, and I'm wondering what are your opinions on running Docker in separate LXC containers vs. running a specific VM for all Docker containers?

    I started with LXC containers because I was more familiar with installing services the classic Linux way. I later added a VM specifically for running Docker containers. I'm thinking if I should continue this strategy and just add some more resources to the docker VM.

    On one hand, backups seem to be easier with individual LXCs (I've had situations where I tried to update a Docker container but the new container broke the existing configuration and found it easiest just to restore the entire VM from backup). On the otherhand, it seems like more overhead to install Docker in each individual LXC.

    54