• 1 Post
  • 163 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle








  • Hi! I work with google ads every day, it’s my job, and I have a business running ads for other small businesses.

    Guess what, I use an ad blocker!

    If all ads were innocent businesses trying to sell things I’m interested in, and they all had their targeting set up correctly, it’d be great. Unfortunately, all my ads are “you are male and under 60” and that’s as sophisticated as the targeting has been set to, so they’re totally irrelevant, terrible ads.

    Also, my other issue is that some advertising platforms have really low standards for what you’re allowed to show. Google at least has some standards and is sometimes overzealous with its automated disapprovals, which hopefully makes its platform a little better. But I don’t get to choose which platform ads I see when I visit someone’s site (and Google pays very little when compared to other platforms)





  • I’m up to 537 lines of server code, 2278 lines in my script, and 226 in my API interfacing, I’m actually super proud of it haha.

    But you’re totally right, there are things I read that I just have no clue what they even mean or if I should know it, and probably use all the wrong terminology. I feel like I should probably go back to the start and find a course to teach me properly. I’ve probably learned so many bad habits. It doesn’t help that I learned JS before ES6 so I need to force myself not to use var and force myself to understand and use arrow functions.

    I absolutely know that the way I’ve written the program will make some people cringe, but I don’t know any better. There are a few sections where I’m like “would that actually be what a real, commercial web app would do, or have I convoluted everything?”

    For example, the entire thing is just one 129-line html file. I just hide and unhide divs when I need a new page or anything gets changed. I’m assuming that’s a bad thing, but it works, it looks good, and I don’t know any better!