@mcc @foone When I worked at IBM, I briefly had a local instance of IBM WebSphere on my work laptop. At that time, the entire build system comprised hundreds of batch scripts calling each other, and documentation was non-existent. It took me two full days of fiddling to get it built, between the raw build time and having to modify the process on the fly because our environment was not exactly the same as that of the team that originally produced it.
Notices by curtmack (curtmack@floss.social)
-
curtmack (curtmack@floss.social)'s status on Wednesday, 20-Nov-2024 09:10:42 JST curtmack -
curtmack (curtmack@floss.social)'s status on Saturday, 29-Jun-2024 09:13:46 JST curtmack @foone I've mentioned in the past that a keyboard with macros programmable in BASIC (via built-in character display) would be pretty great.
-
curtmack (curtmack@floss.social)'s status on Tuesday, 14-May-2024 03:32:43 JST curtmack @mahryekuh @foone "What are you gonna do, smite me?" - quote from transfem smited
-
curtmack (curtmack@floss.social)'s status on Tuesday, 19-Dec-2023 05:44:26 JST curtmack @foone Obviously this would slow down emulation, but I think it would still be bearable, if not fullspeed. MESS could send a simple command to an external process telling it what changed, and the external process could manage recording to a database.
-
curtmack (curtmack@floss.social)'s status on Tuesday, 19-Dec-2023 05:36:06 JST curtmack @foone An idea I've been mulling for a while is to hack up a copy of MAME/MESS so it dumps the entire state of the system whenever something changes. The idea is that you could then build external tools to sort through this data and trace cause and effect, which could be a huge boon to reverse engineers. And of course it would be able to keep track of things like memory segments and overlays (or for game consoles, RAM and ROM banking) as the code is executing.