• 2 Posts
  • 164 Comments
Joined 3 years ago
cake
Cake day: June 18th, 2023

help-circle



  • Interesting, it might’ve changed, I’ve had my domain for 5+ years by now, but if you set up all the signing keys, DKIM, SPF, and whatever properly, I never had a single issue as far as I know.

    But I never tried sending my own emails - I’ve been using Protonmail’s custom domain option, which I’m sure helps. Running your own mailserver without a trusted provider might be a lot more problematic, I never even considered it. The idea wasn’t to run my own mailserver, but to be able to move my custom domain to a different provider that supports custom domains, so I don’t have to change my email anywhere.

    I just made sure that my domain is passing all the email domain checker tests, and as long as I don’t get on a blacklist, I should be fine.




  • I’ve been kind of forced to use AI for my work, and since I had an unlimited access to whatever model I needed, I figured “why not try”. I was able to find my workflow that works, use it to explain the architecture of the code surrounding my bugfix/feature (I work in gamedev, on a project I’m only a contractor for, so I don’t know the codebase too well), make me a documentation, then draft a plan how to implement it. Implement it, then I just look through it for ideas, combine it with my domain knowlege to see if it missed any obvious things or solutions (which it usually does in a larger projects), and then build my own solution from scratch based on what I know, and what it suggested.

    The part where it explains the architecture and data/systems flow is invaluable and it does make ot faster than I could have parsed through unknown code, while being verifiable enough to be trustworthy. It’s a good kickstarting process. Do I need it? Not really, but it would take me longer.

    But. It eats tokens like hell. My average monthly token usage is around 800m tokens.

    I’ve been told I’m not using the AI enough in my workflow, because I write my PR comments and don’t use AI for code reviews.

    I’m seriously considering just leaving IT altogether. It’s just eroding my reverse engineering / codebase orientation skill, while I’m replacing it with something that costs the same amount as my sallary for doing it slightly faster/more easier, and the price will only get a lot worse. I don’t get it. How can’t they see it?? How can they look at “Oh, he’s costing us 2000$ a month in AI use [at current prices], but solves 3 instead of 2 tasks a week, while slowly loosing vital skills”, and say “that’s worth it! But he could use it more.”

    I hate it. Fuck managment.









  • I remember seeing an amazingly visualised website that was showing a result of an experiment that made people talk with strangers, and it had mostly positive result for most participants, even if they felt uncomfortable or scared at the beginning, and it had gopd results even if people with differenting opinions about i.e politics talked. Unfortunately I can’t seem to find it again.

    I don’t know if it was part of the same research, but there was also a part where they had people talk to strangers on a bus ride, and it also went well in most cases.

    Sp, talking to strangers is mostly recommended and should be mostly positive, at least statiatically speaking.


  • I mostly work in gamedev where they aren’t that much feasible so I don’t have much real experience working with them and I might be wrong but from when I looked into it a while back, it’s basically just a docker container that you specify in a .devcontainer file (at least for VSCode, but other IDEs probably have something similar) and when you need to develop, compile or run your code, it runs it in the container. It also doesn’t have to run locally on your machine, if you can run docker somewhere else (i.e on a more powerful shared server).

    I can see several advantages (but I never really tested it in practice, so I’m mostly guessing) - containers are usually quick to start, you have the same and stable and replicable dev/build environment for all devs (since you just commit .devcontainers), so there aren’t some hidden dependencies and “works on my machine” shouldn’t happen too often. It also helps you keep your OS clean, so you don’t end up with 5 versions of python, 3 JDKs and 20gb of random NPM packages installed in your OS after 5 years of development - which is the most important advantage for me.



  • Managing centralized security and device management correctly on multiple OSes must be a nightmare. From EDRs to app and device provisioning.

    You should do dev work in devcontainers anyway.

    Not that it’s an excuse or that I’m happy with that, but I can totally understand why companies do that, and tbh I’d rather see a properly secured than have the option to run Linux.

    But I’m biased, because I used to do Red Teamings, and the things I’ve seen…




  • When I was looking through the official marriage papers you submit when oficially requesting marriage, to see what I need to do if we would want to get married, that option simply wasn’t there in the checkboxes. And I asked for clarification, and apparently our laws don’t allow that combination, at least not as a part of the marriage process.

    I haven’t really looked into it more, and a friend told me it’s very probable that we could just choose one of the available options and then submit a separate request to change my surename to add the missing one. It was also more than a year ago, and someone also told me that our marriage laws did go through a revision recently and it might be actually possible to choose both for both now. I’ll have to re-check again, but I’m certain that at least last year, it wasn’t possible.

    Oh, one option I found a funny loophole was that we could marry, she’d take both, then divorce while keeping our new surenames (so she still has both), then marry again and I’d take both. I would end up with three surenames, mine twice (since she already has both, and I’m keeping mine and taking her current at the point of second marriage), but while that would be pretty funny, realistically it’s easier to just file for a surename change after wedding :D

    As for the reason, who knows? But an ancient patriarchic custom is probably the reason, I’d guess that especially historically it’s not really common for a man to take his wife surename in general, and usually it’s just the bride either taking the man’s or keeping both.