

On android you can hide/remove with revanced.


On android you can hide/remove with revanced.


We have a very strong national use of Hoplr, so it’ll be really hard to get people over and I haven’t seen any malpractice by Hoplr yet.


Why does virola have a checkmark and all the others don’t?


Yes, Mattermost. It’s very similar to Slack and Discord. I have hosted it for years for our organization.
There’s a web interface, and has an app available. Can have all sorts of integrations and bridges to other services.


I’d put this in a mirror configuration tbh.


Sega isn’t owned by Microsoft, is it? Last I remember it’s owned by Sammy.


So the * in N*SYNC stood for a T all this time?


How does this help when ISP disconnect you?


That’s actually exactly the reason why I didn’t upgrade. I have miniITX board with a very low TDP CPU and there’s not been anything as efficient as this one.
If you mean that faster hardware can do tasks faster: this thing has no problem running all the services I want/need, which includes some game servers.
If you are counting costs of power, also factor in the cost of new hardware as opposed to the one you have around or can be secondhand for cheap.


The missing link is networking. You can use VPNs all you want, but in the end you’re using an uplink to your ISP who can shut it down at any moment. Some countries turn off the internet when things get rowdy, so it’s already in the playbook.
Was looking into a mesh last year, but I’d be a floating island. Can’t transmit long range, this angers the people in charge, too. Not sure how to overcome this part.


Does the message become invalid if someone wrote a bit and then asked an llm to rewrite it because they are not confident in their writing? These people are ashamed to admit they do this because of the backlash they get here, but let this be one of the only good use cases of llms, and it’s what they’re good at.


For hardware? You don’t have to use top of the line hardware to host these things. My homelab if you want to call it that is nearly 10 years old in terms of hardware, but the software is up to date.


Same layout for me, I hadn’t used it in a while, feels like it wastes some screen real estate this way.


The pinephone has slightly better specs, is equally outdated, but the price point is a lot better.


Yes, definitely and I do run into that when I search my history


I’m not sure what you mean. I gave 3 different commands…


I use $_ a lot, it allows you to use the last parameter of the previous command in your current command
mkdir something && cd $_
nano file
chmod +x $_
As a simple example.
If you want to create nested folders, you can do it in one go by adding -p to mkdir
mkdir -p bunch/of/nested/folders
Good explanation here:
https://koenwoortman.com/bash-mkdir-multiple-subdirectories/q
Sometimes starting a service takes a while and you’re sitting there waiting for the terminal to be available again. Just add --no-block to systemctl and it will do it on the background without keeping the terminal occupied.
systemctl start --no-block myservice


I can recommend tmux also as an alternative to screen
idk what issues you have, I have it running on 5 devices