Show more

today I started a list: things I'll do when I'll have a lot of money.

I understood how used I am to being so close to poverty when I wrote stuff like a 20 bucks bluetooth speaker and a set of screwdrivers.

arteteco boosted

QOTO New Features Guide

Since we have so many new significant features deployed as of last night I wanted to take a minute and give a brief explanation of the features and how to use them, as well as how we expect them to evolve over the next few weeks as I continue to work on them.

The following is a brief summary of most of the new features added:

  • Groups Rendering - Accounts which represent groups (such as those from Guppe) are now tagged with a group badge and are specially rendered so the messages relayed by a group appear to be originating from the user.

  • Group Directory - Groups are federated in the group directory which, like the federated timeline, will list all groups followed by anyone on our server.

  • Markdown Posts - You now have the option to select markdown formatting when posting.

  • Circles - You can now create circles with followers in it. When you make a post you can select one or more circles to privately post to and only users of those circles can see your post.

  • Colored follow button - The follow button seen in the feed and in profiles (the one that can be optionally turned off in settings) will now be colored to indicate follower status. Gray if not followed, yellow if followed, blue if following, green if mutual follow

  • Read/unread notifications - Unread notifications now have a subtle blue indicator. There is also a “mark all as red” button added.

  • User Post Notification - Users now have a bell next to their name where the follow button is. This will send you a notification every time they makes a new post.

  • Rich-text rendering - We now render rich-text from other servers, so servers which post in a formatting that includes things like bolding, quotes, headers, italics, underlines, etc, will render in the statuses.

  • Rich-text Stripping - The user option to partially or fully turn off the rendering of rich-text.

  • Registration Captcha - A captcha is now required to signup for a new account, reducing spam.

  • Local-only toot default - You can now optionally set all toots to be local-only and prevent all your posts from federating outside of the local server. Without this setting you can still select local-only on a per-toot basis.

  • Quote feature turn-off - As introduced earlier you can quote a toot rather than just reboost it. This is an additional button on every toot. This can now be turned off in your settings and removes the button.

  • Bookmark feature turn-off - As with the quote feature we could previously bookmark posts. You can now turn off the bookmark button.

  • Follow button turn-off - As mentioned earlier our added feature allowing you to add a follow button, optionally colored, into the feed can now be turned off.

  • Subscribe button turn-off - As before the subscribe feature that lets you watch a users public toots without following them can now be optionally turned off.

  • Favorite Domains - Our last release allowed us to add remote timeline as a feature where you could pull up the local timeline of a remote instance as its own column. Now you can also add domains to a favorite domain list which makes it easier to access and bring up the timelines by listing them directly in the navigation panel.

  • Favorite Tags - Similar to favorite domains this allows you to create a list of your favorite tags and have them easily accessible in the navigation panel.

Notes

Markdown

The engine used to render the markdown is called Kramdown. It supports standard markdown, of course, but it also supports some special formatting. You can view some of its formatting rules here: kramdown.gettalong.org/syntax.

Keep in mind that while many other fediverse serves will view the rich text not all servers can or will and the formatting will be converted into html in a best-effort to remain compatible. For examples vanilla Mastodon instances reject all special formatting, but links from markdown should still be correctly rendered, but bold and other formatting will be filtered out on Mastodon. Pleorma and other software which allows rich-text should properly render the markdown.

Groups

Right now all of the support on QOTO around groups is centered around the group directories and rendering groups. You can not create a group on the QOTO server itself, but you can follow and share to groups and have a better experience. As it stands right now groups on the diverse are unmoderated and open. Anyone can join a group and participate, gup.pe which are open groups. The directory basically lists any groups known to the QOTO server, so if anyone follows a group on the server that group will show in the group directory.

With that said we will be releasing shortly a specially coded QOTO group server. It will behave similar to the way Gup.pe behaves in the sense that group is still an account that relays posts to that group by mentioning the group account. However it will allow for managed groups where the group is owned by an individual and thus a person can block people from the group. That should be up very shortly so keep an eye out for that announcement. It should allow QOTO to participate in moderated groups as is.

arteteco boosted

Here is an excellent explanation of QOTO's remote local timeline feature.
QT: qoto.org/@freemo/1051072543127

🎓 Dr. Freemo :jpf: 🇳🇱  
Remote Timelines I wanted to take a minute to explain QOTOs Remote timeline feature, specifically the new aspect we just released on the advanced ...
arteteco boosted

New feature here at QOTO! We now offer free and automatic SSL certs for any websites you host at QOTO.

Aside from being free, opensource, and no data collection to host your site with us, we now offer free SSL certs too. Just use our gitlab instance to publish your website on our servers by simply marking a tick box when you set it up you can request an SSL certificate that will be automatically obtained and renewed via lets encrypt. You also have the option of using your own SSL certificate or no certificate at all when hosting from our site.

If you dont want to bring your own domain name we also provide you a free subdomain on *.qoto.io that will also be https under our own SSL certificate.

To get started just open an account on our gitLab instance:

git.qoto.org

For more info on this feature check out:

docs.gitlab.com/ee/user/projec

For information on using gitlab to host pages in general then check out this lengthier resource:

docs.gitlab.com/ee/user/projec

As always if you have any questions reach out to one of our moderators such as @freemo

