Nebulonit

@nebulot
0 Followers
42 Following
60 Posts
Dev Python. Wants to know everything, knows barely nothing.
He/Him
Twitter@nebulonit
Githubhttps://github.com/thiagonebuloni
Showwcasehttps://www.showwcase.com/thiagonebuloni
Bskyhttps://bsky.app/profile/nebulonix.bsky.social

Como ajudar alguém que nada de braçada no Twitter a vir molhar os pés no Mastodon antes de decidir mergulhar: a thread, versão 2.0

Bem-vindo ao Mastodon, aqui é tudo nosso! E o segredo é que tudo que você já sabe sobre redes sociais continua valendo aqui – as diferenças conceituais são importantes, mas não mudam o fato de que estamos aqui para seguir e ler uns aos outros.

Esta é uma thread de dicas, voltada aos novos vizinhos que estão chegando e trazem experiência de outras redes.

🧶 1/n

Kit de boas vindas pra quem está chegando ao Mastodon 🤗

Aqui é diferente, mas parecido com o que você ja conhecia. Esses links vão te ajudar:

1️⃣ Minha thread de dicas pro 🐘: https://social.br-linux.org/@augustocc/109937984949287336

2️⃣ Minha thread apresentando o 🐘 pra quem conhece bem o Twitter: https://social.br-linux.org/@augustocc/110238312018508428

3️⃣ Pra seguir gente legal e não ficar com a timeline vazia: https://mastodon.br-linux.org/falantes/

4️⃣ Pra escolher uma boa instância de brasileiros: https://mastodon.br-linux.org/instancias/

💥 Temos mais dicas em https://boasvindas.io !

Augusto Campos (@[email protected])

🐘 Três dicas para os seus amigos que estão chegando ao Mastodon: 💬 Não se fixe muito em tentar entender como funciona, mas sim em ver conversas que te interessem - o entendimento virá! 🫧 Se você está em uma instância legal, dê uma olhada na Local Timeline dela - é o que as pessoas da mesma instância estão falando! Aproveite e siga umas hashtags legais. 🏡 Tb temos a timeline que você está acostumado, só com os posts das pessoas que você segue: ela se chama Home Timeline

BR-Linux
Just trying LMDE.
Let's see if the freezing stops
I had a breakthrough with how to handle a key in a dictionary that is a list in #python. I found the answer in a textbook (not google!)

Happy New Year! 🎉

As of today, #2FA is now required on @pypi  

Read more here: https://blog.pypi.org/posts/2024-01-01-2fa-enforced/

#python #pypi #security #blog

2FA Required for PyPI - The Python Package Index Blog

PyPI now requires 2FA for all users.

A little update on fossil, my #mastodon client:

I’ve made it easy to implement your own algorithm. It’s just a #python class with 2-3 methods, maybe some HTML jinja templates (if you want to change how it’s displayed)

I’ve also rewritten the UI to be #FastAPI and #htmx, which seems a lot more resource efficient than streamlit (although streamlit was great for prototyping).

https://github.com/tkellogg/fossil

GitHub - tkellogg/fossil: A mastodon client optimized for reading, with an AI-enabled algorithm for displaying posts

A mastodon client optimized for reading, with an AI-enabled algorithm for displaying posts - tkellogg/fossil

GitHub

And it has begun!!

#elixir

@FediTips

Question: I see that some toots have text that is a clickable link. For example, the word "bovine" in this toot:

https://mymath.rocks/objects/08a963b3-030c-4bf0-9f66-65883a16e230

How can I do this? Is it possible to do this from the Mastodon android app?

An Intro to Ruff - An Extremely Fast Python Linter - Mouse Vs Python

What is linting? A linter will help you find syntactical and stylistic issues with your code. Python has several great 3rd party linting tools. Here are

Mouse Vs Python