68
Gamer000gaming
687d84400039b279e7dd44c21895aa520e81ee1ec66592695ee080d47a3d6bca
Python programmer - follow for daily challenges and tips

Hello everyone using a phone!

Did you know you don't own what's on your phone?

Have a nice day!

# An open letter to all big tech companies

## The problem

I own the device, so I own the data on it. Simple, right?

**Wrong!**

Some people think control is dangerous and that the only way to protect the device from bricking is locking it down. Worse, some also like to put hidden trackers in their locked down devices, making them impossible to remove.

## What we want

We want control. Read/write access to everything on the device. Put warnings, do anything you want, but let us experiment, break and learn!

## How to fix the problem

Easy: just unlock the device. If you sell game consoles then we think it's fair if you can keep the games locked down, but still let us create homebrew freely.

By doing that, you would make us able to do more things with our devices.

## Conclusion

The problem is very easy to fix. If you unlock the devices, the community around them would be bigger and more active.

Thank you,

Someone on the Internet

12/29/2025 - Daily Python challenge

Goal: create a script that reads a file and shows the most common word

Difficulty: Medium

Follow me for daily challenges and tips!

#python #programming #daily

PS: don't forget to zap to support these daily posts

12/28/2025 - Daily Python challenge

Goal: Create a function that replaces all 1s in a list with the position of the 1 in the list.

Example: if the 1 is the 8th element, replace it with 7 (0 indexing)

Difficulty: Easy/Medium

Follow me for daily challenges and tips!

#python #programming #daily

12/27/2025 - Daily Python challenge

Goal: create a function that returns the last element of a list.

Difficulty: Easy

Follow me for daily challenges and tips! Every zap supports content like this.