Still, after using it for a month, I consider ArcGIS an inferior software.
For such high prices I would expect something that when you press ctrl + z actually undoes the last thing, that doesn't lose track of a layer symbology, that allows me to user over 11 characters for file names... compiling a list of stuff I dislike it's what really motivates me to keep going with this task!

In Terry Pratchett's Tiffany series, witches can "borrow" animals bodies. Tiffany borrows a bird, and flies away, until she forgets how to talk, how to think like a human, that she even were human.

Today I was thinking about who am I and I remembered, gee, I wasn't always an half failure of a university student, I was travelling, I was a farmer, I was a juggler, I was... so many lives that it amazes me how can I forget about every single one of them.

Not sure if I'm losing a treasure or I am letting go of a burden, by forgetting them

arteteco boosted

After a week of working on re architecting the QOTO servers I'm mostly there. I had to write a whole new load-balancer from the ground up. The old one didnt work with docker-swarm.

The load balancer is now automated like before AND distributed. So basically I never need to worry about obtaining or configuring ssl certs or even fussing with nginx configuration. When i bring a new service up into the swarm I simply add some labels to the service and the load balancer I wrote will automatically detect it and rewrite its own nginx configuration, obtain new certs (or renew existing ones) and automatically route itself to the new service.

This was the bulk of the work, I put the source code up for it (its three containers) here for anyone who might want to steal it, I'll be documenting it and cleaning it up tomorrow:

git.qoto.org/modjular/swarm-pr

I also automated the process of bringing up new nodes in the swarm so I wrote a whole bunch of scripts for that in a separate repo (I'll share that tomorrow). So at this point its just a matter of actually bringing the services up in the new framework. So far I've tested it with two services and works great.

So starting tomorrow I can start migrating QOTO services to the new framework hopefully. Its amazing how easy this is going to make my life.

arteteco boosted

Just a little update on what is going on at .

Our Administrator @freemo has been working hard for about a week to completely recode our server architecture and eventually move over existing services to the new format.

As some of you know we use enterprise level infrastructure. currently that means we use Docker containers in a cluster formation with redundant endpoints.

However, the current way this is done is as individually managed docker containers using some nifty container layer automation to automatically renew and obtain certificates as well as scale. However by doing it as individual containers makes administering the system more difficult and can lead to bugs in the infrastructure (though thankfully we haven't run into those). As such we are moving over to using docker-swarm to maintain the cluster which will automatically handle replication and restarting containers should they fail.

This will mean quicker turnaround when updating services, little to no down time due to redundancy, and faster response time due to multiple load balancers across different regions.

While there may be some short downtime once we finally move the services over long term this should be better for everyone. We will keep everyone updated as this progresses.

In the meantime @freemo will be open-sourcing the scripts he wrote to bring everything online and manage the system. If any developers are interested in getting a copy for their own purposes please feel free to reach out to him.

I'm watching The Social Dilemma, suggested to me by someone I follow here.

Well it was nothing surprising, I wouldn't spend 90 minutes again to see it, but I like to be reminded that I really love the whole project ❤️

I've been sleeping maybe 8 hours total in the past 5 days, and I have to say, all in all living feels like a pretty annoying experience

Anyone here has used team management software? I am working with other people and I feel we are wasting quite some time in decision making, task assigning and so on, as they are used to work in person but now team is all over Italy.

They are not IT people, they are biologists, naturalists, so I'm looking for friendly and easy solutions, even at the cost of flexibility.

Any input or opinion is appreciated!

Also, we are now rolling the latest stable release, 19.0.3

Show thread

the conflict with the Register app is now solved, new users can apply directly.

I also added the deck and circles apps to test how can work as a team management software (similar to trello or something)

Let me know what you think!

tonight I was feeling a bit blue, so I went out on my bicycle to do some .
Now, when you go out to find caches, you basically need your mobile and a pen. 2 things. I managed to forget 50% of them.

No pen, no fun.

Then woah, I see a supermarket, still open! I get in and look for a pen. Nothing. I asked the workers there, who started laughing. I guess not many people look for pen late at night, so we laughed together!
They were out of pens, but we had a nice chat, and they gave me a beautiful pink pen for present. It's the personal pen of one of the workers.

It was a nice night.

I love humans when they are bros

arteteco boosted

Apple iCloud, Google Drive and Dropbox probed over ‘unfair’ T&Cs in Italy. So have you maybe recently migrated from any of these mentioned to Nextcloud? Any tips to share? tcrn.ch/337TWfh via @techcrunch

has anyone tested talk in videoconference with, say, 15 people? Maybe @khird ? How does it behave, compared to say skype or teams or jitsi (which is terrible IME with over 10 people)?

I'm reading that over 5 people it's not very efficient, but I'd like some opinion

Thanks!

Too bad I can't put "napping" in my resume, 'cause I'm a fucking pro

Anyone knows how does protect self destructing media from screenshot? I turned off FLAG_SECURE with the edXposed module and I can screenshot private chats, but I still can't with ephemeral photos.
Any idea on how to proceed? I hate my devices to tell me what I can and can't do!

arteteco boosted

Today we are proud to announce our End-to-end encryption is production ready and more!
🔒End-to-end Encryption in our clients
💻Desktop client 3.0 with completely new interface
📞Android 3.13 with reworked UI

Learn more:
nextcloud.com/blog/production-

Show more
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.