#rool — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #rool, aggregated by home.social.
-
#KING K #ROOL advanced-search.aepiot.com/advanced-sea... #CASABLANCA #DERBY search.brave.com/ask?q=Analyz... www.paypal.com/donate?busin... aePiot: Integrating current systems into Web 4.0. Build nodes, dominate the SEO future.
MultiSearch Tag Explorer -
OK, ROOL's git app is apparently not compatible with sgit..
Fortunately I've been busy at work and hadn't done anything complicated, but I still had to restore 2 local git repos from backups...
And of course I got confused and deleted a repo from a backup before I'd restored it. Redundant backups FTW!
-
OK, ROOL's git app is apparently not compatible with sgit..
Fortunately I've been busy at work and hadn't done anything complicated, but I still had to restore 2 local git repos from backups...
And of course I got confused and deleted a repo from a backup before I'd restored it. Redundant backups FTW!
-
So now I'm converting the docs for an old FOCAL interpreter to clearview.
Clearview is ok. I'm not super in love, but tbh I've never been super in love with any of the #hypertext systems I've written for.
-
A guy on the ROOL forums ported clearview, an old hypertext system (non html) from 26bit RISC OS to modern 32bit RO.
Had some trouble getting it to run on picky ARMv7 boards because ARMv7 is picky about NULL dereference. Turns out the bug was in RISCOS_LIB and had been there for 30 years!
Anyway I'm happy to see more 26bit riscos code dragged into the 32bit world.
-
Porting code to RISC OS. So, dispite it living in unixlib (a, you know, unix compatibility library), the readdir() that is included in the DDE is completely different from unix readdir(3).
For what I needed the RISC OS readdir() is actually simpler to use, so thats ok.