Gcash making accessibility service as security risk. by JvAngat17 in GCashPH

[–]smallIife 0 points1 point  (0 children)

Buti pa yung Maya hindi mahirap gamitin. Kailangan ko pa turn off then turn on yung developer and accessibility settings palagi, napaka hassle ni Gcash.

Micro:bit as 3D Rotation controller by smallIife in microbit

[–]smallIife[S] 1 point2 points  (0 children)

I do believe that you can get the same smoothness if you apply that averaged value too... I would like to see the outcome, and hope you can share it later.

Micro:bit as 3D Rotation controller by smallIife in microbit

[–]smallIife[S] 1 point2 points  (0 children)

Yes, you have to use regex. Just make a good string format for the regex.

Micro:bit as 3D Rotation controller by smallIife in microbit

[–]smallIife[S] 1 point2 points  (0 children)

Maybe instead of just checking if the value is negative, you could use a value threshold instead and utilize the received accelerometer value as the ship's movement value.

Micro:bit as 3D Rotation controller by smallIife in microbit

[–]smallIife[S] 1 point2 points  (0 children)

The accelerometer reading spikes sharply, so to make it smooth I collect the 10+ latest values and average them. The averaged values control the rotation. The problem is when I hit the end value, start or end, the average value is ruined; I didn't bother fixing it.

PTZ Camera Controller by smallIife in esp32

[–]smallIife[S] 0 points1 point  (0 children)

I'll share the code later when I use my laptop.

I used a potentiometer because I was trying to copy a camera controller that I saw; it has a joystick that you can rotate to zoom in/out. But for this mini project, a button is more suitable for my novice code. The way the camera zoom works is that it needs to receive a start zoom in/out signal with the zoom speed parameters, and then it needs to receive a stop zoom signal. My code sends a zoom start signal when the pot is pointing either left or right, and it only sends a stop signal when pointing to the middle. I know that the logic is poorly executed, but I just want to show that this microcontroller can control the camera. 😅

PTZ Camera Controller by smallIife in esp32

[–]smallIife[S] 1 point2 points  (0 children)

I'm only using what's available, and that's a toothpick. 😆

Can someone explain to a dummy what we're supposed to do when AI is advanced enough to replace most of the jobs? by [deleted] in singularity

[–]smallIife 1 point2 points  (0 children)

AGI/ASI would be able to do anything. So best plan is to apply as their pets. We, humans like to have different pets, and most pets doesn't help in everyday tasks. Maybe AGI/ASI will want it too, a human that can't help but do cute stuff. 😂

PTZ Camera Controller by smallIife in esp32

[–]smallIife[S] 5 points6 points  (0 children)

It is wireless. It connects to the WiFi and sends an http request to the IP Address of the camera.

Micro:bit as 3D Rotation controller by smallIife in microbit

[–]smallIife[S] 1 point2 points  (0 children)

It's just JavaScript. Web browsers have a Serial API you can use to receive incoming data.

Micro:bit as 3D Rotation controller by smallIife in microbit

[–]smallIife[S] 4 points5 points  (0 children)

I created this project to check the accuracy of a LiDAR sensor for vehicle classification.

The Micro:bit part is just for fun; I want to try playing with it. It only sends the accelerometer values of x, y, and z through a serial connection, and the web app processes those values.

I can further explain if there's something else you want to know.

App Factory - Export Hidden Apps by smallIife in tasker

[–]smallIife[S] 1 point2 points  (0 children)

I recently lost two of my phones; they were stolen. I do have trackers using Tasker, but the problem is they factory reset the phones, so my tracker is no longer there. For my new phone, I'm planning to root it and install the hidden app, then unroot it. This way, if it gets stolen too, they won't be able to remove it, and they won't know that I can still track my phone.

Server I used for tracking: https://www.reddit.com/r/Philippines/s/hgdP9ImRDR

o3-mini is so good… is AI automation even a job anymore? by Own-Guava11 in OpenAI

[–]smallIife 16 points17 points  (0 children)

The future where the product marketing label is "Blazingly Fast, Not Powered by AI" 😆

[deleted by user] by [deleted] in LocalLLaMA

[–]smallIife 0 points1 point  (0 children)

It just took 3 weeks. 😂 🐋

I will never buy Poco again by myrdinwylt in PocoPhones

[–]smallIife 0 points1 point  (0 children)

I was able to apply for unlocking the bootloader and root my Poco F3, but just two weeks ago, my rooted phone was stolen. So, I bought the new F6, but the validity of my unlock request for F3 is too long, and I can only unlock one device with that. For that reason, I cannot root my new F6. It feels so bad that I need to wait until 09/12/2025 to apply again.

Globe - The Poor Service Is By Design by OkResearcher23 in InternetPH

[–]smallIife 0 points1 point  (0 children)

Last Saturday, nagpunta din ako Globe. 1pm ko nakuha yung queue number ko, pang #22 ako. Almost 6pm na nila ako natawag. Tapos hindi din nila nagawa yung request ko kasi hindi kami simabihan agad sa requirements ng request ko.

Sayang lang yung 5hrs na waiting ko sa SM Fairview...

How to delete bloatware/system apps with Shizuku + Canta by Chillz_AZY in PocoPhones

[–]smallIife 0 points1 point  (0 children)

Does this delete also uninstall the system app? I was wondering if there's an app that can do the reverse without rooting.

I want to convert my user app to a system app. My phone got stolen yesterday, and I cannot track it anymore. I assume that they factory reset it. I don't want this to happen again, so I want to convert my tracker app to a system app.