My favorite is “and there was some kind of error message.” There was? What did it say? Did it occur to you that an error message might help someone trying to diagnose your error?
My favorite is “and there was some kind of error message.” There was? What did it say? Did it occur to you that an error message might help someone trying to diagnose your error?
Yeah, I agree about the textures, but I think you’re overestimating the existing LLMs. I think folks are already starting to recognize the style of the current LLMs and finding it off-putting. I think that’s only going to increase as people try to apply them in even more places.
I kind of disagree about AI, I guess.
I do think it’s a valuable tool, but honestly there’s not a ton that it does that you couldn’t already do with an asset store. And there’s a fair amount of risk associated with using AI in the near term. Folks already have a lot of qualms about the ethics of how those AIs were trained. And the first games that come out that rely heavily on AI are likely to be really janky–there are devs who will have tried to entirely replace a role on the team with AI, and the quality will suffer as a result. So I think in the near term there’s going to be a pretty severe backlash against AI-generated stuff in games. Folks will say it all feels generic and low-effort; it’ll be the new “asset flip.”
Long-term, I think it will have a place in the workflow for sure, the same way that store-bought assets do; you’ll just need to adapt them to fit in with the feeling you’re going for in your game, and hand-revise some things. But near-term, I think there will be a lot of folks who lose interest in a game if they find out there’s AI involved. And that goes triple for AI voice acting. A bad human voice actor can at least be interesting, but AI has that uncanny valley quality that really turns people off once they notice it.
I think it’s going to get even better in the next few years, too. The tools for 3d modeling are poised to improve in a way that makes it dramatically easier to create very high quality graphics. Nanite is one component of this, reducing the need for multiple levels of detail in polygon-based rendering. But 3d reality capture is improving too, both thanks to hardware like depth sensors and software like Gaussian splatting and NeRFs.
Indie games are just going to keep getting better, basically. As will AA games. I think the days of the AAA blockbuster may be numbered.
I’ve heard his segments get rebroadcast on Russian TV fairly often.
Honestly what the homework is probably looking for is that it’s equivalent to “B or not A.” But yeah.
Doesn’t the “missed step detection” on the Prusa printers already achieve a lot of that? I think it monitors the current to the motor and flags any abnormal behavior, without needing extra hardware on the motor.
That’s not to knock the value of positional feedback, which is clearly superior, but just to say that I don’t think this idea has been entirely neglected.
You know that the other two words also exist though, right? Like, you can effect change in an organization, and there can be something strange in the affect of a psychopath. So there’s a verb “to effect” and a noun “affect” (although here the pronunciation is different–the accent is on the first syllable). It’s true that the most common usages follow the rules you’re laying out, but it genuinely is an oversimplification.
It looks to me like they did it this way so that it could have natural-language names in many languages. So, the function Z10096 is called “is palindrome” in English, but if you’re coding in Japanese you can call it “回文の判定”. I don’t think the idea is for people to refer primarily to the alphanumeric soup version; I think that’s just the unique identifier for the database.
It does look like it’s leading to some issues, though. E.g., someone added a test for the “is palindrome” function which uses a somewhat common example: “Straw? No, too stupid. I put soot on warts.” Now, a human would probably say that this is a palindrome, because it’s got the same letters forwards and backwards, but most of the implementations disagree, because they consider the spaces, capitalization, and punctuation to be part of the string; that is, they test whether the input string and its reverse are equal. So someone (possibly the same person) has added a second python implementation which ignores spaces, capitalization, and punctuation, and mentions that in its name on the page.
Fundamentally this function is solving a different problem than the others (as demonstrated by the differing results on the relevant test), so should it get its own number and page? should there be a “palindrome disambiguation” page? This seems like something the site will have to figure out how to handle.
Turbo Pascal was the first language in which I had serious classes (I had tutoring in Applesoft Basic earlier on, but that language has a lot of limitations), and I used it for years afterwards. You could write auxiliary functions in Turbo Assembler and link them in; I used that to write a library that allowed access to the 320x200 256-color VGA mode (the built-in graphics only did EGA and were super slow), and other libraries for mouse and joystick control. I tried to control the soundblaster for FM synthesis, but it was too complicated for me to figure out how to do anything useful without better access to documentation (this was before the world wide web). The experience also taught me a lot about assembly language basics, function calling conventions for C and Pascal, stack manipulation, and so forth, which gave me a huge head start in my compilers courses at university.
On the whole I would still recommend C over Pascal as an early language–it gives you much better insight into memory layout and so forth, where Pascal kind of obfuscates such things, and C just generally kind of acts like both Pascal and Assembler rolled together. But Turbo Pascal definitely gave me a good foundation.
Oh, I literally misread it as OpenSCAD. Laughing at my stupid brain right now.
I’d say it’s more like Premiere vs ffmpeg.
It really sounds like you’re describing Make (or LLVM). Is there something you need it to do that those can’t handle?
The only real objection I have to this as a term is that it’s too easy to confuse with “rubber ducking”: https://en.m.wikipedia.org/wiki/Rubber_duck_debugging
I wouldn’t really call it a favorite, but I definitely ended up liking Nier: Automata pretty well after bouncing off it really hard when trying it at a friend’s house. That’s because we were trying from the start, and it starts with a section that’s about half an hour long, with only two checkpoints, vastly harder than anything else in the game, and in which the first half isn’t even the same genre as the rest of the game. It’s seriously one of the worst intros I can think of in a video game. The rest of the game is, y’know, a pretty good third-person action RPG.
Was it possible that she meant that regular drug testing with Vyvanse is a standard for her hospital/clinic/whatever? There doesn’t seem to be any national standard for this, but googling brings up a bunch of other folks who have been required to have regular drug testing with this prescription at the VA specifically. So she might have been telling you the truth that she’s expected to require this. It might also mean that your next doc would make the same demand.
That doesn’t make it any less invasive, obviously, and I’m not saying that there’s anything wrong with your reaction to the demand. But it might be worth talking with the doctor about your reaction to this situation before you decide to entirely cut off communications with them (whether that’s with this doctor or the next–it seems like this may not have been the first straw with this particular doc), because it’s possible that neither of you has much alternative, and if the doctor is sympathetic there may be ways they can make the imposition less onerous.
It all kinda sucks, but, y’know, that’s true of most US healthcare and often particularly for the VA.
I do a lot of this stuff with the HP48 Units menu (albeit at this point via an emulator on my phone).
Or it won’t happen when you’re watching, because then they’re thinking about what they’re doing and they don’t make the same unconscious mistake they did that brought up the error message. Then they get mad that “it never happens when you’re around. Why do you have to see the problem anyway? I described it to you.”