iam-py-test

218 Followers
338 Following
5.9K Posts

I am a hobbyist security researcher, filterlist maintainer, and wannabe law nerd. I help maintain the Actually Legitimate URL Shortener Tool. I post about a variety of topics including cybersecurity, content filtering, law, tech, and trans rights. This is also the best place to find updates on my filterlists, as I often post about bugs and improvements to them.
I am not an expert; do not take anything I toot as truth. Retoot/like != agreement. Not legal/medical advice.

Profile picture: truncated screenshot of a WINE error message. The error message is titled "Download failed". The message reads "Download Failed: Success. Check your connection and click 'Retry' to try downloading the files again, or click 'Next' to continue installing anyway." There is only one button labeled "OK".

Header image: A Windows error message against the default Windows wallpaper. The error message reads "Windows cannot find iam-py-test. Make sure you typed the name correctly, and then try again."

About mehttps://iam-py-test.github.io/about.html
GitHubhttps://github.com/iam-py-test
Pronounshe/him
Dream job titleHead of Security and Hacking (legal and ethical)
Testing this outhttps://justmytoots.com/@iampytest1@infosec.exchange
Note on usage of alt textI generally add alt text to my own posts, but do boost posts without alt text
What's the name of YOUR Wi-Fi?

AdGuard put out a report on ad trackers, which I haven't read yet but might be interesting.

https://adguard.com/en/blog/adguard-ad-tracker-report-2025.html

Thanks to Yuki for sharing this.

Ad trackers report 2025: how many trackers are there? | AdGuard

As bad as ads are, at least you are aware of them. Trackers, on the other hand, are invisible and follow you everywhere. How much of your traffic is actually taken away by tracking?

AdGuard Blog
Sadly they used AI :(
Sadly they used AI :(
Three Hundred Habeas Cases in Which the Government Has Defied Court Orders

A database of non-compliance with court orders around the country.

Default

ok, quick follow-up screenshots to show that:

  • Those behind browsergate.eu and fairlinked.eu are in fact the same people behind "Teamfluence", the scraper/automation/etc addon company listed as bringing the lawsuit against LinkedIn

  • Teamfluence was also the company mentioned and (poorly) redacted in the legal docs browsergate.eu offers up with the quotes from a LinkedIn engineer

So basically, Teamfluence was scraping data from LinkedIn, got blocked for it, and now are trying to get this trumped-up campaign going to [checks notes] try to be able to automate scraping vacuuming up peoples' LinkedIn data again. I'm no fan of Microsoft or LinkedIn, but the purpose of their detection methods here seem to be preventing addons like Teamfluence which harm both them and LinkedIn's users

(note: I was drafting this last night, but was looking for more info still - credit to William O'Connell on bsky for discovering and posting the screenshot of the court document that is now the 4th screenshot in this post)

How Axios was pwned. TLDR: capitalism. Anyway scary shit how well coordinated was this attack.

Air to Ground Message:

COCKPIT DOOR WILL NO LONGER LOCK. NO FAULT LIGHT. DOOR CODE PANEL FAILED.

Area: Somerville, NJ, USA
Type: Airbus A319
A: #a190a56ff5b
F: #f396ed6115d

#acars #vdlm2

New (Quieter) Sub Feeds!

If you're a fan of @acarsdrama - but want to follow a less noisy version of our feed, we're please to announce nine new sub feeds that allow you to follow based on your own personal drama interests!

@emergencies_failures - tracks broken things, system failures, and emergencies

@medical - tracks medical events

@excreta - if it is launched from the human body, you'll find it here

@badpax - often the worst part of flying is the people you are sat next too

@wtf - things that make you ask WTF?!

@animals - our four legged friends are not immune from drama

@wx - weather related happenings and diversions

@ride_reports - bumpiness ratings

@crewing_ops - related to the operational side of aviation

And of course we still have @top_shelf and @trending

We hope that these feeds provide another option for your daily drama ingestion!

#acars #vdlm2 #avgeek

If you don’t have the resources to write and understand the code yourself, you don’t have the resources to maintain it either.

Any monkey with a keyboard can write code. Writing code has never been hard. People were churning out crappy code en masse way before generative AI and LLMs. I know because I’ve seen it, I’ve had to work with it, and I no doubt wrote (and continue to write) my share of it.

What’s never been easy, and what remains difficult, is figuring out the right problem to solve, solving it elegantly, and doing so in a way that’s maintainable and sustainable given your means.

Code is not an artefact, code is a machine. Code is either a living thing or it is dead and decaying. You don’t just write code and you’re done. It’s a perpetual first draft that you constantly iterate on, and, depending on what it does and how much of that has to do with meeting the evolving needs of the people it serves, it may never be done. With occasional exceptions (perhaps? maybe?) for well-defined and narrowly-scoped tools, done code is dead code.

So much of what we call “writing” code is actually changing, iterating on, investigating issues with, fixing, and improving code. And to do that you must not only understand the problem you’re solving but also how you’re solving it (or how you thought you were solving it) through the code you’ve already written and the code you still have to write.

So it should come as no surprise that one of the hardest things in development is understanding someone else’s code, let alone fixing it when something doesn’t work as it should. Because it’s not about knowing this programming language or that (learning a programming language is the easiest part of coding), or this framework or that, or even knowing this design pattern or that (although all of these are important prerequisites for comprehension) but understanding what was going on in someone else’s head when they wrote the code the way they wrote it to solve a particular problem.

It frankly boggles my mind that some people are advocating for automating the easy part (writing code) by exponentially scaling the difficult part (understanding how exactly someone else – in this case, a junior dev who knows all the hows of things but none of the whys – decided to solve the problem). It is, to borrow a technical term, ass-backwards.

They might as well call vibe coding duct-tape-driven development or technical debt as a service.

🤷‍♂️

#AI #LLMs #vibeCoding #softwareDevelopment #design #craft