

That would do it!
That would do it!
You’re off ten fold. They have thousands. Around 5000 with a planned 12k after gen 3 has been fully deployed. It’s definitely a “let the intern push to prod” type of scenario by numbers alone.
Hell, a determined person could even run two kernels at once.
Yes, look on their website for compatible models, there’s a handful of affordable ones, many which perform better on higher tier connections too. Been using my own modems with Comcast for 25 years.
Switch 2 is 1.18lbs, Switch 1 OLED is 0.93lbs, Switch 1 is 0.88lbs, and the Steam Deck OLED is 1.41lbs. So the steam deck is almost twice the weight of Switch 1 lol. I would guess the more ergonomic grips made it seem like it was lighter.
fwiw, the Switch 2 screen is gorgeous, they did a really good job on this custom display. Putting it side by side oled and the average consumer wouldn’t be able to tell the difference “except one is bigger”.
You say “just” like that’s not a feat in and of itself, especially considering how many console launches don’t?
I would make the case for proxmox on the machine so you can divvy up the hardware as you see fit— but also setup the hard drives as a zfs1 pool (1 redundancy failure allowed). This way you can make multiple isolated machines or use LXC containers directly for apps, services, etc. while benefiting from ZFS’s excellent performance and reliability. I would say that TrueNAS Scale has been a bit of a letdown for me because it feels bloated, easy to make mistakes with complicated setups, and I have less control over the hardware. I don’t like how updates have fully broken apps. That said it is a reliable ZFS wrapper with more bells and whistles in the UI over what proxmox offers— caveat being that both can do everything if you want to take the time to learn ZFS commands.
There is also the TrueNAS based alternative HexOS that is more beginner friendly for just getting a nice NAS setup fast while still supporting apps / containers.
I love Actual. It’s fantastic and easy to use. I use off-budget accounts and weekly / monthly reconciliation just to keep the general value of these accounts at stable intervals.
I have a slight bone to pick with the PWA version of the site though. After a couple months of using the PWA front end to keep my budget and transactions accurate manually, I opened the site on my desktop browser and it completely lost all that work due to a sync issue. Apparently the PWA for weeks had not remained in sync and so all manual entries were not making back to the server. But the app works so well I never noticed because it kept just working. Supposedly there’s an alert saying it’s not synced with the server but it’s not prominent enough. So if you use that feature (the PWA) then be sure it’s syncing often.
Why is adding a button a problem for those who don’t want to pay for it? It’s not like the button is in the way or used in any game for anything else… why do we have to complain about a harmless button that isn’t even branded??
This is mostly an IOPS dependent answer. Do you have multiple hot services constantly hitting the disk? If so, it can be advantageous to split the heavy hitters across different disk controllers, so in high redundancy situations that means different dedicated pools. If it’s a bunch of services just reading, filesystems like ZFS use caching to almost completely eliminate disk thrashing.
If you can see it, you can record it.
Makes me miss Miiverse. It was so good.
I use Actual and my solution is to just report the differences in investments value at the end of each week as a transaction. It’s not great but it affords me an opportunity to see trends in a different way and make adjustments feeling a little more informed. I even put my car in and just check KBB every year and update it. Helps with the year end net worth evaluation though it’s not the most flexible.
This explains why the huge delay from their promise to release steamOS installer for generic PC systems. It’s probably taken a lot of behind the scenes work to make it device agnostic as well as supporting specific hardware from 3rd parties. This is a huge win though, most deck competitors running windows are hamstringing themselves so having more options in the market will accelerate the support and adoption of more open standards.
Turns out, the replay continues to update itself because I just checked back in and it’s there now, with all the session count and hours I was expecting!
I’m a bit frustrated by my steam replay. Not only does it show windows in my platform chart despite my complete abandonment of windows in my home for years at this point, but also one of my most consistently and highest played game (fall guys, hundreds of hours played on Linux in 2024) didn’t even show up in my top games list.
Edit: looks like the replay continues to update itself so it just wasn’t done processing or something because fall guys now shows up in mine as expected with accurate numbers, a new game was added to my number of games player count after I started a new one last night, and they are no longer showing me the platform breakdown lol.
You can change directories with deluge. When renaming a file, just enter a / between each directory. The ui will fix the hierarchy once you accept the change.
What are the features you need from your host? If it’s just remote syncing, why not just make a small Debian system and install git on it? You can manage security on the box itself. Do you need the overhead of gitlab at all?
I say this because I did try out hosting my own GitLab, GitTea, Cogs, etc and I just found I never needed any of the features. The whole point was to have a single remote that can be backed up and redeployed easily in disaster situations but otherwise all my local work just needed simple tracking. I wrote a couple scripts so my local machine can create new repos remotely and I also setup ssh key on the remote machine.
I don’t have a complicated setup, maybe you do, not sure. But I didn’t need the integrated features and overhead for solo self hosting.
For example, one of my local machine scripts just executes a couple commands on the remote to create a new folder, cd into it, and then run git init —bare
then I can just clone the new project folder on the local machine and get started.
Been waiting for tree structure! Thank you for the hard work on this, love this project.