Joe Hocking
banner
joehocking.bsky.social
Joe Hocking
@joehocking.bsky.social
1K followers 270 following 2.1K posts
I'm a software engineer who develops games and XR using technologies like C#/Unity and JavaScript/WebGL (while increasingly Godot-curious). I wrote the book Unity in Action! website: www.newarteest.com
Posts Media Videos Starter Packs
Pinned
I'm currently writing a book about programming a character customization system in Unity. Both 3D characters and 2D animated in Spine!

Includes UI development, saving JSON data, loading Addressables, etc. jettelly.com/store/charac...

#unity3d #spine2d #gameprogramming
Character Customization with Unity 6
jettelly.com
Reposted by Joe Hocking
"Stars are beautiful!"

"Due to the huge distances involved and the speed of light, many of those stars are probably already dead."
So I was just thinking about cover bands that recast popular music in different styles, and that reminded me about Metalachi. Haven't listened to this in years, it's so good! www.youtube.com/watch?v=zxzg...
METALACHI - Sweet Child O Mine
YouTube video by Aladdin Sane
www.youtube.com
and my daughter copies everything her older brother does, so of course she drew his sculpture
I'm not sure if it affects reposts or only your posts, but there is a setting to require alt text when you post, so you can't forget to do that. As in, it won't let you submit the post until you've added alt text. It's in Settings > Accessibility > Require ALT Text
Somewhat confusingly the button says Subscribe, but when you click on it you get the Block All option.
lol my son sculpted kirby in a mario hat
This interaction in that thread made me guffaw bsky.app/profile/alan...
I'm hearing apparently that no, Katie, it is you who is wrong on this occasion.
I mean, it's a revelation in the same sense that every basic income study finds that giving people money improves their lives.
Reposted by Joe Hocking
This aspect of the story isn't being discussed enough.
Beyond the dumb stuff you get OUT of LLMs, you should not be putting classified info INTO them.
Reposted by Joe Hocking
from "i hate when my grandparents think i'm tech support" to "i hate when my grandkids think i'm tech support"
The information was always *available* but the problem is students didn't know what information they needed to look up.
That does suggest a future where the main job of teachers is to tell students what questions to ask AI. Basically, teaching them what prompts will give them what they want, rather than, y'know, the actual facts themselves.
omg the pope (a sox fan) heckling back to a cubs fan
Someone in the crowd: “Go Cubs!”

Pope Leo XIV: “Han perdido! They lost!”
They just put the wrong clip in that post. The Bulwark deleted that post and then posted the correct clip here bsky.app/profile/theb...
Vance on public outrage over the "I love Hitler" group chat: "Grow up! Focus on the real issues. Don't focus on what kids say in group chats... The reality is that kids do stupid things, especially young boys — they tell edgy, offensive jokes. That's what kids do."
They just put the wrong clip in that post. The Bulwark deleted that post and then posted the correct clip here bsky.app/profile/theb...
Vance on public outrage over the "I love Hitler" group chat: "Grow up! Focus on the real issues. Don't focus on what kids say in group chats... The reality is that kids do stupid things, especially young boys — they tell edgy, offensive jokes. That's what kids do."
Reposted by Joe Hocking
Four ways to avoid taking damage in FF6
Reading this thread reminds me of the noodle shop I used to eat at a lot. It was a Thai restaurant where the walls were lined with 50s Americana (Elvis dolls, stuff like that). The place just screamed "immigrants who love America".
Speaking of diversity being American, I was at the bar last Friday and this lady was trying to show her like leftist bonafides or some shit I guess, and was talking about how the US isn't as diverse as other countries she's visited and its just like...what fucking countries are you visiting lady?!?
lol I hadn't read the article when I wrote that, the very beginning says "the popular trilogy of video games that came out from Harebrained Schemes in the early 2010s".
It would go over four words, but this story is completed by git blame saying that was written in 2011.
Oh sure I stick to team standards, I'm just saying I don't find them useful. And I'm not just talking about reading my own code; when trying to grok a legacy codebase, I find higher level docs much more useful than the comments.
For example, I'm currently working on a project for a client where they linked me to a Confluence page listing all the dependencies I needed to download before the project would run. Boy do I wish every place wrote down stuff like that!
is higher level than just comments in code. Like I don't need a document telling me what the parameters are to the function, what I need is documentation telling me where the program's entry point is, where classes are used by the AI, stuff like that.
Personally I'm not a fan of comments, at least extensive ones. I do sprinkle little comments throughout (ironically, especially links to relevant documentation) but mostly I find comments in code unnecessary if give good names to functions and variables.

The kind of documentation I value 1/2