Postagem nova no blógue ! Sobre as notícias recentes do shadowban de jogos adultos do itch.io devido o monopólio de pagamentos:
https://punkytrio.neocities.org/posts/2025-07-31-Itch-io-monopolio-dos-cartoes-e-pix
Postagem nova no blógue ! Sobre as notícias recentes do shadowban de jogos adultos do itch.io devido o monopólio de pagamentos:
https://punkytrio.neocities.org/posts/2025-07-31-Itch-io-monopolio-dos-cartoes-e-pix
This is my Newsletter-Post! 📰🔔✨
To receive a notification
each time I release a new article:
You can interact with this pinned post in any way you wish (boost, favorite, or reply), and you will get a notification each time a new article is added to this list.
Newer articles are at the top.
Thanks for subscribing!
All Em's Privacy Guides articles 📚
Queer Dating Apps: Beware Who You Trust With Your Intimate Data 💔
Stay Safe, but Stay Connected 💚
Selling Surveillance as Convenience
The Importance of Data Privacy For The Queer Community
KeePassium Review: A Flexible Password Manager for iOS and macOS 🔐
Sam Altman Wants Your Eyeball 👁️
Age Verification Wants Your Face, and Your Privacy 🪪
In Praise of Tor: Why You Should Support and Use Tor
Interview with Micah Lee: Cyd, Lockdown Systems, OnionShare, and more
KeePassXC + YubiKey: How to set up a local-only password manager
Privacy is Also Protecting the Data of Others 💛
How to Reset Your YubiKey and Create a Backup
The UK Government Forced Apple to Remove Advanced Data Protection: What Does This Mean for You? 🍏
No, Privacy is Not Dead: Beware the All-or-Nothing Mindset 🔒
CryptPad Review: Replacing Google Docs 🛡️
The Future of Privacy: How Governments Shape Your Digital Life 🌐
Using Tails When Your World Doesn't Feel Safe Anymore 💜
Personal blog (older articles): 👇
The Solutions to Proctoring Software 🎓
The Problem with Proctoring Software
The Mastodon’s Guide to the Fediverse
Easy Practical Privacy Tips for Everyone
The Importance of Using Messaging Apps With End-to-End Encryption, Which Ones to Use and Why
Saudações , trago aqui a porra do meu blógue pra quem quiser acompanhar
Primeira postagem do blógue já está lançada:
https://punkytrio.neocities.org/posts/2025-07-14-Devlog-CBB-1-Sonorizacao-Hotwheels
e é um devlog do jogo de chutar facho, que agora tem som!
habemus
David's article really resonated with me because I've been thinking for a long while now to create a newsletter (or three) to surface barely heard voices.
On Substack, for example, the voices I hear are overwhelmingly from the United States, and it is incredibly hard to find voices from Asia and South-East Asia. It's a source of huge frustration for me because the most common narratives about my part of the world is from the United States, and a lot of times these narratives are distorted, skewed to American values and is not what is really happening in my region. Yet, when I try to speak up on Substack, I never get seen as the algorithm is prioritising US voices and Substacks. Worse, they are also boosting only popular ones, which means the most popular narrative is the loudest.
I have occasionally shared links to South-East Asian Substacks and blogs, and each time I do, I get messages of gratitude. However, I still wondered if my tiny act of rebellion would do anything to move the needle in terms of being heard in an English-speaking Internet overwhelmed by Western voices and narratives.
David's post reminded me that yes, I should put in some effort to help surface more unknown corners of the Internet. Maybe we won't get rid of the algorithmic complacency sweeping society now, but at least we'll do some tiny thing to help create a messy but human algorithm instead.
https://www.raptitude.com/2025/06/how-to-surf-the-web-in-2025-and-why-you-should/
#Internet #SocialMedia #Algorithms #IndieWeb #Tech #Blogging #blogs
New #blog post! Kinda! This one is a cheat one because I am too tired to write a real one, but didn't want to break my #Blaugust streak after only two days! So instead here are my tips to avoid getting heatstroke. Take care of yourself!!
https://renkotsuban.com/posts/2025-08-03-Blaugust-Day-3-Don't-get-heatstroke.html
New #blog post!! I've finally gotten around to updating my beginner guide to #Eleventy! If you're interested in setting up a simple blog with this static site generator, this should have everything to get you started 👇
https://renkotsuban.com/posts/2025-07-25-Updates-to-the-Eleventy-guide.html
Aoba! Passando aqui para dizer que tem post novo no blógue, no post falo sobre o bootleg anarquista do tintin:
https://punkytrio.neocities.org/posts/2025-07-22-Leia-o-bootleg-anarquista-do-Tintin-gostoso-demais
A blog post about common parts of my #Emacs configuration
There is a first post in the series of posts about my Emacs configuration. I tried to describe all at once but @lfa stopped me at the right point!
https://eugene-andrienko.com/en/it/2025/06/30/my-emacs-configuration-common.html
I'm starting a series of blog posts, in which I write a #bytecode #compiler and a #virtualMachine for arithmetic in #Haskell. We explore the following topics in the series:
- Parsing arithmetic expressions to ASTs.
- Compiling ASTs to bytecode.
- Interpreting ASTs.
- Efficiently executing bytecode in a VM.
- Disassembling bytecode and decompiling opcodes for debugging and testing.
- Unit testing and property-based testing for our compiler and VM.
- Benchmarking our code to see how the different passes perform.
- All the while keeping an eye on performance.
The first post of the series that focuses on writing the #parser is now out: https://abhinavsarkar.net/posts/arithmetic-bytecode-vm-parser/