Deutsch   English   Français   Italiano  
<m1he21FhpfoU1@mid.individual.net>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: rbowman <bowman@montana.com>
Newsgroups: alt.comp.os.windows-11,comp.os.linux.advocacy
Subject: Re: Microsoft admits that Windows is short-term support in realistic
 terms
Date: 17 Feb 2025 18:38:58 GMT
Lines: 25
Message-ID: <m1he21FhpfoU1@mid.individual.net>
References: <q9h3rj1j2uj8t08okekkqpuu3eul30f4pa@4ax.com>
	<H5msP.1310$e6J1.263@fx47.iad>
	<_VidnePYj72dpy_6nZ2dnZfqn_SdnZ2d@supernews.com>
	<FHssP.422382$z8ke.109144@fx15.iad> <m1f46vF70ugU5@mid.individual.net>
	<20250217193414.9e5a91ad3b0cf94444e3a693@g{oogle}mail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net V3QzE5tXAE95uyQOl8S/bwtmoR0zvblFCALGU/zl905PXXcS50
Cancel-Lock: sha1:tPbOUmf/W+Rlhpxp5fQa5bCVzBg= sha256:T/9ofqqDxaeHkt3SfuN09IjSLDaXRg/szJ/jPwJ6v8s=
User-Agent: Pan/0.160 (Toresk; )
Bytes: 2350

On Mon, 17 Feb 2025 19:34:14 +0300, Anton Shepelev wrote:

> Hackers have demonstrated that many games and some browsers do not work
> on Windows XP simply because of an explicit version test in the code,
> removing which lets the program run.

When we started developing an Android app, Android 4.0 was the latest 
version. As time went on 4.0 lost market share and the app did a version 
test for a minimum version to support the newer features.

My personal tablet didn't receive updates past 4.1 and would not run the 
production app. However I could build my own apk with the version test 
removed and it would run -- mostly. 'Mostly' isn't good enough.

I hit the same sort of problem with Esri applications. It used some of the 
extended instructions that were not supported by earlier AMD Athlon 
processors and would ultimately crash on those machines. Esri did not test 
for the instructions so I created a small utility to do the test so our 
support people wouldn't install on those machines and then have to deal 
with support calls about crashing apps. Trust me, when you install third 
party software on a client's system it's your fault if it doesn't work.

Sure, hackers can figure out what does or doesn't work. Commercial 
software creators don't want to deal with 'maybe it will work most of the 
time'.