There is a subscribe button, it’s directly below the channel name. Up until recently there was a bug in invidious preventing it working but it looks like that’s been resolved now.
There is a subscribe button, it’s directly below the channel name. Up until recently there was a bug in invidious preventing it working but it looks like that’s been resolved now.
5 gallons per.hour? The article says 4-6 litres - a little over a gallon.
My favourite one is renaming a directory full of files in nnn
. It opens in vim, and I’m in my happy place, where I really know how to edit text (or, in this case, filenames). Great when there’s some minor variation between a lot of files. Full previewing before saving, multiple operations handled before doing anything etc.
There are speed and developer experience improvements, and a whole bunch of it is there to optimise for mobile. They have some info in the FAQ on jmap.io. It’s something I won’t 100% take without any consideration - it is written by the fastmail Devs - but a modern stateless protocol is no bad thing.
I’m also on Migadu for email, and I can say the experience has been pretty excellent. They have good instructions for setup stuff, and their pricing model is great. The pricing model has things in common with rsync.net, where they impose a soft limit on storage and reach out if you start exceeding it to talk about upgrading.
I do wonder if other mail providers will at some stage support jmap, it seems like it could take away some frustrations.
You can use any matrix client you want with it. The closed source one is just making bridging more straightward and adding some little quality of life features.
Luckily, the DMA has a heap of requirements around what their messaging interoperability will have do. For one thing, it will enforce the providers to not downgrade any encryption along the way, so FB etc will have to handle messages without them being decrypted first. There are some great videos that the matrix foundation put on their YouTube channel of talks that go over much of this.
Most of that extra stuff is there to handle user contact privacy and security with the bridges, which is fair. I don’t have any interest in self hosting beepers full setup, I want to get the functionality of multiple messaging services in one client - which I have, with my self-hosted matrix instance and the bridges they help develop and maintain.
I wish all of it was open source, but I did feel it necessary to head off comments that imply that the entire thing is closed source. Their implementation around dynamic servers and isolated containers spinning up isn’t really the bit that seems relevant regarding user privacy with regards to data scraping or anything. There are a lot of comments in here implying it’s fully proprietary, but there’s a lot more nuance to it than that, as you point out.
Personally, I think it’d be nice if you could self-host just the bridge instances and connect them with beeper yourself, so that the part that isn’t e2e encrypted is running on software you can validate and hardware you control.
Yeah, I should have clarified that. Hopefully the EU regulation regarding messaging interoperability removes this (currently unavoidable) flaw.
This is using matrix. You can even connect to it from any matrix client.
You can use any matrix client with beeper according to their FAQ. It’s frustrating that they forked element and kept the source code closed, but it is Apache 2.0, so it’s not against the licence terms.
The bridges are all open source, and they use matrix synapse as their server installation - though their client is a closed source fork of element with changes. You can use any matrix client to connect to it, and they say it’s a standard synapse setup.
If privacy is a concern, bringing your own client should remove that concern as the rest is open source. It’s also e2e encrypted, as any matrix server is.
I self host my own matrix homeserver with bridges set up using their code. The only bit of their stack I can’t use is the client. I don’t like that that’s closed source, that’s frustrating.
Edit: while writing this two more people made the same comment. Sorry!
Check out borgbackup, it stores changes only, snapshots are created for every new backup, encrypts automatically and is pretty straightforward to use.
A PR was opened last week to add the biggest first element of external library support. Hopefully in the relatively near future it’ll be merged. I’ll be giving it a shot when it merges.
Maybe around 2006, I booted a live CD of Ubuntu and ran the 6 disc install of Unreal Tournament 2004 so that I could play UT with a friend who was staying over - the laptop was my mum’s, so I wasn’t allowed to install anything directly on it. UT2004 had a native Linux version on disc.
The install took until 4am and we played until the sun came up, absolute bliss getting it working.
Sure, fair enough. There are other distros supported by the community if you want to check that out too.
You honestly won’t find better than the support for framework in the laptop space. The arch wiki entry for it is fantastic, and having multiple supported distros is almost unique.
Those are the officially supported distros. You can install other ones just fine. I doubt you’d find another laptop that had even just more than 1 officially supported distro.
Ah, I did the bad thing and didn’t read properly.
It looks correct, yes. Can you run iptables -L -t nat
on the public host after bringing up the wireguard connection to see if it works?
Also, if you can do a netcat to that same port from a local computer to that public endpoint without the wireguard connection running, you can test that the port isn’t being blocked anywhere else along the way.
You have to have a firewall rule on your public server to tell it to send any traffic on port 8096 to the IP of your private server. Currently, your public server isn’t listening on that port, so the packets would just be dropped.
Are you not logged in? You need to have an account logged in, subscriptions are stored server-side.
Edit: Ah, I see that you’ve found that out. Good you got it sorted!