@AnthropicAI your app on iOS is extremely slow when Claude is generating a response and the user is also trying to type into the input box.
Seems like the UI thread is getting tied up too much. Someone on your iOS team should optimize the code so as not to tie up the UI thread.
#spacequest#sierraonline Here's a low-res rough-draft preview of a fully recreated vectorized merchandise patch that Sierra Online released years ago. This is a non-final preview. Original patch is here: https://t.co/mmI3Kca428
@goinggodotnet Big lessons will be learned when a generation of coders deploys slightly incorrect AI code to production that they didn’t fully take the time to understand.
Here’s a tip: another way to detect memory leaks on MacOS in #ziglang#zig is to use the C-based allocator with the “leaks” command line tool. This is a nice alternative to Valgrind.
@LubaRaphael Or having to give a presentation and Windows decides to do an update. Or it randomly bluescreens, or crashes or lets malware in. Oh Windows, thanks for the memories.
@AbheekGulati@davepl1968 I like readable and maintainable code but elegance isn’t the only important thing. Code first and foremost needs to be useful and get something done. And sometimes it must be done in a performant manner.
Also without the Numpy lib written in C what would you do?
@range_marten@Mattias_G I love how creative people got when limited to do cool stuff like this. Pico8 has some of these abilities would love to see it in other fantasy consoles.
@Mattias_G I would love to see something that is similar to your DosLike project but allows you to code in some kind of ASM language and a simple scripting language. It would also be very cool to have coroutines.