• 0 Posts
  • 49 Comments
Joined 2 years ago
cake
Cake day: June 27th, 2023

help-circle
  • The biggest issue is water, and it would be difficult for them if they lose access to the Colorado River. Currently, only 10% of the river’s flow reaches Mexico, so it’s not unreasonable to believe that California would be in trouble if they don’t secure control of the upper basin. In any case, it would make for a complicated legal battle between an independent California, the United States, and Mexico.




  • I was finally playing around with it for some coding stuff. At first, I was playing around with building the starts of a chess engine, and it did ok for a quick and dirty implementation. It was cool that it could create a zip file with the project files that it was generating, but it couldn’t populate it with some of the earlier prompts. Overall, it didn’t seem that worthwhile for me (as an experienced software engineer who doesn’t have issues starting projects).

    I then uploaded a file from a chess engine that I had already implemented and asked for a code review, and that went better. It identified two minor bugs and was able to explain what the code did. It was also able to generate some other code to make use of this class. When I asked if there were some existing projects that I could have referenced instead of writing this myself, it pointed out a couple others and explained the ways they differed. For code review, it seemed like a useful tool.

    I then asked it for help with a math problem that I had been working on related to a different project. It came up with a way to solve it using dynamic programming, and then I asked it to work through a few examples. At one point, it returned numbers that were far too large, so I asked about how many cases were excluded by the rules. In the response, it showed a realization that something was incorrect, so it gave a new version of the code that corrected the issue. For this one, it was interesting to see it correct its mistake, but it ultimately still relied on me catching it.










  • nelly_man@lemmy.worldtoScience Memes@mander.xyzSpace Nazis
    link
    fedilink
    English
    arrow-up
    13
    ·
    9 months ago

    A dipper is like a large ladle and is used more for transferring a large amount of liquid rather than serving. Oftentimes, the end will be more squared off with a flat bottom.

    To me, these two constellations look very much like dippers and it’s difficult to see them as bears.



  • Well the origins were laudable, it’s just that it was shortly thereafter extended for racist means. Binet and Simon wanted to see if they could devise a test to measure intelligence in children, and they ultimately came up with a way to measure a child’s mental age.

    At the time, problem children who did poorly in school were assumed to be sick and sent to an asylum. They proposed that some children were just slow, but they could still be successful if they got more help. Their test was meant to identify the slow children so that they could allocate the proper resources to them.

    Later, their ideas were extended beyond the education system to try to prove racial hierarchies, and that’s where much of the controversy comes from. The other part is that the tests were meant to identify children that would struggle in school. They weren’t meant to identify geniuses or to understand people’s intelligence level outside of the classroom.




  • If you want similar, yet opposite, I would suggest Sebastian Lague. He has a slow output of high quality videos, which are interesting “coding adventures” where he goes in depth about learning some aspect of software. He’s much more relaxed than Code Bullet, but he’s similar in that the videos are primarily about the process of implement some project and showing the failures along the way.