Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.advocacy > #322344

Re: Not just Linux has significant UI issues... a first look at Windows 10

From owl <owl@rooftop.invalid>
Newsgroups comp.os.linux.advocacy
Subject Re: Not just Linux has significant UI issues... a first look at Windows 10
Date 2015-09-23 18:06 +0000
Organization ok by me, so long as it doesn't get out of hand
Message-ID <fsad.k933@rooftop.invalid> (permalink)
References (8 earlier) <D2278EE7.5CC7D%usenet@gallopinginsanity.com> <serf.df9@rooftop.invalid> <D2281F21.5CD24%usenet@gallopinginsanity.com> <fdsa.9r3qrf@rooftop.invalid> <D22832F8.5CD98%usenet@gallopinginsanity.com>

Show all headers | View raw


Snit <usenet@gallopinginsanity.com> wrote:
> On 9/23/15, 10:30 AM, in article fdsa.9r3qrf@rooftop.invalid, "owl"
> <owl@rooftop.invalid> wrote:

>> Snit <usenet@gallopinginsanity.com> wrote:
>>> On 9/22/15, 11:51 PM, in article serf.df9@rooftop.invalid, "owl"
>>> <owl@rooftop.invalid> wrote:
>> 
>> 
>>>>> I noted that the developers likely would not take much time to make sure it
>>>>> can handle such files
>>>> 
>>>> What makes you think that any effort is required to "make sure it can
>>>> handle such files"?  In less than 30 lines of code, including error
>>>> checking, you can have an app that can open (instantly) a file of
>>>> arbitrary size and write to an arbitrary position in that file without
>>>> even allocating memory.
>> 
>>> So show such a program: one that has the features of Notepad but can do as
>>> you say.
>> 
>> It only needs the features I described in order to be "such a program."
>> 
> Ah, so you moved goal posts again. OK. When you do that you should be more
> open about it.

*You* are moving the goal posts.  I described a program.  You challenged
me to show "such a program" but with the added caveat that it have the
"features of Notepad."  This is another sign of your ignorance, thinking
that any of the "features of Notepad," other than its ability to open and
write to files, is relevant to its ability to open and write to *huge*
files, and you show no understanding of this "effort" that you claimed
the "developers" decided was not warranted in a program designed for
"general users."

$ ls -l nptest.txt
-rw-r--r-- 1 owl owl 459703367 2015-09-23 14:00 nptest.txt
$ ./loo
usage: ./loo <filename> <byte offset>
$ date; ./loo nptest.txt 100000000; date
Wed Sep 23 14:01:23 EDT 2015
At byte offset 100000000
Write some stuff... hit <Ctrl> D to close...
BLAH BLAH BLAH BLAH BLAH closing "nptest.txt"
Wed Sep 23 14:01:30 EDT 2015
$ grep -A 3 -B 3 BLAH nptest.txt
line 7777775
line 7777776
line 7777777
linBLAH BLAH BLAH BLAH BLAH ne 7777780
line 7777781
line 7777782
line 7777783
$ wc -l loo.c
23 loo.c
$ 

