mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

364K
active users

Almost done with the reading of a SQL book. Discovered how powerful can be the full-text search capabilities of PostgreSQL. Discovering the existence of "tsvector" and "tsquery" is giving me ideas of some projects ...
#TIL #SQL

@mistersql I am one of the maintainers of github.com/okfn-brasil/querido. We scrape hundreds of PDF files of the official acts of Brazilian cities and convert them to text, so we can search the content more easily. They are already using some way for full-text search, but I will try to do a side-project to search the data using POstgreSQL (to learn more and also to try to get some specific types of information).