• 4 Posts
  • 246 Comments
Joined 2 years ago
cake
Cake day: July 15th, 2023

help-circle



  • Didn’t Apple just come out with one or am I mistaken?

    I have an iPhone 15 Pro and a recent Pixel (just because I’m a dev and want to know both ecosystems). I use the iPhone as my daily driver, though, not because it’s necessarily better but because I cannot help myself when it comes to tinkering with Android devices. I have semi-bricked several over the years and then had to install Windows in a VM to run some sketchy-looking factory reset program.

    Basically, it’s not an Android problem. It’s a me problem. I’m the one who needs a walled garden so I don’t do science experiments.













  • I was born in 1981 so, in the United States at least, I’m considered an “elder millennial” rather than Generation X or a Baby Boomer. It’s a silly thing but we give our generations names.

    When I was growing up, Google didn’t exist (much less YouTube) so watching a video was a pain in the ass. It took whole ass minutes to download, you needed RealPlayer/codecs, and then half the time, it could have been a text article that took 30 seconds to read. So, asking someone to watch a video that could have been an article was considered rude. Now, it’s probably the opposite and video is preferred.

    It’s a bit similar to “this meeting could have been an email” but I meant no disrespect. It’s just that I’m old and prefer text Internet to video.




  • The only reason I wouldn’t go with Postgres is if I planned to do other things on the same machine. MariaDB/MySQL has been around forever. You may find something that requires it — Wordpress1, for example, requires MariaDB (or MySQL but use MariaDB) and doesn’t support Postgres.

    Also, there’s solutions like Docker containers if you are running multiple things on the same server. But if you’re just learning and putting one thing on a Raspberry Pi as a project or whatever, you don’t need to learn Docker yet.

    1 I’m not recommending Wordpress. It’s ancient and has security issues all the time. But over 40% of sites on the Net still use it in some form. (I mean Wordpress.org, the open source project. The Wordpress company seems to be having some “crazy CEO” drama at the moment.)