

Because you can does not mean you should.
Because you can does not mean you should.
We slowly need to interface with an app at work that uses fixed-width too. It does not sound that bad if you hear it but it sucks to figure out where you are missing whitespace when most fields are not used and therefore all whitespace. Oh, and of course there are a lot of fields, also are aligned/formatted differently based on their type and has thin/no/wrong documentation. And I have yet to find a simple but decent “debugger”.
My go-to solution is to use a vm and pass it raw access to the os disk on my normal desktop. Then I just put the disk into the server.
I reinstalled from scratch. Went from Xubuntu to minimal Ubuntu with KDE de. And then tried wayland again. One the one hand, gaming performance went up by a lot which was basically my main issue.
On the other side it is buggy af. The file manager fails mostly at moving files. There are random graphical glitches. Had the whole DE crash/lock up a couple times And the tabbing/tasbar handling is (still) not what I want. I also have still not found out why zfs automount does not trigger.
But at least I have something useable again!
They somehow got the message and actually implemented that it can *checks notes* open emails.
I sometimes needed something like powerquery from microsoft excel. To like quickly get specific data from a structured file.
THAT is very shitty. My problem is that after using it for a bit apps start freezing for a split second all the time. Most notable is firefox. The frequency and duration of them increase steadily. Then opening a new program might freeze the system fully (or wait minutes/hours until it unfreezes). It has something to do with memory allocation “according to” dmesg.
This is currently happening to me and I hate it.
Something between linux kernel 6.2 (working) and 6.7 (broken) and all I have at best is a generic warning message that yields just a few results and all are unrelated.
Well, uh, with Namecheap it should work just as fine as everywhere else. But as I said, I never used IPv6 and do not have anything on Namecheap anymore since I host my DNS server myself. Just a dumb question but are you sure you added the AAAA for the domain root correctly? Back when I used the web UI for DNS providers it was sometimes very confusing. Maybe you could test a subdomain? Like minecraft.yourdomain.com?
Also: you can query google.com if you want examples of how stuff looks when you get answers back.
There is no answer (“Answer: 0”). If you got one it would be obvious because you would see the ip address. Either the DNS entry is not correct or your dig query does not work. I have not queried AAAA with dig myself yet and I am lazy on mobile. But you can try specifying manually using dig AAAA <your hostname>
(at least that works with MX, TXT, CNAME and NS) records. (At least from the question section in your output it just says “A”, not sure.)
Edit: the output of dig is actually quite simple. Lines starting with ; are comments just four your information and improved formatting. Most you can ignore but some are helpful. Most important for you is stuff below your “Answer section” since everything below is, well, the answer for your query. If you do not have one (like in your example) the query did not return any results. This is also stated relatively at the top where it gives you a summary of the numer of queries, answers, authorities, … the request+response contained. There is also the question section (as a comment) which shows an A request, not AAAA. I think that shoud state the query you made which is not what you wanted. (Could be wrong though; never paid attention to that).
I am currently using the new outlook desktop version and there are rules. However, they seem to have cut “local only” stuff. I suspect that they moved the execution server side.
Servers run on linux and also don’t have licensing bullshit attached. And when my desktop windows installation shit the bed, linux got installed instead.
Most code I forget too. For a lot of stuff I might vaguely remember when looking at it but some I would deny ever even having seen even when I wrote it (that happened). However, there are some rare parts I could probably still navigate from my previous company and there are some in my current. Really depends on the connection you have to the code.