Professional software developer and all-around geek in Seattle.

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

help-circle
  • What a dumb article. Sounds like an old C graybeard who’s never understood the point of proper type safety or readable code. None of the performance gains the author talks about actually matter, whereas the entire point of clean code is to make it easier to read and maintain by other programmers. Let’s also not forget this important quote from Donald Knuth: “premature optimization is the root of all evil”.

    Simply put, unless you’re working in extremely resource-constrained systems, or have some code snippet being run an incredibly large number of times over a humongous amount of data, these kinds of performance optimizations simply don’t matter and you get more benefit from writing the code in a way that reduces bugs and is easier to read. Heck, most of the time compiler optimizations make this entire argument moot anyway.


  • The answer is simple. Games are categorized as AAA when they’re built by large teams with large budgets at large companies. Puzzle games usually don’t require a team of hundreds of people and tens (or hundreds) of millions of dollars to produce. The gameplay and asset scope is tiny in comparison to a typical AAA game. Most games with puzzle elements that do end up getting made by AA and AAA studios (like Portal) have the puzzle aspect merged with some other genre (like FPS, in Portal’s case), and those other genres do require more resources to produce.




  • Try chatgpt 4 premium. I have heard it automatically auto correct itself with code.

    I regularly use gpt-4 for coding since it’s the backend behind github copilot, and my company has approved use of copilot (and I have copilot plugins installed for vscode and vs2022). It’s useful for autocompleting boilerplate code, but gets things wrong all the time about anything more complicated.




  • ChatGPT and Bard?

    Doubtful, considering ChatGPT has only been public since late last year, and Bard’s even newer. I also really hope those aren’t a large factor, since most coding examples I’ve seen from ChatGPT only deal with questions of a really rudimentary nature and have given useless or wrong information about anything more nuanced or complicated.



  • High interest in something isn’t the same as bubble. Where’s the overvalued assets that are out of touch with reality? The guy quoted in the article even referenced Google losing value after the lackluster launch of Bard, which is kind of the opposite of a bubble. The dotcom bubble wasn’t a bubble because everyone was talking about the Internet… it was a bubble because companies were severely overvalued for putting literally anything on the web without having functional business models. The businesses were the bubble, not the Internet.

    Could AI become a bubble? Possibly. But we’re nowhere near anything like that at this point in time. It’s just got mindshare, not overvalued assets.




  • The super secret conference room is a maybe. Factories though? If you’re going to be wiring up factory machines, you can easily just add one more cable for ethernet and it’d probably be cheaper and just as secure. We’d have to be talking about machines/devices that are in a large warehouse-like space and frequently moved around (thus requiring wireless networking) and that require either the security or bandwidth benefits of Li-Fi (most don’t). That limits the applications significantly.






  • This article kind of misses the forest for the trees. While I agree with many of the author’s points, that’s not why the #TwitterMigration failed. It failed because Twitter/Mastodon isn’t really a social networking site, and Mastodon didn’t provide the same service that Twitter does. At its core, Twitter is about small numbers of (usually famous or important) users communicating with large audiences of followers. #TwitterMigration failed because not enough of those famous and important people moved from Twitter to Mastodon, so the average user had no content they cared to read. Seeing posts from your friends about what they had for dinner last night is all well and good, but the stuff people actually want to see is famous person A throwing shade at famous person B while famous person C talks about the new movie they’re in and important organization D posts a warning about severe weather in the area. You don’t go to Twitter to have discussions, you go to Twitter to get news and gossip direct from the source.

    In contrast, sites like Reddit and kBin/Lemmy are about having group conversations around a topic. Interacting with famous people is neat but not the point. Think of Reddit/kBin/Lemmy as random conversations at a party whereas Twitter/Mastodon is some random person on the corner shouting to a crowd from a soapbox. #RedditMigration has a much better chance of succeeding simply because the purpose of the site is different. As long as enough people move to kBin/Lemmy to have meaningful conversations (aka content), it will have succeeded.