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!
| Real Account | https://mastodon.online/@pwningcode |
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!
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
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.🤩
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.
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. 😋
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
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.