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

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.

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

I love #vscode but good luck finding the setting you need to find. I guess I should take some time to study this...

https://code.visualstudio.com/docs/getstarted/settings#_default-settings

Visual Studio Code User and Workspace Settings

How to modify Visual Studio Code User and Workspace Settings.

Do you ever find that while your working on an idea, you come up with a better idea and all you can think about is pivoting?

It's not like the old idea is dead, its just not as attractive and is going to take longer to change directions... Its beautiful and annoying at the same time.

#indiehackers #buildinpublic