2019-08-06 - Electronic Software Association: "Removal of Protected Content"

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.
Status
Not open for further replies.
You'd think they'd be capable of finding all the other times cows have tried to sue or DMCA over their dox and think, "maybe this won't work for us."

But no. Corporate America proving you don't need to be smart to be successful.
I think it's moreso that smart people create awesome things. Then their braindead successors take over and proceed to skullfuck the company thirty yards into the dirt thanks to the sheer density of their autism.
 
That could explain why websites always use stupid bullshit with javascript that plain HTML can do. Like display images and text.

Yes. Using excessive DOM practices is horribly inefficient. Javascript is incredibly useful but holy SHIT there is a fuckload of bad Javascript code out there. JQuery does the job nicely but a rare few use it right and often mix it with the DOM code, which ultimately results with a shitload of boilerplate excess with repetitive subroutines, inefficient nested loops, and nested if statements (That shit actually was the reason why the Microsoft Zune bricked its firmware, so one fucked up if statement can kill any program). HTML was designed to be forgiving. Javascript however is NOT, so you have a bunch of Webdev community college hipsters that are writing code with about 3 layers of abstraction (Code built with code, that is built with a lower code) and doing a shit job at it. You wonder why fucking Chrome eats one goddamn gigabyte or more of memory. It's cause none of those fuckers were taught to program efficiently. It's a byproduct of OOD, which if learned by itself is a HORRIBLE programming practice. You need to know the other 3 big programming paradigms to program Object Oriented Design effectively, that is Procedural, Functional, and Declarative. They don't know about them. We have strong fucking computers nowadays, that doesn't mean we need them to brute force an NP Problem to display a fucking webpage.
 
Shitty developers are cheaper, and humans continue using shitty web sites/applications. the problem will only get worse until one of those two things stops being true

You forget about two others. Telecommunications companies and law. They make the problems worse exponentially fast when they are at an imbalance. When Comcast has a 20 year monopoly on maintaining your area's infrastructure, you can see real fucking quick where that will lead up to. People bitched about 1 Gigabit internet years back, the majority didn't know that they already provided those bandwidths for business use along with redundant channels in case one goes down for YEARS. They cost a fuckload a month but that traffic is traveling down the same cables your telephone traffic goes through. The main infrastructure can handle it, the Residential Exchanges however can NOT. That's where they spend the lowest dollar on because the general public is not a high stakes customer like mid to large companies are. I'd say this is understandable but remember the infrastructure is subsidized by the US Government and their oversight on "Advancing and maintaining the infrastructure" is almost fucking non-existent due to the FCC being willingly blind. This is primarily the reason why AT&T of today is so fucking massive. They didn't get that way through small private expansion, they got that way due to subsidies, lucrative tax breaks, and nearly unlimited credit. If AT&T were about to die tomorrow the US Gov would write them the biggest damn check since GM's bailout, no questions asked. It's a huge gun to the head of politicians when denying them a bailout would result in thousands of layoffs and the political weapons that would result. We fix this monopolistic shit, then we can deal with shitty programming.
 
You forget about two others. Telecommunications companies and law. They make the problems worse exponentially fast when they are at an imbalance. When Comcast has a 20 year monopoly on maintaining your area's infrastructure, you can see real fucking quick where that will lead up to. People bitched about 1 Gigabit internet years back, the majority didn't know that they already provided those bandwidths for business use along with redundant channels in case one goes down for YEARS. They cost a fuckload a month but that traffic is traveling down the same cables your telephone traffic goes through. The main infrastructure can handle it, the Residential Exchanges however can NOT. That's where they spend the lowest dollar on because the general public is not a high stakes customer like mid to large companies are. I'd say this is understandable but remember the infrastructure is subsidized by the US Government and their oversight on "Advancing and maintaining the infrastructure" is almost fucking non-existent due to the FCC being willingly blind. This is primarily the reason why AT&T of today is so fucking massive. They didn't get that way through small private expansion, they got that way due to subsidies, lucrative tax breaks, and nearly unlimited credit. If AT&T were about to die tomorrow the US Gov would write them the biggest damn check since GM's bailout, no questions asked. It's a huge gun to the head of politicians when denying them a bailout would result in thousands of layoffs and the political weapons that would result. We fix this monopolistic shit, then we can deal with shitty programming.
i'm too high to hold that block of text in my head but it seems like we're generally in agreement. a decentralized internet is the only way to keep it lawless.
 
Also there are probably causes of action right here in the U.S. if you wanted to sue them here.
I've seen several people talking about filing a class-action suit against the ESA, but wouldn't they have to show actual damages to win any money?
 
It's more like American Airlines issuing notices to the Pentagon and the security staff of the World Trade Center to return their planes on the morning of September 11, 2001. :story:

I AM A FREE JOURNALIST OF THE LAND AND YOU CAN NOT RESTRICT MY RIGHT TO TRAVEL OR WRITE CLICKBAIT. I DEMAND THAT joshua moon STOP HOSTING CONTENT THAT FALSELY LINKS ME, ghostse, WITH THE FRAUDULENT GOVERNMENT CORPORATION GHOSTSE , DENOTED BY THE USE OF ALL CAPS, THAT WAS OPENED ON MY BEHALF BY THE FEDERAL GOVERNMENT WITHOUT MY CONSENT.
 
Status
Not open for further replies.
Back