I take it via one of those emulators? I was considering trying MS stuff via Vivaldi. I actually noticed I hadn't mentioned that in the thread, but I am loving it, however I am getting ahead of myself... so let me show WHY...Since native Android vers get all the Microsoft subscription apps out of the way,

Right then.. place your bets on what you are looking at
This is Firefox, right after logging in. The lovely angel on the right is of course Maho-samma, which is my desktop wallpaper, the white logo thing in the middle is the kde plasma logo from the login greeter. Yes, Firefox is somehow managing to pull in old graphics and then crash.
I finally had enough of the BS and switched to Vivaldi, but while searching for an alternative I got so desperate I actually installed Edge on Linux. I need to be shot I know, but it was actually quite nice.
I note that GPU prices are still high, but there are rumours of a GPU price crash coming, so fingers crossed. I hear the RTX 4080 is not selling due to Nvidia's insane pricing, so plenty of stock it seems.Hardware wise... I still need to pick up an ATI card. My Steam Deck has impressed me in regards to game compatibility and performance, so I'm really looking forward to getting my next video upgrade.
Hold up, I'm still trying to get stuff to actually display in a sane order, like directories first -am looking at you Firefox- There is such a mess right now on the Linux desktop its driving me nuts, so many little stupid things. I think part of the problem is everyone seems to have given up on fixing anything and just saying praise weyland, it will fix all!.On a more random note, has anyone figured out how to fix the GTK3 file chooser crap so it properly puts buttons on bottom instead of in the title bar? I keep striking out when I search for it, it seems this is just how Gnome's engineers have decided to wage war on user experience.
Yea but dam it is fun lol. I have a routerboard I'm messing with now, testing it to see if I can use that as a new router, BUT, I discovered its CPU is actually quite small, and then I discovered the CPU in my 16-port 10gig fibre switch is the same, meaning I could actually get my new fibre switch to do the routing as well as the 10gig switching. I've started naming the router interfaces of things with the speeds now, and the idea of seeing an entry in the traceroute to the ddl server with something like mahoro-xe-prod.fansub.tv would be pretty cool. The XE meaning 10gig Ethernet, yea yea I know the uplink further up isn't 10gig but it still looks cool lol.I said this on IRC, but holy crap. The overkill. To think I'll be doing good to hardwire with regular ethernet next year, lol.
Speaking of cool, it has now been confirmed that I can have a second multi-gigabit capable fibre internet line installed at my place via my current isp without needing any tunnelling, so I could actually split traffic over the two lines, using different backbones and have my isp automatically failover the routing if either goes down or load balance when they are both up. I just need to buy the line, and sadly I can't justify paying another £40 a month on it, despite my isp being like "sure you can join the trial!"
I am progressing on with the upgrade/replace my router/mahoro project, poor thing has been running for literally years without a reboot.
Bash:
root@mahoro:~# date
Thu Dec 22 07:06:47 GMT 2022
root@mahoro:~# uptime
07:06:48 up 1371 days, 18:28, 1 user, load average: 0.05, 0.08, 0.10
root@mahoro:~#
I have now built a new "legacy" services server called Mahoro-L185, some more details on it here, but basically it is Debian 10 and PHP 5.6 from Sury org which is maintaining a project to patch security updates, which is oddly part funded by Microsoft and another company. So I can run the old site code on a modern OS, it could in theory run the old FTV code too, it is on the list of weird stuff to try. But more fun happened there as the DB was a new Maria (10?) install and the old DB was like version 5 and MyISAM and on top had some charset issues because apparently the latin1 default was swedish at one point and now isn't or something and stupid old forum claims to support innodb but it actually just ignores the database created type and makes all the tables MyISAM anyway and then when you try to use unicode it breaks because it pushes the storage limit for that type or something because unicode needs more bits to handle the same length. So long very painful story short, I had to make yet another server running Ubuntu 14 just to run the old DB.
Now because its Ubuntu 14 I don't want that anywhere near to being accessible so I created a new DB subnet which is behind the web servers so only they can access it, and then fire-walled as well so even if the web server gets compromised it still limits what can get in. I then had to modify the new DDL server to point to the split DBs, one on the debian 10 box and one on the Ubuntu 14, which of course meant I had to add that onto the new DB network. But then I need the main site to talk to the DB for the DDLs so then I had to modify the VPN server which is providing a link between the main FTV server and the prod network here, and again alter the networking. I also discovered the DNS was all wrong for the prod network and the servers so spent like an hour fixing all of the forward and reverse DNS for the network. This is what happens when you decide to post a spam comment on a popular Youtube video to advertise FTV and then realise the site is in such a mess it can't handle any new DDLs if someone tried, and therefore start a "10 minute fix" which took all night.
Last edited: