The Active Network
ActiveMac Anonymous | Create a User | Reviews | News | Forums | Advertise  
 

  *  

  Judge Asks for Demonstration of 'Modular' Windows
Time: 17:25 EST/22:25 GMT | News Source: Associated Press | Posted By: Alex Harris

The federal judge overseeing the Microsoft Corp. antitrust case said on Tuesday that she wants to see a version of the Windows operating system that has removable features.

Over the objections of Microsoft, U.S. District Judge Colleen Kollar-Kotelly said she would allow nine states seeking stiff sanctions against the company to have a computer expert demonstrate a version of Windows he had developed that can be customized.

Write Comment
Return to News

  Displaying 26 through 50 of 246
Prev | Last | Next
  The time now is 10:49:59 PM ET.
Any comment problems? E-mail us
#26 By 135 (208.50.201.48) at 5/7/2002 10:17:47 PM
sodajerk - "So, you are suggesting that because the MS exec interpreted the question so that every call to an html renderer would require its own html renderer as proof of your point?"

MS exec? That was the state's lawyer discussing how much storage it would cost to hard link the HTML rendering functionality throughout the OS.

Bah forget it, you aren't worth arguing with... even if it is my desire to hit 125 posts in this thread!

#27 By 135 (208.50.201.48) at 5/7/2002 10:18:45 PM
sodajerk - "Yes, I am laughing my ass off right now. "

That's the ex-lax starting to work.

#28 By 3339 (65.198.47.10) at 5/7/2002 10:19:23 PM
So, you realize that there is no tying in Linux then?

#29 By 2332 (129.21.145.80) at 5/7/2002 10:27:51 PM
#44 - "It uses several methods of sharing components. CORBA can be used. Yes, in fact, it is much more OO than Windows. It's native language (objective-C) is also far more object-oriented than C++."

Why is objective C more OO than C++? It might be more restrictive as far as OO methodology, but it has no capabilities that C++ lacks. If that's what you mean, I agree.

Of course, OO is not the issue. I can write an app that's very OO, but because of the way I linked the app pieces, and because of the 3rd party apps that rely on my various pieces, it could be virtually impossible (without a near complete re-write) to replace or remove a chunk of that application.

OO guarantees nothing. What is guaranteed is that if you removed IE from Windows, countless thousands of applications would stop working, and it would be a pure nightmare.

"All of its libraries and components are XML."

Please elaborate on this. XML? You mean they are linked via XML resource files? They contain XML structuring? What?

How exactly do you write an OS library in XML? I mean, I'm pretty good at XML and related technologies, but this is WAY above my head. :-)

"I'm not claiming that removing a file from the OS will not break software, I am saying removing an application will not break software. MS is hiding behind their IP by tying APIs to apps--if they are system-level API's they don't belong inside of apps."

Really? Ok... install Half Life. Now install Counter-Strike. Now uninstall Half-Life. Can you still play Counter-Strike. Hmm... looks like your theory was proved wrong with a simple and common example.

The fact is, whether or not IE is a "part" of the OS or not (I think it as, as the term OS is so ill defined these days, it could mean anything) is not the question. Removing IE will absolutely certainly break countless applications.

Even if IE was never part of the OS, it still started its life as a COM application. This means 3rd parties were free to use its functionality inside their own applications. This is, in fact, one of the biggest reasons IE 3.0 was able to gain 35%+ market share in less than a year.

So even if we look at IE 3.0, which certainly wasn't part of the OS, forcing the removal of just 3.0 would have broken countless applications that relied on it. See, this is the world of COM.

If enough applications are written that use IE to provide functionality, why is it not considered part of the OS? It becomes a defacto-OS element. It is so common that regardless of its "true" technical nature, it is required for most applications to function properly, just as mscorlib.dll or vbrun.dll are.

"I consider DLL files associated with an app a part of the app."

Hmmm. So is mscorlib.dll part of MyHelloWorld.exe, or is it part of the .NET CLR? (In fact, the nature of mscorlib.dll is very interesting, as it's simply a bootstrap for the real CLR, but that's another topic.)

