

Just buy 1674920 more of them, way easier.
Just buy 1674920 more of them, way easier.
It sure is unhinged
I would guess real person. Posts without images just get very little traffic, so I assume thats why people are starting to post this.
Well, fortunately it still works. Also, it seems like the forked version did not stop development.
Sliding sync was recently implemented in Synapse itself, so as long as your Synapse is up to date there shouldnt be any more setup on the matrix side. Try checking the Synapse logs for any issues and/or the cloudflare tunnel configuration (I have no idea about what it does to traffic).
What overlay? That looks like Windows 7 with the Aero theme disabled to me.
Just wait for the trolley to pass and then enable an autoclicker
Run a ssh server on the phone and rsync
stuff over.
What is the format of these videos? Im afraid you wont get much compression out of conventional file compressors, as video files are usually already compressed to the point where you would have to reencode them to get a smaller file.
I just looked it up on Wikipedia.
The extreme ultraviolet and x-ray radiation from solar flares is absorbed by the daylight side of Earth’s upper atmosphere, in particular the ionosphere, and does not reach the surface.
What else should I know?
Wdym too late? Is there something you could have done if you knew “soon enough”?
Im not sure how difficult it is to setup a Tailscale client, honestly.
The Zerotier setup is just installing and joining a network by an id. The Windows version has a bit of a GUI, where you have to right-click on a status bar icon, click Join network, paste in the id and join. The Linux version of the client has a cli, which is imho even better, as you can just send them a whole command to copy into the terminal.
I admin a Zerotier network for a bunch of kids that wanna play Minecraft, and they havent had many problems setting up.
There is a bunch of information on self-hosting the whole system, but Ive honestly never tried any of that. It was just nice that this was “just the open-source LogMeIn Hamachi with a superior implementation of everything”.
Can confirm, very easy to setup clients. And since its not a VPN but a VLAN, you wont run into problems connecting between different clients.
This is pretty much open-source Hamachi.
Which LLM is that?
The really simple setup for a single user is just a SSH server with access to storage and the git command. Assuming your laptop and desktop have SSH access to
server
, you can just:ssh server git init --bare somerepo cd somerepo git remote add server server:somerepo git push --set-upstream somerepo master #(or main)
and then
git clone server:somerepo
.For something slightly higher-tech, I recommend going with Forgejo (the fork of Gitea). It is really easy to set up and low maintainance.
Avoid GitLab for small setups, it is fairly resource hungry.