• 1 Post
  • 18 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle






  • I mean, there is nothing stopping you from installing whatever version of the library that is required in tandem with the latest version. You could even put it somewhere other then a standard library location and start executing your binary with

    LD=/my/old/library ./myoodbinary

    and have it dynamically loaded at runtime.

    The only time this doesn’t work is when it is something in the kernel that breaks the binary… But you can run an older kernel that has back ported fixed.

    I get where you are coming from with proprietary binarys that the devs have abandon. But to me that makes all the more reason not to run that software in the first place.

    Edit: also the kobo desktop Windows app runs under wine I think…









  • We had these old ass everex (I think that was the brand) 386’s that had an one line 8 character display on the front that would display what drive was being accessed and what sector/track it was on. It was pretty useless, until we found the memory address that held the buffer (80h if I remember correctly. We were dumb so we wrote a TSR in turbo pascal that are random times would scroll something like “this computer is about to blow up in 5…4…3…2…1…BOOM!”.

    I don’t think anyone really cared as it was the secondary computer lab used by the programming club mainly, but we thought we were really bad ass.