• 0 Posts
  • 21 Comments
Joined 2 years ago
cake
Cake day: September 22nd, 2023

help-circle

  • Know a guy who tried to use AI to vibe code a simple web server. He wasn’t a programmer and kept insisting to me that programmers were done for.

    After weeks of trying to get the thing to work, he had nothing. He showed me the code, and it was the worst I’ve ever seen. Dozens of empty files where the AI had apparently added and then deleted the same code. Also some utter garbage code. Tons of functions copied and pasted instead of being defined once.

    I then showed him a web app I had made in that same amount of time. It worked perfectly. Never heard anything more about AI from him.











  • About ten years back, I had moved away from home and was living in a small town with no Internet in my apartment. The only internet connection I had was the local library.

    I remember being so surprised at the amount of viruses on those dumb computers. I wondered what the heck people were doing to them to get them in that state, and then one time I saw some dude looking up porn and just downloading whatever programs the pages he came to told him to.

    Anyway, I’m glad I have Internet in my apartment now.




  • The problem they’re addressing is that some sites they were scraping from have begun instituting measures to stop them. The site went from working beautifully to working barely at all, with most sources either loading incredibly slowly or failing to load at all. I followed the discussions a bit on their discord, and it seems like the first recommendation was for users to host their own proxies. From what I see on the site’s initial splash, that still is one of the recommendations. I’m guessing they also rolled out the browser extension as an alternate method for users who don’t want to set up a proxy, since they were getting tons of people on thsir discord complaining about it being too hard or whatever.

    But yeah, who knows if the extension is safe. The project is open source, so you can always examine it for yourself. But at that point you may as well just host your own proxy.

    Edit: looked into it a bit more; the extension’s originally proposed purpose seems to be to get around CORS restrictions on certain sources. Seems the original proposal was here: https://github.com/movie-web/movie-web/issues/581