Does LibreOffice or some plugins have a generic or standard way to convert milliseconds back into timestamps? I had converted timestamps into milliseconds because I didn’t find a built-in way to naturally handle a standard time format. But now for real people, I want to convert that time easily back […]
Blog
Th computer in question has a small SSD as c: where Windows 10 is installed. However, the 100MB System Reserved partition d: is (for whichever reason) on a large, old HD which is developing problems. I tried to remove this HD, but then the system is no longer bootable at […]
I am programming a client-server architecture and there are many things I still don’t understand. I am using this repository from Github as an example to learn this type of programming as I am new to it. However I have trouble understanding how to run this other than just executing […]
I’m playing with XLOOKUP with wildcards (Match_Mode 2). I believe it used to be if you want it to return results where a item in that excel it was = =XLOOKUP(""&"Text"&"",A:A,B:B,0,2), if it was only before =XLOOKUP("Text"&"*",A:A,B:B,0,2). I’m finding now you can’t get just before nor just after and you […]
I just can’t seem to wrap my head around this with my checkout and payment processing not working. I’m running Magento 2.4.7 and my store runs well. I can view, choose and add products to my cart. If I try to go to my checkout, the page processes endlessly and […]
My Setup: In my home setup, I have 3 NICs one that is connected to the internet (enp1s0), The other two forward internet access to local devices (enp2s0 & enp3s0). PC1 is connected to enp2s0 with IP Address (10.10.10.2/24). PC2 is connected to enp3s0 with IP Address (10.10.20.2/24). Note that […]
I’ll explain the situation So yesterday I got a blue screen of dead, with the error code UNEXPECTED_STORE_EXCEPTION. I tried to look online for quite a bit but I can’t seem to find a solution, even YouTube videos are pretty much useless. The only thing I can do from the […]
I have a script that requires FFMPEG but I cant seem to get it working on my Centos 7 server the script gives the following error: ffmpeg version 2.8.15 Copyright (c) 2000-2018 the FFmpeg developers built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-36) configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 […]
I’m trying to have a docker container, install some development-related tools in it, and use it to develop my software (using vscode’s remote development features). I’ll later be able to do docker start my-flutter-dev-container and then docker attach to go back to this. In my case, I use Fedora, but […]