[-] Imnebuddy@lemmy.ml 1 points 9 months ago

I'm not denying that major flaw of Signal, in which part, yes exposing your phone number tied to your Signal account basically negates Signal's security, as well as Signal's centralized server being proprietary. Nevertheless, when using Matrix, you need to ensure you and everyone you communicate with uses a client that isn't still using the deprecated libolm cryptography backend (and that it uses vodozemac).

[-] Imnebuddy@lemmy.ml 2 points 9 months ago

Many Signal alternatives also have security issues of their own, often making them less secure than Signal. This includes Matrix and XMPP. In the blog post regarding XMPP+OMEMO, the author replies to a question about which would be better than Signal, Matrix, and XMPP with this suggestion:

Anyone who cares about metadata resistance should look at Cwtch, Ricochet, or any other Tor-based solution. Not a mobile app. Not XMPP. Not Matrix.

In regards to Ricochet, not having a mobile app version makes it difficult to recommend to less tech savvy people.

[-] Imnebuddy@lemmy.ml 2 points 10 months ago* (last edited 10 months ago)

This is how to trim a curve on a point in FreeCAD. Honestly hilarious. Tried using it recently, and I couldn't follow a basic tutorial without it breaking. This is a recent fair review of FreeCAD, and it still needs a lot of work even after its 1.0 release before it is worth using. I'm considering going back to OpenSCAD for a simple project, and then I will try using build123d in python (CadQuery is a more user-friendly alternative, at least as far as I am told).

I'm curious how well these CAD kernel projects written in Rust will turn out: Fornjot / Truck

[-] Imnebuddy@lemmy.ml 2 points 10 months ago* (last edited 10 months ago)

I run udisksctl unmount -b /dev/sdX# in the terminal. When it completes, it means the files have finished copying and the partition was unmounted.

[-] Imnebuddy@lemmy.ml 2 points 11 months ago* (last edited 11 months ago)

I was able to get some Linksys E8450 routers for cheap (~$40 each) on eBay a couple years ago, but they are more expensive atm (but $70 each, which is cheaper than a lot of other options). They require a bit of work to get OpenWRT installed, but it's not bad once the work is done (I have received nearly 400 Mb/s when I am close to the wireless connection sometimes, which is what my internet is capped at). I have used them as a mesh with one as a main gateway and the rest as access points with additional Ethernet ports. They do have the OKD issue fixed now, too, and they're also Wi-Fi 6. I'm looking into getting a Banana Pi BPI-R3 or R4, though I am not sure how well they are with mesh specifically, but have seen a few forum threads of people having some issues with mesh on these specific routers. I hope to switch to fast roaming (wired backhaul) eventually.

[-] Imnebuddy@lemmy.ml 2 points 11 months ago* (last edited 11 months ago)

"I have never really understood exactly what a 'liberal' is, since I have heard 'liberals' express every conceivable opinion on every conceivable subject. As far as I can tell, you have the extreme right, who are fascist racist capitalist dogs like Ronald Reagan, who come right out and let you know where they're coming from. And on the opposite end, you have the left, who are supposed to be committed to justice, equality, and human rights. And somewhere between those two points is the liberal.

As far as I'm concerned, 'liberal' is the most meaningless word in the dictionary. History has shown me that as long as some white middle-class people can live high on the hog, take vacations to Europe, send their children to private schools, and reap the benefits of their white skin privilege, then they are 'liberal'. But when times get hard and money gets tight, they pull off that liberal mask and you think you're talking to Adolf Hitler. They feel sorry for the so-called underprivileged just as long as they can maintain their own privileges."

---Assata: An Autobiography

[-] Imnebuddy@lemmy.ml 1 points 11 months ago

https://github.com/exander77/proton-bridge-android

There is a way to do it locally on an Android device using Termux.

[-] Imnebuddy@lemmy.ml 1 points 2 years ago* (last edited 2 years ago)

Have you tried one of these providers? https://providers.xmpp.net/

I didn't have an issue with registration on macaw.me or monocles.de, but I haven't used those accounts yet.

[-] Imnebuddy@lemmy.ml 2 points 2 years ago* (last edited 2 years ago)

