On Thursday, April 1, 2021 at 6:56:03 AM UTC-4, J. Clarke wrote:
> On 1 Apr 2021 06:31:15 GMT, Charlie Gibbs
> wrote:
> >On 2021-03-31, Questor wrote:
> >
> >> On 27 Mar 2021 18:00:43 -0300, Mike Spencer
> >> wrote:
> >>
> >>> Charlie Gibbs writes:
> >>>
> >>>> I'm still upset that good old
LIST.COM won't run on newer systems.
> >>>> (I run 32-bit XP under VirtualBox, so I'm OK there, though.)
> >>>
> >>> It runs on my Pentium 4 desktops under DOS but not under
> >>> Linux->X->DOESMU. Annoying. Haven't tried it on my newer laptop.
> >>>
> >>> Way back when I moved up to DOS from CP/M, I was also annoyed that
> >>> DBASE II from my Osborne woudn't run under a CP/M emulator. Only bit
> >>> of CP/M I wanted to preserve but apparently Adam coded in some
> >>> clever tricks to address the Osborne I hardware directly that an
> >>> emulator couldn't trap and implement.
> >>>
> >>>> Two words: planned obsolescence.
> >>
> >> The scheduled obsolescence these days is mostly with the browser, and
> >> specifically the encryption/security certificates. Even the most anodyne
> >> web sites use https today (thanks to Eric Snowden).
> >
> >There's one exception:
neverssl.com. It's specifically designed to never
> >make your web browser use HTTPS, and thus it's the perfect initial place
> >to go when you're trying to connect to a hotel's wi-fi and need to let
> >its captive portal snag you so you can register. If you try to do this
> >with a web site that automatically promotes you to HTTPS, you'll never
> >connect - although Internet Explorer seems to incorporate some sort of
> >hack that (true to form) tries to make such connections M$-specific.
> >
> >> The certificates have expiration dates, and despite having a mechnism
> >> to import new certificates, the only obvious way to get them is to
> >> upgrade the browser. Eventually the new browser version requires an
> >> upgrade to operating system. The user is increasingly forced into
> >> upgrading their OS or faces losing access to web they may need.
> >
> >Or you can try to find a browser that can get access without bloat.
> >Seamonkey (with AdBlockPlus and NoScript) works well enough for me.
> >If it doesn't work on a particular site, I take a serious look at
> >whether I really need what that site has to offer; usually there
> >are alternatives.
> >
> >> There are also the whizzy new features that web site designers
> >> start adopting; the results are similar.
> >
> >Whizzy new features are the fastest way to drive me away from
> >a web site. I realize that this puts me in the minority, but
> >c'est la guerre.
> >
> >My philosophy is that systems should be ugly and boring.
> >Ugly as in devoid of whizzy new features that just get in
> >your way, and boring as in lacking surprises, many of which
> >can be unpleasant and/or time-consuming.
> >
> >>> Clinging doggedly to the trailing edge of technology...
> >>
> >> With gusto. One of my machines is older with older software. I'm happy with
> >> it -- it does everything I want, it's configured the way I like, and I can get
> >> tasks completed with no backsass. It's use for web browsing is extremely
> >> limited, but otherwise is one of my main "daily drivers."
> >
> >+1
> >
> >> Circling back to this thread's title, one of the old pieces of software on
> >> that older machine that sees regular and frequent use is... the version of
> >> Qbasic that came with MS-DOS 5.0. I use it to quickly and easily write
> >> smallish programs for complex calculations, solving word puzzles, making
> >> graphic gee-gaws, and even file utilities. It has the usual structured
> >> programming flow control constructs and a fairly complete set of functions
> >> for math, string manipulation, graphics, and file I/O. The big drawback
> >> of the free version is that programs cannot be compiled, only interpreted.
> >> (There was a pay version of Qbasic with more features, including the ability
> >> to create a stand-alone executable image.)
> >
> >I still keep a copy of GWBASIC around for quick hacks.
> >Never really got into QuirkBasic.
> FWIW, there's an open source Qbasic
> compiler--<
https://www.qb64.org/portal/>.
>
> Whether it's any good or not I have no idea.
I used to be the editor of two Cobb Group journals, one for the Microsoft BASIC compiler, and one for QuickBASIC (1991-1992).
QB64 wasn't out yet there, and after I learned Python, I declared it would be my replacement for BASIC. And yet, I didn't stick to that. I do genealogical research, and used a very clunky old program under Windows. I found a better program, but wasn't fully ready to jump ship. Most genealogy software and web sites support a data exchange format called GEDCOM, and both of these programs did. But true to the gods of ANSI (Another Non-Standard Implementation), a lot of information exported wasn't being imported.
So I wrote a two-pass program that converted the Brothers Keeper GEDCOM to RootsMagic GEDCOM, using QB64. It worked very well, and was really fast. There were very few differences between Microsoft's products and this freeware.
So I guess that's a recommendation.