Back to comp.os.linux.advocacy | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-16 17:58 -0700
  Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-17 05:03 -0700
    Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-17 10:36 -0700
      Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-17 10:42 -0700
        Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-17 10:58 -0700
        Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-24 12:34 -0700
      Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-17 10:59 -0700
        Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-17 11:12 -0700
          Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-17 11:18 -0700
            Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-17 11:23 -0700
              Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-17 11:45 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-17 12:06 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-17 12:18 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-17 12:28 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-17 13:13 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-18 05:03 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-18 07:55 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-18 08:49 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-18 08:57 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-09-18 16:06 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-18 09:19 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-18 10:02 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Peter Köhlmann <peter-koehlmann@t-online.de> - 2015-09-18 19:10 +0200
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-18 10:27 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Peter Köhlmann <peter-koehlmann@t-online.de> - 2015-09-18 19:49 +0200
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-18 11:31 -0700
                Snit has significant issues Peter Köhlmann <peter-koehlmann@t-online.de> - 2015-09-18 23:43 +0200
                Re: Snit has significant issues Snit <usenet@gallopinginsanity.com> - 2015-09-18 15:40 -0700
                Re: Snit has significant issues Peter Köhlmann <peter-koehlmann@t-online.de> - 2015-09-19 00:56 +0200
                Re: Snit has significant issues Snit <usenet@gallopinginsanity.com> - 2015-09-18 16:12 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-18 10:19 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-18 10:22 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-18 10:34 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-18 10:37 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-18 11:22 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-18 11:48 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-18 12:01 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-18 12:21 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-18 13:04 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-21 05:14 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-21 10:14 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-21 12:09 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-21 12:12 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-21 12:35 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-22 10:55 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-22 11:10 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-21 12:34 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-22 10:50 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-22 11:03 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-09-22 21:21 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-22 14:59 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-22 15:22 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-09-22 23:38 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-22 17:00 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-09-23 01:50 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-22 19:02 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-10-23 14:43 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Nobody <nobody@invalid.com> - 2015-09-22 22:18 -0500
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-09-23 03:35 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-22 20:56 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-09-23 05:13 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-22 22:20 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-09-23 05:35 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-22 22:47 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-09-23 05:54 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-22 23:04 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-09-23 06:51 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 scooz <scooz@myemailisspamfree.net> - 2015-09-23 09:00 -0400
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 09:20 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Peter Köhlmann <peter-koehlmann@t-online.de> - 2015-09-23 18:34 +0200
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 09:51 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 09:19 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-09-23 17:30 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 10:44 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-09-23 18:06 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 11:27 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-09-23 18:38 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 11:47 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-09-23 19:07 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 12:16 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-10-23 14:43 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-10-23 22:13 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-10-23 15:29 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Peter Köhlmann <peter-koehlmann@t-online.de> - 2015-10-24 00:45 +0200
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Big Fish in a Small Crotch <bigfishinasmallcrotch@myself.com> - 2015-10-23 18:50 -0400
                Re: Not just Linux has significant UI issues... a first look at Windows 10 JEDIDIAH <jedi@nomad.mishnet> - 2015-10-24 10:54 -0500
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Charmed Tuna <.m@nsn.s> - 2015-10-24 12:21 -0400
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-10-24 09:27 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 JEDIDIAH <jedi@nomad.mishnet> - 2015-10-24 17:32 -0500
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-10-24 16:58 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Charmed Tuna <.m@nsn.s> - 2015-10-25 10:11 -0400
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-10-25 09:26 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Big Fish in a Small Crotch <bigfishinasmallcrotch@myself.com> - 2015-10-25 12:35 -0400
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Nobody <nobody@invalid.com> - 2015-10-25 12:08 -0500
                "Nobody" looking for perky balls? Snit <usenet@gallopinginsanity.com> - 2015-10-25 10:37 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 JEDIDIAH <jedi@nomad.mishnet> - 2015-10-26 15:03 -0500
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-10-26 13:12 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-10-27 05:06 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-10-27 08:44 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-10-27 09:04 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-10-27 11:25 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-10-27 12:57 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 vallor <vallor@cultnix.org> - 2015-10-26 22:33 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-10-26 05:06 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-10-26 13:04 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Charmed Tuna <.m@nsn.s> - 2015-10-25 10:07 -0400
                Re: Not just Linux has significant UI issues... a first look at Windows 10 JEDIDIAH <jedi@nomad.mishnet> - 2015-10-26 14:55 -0500
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-10-26 13:14 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Charmed Tuna <.m@nsn.s> - 2015-10-26 18:50 -0400
                Re: Not just Linux has significant UI issues... a first look at Windows 10 JEDIDIAH <jedi@nomad.mishnet> - 2015-10-26 21:38 -0500
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Charmed Tuna <.m@nsn.s> - 2015-10-27 07:59 -0400
                Re: Not just Linux has significant UI issues... a first look at Windows 10 GreyCloud <cumulus@mist.com> - 2015-10-27 16:13 -0600
                Re: Not just Linux has significant UI issues... a first look at Windows 10 JEDIDIAH <jedi@nomad.mishnet> - 2015-10-26 14:58 -0500
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-10-26 13:13 -0700
                More FUD. GreyCloud <cumulus@mist.com> - 2015-10-26 17:11 -0600
                Re: Not just Linux has significant UI issues... a first look at Windows 10 DFS <nospam@dfs.com> - 2015-10-26 20:14 -0400
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Charmed Tuna <.m@nsn.s> - 2015-10-26 20:57 -0400
                Re: Not just Linux has significant UI issues... a first look at Windows 10 JEDIDIAH <jedi@nomad.mishnet> - 2015-10-26 21:42 -0500
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-10-26 20:33 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Kelsey Bjarnason <kbjarnason@gmail.com> - 2015-10-30 19:14 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Big Fish in a Small Crotch <bigfishinasmallcrotch@myself.com> - 2015-10-30 23:15 -0400
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Lloyd Parsons <lloydp211@gmail.com> - 2015-10-24 16:33 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 William Poaster <wp@dev.null> - 2015-10-24 19:12 +0100
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Nobody <nobody@invalid.com> - 2015-10-25 11:50 -0500
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Charmed Tuna <.m@nsn.s> - 2015-10-23 19:28 -0400
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-10-23 20:56 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-10-23 22:53 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-10-23 21:01 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-10-24 18:15 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-10-24 12:20 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-10-24 23:12 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-10-24 16:51 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-10-25 00:03 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-10-24 17:10 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-10-25 00:20 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-10-24 17:45 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-10-26 05:23 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-10-26 08:40 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-10-26 10:12 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Big Fish in a Small Crotch <bigfishinasmallcrotch@myself.com> - 2015-10-26 13:21 -0400
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-10-26 11:01 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-23 07:32 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Peter Köhlmann <peter-koehlmann@t-online.de> - 2015-09-23 18:26 +0200
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 09:39 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-23 10:07 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 10:37 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-23 10:59 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 11:28 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-23 11:38 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-09-23 18:45 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 11:48 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Steve Carroll <fretwizzen@gmail.com> - 2015-09-24 15:54 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-23 11:48 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 11:55 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-23 12:02 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 12:13 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 11:53 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-23 12:00 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 12:13 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 09:45 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Nobody <nobody@invalid.com> - 2015-09-22 21:15 -0500
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-22 19:23 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-22 19:30 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Melzzzzz <mel@zzzzz.com> - 2015-09-23 04:53 +0200
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Melzzzzz <mel@zzzzz.com> - 2015-09-23 05:03 +0200
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-09-23 03:31 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Melzzzzz <mel@zzzzz.com> - 2015-09-23 05:46 +0200
                Re: Not just Linux has significant UI issues... a first look at Windows 10 owl <owl@rooftop.invalid> - 2015-09-23 04:50 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 "A.M" <.m@nsn.s> - 2015-09-23 09:58 -0400
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 09:27 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 "A.M" <.m@nsn.s> - 2015-09-23 12:36 -0400
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 09:53 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-23 10:12 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 10:35 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-23 11:03 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 11:28 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-23 11:39 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 11:50 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-23 11:54 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 12:03 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-23 12:09 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 12:16 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-23 12:23 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 12:30 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-24 04:54 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-24 09:20 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-24 09:32 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-24 09:39 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-24 11:46 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-24 12:07 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-24 12:28 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-24 13:00 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-25 04:39 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-25 08:40 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Steve Carroll <fretwizzen@gmail.com> - 2015-09-24 11:06 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-24 12:47 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-24 12:59 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Steve Carroll <fretwizzer@gmail.com> - 2015-09-24 15:45 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 "A.M" <.m@nsn.s> - 2015-09-25 09:33 -0400
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-25 08:43 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-25 10:02 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-25 10:18 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Steve Carroll <fretwizzen@gmail.com> - 2015-09-24 15:53 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 GreyCloud <cumulus@mist.com> - 2015-09-23 12:03 -0600
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 11:29 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-22 10:58 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-22 11:09 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-22 11:38 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-22 12:06 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-22 12:59 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-22 13:17 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-23 07:31 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-23 09:11 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-18 11:57 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-18 13:05 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-21 05:20 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-21 10:04 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Peter Köhlmann <peter-koehlmann@t-online.de> - 2015-09-21 20:45 +0200
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-21 11:48 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Peter Köhlmann <peter-koehlmann@t-online.de> - 2015-09-21 21:03 +0200
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-21 12:17 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Peter Köhlmann <peter-koehlmann@t-online.de> - 2015-09-21 22:39 +0200
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-21 13:42 -0700
                Not just thing has significant issues... look at ccretin chrisv <chrisv@nospam.invalid> - 2015-09-21 14:14 -0500
                Re: Not just thing has significant issues... look at ccretin Snit <usenet@gallopinginsanity.com> - 2015-09-21 12:35 -0700
                Turdv has never been credbile.  You're a Troll, Turdv. GreyCloud <cumulus@mist.com> - 2015-09-21 14:54 -0600
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-21 12:01 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-21 12:16 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-18 09:57 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Peter Köhlmann <peter-koehlmann@t-online.de> - 2015-09-18 19:02 +0200
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-18 10:28 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-21 16:47 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Peter Köhlmann <peter-koehlmann@t-online.de> - 2015-09-22 09:42 +0200
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-22 06:29 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Peter Köhlmann <peter-koehlmann@t-online.de> - 2015-09-22 20:37 +0200
                Re: Not just Linux has significant UI issues... a first look at Windows 10 scooz <scooz@myemailisspamfree.net> - 2015-09-18 13:38 -0400
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-18 11:15 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-24 12:50 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Lloyd Parsons <lloydp21@live.com> - 2015-09-17 14:47 -0500
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-17 13:13 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Lloyd Parsons <lloydp211@gmail.com> - 2015-09-17 20:32 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-17 13:36 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Lloyd Parsons <lloydp211@gmail.com> - 2015-09-17 20:38 +0000
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-17 14:27 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 scooz <scooz@myemailisspamfree.net> - 2015-09-17 18:54 -0400
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-17 16:06 -0700
            Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-17 11:34 -0700
              Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-17 11:41 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-17 11:46 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-17 12:09 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-17 12:18 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-24 12:47 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-24 12:46 -0700
            Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-24 12:40 -0700
        Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-24 12:40 -0700
    Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-24 12:19 -0700
      Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-24 12:33 -0700
        Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-24 12:43 -0700
          Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-24 12:51 -0700
            Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-24 13:06 -0700
              Re: Not just Linux has significant UI issues... a first look at Windows 10 cc <scatnubbs@hotmail.com> - 2015-09-25 04:47 -0700
                Re: Not just Linux has significant UI issues... a first look at Windows 10 Snit <usenet@gallopinginsanity.com> - 2015-09-25 08:40 -0700

csiph-web