• 1 Post
  • 18 Comments
Joined 1 year ago
cake
Cake day: July 15th, 2023

help-circle



  • I work in software development, I understand websites, webservices and the backend it all runs on at a pretty deep level.

    But I never owned an Apple device. So whenever my wife (iMac user) has a problem and I try to help, I struggle with all the basic shit. I don’t know the interface, don’t know the menu structure, don’t have muscle memory for basic key bindings (like copy paste).

    Same with my parents, a few years ago my dad gave my mom his old iphone, didn’t do any factory reset etc. She used logged out his apple id and logged in hers. But the apps he installed refused to update, very little information from the device about the problem. They don’t know you shouldn’t do this and just give me the phone and say apps don’t update. It took me a while to figure out what the hell was even going on.




  • When you pay a company and they provide you with a domain (you choose) and give you a webserver, some disk space, a database etc.

    I pay about 30 euros a year for 5 websites. They are all very basic (either some php stuff I made, or WordPress). These websites have very few visitors so the hosting specs don’t really matter. All these websites have a specific domain name, some disk space, and a database.

    For this price they offer PHP and MySQL. So it’s not a dedicated server where I’m root and can Install other stuff.




  • I’m not the one you asked, but what I like isn’t really about PHP itself, but the fact that I can get dirt cheap hosting with PHP and MySQL. Every time I want to create a small “app” that makes some manual task easier it’s very useful to create something I can access from the internet.

    Python is really useful for stuff like that too, but (in my experience) not as easy and cheap to use as an web app.

    For example I go to dinner with some friends every month and we always forget who’s turn it is to choose and book a restaurant. So I just made this PHP page that shows the current and next 2 months with a name. So we always use that to see who’s turn it is.