• 0 Posts
  • 36 Comments
Joined 2 years ago
cake
Cake day: June 1st, 2023

help-circle
  • Was travelling with some friends in Istanbul. They were pretty inexperienced abroad, so I figured out public transit there, told them what tickets to buy, and we all walked to the ticket machine. There was a big line/crowd, and a guy up front was taking cash and giving people tickets, which he got by scanning a card at the machine. I went first hoping to show my friends what to do - bought my ticket for like €5 or so and ignored the scammer. They all gave the scammer guy like €20 for him to scan his pass and buy them a €5 ticket. Their reasons were “he seemed official” and “I knew it was a scam, but I figured it was just easier to go along with it”.

    I did fall for a taxi scam in Peru though and ended up staying at a hotel run by some mafia types. They were cool, though, so it turned out OK - just cost me a little extra money for an interesting story.



  • This won’t stop the cops from hacking into your phone with celebrite, but android has a feature called lockdown mode that will disable facial recognition, fingerprints, and voice ID until your phone is unlocked via PIN. I need to unlock my phone quickly throughout the day, so I use fingerprint - but I use lockdown if I get pulled over or am going through security, etc. It isn’t perfect, but it’s better (for me) than having to enter a long PIN every time I need to unlock my phone.

    Once you enable it in settings, you can take your phone to the power off/restart menu and enable lockdown.

    Using Tasker, you could probably disable quick unlock when outside of your house, etc.




  • So glad I made the switch to Mint back when the EoL for win10 was announced. It has “just worked” with a bit of research beforehand. I like it way more than win10 - looks better, feels better, runs everything I want it to (except games with kernel level anticheat, but whatever), hardware is under less strain and PC no longer sounds like a jet engine. No regrets at all.

    And, another perk I didn’t hear as much about, it is really easy to automate stuff. For instance, I play CloneHero streaming from my PC on an Nvidia Shield on a controller with a USB dongle plugged into the shield (shield doesn’t do that normally, linux allowed me to connect to the dongle over wifi with a little finagling) and I have it set up to automatically connect to my computer any time it’s plugged in. I also have certain files set to automatically back up to cloud storage with a simple crontab task (automatically repeating tasks are very easy via crontab).

    Mint may not be as fancy as a lot of other distros, but damn if it doesn’t work well.












  • You can either use AI to just vomit dubious information at you or you can use it as a tool to do stuff. The more specific the task, the better LLMs work. When I use LLMs for highly specific coding tasks that I couldn’t do otherwise (I’m not a [good] coder), it does not make me worse at critical thinking.

    I actually understand programming much better because of LLMs. I have to debug their code, do research so I know how to prompt it best to get what I want, do research into programming and software design principles, etc.