morph3ous

joined 2 years ago
[–] morph3ous@lemmy.world 35 points 1 week ago (2 children)

This is just gross. Just another privacy invasion from the company that decided to track and de-anonymize people around the internet even while those people were doing all the right things to prevent it.

https://lifehacker.com/tech/meta-apps-have-been-covertly-tracking-android-users-web-activity-for-months

[–] morph3ous@lemmy.world 4 points 6 months ago

I use NetNewsWire. Since I am happily entrenched in the Apple ecosystem, it works great with its iCloud syncing. This way I can use it on my phone and laptop while not having to set up any server-side infrastructure or rely on a third party to host anything. (Granted I am relying on the iCloud storage for device syncing. But it did not involve any kind of setup and the files are encrypted such that Apple cannot read them.)

[–] morph3ous@lemmy.world 2 points 11 months ago

When they give you that QR code for the 2FA app, print it out and file it away. That is the seed.

[–] morph3ous@lemmy.world 2 points 1 year ago (1 children)

Thanks. I gave him this suggestion and the one from others about using the manufacturer’s proprietary drivers.

[–] morph3ous@lemmy.world 11 points 1 year ago

Thanks. I’ll let him know. I think he has either a Canon or Lexmark.

 

My elderly neighbor who is an accomplished engineer and has been using Linux for ages recently upgraded his distro. I think he is using Ubuntu or Fedora. Now whenever he prints pages every line of text has a line through it.

He has been able to verify that it is not his printer. He has tried a Live CD as well and is having the same issue. When he goes back to the old version things print fine.

He surmises it is some sort of diagnostic feature in CUPS or some other part of the printing subsystem that is improperly turned on by default.

Has anyone seen this before? I am not a Linux expert, but I would like to help him out.

[–] morph3ous@lemmy.world 3 points 1 year ago (2 children)

The issue you are experiencing likely has nothing to do with the VPN. Network connectivity is not needed to unlock the car. I have been in places with no cell phone signal and it still works.

I do sometimes experience the same issue you are. If I wake up my phone, then it works. So it may be working for you not because you disabled the VPN, but because you woke up your phone and it then sent out the bluetooth signal to let the car know you were nearby.

[–] morph3ous@lemmy.world 1 points 2 years ago

I think you need to search for it on lemmy.world and then subscribe and post from there. I’ve had luck copying the urls and pasting them into the lemmy.world search.

[–] morph3ous@lemmy.world 2 points 2 years ago

I’ve also been using Duck Duck go. I hadn’t heard about Startpage before.

[–] morph3ous@lemmy.world 2 points 2 years ago

My new code just turns things on or off and monitors temperature and humidity.

[–] morph3ous@lemmy.world 6 points 2 years ago* (last edited 2 years ago) (2 children)

I’m on the bandwagon of no “smart home” devices that connect to the cloud. I build a lot my own little controllers with the ESP8266/ESP32 using MQTT to communicate with OpenHAB.

OpenHAB has served me well, but I started using it so long ago that I have not tried out some of the newer options like HomeAssistant.

Here is one of the devices I developed a long tome ago. It used an old chimera of a board, the Arduino Yùn. https://www.instructables.com/Introducing-Climaduino-The-Arduino-Based-Thermosta/

The code referenced in the Instructable is much older code. I don’t think I have my current and much simpler code on Github for the ESP8266. If there is any interest, I can push it.