• 0 Posts
  • 47 Comments
Joined 1 month ago
cake
Cake day: August 22nd, 2025

help-circle
  • I haven’t received it yet but apparently not good. It’s a $200 phone. I mostly want it because it runs Linux natively, has a regular unlocked bootloader that isn’t designed to be frustrating like android phones, and can send display over USB-C so it’s like a regular computer. You can run anything like emulating windows apps, you could install steam on it technically by putting it in an emulation container, but the chipset is very old at this point, and so you aren’t going to be emulating anything remotely modern on it. It is just a PC in your pocket though. You have a package manager, you can install many different Linux distros on it. You can get a LoRa radio mesh case for it, a physical keyboard/battery case, which I will probably get eventually. I think it’s worth the 200 dollars. I really want to get away from android. It’s hard because everything from Arm CPUs to the modems are completely proprietary. The only reason this device exists is because the design docs got leaked.

    It does have phone, sms, and your standard phone stuff. You can get several different desktop environments like plasma mobile or gnome mobile and several others. It has 3 GBs of ram, and the OS usually takes up around 500 MB. It has dip switches to disable the hardware like the camera, cell modem, wifi, bt, etc. It would be a great device for taking to defcon.


  • I just ordered a pinephone, haven’t received it yet. The pinephone is the best native option in the U.S right now but you can get some unlocked smartphones with better hardware and install Linux it’s just a bit of a headache.

    The general consensus is that it’s pretty low power, being one of the only chipsets that has publicly available design docs for it. It’s a mid tier 2015 era chipset. It a bit slow but works as a phone. You can probably emulate android apps in it.










  • Cool, I have some ideas as well, like maybe write a script that hashes configuration files that needs a secret password to put into edit mode, if the config changes without being out into edit mode first, disconnect the server. Maybe use a raspberry pi that’s hidden from the network to do this. I know that wouldn’t work for large websites maybe because they can’t afford to go down for hours at a time, but it would give you an additional layer of security for sensitive stuff. I’m more into game programming but I know how exploits work and stuff. I’m pretty sure many types of things like this already exist in the market. One idea I had was pretty neat. Basically in your eula you reserve the right to hack back people that try to hack you, and you have an automated system that uses some known exploits to get a ping or maybe install a rootkit on anyone who is trying to mess around in your system. Later you can just get on and deanonymize them. This requires you actually spend time researching your own zero days. People in defcon hacking competitions do this. They are sort of masters with decompilers and hex editors.