HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Dathuil

no profile record

comments

Dathuil
·24 gün önce·discuss
Reminds me that a few years ago my wifes grandfather (80+) was wondering if he should cut back on the amount of exercise he was doing. He would regularly be knocking on our door at 6am to see if one of us would want to got for a quick 10k run or to hit the gym.

He was a firefighter in NY in his youth and had never stopped exercising even after retirement.

He went to his GP explained his workout routine and was basically told there is no precedent for it as people his age tend to not be running 10km a day. In short he was told if you're not in pain or fatigued keep at it.

I think he's nearly 90 now and has cut back the running to only a day or so a week, but last time we went to visit he was in his garage bench pressing 50kg
Dathuil
·26 gün önce·discuss
Aside from dipping my foot into games with Godot I've pulled back an old project to solve a me problem. A few years ago I wrote a tool to tell you what weapons in Dark Souls 1 you are missing to get the Knights Honour achievement on steam.

Part of this required that I manually parse a binary save file and extract the information. This was done through lots of trial and error and looking at other java implementations.

What I would have prefered is some sort of descriptor language that lets me generate the parser and interfaces for everything so I just drop the binary stream into a parse function and get my typed object back.

I'm working on creating a TypeSpec Library and Emitter for this so that you can describe everything in Typespec as to where and what is in the file and have it parse.
Dathuil
·30 gün önce·discuss
This is serendipitous as I'm just reading the making of Prince of persia from stripe press.

Goes into lots of detail as what was going on through the journal entries of the dev. Honestly it has encouraged me to start journaling again myself as I can see the value in being able to read back to a day in the last.
Dathuil
·geçen ay·discuss
I just unpacked my eee PC from college after a move. 8gb of RAM and can barely run a very stripped down version of windows 7. Just the thought of writing my final year project on that little machine again is giving me RSI.

I'll stick with my 13" MBP going forward. Netbooks served a purpose but I'm not sure they make much sense anymore
Dathuil
·3 ay önce·discuss
I discovered recently that IKEA actually do a deeper Billy that you can order online. I've seen them as deep as the Kalax. I used to work there and never knew. Might be helpful for the overhang
Dathuil
·5 ay önce·discuss
I have about 10 unfinished blog write ups that I should publish. Let me get that sorted and I can link it in
Dathuil
·5 ay önce·discuss
I've been on and off attempting to reverse engineer old Sierra games in Godot. I've brought in AI to build tooling to speed up asset extraction from the old game files which has been a huge help. I just got building placement working last night which was a huge win.

This is part of a small hobby where I try to recreate aspects of old games myself to see how I would implement them. I eventually hope to have the skills to create the kind of game I miss playing when I was a kid 30 years ago.
Dathuil
·6 ay önce·discuss
I started the year by setting out to recreate the city building portion of an old sierra game (Zeus, master of Olympus) the first few days have been mostly reverse engineering the asset files from the original game.

I’m hoping to learn enough to start building my own game based on celtic and Norse history. But I’m also a dad with a full time job so it’s probably a pipe dream
Dathuil
·10 ay önce·discuss
I remember being on a plane as a kid and seeing someone playing sonic on their ipod video across the aisle and my mind being blown. I assumed it was some sort of jailbreak that loaded the games on. I had no idea they were an actually supported feature!