• 12 Posts
  • 1.6K Comments
Joined 4 years ago
cake
Cake day: May 31st, 2020

help-circle


  • I’ve been telling all the juniors we have, that they’re free to use a GUI tool, but they do not get around learning the CLI. If you fuck up or Git breaks, you’ll need to look up how to unfuck it and that’s where the only help you find is for the CLI.

    In particular, it’s also been my experience that you rapidly come into a situation where suddenly you’re the Git expert and need to help others. If you only know one specific GUI, you can only help others who use that GUI. If you know the CLI, you can help anyone.

    It also happens that you need to interact with Git repos on a server where you simply won’t have a GUI.

    And yeah, given that whole opinion, personally I seriously do not care to learn a GUI in addition to the CLI.



  • As I see it, the difference is that we now have capable game engines freely available. Indie studios can, for the most part, offer the same quality of gameplay. AAA studios can only really differentiate themselves by how much content they shove into a game.

    In particular, this also somewhat limits creativity of AAA games. In order to shove tons of content into there, the player character has to be a human, the gameplay has to involve an open world, there has to be a quest system etc…



  • It talks about the experience black people with autism have. In particular, it talks about someone with a hyperfixation on deejaying and how the video author relates to those experiences. The video author has a hyperfixation on writing.

    Two notable points that stuck with me:

    • Black autists may not get diagnosed, because they’re less likely to visit psychologists for depression and such. As apparently the family of his put it: Mental health issues are for white people.
    • Autistic behavior quirks themselves got interpreted as white people behavior.

  • I wouldn’t get my hopes up. Them announcing something like this looks good PR-wise, so they’ll do it, even if they don’t actually expect this effort to lead to anything.

    But even if they do implement such an API, companies won’t start adopting this API until its capabilities are roughly comparable to the kernel-level solution AND it’s available on most Windows systems in the wild. So, we’re likely talking more than a decade before this sees sufficient adoption…


  • The guy keeps on picking on Go, which is infamous for having terrible error handling, and then he has the nerve to even pick on the UNIX process return convention, which was designed in the 70s.
    The few times he mentions Rust, for whatever reason he keeps on assuming that .unwrap() is the only choice, which’s use is decidedly discouraged in production code.

    I do think there is room for debate here. But error handling is a hellishly complex topic, with different needs between among others:

    • short- vs. long-running processes
    • API vs. user-facing
    • small vs. big codebase
    • library vs. application code
    • prototyping vs. production phase

    And even if you pick out a specific field, the two concepts are not clearly separated.
    Error values in Rust usually have backtraces these days, for example (unless you’re doing embedded where this isn’t possible).
    Or Java makes you list exceptions in your function signature (except for unchecked exceptions), so you actually can’t just start throwing new exceptions in your little corner without the rest of the codebase knowing.
    I find it quite difficult to properly define the differences between the two.







  • I feel like this problem might be somewhat endemic to the US?

    In my experience, US culture in general is a lot more positive about everything. Like, if someone from the US is not praising the living shit out of something, that means they didn’t like it.
    Whereas here in Germany, it’s usually the other way around. If you don’t find anything to grumble about, that’s the highest form of praise.
    Obviously, US culture isn’t one massive blob, the extremely positive folks are probably just those I notice the most, but maybe that’s also what the video author is fed up with.

    Well, and then people from the US tend to also be a lot more positive about companies in general, presumably a remainder from Cold War propaganda. The journalists/entertainers from Germany and the UK that I watch, do criticize games quite directly…






  • Ephera@lemmy.mltoScience Memes@mander.xyzBurning Up
    link
    fedilink
    English
    arrow-up
    22
    arrow-down
    5
    ·
    7 days ago

    What annoys me about that phrasing, is that “how water feels” is quite relevant to how humans feel.

    The obvious example is that if it’s below 0°C, it starts freezing, which causes slippery sidewalks, snow, dry air, all that stuff.
    But just in general having a feeling how much water will evaporate and later precipitate at certain temperatures, and even stuff like how hot beverages and cooking temperatures are, it’s all still relevant for humans…