Certainly you're not suggesting that MyHelloWorld.exe is the entire .NET CLR? Of course not. It simply references the dll so it can do work. I didn't write the DLL, nor do I know how it works. (Well, I kinda do... but that's because I read a lot.)

The dll is a library, or a resource, or whatever, which is required for the application to run. How is this different than me including ie.dll (or whatever the hell it is) in my application? What makes ie.dll different? Just because it has another UI that also uses it?

This post was edited by RMD on Tuesday, May 07, 2002 at 22:29.

#30 By 3339 (64.175.42.106) at 5/7/2002 11:03:43 PM
RMD, I agree that OO has nothing to do with it, and think it's not only ridiculous, childless, and insane to think that I can't compare Win to Mac but youe (I mean soda) can compare Win to Linux--but I think it's very Microsoft-like.

Your example about breaking functionality doesn't work on the Mac, and wouldn't work for numerous other examples--if an app installs game sprockets or such functionality, ODBC drivers, or QT or media files or whatever, they remain. New apps check to see if you have them and will either reinstall or not. So, no, you didn't disprove my example. Is that really how it works on the Win side? Is that true of most things? I don't think it's the case with ODBC drivers and such.

My point about DLL's and COM is a bit more focused than you presume it to be--I apologize if I forgot the "only"s and "shared"s--if a DLL is only used by an app, then it's a part of the app. If the DLL can be used by multiple apps and/or the sytem, it is an API DLL. If it is used by the system only, it is a system DLL.

#31 By 3339 (64.175.42.106) at 5/7/2002 11:10:24 PM
soda, I want to look at this "modern" defense. Sure, I can agree or accept that we'll only compare Win to a modern OS--which includes a GUI. But you aren't saying a modern OS is just the GUI are you? Linux the OS, as I am referring to it, is definitely more than just the kernal or just the UI. Can you use multiple UIs graphical or not with Linux? Is there a single Linux distro which is tied to a UI which cannot be altered or swapped for another?

Can you rebutt this logic: A browser is tied to an interface. The interface is not tied to the OS. The browser is not tied to the OS.

NO, I DIDN'T THINK SO.

After all, if back in 97 or even earlier, Windows allowed you to install whatever UI you wanted and Explorer was only tied to the UI not the kernal or rest of the system--whether or not those UIs were then tied to a browser--there would be no problem, wouldn't there? Is MS proposing we can now install our own GUI with a browser tied to it? No, I didn't think so.

#32 By 3339 (64.175.42.106) at 5/7/2002 11:31:33 PM
RMD, by the way, if your game example is correct, this is exactly what I mean by sloppy design. I definitely have lingering DLLs left behind after uninstalling some apps that are completely useless. Now you are telling me that uninstalling an app can remove DLLs which are shared by apps. That's sloppy--that you get both sides of what is undesirable from poorly managed DLLs.

And also, this is exactly what is different about SWDOCHTML.DLL (or whatever it is, as you say)--it is a documented fact that it contains shell ONLY functions, IE ONLY functions, and SHARED functions, but MS claims this DLL is a part of the program known as Internet Explorer so that when you uninstall the app, you also remove this DLL, which kills the system. So separate these functions.

#33 By 3339 (64.175.42.106) at 5/7/2002 11:50:08 PM
stu, why did you bother to quote me when you completely ignored he quote. Remove the QT Player app, do you break the system? No.

From there, there's not much reason to rebutt (Adobe is not an OEM of the Mac OS, for example), but anyway...

It's a great big myth about how much MS is using this one DLL to display the UI--most of the UI is GDI, not html and is not comparable to Quartz. If Windows was so much html, it would look more like Mozilla then it does pre-1995 Windows.


Removing Quicktime never removed Quickdraw--that is simply a lie.

#34 By 135 (208.50.201.48) at 5/8/2002 12:01:13 AM
#59 - I concur!

#35 By 2332 (129.21.145.80) at 5/8/2002 1:19:04 AM
#57 - "RMD, by the way, if your game example is correct, this is exactly what I mean by sloppy design."

I don't see how this is sloppy design at all. There are tradeoffs to every design decision. COM allows you to create components that can be used, without knowledge of the inner workings or the source code, inside other applications.

There is no real equivalent in a non-Windows environment. COM allows you to leverage existing functionality in an extremely easy and efficient way. In fact, it's about as OO as you can get.

This is exactly how IE works. IE has a "front end", which is the browser most people are familiar with. Then IE has a COM (actually many) interface that allows people to integrate IE directly into their application. Not just embed a browser window, but actually programmatically use IE inside their application, as if it was a library they wrote themselves.

"and insane to think that I can't compare Win to Mac but youe (I mean soda) can compare Win to Linux--but I think it's very Microsoft-like. "

Well, it would be much more accurate to compare OS X with Linux, since they have the same kinds of inner workings thanks to OS X being based on the Mach kernel. As I said, there is no logical equivalent to COM in the Unix world.

Here is another cool example. I have a Telnet program called CRT. CRT is great, and it offers a COM interface that you can interact with programmatically. I've used this COM interface inside VBScripts that help me accomplish common tasks. This would be impossible on any Unix system, unless CRT somehow offered all its functionality via command line arguments.

I could also embed CRT inside my own application, which would then call methods on CRT's COM interface just as if it were an API. In effect, CRT becomes an API. No SDK is needed... it simply exposes this functionality via COM.

The same thing is true for IE. In fact, the same thing is true for almost all Microsoft applications. I can embed Word directly into my own app, format documents, and do anything the user could do with Word, but all programmatically. It's pretty neat stuff.

So why is IE so difficult to remove? Well, there ya go. As I said, there are many, many, many applications that rely on IE, or, rather, IE's COM interface. What the states want is that entire COM entity to be removed from the OS.

"Now you are telling me that uninstalling an app can remove DLLs which are shared by apps. That's sloppy--that you get both sides of what is undesirable from poorly managed DLLs. "

Well, this is one part of what is known as DLL Hell. Yes, it sucks, but it's not simply a matter of sloppy programming or design. The benefits of COM vastly out weigh the flaws. Actually, .NET gets rid of DLL hell by allowing things like side-by-side versioning.

It really depends on the app your talking about. If, for instance, I uninstall CRT, there is very little chance anything *but* my little scripts and programs that I've written will be broken.

But because IE has been included with Windows for so long, and because IE has a very popular COM interface, many people rely on it. In fact, many other programs rely on parts of IE's COM interface that expose "UI" functionality, like displaying the HTML, right click menu stuff, etc. If you remove the IE "UI" you have to remove those portions of the COM interface which many apps rely on.

Continued on next post...

#36 By 2332 (129.21.145.80) at 5/8/2002 1:19:24 AM
Continued from above...

But I really don't see how this is any different from a standard "API". If, for instance, Microsoft dropped the common controls library from Windows, nearly all Windows apps would break. If they dropped MSXML, many newer apps would break. Etc.

See, COM allows you to write full fledged applications which *also* act as "API's". So in order to remove the app, you have to remove the API.

Not all COM components are full fledged apps of course. Some are simply components which cannot exist on their own. MSXML is a goode example. But IE is not.

COM is a complicated subject. There are many great books on COM, most of them by Dan Appleman. I recommend them highly.

"So separate these functions."

Ok. So Microsoft has to re-write large portions of very complicated software. That's exactly what they're objecting to. They say (and I agree) it does far more harm than good for anybody. It would break Windows, and break countless applications that run on Windows.

In short, it would make Windows just as bad as Linux zealots like to think it is... think Windows 95 kinda bad; constant blue screens, piss poor functionality, etc.

The states really don't have a clue, or they simply don't care, or they are listening directly to those people who would love nothing more than to see Windows and Microsoft crumble. Or a little of all three.

#37 By 2459 (66.25.124.8) at 5/8/2002 3:00:34 AM
Sodajerk, to go with the previous Counterstrike example, here is something you can do on a Mac to see for yourself what RMD, Sodablue, etc., are talking about. Get a copy of Quake 3. Now, Install one of the many popular Quake 3 Total Conversions, mods, etc. -- Quake 3: Team Arena or Bid for Power (www.bidforpower.com) are good examples. Now, uninstall Quake 3, and see if you can still run Team Arena, or some other mod or TC for Quake 3. You will find (if you correctly remove all of Quake 3's files) that you can't. This has nothing to do with bad design. It has everything to do with the mod/TC's dependence upon Quake 3 being present because they utilize functionality that is only provided from Quake 3. This is because Quake 3 acts as a development platform that provides several services to mod/TC developers.
------------------------------------------------------------
Sodajerk: "No, I'm not arguing against the person as my argument--I'm saying it's a stupid argument and so is Midnick? Is a browser tied to KDE? Yes. Can you remove KDE? Yes. Does Linux still work? Yes. Can you install alternate UIs and browsers? Yes. Can you remove them? Yes. "
---------------------------

Do all of your applications still work? NO. Some applications make specific use of GNOME or KDE and will not function properly without them. If the UI (including the libraries) are removed, the dependent app will not function. This creates a similar situation to that of IE. Windows has always been able to utilize third-party user-interfaces just as *nix, but if the libraries (DLLs) that applications depend upon are not present, the applications (and a lot of system components) will become functionally impaired, or fail altogether. Windows is about as modular as is gets for consumer OSes while maintaining productivity and commercial viability. It provides users with features they expect from a modern OS, and provides developers with a known platform of services to program against and not have to worry about duplicating already-present functionality. About the only thing that can be classified as a removable application as far as IE, WMP, and a lot of other "middleware" is concerned, is their respective EXEs. These can almost certainly be removed without detriment to the platform, or dependent applications. However, little is gained in this process. In Windows XP, IE's exe is only 89 KB, WMP's is 508 KB, etc.


This post was edited by n4cer on Wednesday, May 08, 2002 at 03:12.

#38 By 135 (209.180.28.6) at 5/8/2002 1:54:05 PM
No sodajerk is not Rush Limbaugh but he uses his style of argumentation. As to the states plan, I was not aware that the Federalist Society as liberal, but whatever...

Going back and reading this thread, it appears that a lot of the problem centers around not a disconnect between the way Unix works and the way Windows works. While they are both OS, they are architected fundamentally different.

#39 By 1868 (141.133.185.214) at 5/8/2002 3:31:45 PM
All I have to say is my hats are off to Sodajerk, RMD, and Sodablue! I don't have the time to read through thousands of pages of testimony or debate my views with some-else who is as knowledge as I am about this issues at hand; however, I have read everyone of your posts and have been capitivated by your presenting of the arguements that suite your sides. I have my own views, but lack the time and patience to present them. BTW an additional congrats to sodablue for continually dealing in prompt time with sodajerk. Goodluck and have fun duking it out!!!!

#40 By 2332 (129.21.145.80) at 5/8/2002 4:45:52 PM
#78 - Your absolutely correct. Alas, that "one step" from COM to .NET is a damn big step, seperated by a big casam, and a few fences, and a couple of nasty dogs, and maybe some brambles.

See, anything is possible when you create an entirely new framework for application development.

But IE relies on the old framework, as do the vast majority of Windows applications. It's not a simple fix... it it were, I'm sure Microsoft would have been pressured into doing it long ago by the thousands of developers that had to suffer through DLL hell.

"Consumers, though, don't have that choice, and Microsoft has used that lack-of-choice to shove anything it wanted down consumers throats - and to squish their competitors in the process"

They do have a choice. They can choose something other than Windows, or not use a computer at all. :-) I have several friends that choose the former, and one or two that choose the later, although not because of Microsoft.

#41 By 4240821 (45.149.82.86) at 10/25/2023 8:19:25 PM
https://sexonly.top/get/b519/b519kiscmmrrurnkprg.php
https://sexonly.top/get/b51/b51imityymjyeywkxt.php
https://sexonly.top/get/b649/b649fciueywmjjsnhvr.php
https://sexonly.top/get/b227/b227nmgvsejfmwmulkm.php
https://sexonly.top/get/b14/b14xvrxfdmbvpqtcon.php
https://sexonly.top/get/b303/b303pjmmaeombrtoccq.php
https://sexonly.top/get/b303/b303uvsdukqtbioeypr.php
https://sexonly.top/get/b461/b461xfqjczwlpiclsza.php
https://sexonly.top/get/b336/b336botyryhkllveqxz.php
https://sexonly.top/get/b659/b659ssyibfkdglyhgsj.php
https://sexonly.top/get/b74/b74gvgvaediaizbkoq.php
https://sexonly.top/get/b223/b223pxbfjwwizugppdp.php
https://sexonly.top/get/b640/b640nnfphhgyvgljryt.php
https://sexonly.top/get/b482/b482koufxylnvdtgapb.php
https://sexonly.top/get/b531/b531pvdabvmtnirwyto.php
https://sexonly.top/get/b504/b504xwpqoajrygetcrp.php
https://sexonly.top/get/b726/b726krqkqbwmrodtusu.php
https://sexonly.top/get/b475/b475ilpeabpyxaxqfgl.php
https://sexonly.top/get/b797/b797vpepbrduqqikeqx.php
https://sexonly.top/get/b654/b654zultlpaeblyhaou.php
https://sexonly.top/get/b321/b321muwbawvpspnvvyx.php
https://sexonly.top/get/b83/b83aeshlsmlrhxrbtn.php
https://sexonly.top/get/b35/b35ajlsslgbxmfqfzr.php
https://sexonly.top/get/b936/b936bgtqxpsmayfwisr.php
https://sexonly.top/get/b119/b119efelxpgkpjbmogj.php
https://sexonly.top/get/b358/b358amylqpzmkrpuqey.php
https://sexonly.top/get/b215/b215gquckjvntgtyqhr.php
https://sexonly.top/get/b788/b788ebivibzgbysdkaa.php
https://sexonly.top/get/b57/b57upsysiuasjwdkla.php
https://sexonly.top/get/b613/b613iflwntuuzxfjwkl.php
https://sexonly.top/get/b533/b533okeycairkzyevar.php
https://sexonly.top/get/b205/b205souuqjisdyrckce.php
https://sexonly.top/get/b125/b125vaqiaabjvutujdq.php
https://sexonly.top/get/b484/b484pwnibhdgcgtlkwe.php
https://sexonly.top/get/b990/b990ugduoemjromgtya.php
https://sexonly.top/get/b862/b862zamndmeifbiqiyd.php
https://sexonly.top/get/b747/b747ynzmlxvazlqivws.php
https://sexonly.top/get/b573/b573pjcsldviikylydv.php
https://sexonly.top/get/b534/b534akbhdubsotmevha.php
https://sexonly.top/get/b995/b995nlynvgyucicryef.php
https://sexonly.top/get/b476/b476dzyslcbjhaaowwf.php
https://sexonly.top/get/b232/b232iibzlnypbvgiltv.php
https://sexonly.top/get/b771/b771dtofmypcpidylvl.php
https://sexonly.top/get/b369/b369pmycissrzgsrbgw.php
https://sexonly.top/get/b796/b796yhrehndxvaaehxh.php
https://sexonly.top/get/b786/b786mxsdimrojmkacop.php
https://sexonly.top/get/b175/b175rwzuazybbviedxf.php
https://sexonly.top/get/b738/b738lhikmpvivqeiwyc.php
https://sexonly.top/get/b909/b909itqfuqlxlhrhcfh.php
https://sexonly.top/get/b216/b216msrgfvhcbomgvly.php

#42 By 4240821 (194.226.185.83) at 10/29/2023 10:55:34 AM
https://www.google.com/maps/d/edit?mid=1UujrjGcyLd5iZxuagdolH092E7sPHmo
https://www.google.com/maps/d/edit?mid=17qFz0CxJkoq_TH4f5qKrLrn13lJ9ciI
https://www.google.com/maps/d/edit?mid=1po1hulSTM_bv8fwU1gLk0VxEe1rbl10
https://www.google.com/maps/d/edit?mid=1MidsNVaFalnHFDT6KisjG9J4kyZbhfU
https://www.google.com/maps/d/edit?mid=1J51uN64cWmMIhwJl5fOg2pQtFedHeDw
https://www.google.com/maps/d/edit?mid=1v-WMZNqAbmxbMMBt2MHFEAWva8-O2bc
https://www.google.com/maps/d/edit?mid=1gkrrdckPxubT2Gx41Mc0wgZGlSU8-_0
https://www.google.com/maps/d/edit?mid=1OYx4I9d9JM5_z6q3BqvrcgeAwzCvMZU
https://www.google.com/maps/d/edit?mid=1ac-abwKvEBfh8T_vVvWqfdRD3BhmONI
https://www.google.com/maps/d/edit?mid=1TVVHzU02MYu4CQoiXmwdjy25QdnTbUk
https://www.google.com/maps/d/edit?mid=1ZuOdfMuNLHabIpSb1f_F5ktkYQ7IgK0
https://www.google.com/maps/d/edit?mid=11gzD4-AznXCByY-zUzl5B0xL6BHFpho
https://www.google.com/maps/d/edit?mid=1i1TVDuFs8p_2wI3k1OxmqAfWJ3NkrDc
https://www.google.com/maps/d/edit?mid=1ut5xC9NBfAKbNnVWyZO1GlGegmN0DfA
https://www.google.com/maps/d/edit?mid=1NHtMtHTESkeOcPPS2TaFfavIi91wsiA
https://www.google.com/maps/d/edit?mid=17f3WbIOWr5O8rWB4VSxvLEJt2xpqh7Q
https://www.google.com/maps/d/edit?mid=1NomvyarI8jngiiqYCu1gkpV-mYfKal4
https://www.google.com/maps/d/edit?mid=1Dri15sfo0Stzbrzu8YMD_9wP8GGTjDY
https://www.google.com/maps/d/edit?mid=1_Uqewt4J-sO2pTzdXyyzkJ3xafHxT6Q
https://www.google.com/maps/d/edit?mid=17dwF43d05wln8H7k69fEJ3f_9fEUqRo
https://www.google.com/maps/d/edit?mid=1z4jjjqRyK4prHTy9tE6SsqwYRl4811c
https://www.google.com/maps/d/edit?mid=1mhHwLcV4sbx2AkzMoTI4xDRC7exgovI
https://www.google.com/maps/d/edit?mid=1y1RIzv0e_E561wXVPMvfdIl_iMJz_J0
https://www.google.com/maps/d/edit?mid=1BFHWDzEq67st0ZpAGEQ9QBHuIhlMTOY
https://www.google.com/maps/d/edit?mid=14z0n7tuJugzAZdT-occPLXY4gKPs0dA
https://www.google.com/maps/d/edit?mid=1uEXXBCPB4GycDCigv2_y9G81umNXSL0
https://www.google.com/maps/d/edit?mid=1hQu78tWI2BXry7H3yAMfzZ4q9FQgxhY
https://www.google.com/maps/d/edit?mid=1zm9LrK9yw_WOP-6v-_WqCAWhataCXDA
https://www.google.com/maps/d/edit?mid=1NFuXZnA_qblkxAL6BMgxvdARc-tFA9c
https://www.google.com/maps/d/edit?mid=1_Z7z-JyDHiDNyBIm-nl02ewTjbzjaO4

#43 By 4240821 (213.139.195.162) at 10/29/2023 7:54:26 PM
https://www.quora.com/profile/JulieEvans447/Yogigoddess-reaven__18-Anyemj-Inari-Vachs-LAV1SH-bestoflust-AutumnEquinox-justicejaiii-shoko-takasaki
https://www.quora.com/profile/HeatherDiaz125/Rebecca_Jaxon-BunnyBlue8888-Latina-Small-amber-stark-Arrestme1-Tori-Rae-vixendoll-ChoobScoops-Morenateen
https://www.quora.com/profile/ShawnHills153/Lenoresins-bandanafaces-cassyxo18-Linda_Roz-abby-lexus-HarleyHottie18-axis-evol-Black-n-White-Couple-Nov
https://www.quora.com/profile/LoriSchneider441/CollegePawg-lidia-santana-xxxliizzz-vanessa-hell-willowxfenn-caitlincummings-NuckingFuxNix-Cassiecrybby
https://www.quora.com/profile/StephanieCarter241/TyffanyPynk-riosummers-dannygirl69-ladycelestaline-ErmaBee-PureBeautiNHerSlave-gracie02-LilMissLilly-syd
https://www.quora.com/profile/MelissaBrikho85/Dabaddessttorri-elena_sexy_69-Aqualung694-Kody-Coxxx-Roxie_24-Saekkico-Lisa-Lightyear-GOMOSSO-ReVay-al
https://www.quora.com/profile/ChrisFerrantello43/Trinity-Morgana-Emptybby-Frenchy2022-thicknprettyyy-Alison-Star-GoldAmethyst-SabrinaMmoorree-ultra_violet_
https://www.quora.com/profile/WilliamStacks420/xkbrew-BustySquirter95-LovelyIris-Sexi-Bunni-N-Her-Six-Lesliehottie-Sexy_Angel2018-butterscotch30-Violet_C
https://www.quora.com/profile/MonicaValdez350/Slipperybitch-princessjpg-senhora_pimenta-Mystik-Minx-PrincessLily234-Mistylane-Jelena-Jensen-Alexiaxoxo
https://www.quora.com/profile/JoeDean936/Katja_Dynia-SexxxyLexxxi-IzumiHeiwa-Wynni-WetsexyLady-russian0069-DaddysWetGirl-Tender-foot-Laura-Coffee

#44 By 4240821 (103.152.17.80) at 10/31/2023 12:16:03 PM
https://app.socie.com.br/fattattoogirlMissExciter
https://app.socie.com.br/Mxmellehereforpayandplay
https://app.socie.com.br/NyrobiBronze
https://app.socie.com.br/read-blog/98314
https://app.socie.com.br/read-blog/97597
https://app.socie.com.br/lilfreakxoRoxyvega18
https://app.socie.com.br/LillyShadeFidanzatiDotati
https://app.socie.com.br/fattattoogirlMissExciter
https://app.socie.com.br/read-blog/97162
https://app.socie.com.br/read-blog/97350

#45 By 4240821 (103.151.103.150) at 10/31/2023 6:39:28 PM
https://app.socie.com.br/read-blog/97504
https://app.socie.com.br/discreetdaisyAuroraFlora
https://app.socie.com.br/starstaxxShyGirl8889
https://app.socie.com.br/VelaVinetaDommedawn
https://app.socie.com.br/MoaseraSexyvioletrainbow
https://app.socie.com.br/read-blog/98417
https://app.socie.com.br/BBWTREATTammiLou
https://app.socie.com.br/SammyDesireJess4udarling
https://app.socie.com.br/analfetishcouplecammiecummz
https://app.socie.com.br/read-blog/97527

#46 By 4240821 (62.76.146.75) at 11/1/2023 3:05:03 PM
http://activewin.com/mac/comments.asp?ThreadIndex=16497&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=26768&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=28998&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=25770&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=84169&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=73344&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=30398&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=73119&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=59706&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=28381&Group=Last

#47 By 4240821 (2.57.151.31) at 11/2/2023 9:23:01 AM
http://activewin.com/mac/comments.asp?ThreadIndex=15001&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=13285&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=13618&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=9667&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=3628&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=2403&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=10489&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=18165&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=40495&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=3478&Group=Last

#48 By 4240821 (109.94.218.82) at 11/2/2023 6:49:41 PM
http://activewin.com/mac/comments.asp?ThreadIndex=23678&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=20272&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=2211&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=74358&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=36756&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=82165&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=76311&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=68006&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=7991&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=81185&Group=Last

#49 By 4240821 (212.193.138.10) at 11/2/2023 11:00:45 PM
http://activewin.com/mac/comments.asp?ThreadIndex=78290&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=65664&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=15578&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=14646&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=69787&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=39691&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=23020&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=69787&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=11640&Group=Last
http://activewin.com/mac/comments.asp?ThreadIndex=73462&Group=Last

#50 By 4240821 (109.94.216.41) at 11/5/2023 8:58:27 AM
https://hotslutss.bdsmlr.com/post/652452413
https://hotslutss.bdsmlr.com/post/650964068
https://hotslutss.bdsmlr.com/post/652555399
https://hotslutss.bdsmlr.com/post/658004445
https://hotslutss.bdsmlr.com/post/654493737
https://hotslutss.bdsmlr.com/post/656143121
https://hotslutss.bdsmlr.com/post/649848945
https://hotslutss.bdsmlr.com/post/656385604
https://hotslutss.bdsmlr.com/post/656795129
https://hotslutss.bdsmlr.com/post/656624718

Write Comment
Return to News
  Displaying 26 through 50 of 246
Prev | Last | Next
  The time now is 10:49:59 PM ET.
Any comment problems? E-mail us
User name and password:

 

  *  
  *   *