

deleted by creator


deleted by creator


At some point the project also just gets hard to maintain with AI, you burn ever increasing tokens the bigger a project gets and AI produces awful code for the purpose of maintenance by hand. Once the bugs start rolling in they realise the AI can’t fix them, they certainly can’t afford to have it constantly load the entire project as context and they don’t know how to fix it themselves and the tech debt produced is immense. So the projects get shut down.


I have just let it grow organically. The front page is an index of various topics from personal things and particular games to household information. Then below that there might be just a page or an index to a bunch of pages often starting just as a list of links. I am often refactoring once a page has a bunch of sub headings of related topics but ultimately now needing multiple pages and replacing the original with the index to those pages. I don’t think I could have designed an index system from the start without the content because I wouldn’t have known what I was going to store.


Standard USB 3.0 is 5gbps, which is quite a bit faster than a hard disk drive so if you get a basic USB adapter it will perform about as you would expect a hard drive to perform just a bit worse. Direct Attach Storage will be many drives connected over USB and then you might run into limitations as the number of drives increases as USB tends to top out about 350MB/s with drives.


The just stopped working was the client stopped syncing? NextCloud decided to stop allow private made certificates with its client in 2025 and its what made me switch. I went to Syncthing which works well and is a lot faster and less resource intensive than NextCloud. I also had to move my calendars and chat as well.


Takes a little bit of setup on some sites where you want to narrow the text to article headers or such but its a really versatile tool for tracking websites without RSS. What I wish it did a bit differently was how you subscribe to the actual feed and how it presents the changes, I would like to be able to customise that presentation more.


My ISP provides a /48 for IPv6 via prefix delegation so all internal machines that support it have a ULA and DHCPv6. I have disabled SLAAC . In docker I assign a /64 of that prefix to docker containers. The local addresses is what most of the internal network stuff is based on (DNS etc) rather than the globally accessible address. The PD addresses are only about going onto the internet.
SLAAC actually is just fine, I just didn’t really want to be exposing the manufacturer information of the addresses online so preferred DHCP, but either or both together works from OpenWRT prefix delegation.


apt dist-upgrade is a necessary change to your process in place of just upgrade.
Definitely worth waiting a few weeks and letting the post release patches roll through. I tend to start looking at it for my server upgrade about a month after its officially released, anything earlier is usually under heavy updates. IIRC do-release-upgrade on the server releases typically doesn’t even allow upgrades for at least a month.
I still had some issues with the mouse speed on cachyos even after I disabled acceleration. I felt off on its default and I ended up boosting it. Thing is my mouse has its speed inbuilt so I don’t need external software or anything else to configure it on Linux so I don’t understand why I had to boost the speed to make it behave a bit better, it felt like there was some latency as well.


The fact it recommends popular stuff is a useful addon feature, its a good way to look at what others are watching.


Its a big problem. I also dump projects that don’t automatically migrate their own SQLite scehema’s requiring manual intervention. That is a terrible way to treat the customer, just update the file. Separate databases always run into versioning issues at some point and require manual intervention and data migration and its a massive waste of the users time.


31 Containers in all. I have been up as high as ~60 and have paired it back removing the things I wasn’t using.
I also tend to remove anything that uses appreciable CPU at idle and I rarely run applications that require further containers in a stack just to boot, my needs aren’t that heavy.


I reject a lot of apps that require a docker compose that contains a database and caching infrastructure etc. All I need is the process and they ought to use SQLite by default because my needs are not going to exceed its capabilities. A lot of these self hosted apps are being overbuilt and coming without defaults or poor defaults and causing a lot of extra work to deploy them.


On the one hand they were talking selfhosting and then they pull out multiple $10s thousands rack servers. People don’t need a data centre at home to sync some files, pictures, email and play some media!


Every one always says XMPP and there were a lot of recommendations for ejabberd. I tried this recently and it was a total disaster, I do not have a working chat server. If I followed the docker instructions the server would just crash with no details of what went wrong. Where it should have been creating a default server config file it was instead creating a directory with the wrong permissions then promptly crashing. I tried following their documentation but after about 6 hours of messing about and adding more and more I still couldn’t get a client to login to it. I have no idea how to make this work.
So whatever the solution ultimately is I can’t recommend Ejabberd.


Most technology adoption follows an S curve, it can often take a long time to start to get going. Linux has gradually and steadily been improving especially for games and other desktop uses while at the same time Microsoft has been making Windows worse. I feel more that this is Microsoft’s fault, they have abandoned the development of desktop Windows and the advancement of support for modern processor designs and gaming hardware. This has for the first time has let Linux catch up and in many cases exceed Windows capabilities on especially gaming which has always been a stubborn issue. Its still a problem especially in hardware support for VR and other peripherals but its the sort of thing that might sort itself out once the user base grows and companies start producing software for Linux instead.
It might not be enough, but the switching off Windows 10 is causing a change which Microsoft might really regret in a few years.


Initially a lot of the AI was getting trained on lower class GPUs and none of these AI special cards/blades existed. The problem is that the problems are quite large and hence require a lot of VRAM to work on or you split it and pay enormous latency penalties going across the network. Putting it all into one giant package costs a lot more but it also performs a lot better, because AI is not an embarrassingly parallel problem that can be easily split across many GPUs without penalty. So the goal is often to reduce the number of GPUs you need to get a result quickly enough and it brings its own set of problems of power density in server racks.


It’s low power that is still making arm small computers popular. It’s impossible to get a pc down into the 2-5 Watt power consumption range and over time it’s the electrical costs that add up. I would suggest the RPI5 is the thing to get because it’s expensive for what it is and more performance is available from other options supported by armbian.
The Asus BT8 is a wifi 7 router supported by openWRT and there is quite a few of us running it. I think generally OpenWRT is a good way to go and the Table of Hardware on the OpenWRT site will give you a dizzying array of options for wifi 6 and 7 devices that are supported and you get to pick your spec and price from those available.
You might need the modem device if you are using cable, otherwise its FTTH or DSL then you wont.
If you search for OpenWRT tutorials on youtube you will find a McFly or something like that name and he has a bunch of tutorials on how to set up OpenWRT and a range of more advanced networking topics and how to use OpenWRT to utilise them.