Jason Barnes

2 Followers
41 Following
98 Posts

I've created a feature comparison table for various #Mastodon #iOS clients:

https://github.com/jsit/mastodon-ios-app-features/blob/main/README.md

Please feel free to contribute with an issue or PR!

mastodon-ios-app-features/README.md at main · jsit/mastodon-ios-app-features

Mastodon iOS App Features. Contribute to jsit/mastodon-ios-app-features development by creating an account on GitHub.

GitHub
Password managers are an essential thing. But folks using LastPass... don't. Similarly, all the other centralised, VC-funded proprietary corporate players (1Password, Dashlane, etc.). They're all an accident waiting to happen (or happen *again*, like this: https://www.bleepingcomputer.com/news/security/lastpass-says-hackers-accessed-customer-data-in-new-breach/). Instead I recommend: BitWarden + VaultWarden: https://tech.oeru.org/setting-your-own-bitwarden-password-manager-and-vaultwarden-sync-server If you're not up to building your own, find someone you know & trust to do it. If you build one, make it available to your family & social circles.
Lastpass says hackers accessed customer data in new breach

LastPass says unknown attackers breached its cloud storage using information stolen during a previous security incident from August 2022.

BleepingComputer
@wessouza So it doesn't cause a state change! Interesting. Why didn't I think of this before. It's so obvious too. Thanks!

FYI If you are following the official documentation to setup your own #mastodon #instance. Be sure to check out this GitHub issue when you get to the "Setting up nginx" step.

This command Does Not Work
certbot --nginx -d example.com

Do this instead: (as root)
systemctl stop nginx
certbot certonly --standalone -d example.com
nano /etc/nginx/sites-available/mastodon

Then manually uncomment the two ssl lines
systemctl start nginx

https://github.com/mastodon/mastodon/discussions/17372#discussioncomment-2045474

Can't generate SSL certificate · Discussion #17372 · mastodon/mastodon

Hello all! I'm currently trying to set up a Mastodon instance, but I'm a bit stuck on the step of generating an SSL certificate. When I run certbot --nginx -d example.com (with my website&#...

GitHub

Today was my name day, and my dad called to greet me and asked, “Why are you working today?”

I said: “I'm not working. I'm having fun. I'm #coding. It's not a job.”

Life #achievementunlocked.🤩

#development

Yeah, nvm working in #parallels. I'll just setup my own #mastodon #instance and call it a day.

Feel free to follow me @pwningcode

I'll keep this account for now and see how things go.

#indiehackers #buildinpublic

Wow its so much easier to follow a #linux guide when you realize you can SSH into the machine instead of using the VM directly so that I can copy and paste. I'm such a #noob.
@brianmmdev When your tired and the dyslexia kicks in and you read this as “I didn’t bury anything this weekend”… 🤣

Now lets see if I can install #mastodon in a #parallels #vm. I need a place to test the browser extension without messing up someone's server. 😋

#indiehackers #buildinpublic

PSA: 256GB is not enough storage if you will be doing any sort of #Android #IOS #ReactNative #development