Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.advocacy > #322323
| Newsgroups | comp.os.linux.advocacy |
|---|---|
| Date | 2015-09-23 10:07 -0700 |
| References | (8 earlier) <e5d32085-91a7-499e-b92a-6ecbe27847d9@googlegroups.com> <fsa.fkd92@rooftop.invalid> <bcef40ea-7fcd-4ab7-9baa-2872baeef34e@googlegroups.com> <mtujnd$ekb$1@dont-email.me> <D22823C9.5CD55%usenet@gallopinginsanity.com> |
| Message-ID | <e2fa577b-e831-483c-bec1-74900e2a0fcf@googlegroups.com> (permalink) |
| Subject | Re: Not just Linux has significant UI issues... a first look at Windows 10 |
| From | cc <scatnubbs@hotmail.com> |
On Wednesday, September 23, 2015 at 12:39:29 PM UTC-4, Snit wrote: > On 9/23/15, 9:26 AM, in article mtujnd$ekb$1@dont-email.me, "Peter Köhlmann" > <peter-koehlmann@t-online.de> wrote: > > > cc wrote: > > > >> On Tuesday, September 22, 2015 at 5:21:16 PM UTC-4, owl wrote: > >>> cc <scatnubbs@hotmail.com> wrote: > >>> > >>>> Has notepad been updated? No. It's still using MFC for christ's sake > >>>> and has a 54k file size limit. Is it available in the app store? No, it > >>>> is not. Maybe they have BIG plans for notepad down the road, but > >>>> everything the VP has said is currently not true. Let me know when it > >>>> is. > >>> > >>> I don't know what notepad's limit is, but it's far higher than 54KB. > >>> Here's notepad opening a 31MB file: > >>> https://vid.me/zkiY > >> > >> Nice catch. It's such a popular app that apparently no one has bothered > >> to update their info. If you ask google it just tells you 54k. Anyway, > >> it's still an MFC app, which is just as significant if not more so. My > >> bad on the size limit though. > > > > It is no wonder that the size limit is relativly unknown. Because it has > > been around 54K for a long time, Notepad comes from the Win3 era, and it is > > basically just some code around a edit-widget. And that one had a 64k-limit. > > This limit was only lifted after Notepad was compiled as a 32bits > > application, because now the edit-widget has no longer the old size > > constraint. But it is still the old code from the Win3 era > > How do you know what they have done with the code? Remember: it is closed > source. > IDA Pro works. That's how I knew it was still MFC. I didn't run through every call to see if the 54k limit was still in place, but what can you do. I trusted a search and was wrong. No biggie. But anyway, a disassembler is how you would know it still has old code. It imports legacy functions, and uses legacy APIS from legacy dlls. You can check some of that with depends.exe, but it's easier to see in a disassembler.
Back to comp.os.linux.advocacy | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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