• 0 Posts
  • 137 Comments
Joined 1 year ago
cake
Cake day: August 9th, 2023

help-circle


  • PHP extension might be telling. Consider that phpBB had an extention system that didn’t have any kind of hooks. All extensions were installed by modifying the code in place. They did not use any of the diff formats already out there; in a gross case of Not Invented Here, they made their own. Took them a while to make their own patch tool to automatically apply their custom diff, and it was buggy as hell.

    So that shop might have just been following the lead of one of the most successful PHP apps.

    Someone will be along to say “PHP is good now, actually”, but I don’t care. The community was shit back then, and I don’t see why anyone should care beyond legacy software at this point.



  • They want AGI, which would match or exceed human intelligence. Current methods seem to be hitting a wall. It takes exponentially more inputs and more power to see the same level of improvement seen in past years. They’ve already eaten all the content they can, and they’re starting to talk about using entire nuclear reactors just to power it all. Even the more modest promises, like pictures of people with the correct number of fingers, seem out of reach.

    Investors are starting to notice that these promises aren’t going to happen. Nvidia’s stock price is probably going to be the bellwether.




  • Fantasy evolved out of folk tales in the public domain. It was owned by nobody, and everyone could add to the story. It’d be accepted if people thought the story was good enough. Later, new stories were under copyright, but their heritage was clearly public.

    SF grew up when a strong copyright regime was already in place. It was owned by either a single person or a corporation, and only they had the legal right to declare what was canon or not.








  • I’m not sure it is. Like, yes, it does exist in the Left/Right, Auth/Lib political compass, but that’s just a model. The stance has some inherent contradictions.

    And so does Right/Lib, for that matter. “Fiscally conservative/socially liberal” is a nonsense position, and those taking it tend to just be conservative in practice.


  • BufferedReader cannot accept file name because it makes arbitrary reader… well buffered. It’s not BufferedFileReader, even that would accept something like Path or File, not string, because File can be remote file, should Reader now know all possible local and remote protocols and path formats? What else it must do?

    You’re just describing the problem. Yes, I see where they’re going with this. It’s still a usability nightmare. I can’t think of another language that makes you jump through hoops like this on IO, and they get along fine without it.