I would probably suggest Mint. When I first started Linux, I was adept with computers, but I still struggled using Linux for the first time. I tried Fedora around 2015 as my first distro, and I really struggled to install it. So I started with Ubuntu. I spent time doing some courses for Linux, and it was quite a journey for me to figure out this new environment. Then I would distro hop so much because I was dissatisfied with missing packages and issues with my new laptop (which wasn't running well on many distributions because it required a newer kernel), and then I landed on Kubuntu for a little while. Then Manjaro, which I don't recommend anymore for these reasons (plus I had to reinstall Manjaro a few times when it broke, especially due to NVIDIA driver issues, but today that shouldn't be as much of a problem, I believe). I was able to install Manjaro with Manjaro Architect at one point, which made it easier for me to figure out how to install Arch Linux. I was breaking my Linux machine so much when I was using Ubuntu because I didn't understand what I was doing, thus it is difficult for me to recommend a Linux distro to a new user with full 100% certainty they would not break their system if they wanted to do some tinkering or try to do any niche thing like gaming. I know you want to leave Windows ASAP, but it may be easier to first run Linux in a virtual machine. It's going to take a while to figure it out, and a virtual machine will help make the journey less painful so you don't risk wiping your drive or having periods where you are stuck without a machine when you need to get work done and you are sitting in front of your computer for hours trying to install and configure Linux or figure out why you are booting into emergency mode. For a tip, I really recommend not installing everything you want under the sun. This was the reason for 90% of the time I broke my Linux installations. Install only a few packages at a time, and backup your data.

There is a new Arch-based distro in town that is meant to be user friendly, which is Crystal Linux, but I haven't used it myself nor do I know if this is good to recommend to absolutely new users. The reason why I mention it is because I have had a lot of trouble with other distributions, and while Arch would break on me once in a while (which at that point in my Linux journey, I could fix Arch without needing to reinstall the entire OS)--usually for a specific package or two--as a noobish user it was a better experience for me working with the pacman package manager and having access to the Arch User Repository. I also had a better time working with rolling release distributions. With Crystal Linux, it gives you the option to install the Nix package manager and comes with a nice pacman wrapper called Amethyst, but I would consider yay the best pacman/AUR wrapper, imo. I haven't tried Amethyst, though.

Here's a video on Crystal Linux by DistroTube: https://yewtu.be/watch?v=Q_CXNtbsy74

Crystal Linux also has documentation on using a NVIDIA GPU with Wayland here: https://getcryst.al/site/docs/crystal-linux/nvidiawayland

Crystal Linux also uses the BTRFS filesystem utilizing snapshots with Timeshift, which if I had used this when I was first learning Linux, it would have saved me a lot of trouble.

Also, one last tip: when installing Linux or working with something you are unfamiliar with, take notes. It really helps to have something to look back at when you have to do the same task again and forgot the reason you did certain things.

[-] Imnebuddy@lemmy.ml 1 points 2 years ago* (last edited 2 years ago)

Referencing my buried comment with suggestions:

I don't remember and can't find a post I saw in the past recommending better video chat applications for more than two users. I believe one was Jitsi and another Wire. I just found another video conferencing application someone recommended online: MiroTalk. Different open source software excel in different areas.

Sorry, I just realized this post is about instant messaging platforms and not specifically their video chat features.

I like Element better because of its Markdown capabilities (though still very limited) and the ability to edit messages. I used element for my team coding projects in college, which worked very well and integrated nicely with our GitHub updates, but it sucked for video conferences. Signal barely holds up for two-user video chats, though that could be my internet or someone else's.

I also want to self host my own XMPP server someday.

There is Revolt. Maybe younger people will like that more.

[-] Imnebuddy@lemmy.ml 2 points 2 years ago* (last edited 2 years ago)

I don't remember and can't find a post I saw in the past recommending better video chat applications for more than two users. I believe one was Jitsi and another Wire. I just found another video conferencing application someone recommended online: MiroTalk. Different open source software excel in different areas.

Sorry, I just realized this post is about instant messaging platforms and not specifically their video chat features.

I like Element better because of its Markdown capabilities (though still very limited) and the ability to edit messages. I used element for my team coding projects in college, which worked very well and integrated nicely with our GitHub updates, but it sucked for video conferences. Signal barely holds up for two-user video chats, though that could be my internet or someone else's.

I also want to self host my own XMPP server someday.

There is Revolt. Maybe younger people will like that more.

view more: ‹ prev next ›

Imnebuddy

joined 4 years ago