OpenGL Version 4.3 Released
An anonymous reader writes "The Khronos Group has released the specification for OpenGL 4.3 at the SIGGRAPH 2012 conference in Los Angeles. New functionality includes: compute shaders that harness GPU parallelism for advanced computation, shader storage buffers, improved debug message output, high quality ETC2 / EAC texture compression as a standard feature, memory security improvements, robustness improvements, texture parameter queries, and more."
The Khronos Group also released the OpenGL for Embedded Systems 3.0 specification, which is backwards-compatible with version 2.0. The new specification includes enhancements to the rendering pipeline, "a new version of the GLSL ES shading language with full support for integer and 32-bit floating point operations," and improved texturing functionality, among other things.
Thank goodness the Khronos Group took over from the old OpenGL Architecture Review Board (ARB). There has been great progress in OpenGL since then, catching up to Direct3D which had come from behind. With this OpenGL we can have this goodness on all desktop (Windows including XP, Linux, Mac, Unix) and mobile computing platforms (iOS, iPad, Android). Personally I'm most looking forward to the improved debug message output - hopefully that should save me some time tearing my hair out trying to resolve my mental model of what is going on vs. the realities/subtleties of GPU programming.
When is apple going to get with the program related to 3D graphics? With Lion, they finally released drivers for OpenGL 3.3. Now, they are currently about 4 generations behind this new release. You would think, that with their success of their devices with fairly nice GPU's, that they would try to court gamers and developers. Let's face a hard truth. The most successful apps past and present are games. I know they want their drivers to be stable and all but they are way behind. I don't understand why they can't work with amd and nvidia on getting some stable driver releases...especially now with retina displays.
Perhaps someone can explain what there thinking is here because I feel like they are missing out on some opportunities.
I always wondered why OpenGL never caught on, until I read this explanation at stackexchange.
Great.. :-( one more version for Mesa to be behind of..
Comment removed based on user account deletion
"Windows is slowly losing relevance" - by peppepz (1311345) on Wednesday August 08, @02:22AM (#40915185)
#1 Most Used/Biggest Marketshare on PC Desktops + Servers combined, & it's "losing relevance"? Then MacOS X + Linux never had it @ all, just based on the numbers, & don't argue with me - as the saying goes, "argue with the numbers": See here, "Read 'em & weep" -> http://en.wikipedia.org/wiki/Usage_share_of_operating_systems
---
Parent said "Windows is slowly losing relevance", the article you refer to shows current market share of operating systems, not change in time, so here are some relevant numbers you can argue with.
From September 2008 to April 2012:
Windows: 90.87% -> 84.13%
Mac: 8.69% -> 14.80%
Linux: 0.41% -> 0.86%
So it seems it is true that Windows is slowly losing relevance. In the same period of time Linux doubled its usage. And I suspect they are not taking into account mobile devices such as cellphones and tablets.
I've used AND created OpenGL screensavers for Windows since Windows 2000, XP, Server 2003 - based on the OpenGL 2.1 standard
If your screensavers look anything like your posts, I'm not interested.
After Windows NT, OpenGL has been a second class citizen there, and after Windows Vista, it became a third class one. It's hardware manufacturers that still provide the independent OpenGL implementations you enjoy on Windows. Microsoft's OpenGL implementation (version 1.1 I think) is a remnant of the NT era, when Windows was entering the workstation market, and that meant it had to support OpenGL.
As a mobile and game developer this is great news and I am excited to test some of this myself. :3
Uhm, wasn't that the whole point of OpenGL to begin with? Hardware manufacturers providing implementations of the OpenGL API. I think DirectX doesn't differ much in that respect. I doubt Microsoft writes drivers for NVidia, AMD, etc. All MS did was design the API.
And as far as being a 3rd class citizen, Valve's optimizations on their OpenGL rendering path has benefit Windows as well, since the OpenGL version *on Windows* is now faster than the Direct3D version. Not bad for a 3rd class citizen :-)
Don't feed trolls.
I'm old enough to remember when discussions on Slashdot were well informed.
When I said that "OpenGL on Windows is a second class citizen", I meant that Microsoft does no longer develop it, document it, promote it, not that you can't have good third-party OpenGL implementations (and games that make good use of it) on Windows. Check the OpenGL documentation on MSDN, it's stuck to OpenGL 1.1, probably dating back to the times when OpenGL was THE high performance graphics API for Windows NT.
Apparently there is now some level of convergence between OpenGL and OpenGL ES, so that a valid OpenGL ES 3.0 application is also valid OpenGL 4.2. Does this also apply to ES 2.0? In other words, is a valid ES 2.0 application also a valid non-ES 4.2 application?
if you have a fairly recent mac chances are the graphics hardware can do ALL the great OpenGL stuff. Thats what makes it even more puzzling. Its not that the hardware on these systems aren't there. There just isn't any drivers. Right now my macbook pro can perform all OpenGL 4.1 commands. But no drivers since Apple has been twiddling their thumbs.
here is something that I came across on arstechnica about graphics improvements with Mountain Lion
A little below halfway down the page:
"However, the improved drivers appear to be working in concert with overall improvements to OS X's graphics subsystem. According one source who spoke to Ars on the condition of anonymity, Apple has significantly altered the architecture of the graphics subsystem in Mountain Lion, cleaning up the interface between OpenGL and drivers in order to implement upcoming support for OpenGL 4.2. OS X currently supports version 3.2, and the lack of support for the latest version shows when comparing performance with Windows"
weyland?
Should read as "OpenGL version 4.3 SPECIFICATION Released
If the Khronos folks are not releasing an actual implementation (and when will they ever?), then there's nothing here of note
This is only interesting when a real company (Intel, Nvidia, Apple, AMD...) releases an actual driver that implements the spec. Until that happens, this is a nothing announcement.
The sun is too small to go supernova. Lrn2science.
Watch for Penguins, they eat Apples and throw rocks at Windows.
for example, was the high quality texture compression already in ati/nvidia implementations?
that and questions like that were probably on the mind of the guy asking what it matters for joe schlobs - not does opengl matter, but how do these new additions matter and if they matter in a tangible seeable way.
world was created 5 seconds before this post as it is.
The blobs currently don't lag behind because they share a lot of code between os versions.
Nvidia's approach is basically throwing out of the window anything that exist under Linux and recompile their windows code. Although this brings tons of drawback (basically nvidia's drivers don't play nice with anything else, and lot of advanced features are missing - like the Optimus debacle and Linus' big fuck you), it has the advantage that they support their own bells and whistles and so OpenGL 4.3 is already out.
AMD's approach is finding a compromise to make their shared catalyst code play a little bit better with Linux standards by bending and twisting it a little bit. Drawback is that it takes a little bit longer, and can be slightly more buggy, advantage is that you get the latest goodness (OpenGL 4.3 soonish) and the latest Linux goodness (full Xrandr support since ages, for example).
Intel is the exception here: They don't have blobs. They actually pay developers (formerly Tungsten Graphics, now bought up by VMWare) to develop fully open-source drivers. The advantage is that they get the latest Linux features or even played a role in developing them (KMS, TTM/GEM, Gallium3D, etc.). The drawback is that they are limited by Mesa's support (currently Gallium3D is only fully compliant to 3.0 although there is ongoing effort to add support for the necessary extension to pass compliance to the rest of the 3.x serie)
So yeah, currently Mesa is a bottle neck.
For now.
The involvement of Valve into Linux gaming might change this trend.
Valve is having linux developers on their payroll. And they aren't only interested in ports. They are interested in developers with driver knowledge too.
There's an active collaboration with Intel to get Mesa advance, specially regarding extensions that Valve needs. For example, while Mesa's current target is getting the rest of the 3.x-serie compliance, Valve and Intel did collaborate to get some debugging function properly implemented (which are required for 4.x compliance).
If Valve keeps throwing efforts and resource at Linux (which they might given their current struggle against Microsoft over the next Windows version 8 and its built-in store) the pace at which Linux and Mesa in particular progress will speed up.
Intel will also play a bigger role in the future: as their GPU are becoming "well enough" not only for desktop needs but even for basic gaming needs (plays anything which is not Crysis 3 at a decent speed), they are gaining market share, simply because they are the "stuff built-in by default" (mid-range and business mainboards with enough graphic power in the chipset, laptop without a Nvidia MXM module, etc.) and as such and because they are fully opensource, they attract also linux users and thus some developers.
And there's a networking effect in play too. Unlike the binary world where everyone is out on his own, with open-source there are a lot of shared frameworks and facilities (the stuff that Nvidia tries to ignore). Development done by one can benefit the others. (Specially given the modular infrastructure of Gallium3D).
So improvement done to Gallium3D by Intel can also improve the opensource driver of AMD.
And AMD is taking part into the opensource development. Maybe the legal-approval process for their documentation release is moving at glaciation speed, but on the other hand they are trying to help and have even a few opensource developers on their own payroll.
(And last but not least, although Nvidia themselves tend to kick all this community development in the nuts, the 3rd party reverse engineered opensource drivers Nouveau can both benefit from- and contribute to- Gallium3D development).
Even Google throws some resources in from time to time, like helping port older Intel hardware to the newer Gallium3D framework.
We are slowly arriving at a solution where a lot of interested parties are putting resources into development. And said parties include hardware developers themselves (Intel, AMD) and gamin
"Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
OpenGL is a standard, a specification, an API.
Catalyst, Mesa/Gallium3D, etc. are actual implementation, actual code.
release-wise: Nvidia and AMD have compliant drivers out.
"Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
Way to miss the entire point, buddy.
The fact is they are DECLINING, and lost 6%, mostly to Apple during a *four-year* period.
Meanwhile there is Wii, PS3, Linux, iOS and Android running OpenGL *or* OpenGL ES *or* a subset/superset of these. Thus, yes, OpenGL is very relevant today, and no, it's not any harder than Direct3D. But on the desktop it might very well be too late.
systemd is not an init system. It's a GNU replacement.
Addendum:
Just as an example of the involvement of Intel in speeding up the OpenGL 4.3 / OpenGL ES 3.0, this just in at Phoronix:
http://www.phoronix.com/scan.php?page=news_item&px=MTE1Njg
OpenGL ES 3.0 announced by Intel for the opensource drivers for their next generation of graphic cards (currently still alpha quality), and should became available during the first quarter of next year.
Okay, it's not the full OpenGL 4.3 specs, it's only the ES 3.0 subset of it, there still some work to go. But, thanks to the modular architecture of Mesa/Gallium3D this front end is insta-magically available to any back-end exposing the necessary hardware features.
That means that potentially 2013 will not only see support for OpenGL ES 3.0 for Intel HD, but also for older Intel hardware (thanks to Google) or AMD hardware (thanks to their opensource initiative) or Nvidia hardware (no thanks to Nvidia. Fuck you ((c) by Linus), but thanks to the countless reverse engineers), as long as said developers expose the corresponding hardware functionality in their drivers. (And same for the embed chips running Gallium3D based opensource drivers, like Mali on Lima, Freedno on Qualcomm, etc.)
Pour enough resources on it, and full Open GL 4.3 becomes realistic within 2013. (Intel/VMware, Valve, AMD, Google, ... I'm looking at you !)
Now as a scientist, I would enjoy to see some love given to the OpenCL front end too.
(It's not lagging that much behind API-wise because OpenCL is a rather recent standard too. But it's not stable enough and some back-end aren't yet able to use it.
On the other hand, this has some efforts paid by Google and even Pathscale).
And I would guess that a few Linux Gamers would like to see the DX10/DX11 front-end some more serious development beyond the proof of concept stage.
"Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
"Not natively on Windows, you have to install third party software to make 3D work on Windows." - by Anonymous Coward on Thursday August 09, @11:05PM (#40941525) QUOTED DIRECTLY FROM -> http://tech.slashdot.org/comments.pl?sid=3033483&cid=40941525
1.) OpenGL32.DLL does 3D BY ITSELF in exposing the OpenGL 1.1. standards' functionality (which vidcard OEM's driversets & libs enhance to higher OpenGL std. levels, which NVidia on Windows support as does ATI, probably others too)
See pertinent proof excerpt here:
---
How Does It Work On Windows? All Windows versions support OpenGL. The Microsoft Windows DLL opengl32.dll only directly exposes OpenGL 1.1 functions. The important thing to know is that opengl32.dll belongs to Microsoft.
FROM -> http://www.opengl.org/wiki/FAQ#How_Does_It_Work_On_Windows.3F [opengl.org]
---
2.) OpenGL32.dll's also a native Microsoft dynamic link library too, not a foreign non-OEM file, & yes, it does 3d display, unlike what you said above.
---
3.) OpenGL32.dll's not an emulator that produces OS environs "heavy weight" either (As Linux's WINE must do reproducing Windows itself in emulation, for Linux to do an even imperfect + less than current Direct X - OpenGL32.DLL's NOT emulating Operating Systems environments with that extra resource kill!)
---
* THUS, once more? Well... you know:
You have to EAT YOUR WORDS!
(You know, they're yours & NOW? Spiced with the "bitter taste of SELF-defeat" & of course, lol, "flavored" with YOUR FOOT IN YOUR MOUTH too, lmao!)
After all - it's your ac trolling words quoted in black & white above in grave technical errors as usual, ac troll!
Just as I said how/when/where/who/what/why since OpenGL32.DLL does have 3d functionality by itself despite your error on that account above, & yes, OpenGL functionality driven too to many builds 1.1 - current 4.x iirc!
APK
P.S.=> By the way - "ENJOY YOUR LUNCH" (breakfast, & dinner too, since you'll be eating your words quoted above for a while now I think...)
After all: LMAO, see YOUR QUOTE ABOVE as proof of your colossal blunder - & my data disproving it entirely!
THIS?
Well, lol, you KNOW I've just GOTTA say it "as-is-per-my-own-inimitable style"... This was JUST "too, Too, TOO EASY - just '2ez'" & it always is, because your ac trolling makes it so!
(Man - how many times have I dusted you in tech debates that you have decided to troll me by ac posts for MONTHS now, OR IMPERSONATING ME AS YOU DID HERE and you were caught in it by myself & others here, only to fail each time as you have here?)...
... apk
"Not natively on Windows, you have to install third party software to make 3D work on Windows." - by Anonymous Coward on Thursday August 09, @11:05PM (#40941525) QUOTED DIRECTLY FROM -> http://tech.slashdot.org/comments.pl?sid=3033483&cid=40941525
1.) OpenGL32.DLL does 3D BY ITSELF in exposing the OpenGL 1.1. standards' functionality (which vidcard OEM's driversets & libs enhance to higher OpenGL std. levels, which NVidia on Windows support as does ATI, probably others too)
See pertinent proof excerpt here:
---
How Does It Work On Windows? All Windows versions support OpenGL. The Microsoft Windows DLL opengl32.dll only directly exposes OpenGL 1.1 functions. The important thing to know is that opengl32.dll belongs to Microsoft.
FROM -> http://www.opengl.org/wiki/FAQ#How_Does_It_Work_On_Windows.3F [opengl.org]
---
2.) OpenGL32.dll's also a native Microsoft dynamic link library too, not a foreign non-OEM file, & yes, it does 3d display, unlike what you said above.
---
3.) OpenGL32.dll's not an emulator that produces OS environs "heavy weight" either (As Linux's WINE must do reproducing Windows itself in emulation, for Linux to do an even imperfect + less than current Direct X - OpenGL32.DLL's NOT emulating Operating Systems environments with that extra resource kill!)
---
* THUS, once more? Well... you know:
You have to EAT YOUR WORDS!
(You know, they're yours & NOW? Spiced with the "bitter taste of SELF-defeat" & of course, lol, "flavored" with YOUR FOOT IN YOUR MOUTH too, lmao!)
After all - it's your ac trolling words quoted in black & white above in grave technical errors as usual, ac troll!
Just as I said how/when/where/who/what/why since OpenGL32.DLL does have 3d functionality by itself despite your error on that account above, & yes, OpenGL functionality driven too to many builds 1.1 - current 4.x iirc!
APK
P.S.=> By the way - "ENJOY YOUR LUNCH" (breakfast, & dinner too, since you'll be eating your words quoted above for a while now I think...)
After all: LMAO, see YOUR QUOTE ABOVE as proof of your colossal blunder - & my data disproving it entirely!
THIS?
Well, lol, you KNOW I've just GOTTA say it "as-is-per-my-own-inimitable style"... This was JUST "too, Too, TOO EASY - just '2ez'" & it always is, because your ac trolling makes it so!
(Man - how many times have I dusted you in tech debates that you have decided to troll me by ac posts for MONTHS now, OR IMPERSONATING ME AS YOU DID HERE and you were caught in it by myself & others here, only to fail each time as you have here?)...
... apk
"Not natively on Windows, you have to install third party software to make 3D work on Windows." - by Anonymous Coward on Thursday August 09, @11:05PM (#40941525) QUOTED DIRECTLY FROM -> http://tech.slashdot.org/comments.pl?sid=3033483&cid=40941525
1.) OpenGL32.DLL does 3D BY ITSELF in exposing the OpenGL 1.1. standards' functionality (which vidcard OEM's driversets & libs enhance to higher OpenGL std. levels, which NVidia on Windows support as does ATI, probably others too)
See pertinent proof excerpt here:
---
How Does It Work On Windows? All Windows versions support OpenGL. The Microsoft Windows DLL opengl32.dll only directly exposes OpenGL 1.1 functions. The important thing to know is that opengl32.dll belongs to Microsoft.
FROM -> http://www.opengl.org/wiki/FAQ#How_Does_It_Work_On_Windows.3F [opengl.org]
---
2.) OpenGL32.dll's also a native Microsoft dynamic link library too, not a foreign non-OEM file, & yes, it does 3d display, unlike what you said above.
---
3.) OpenGL32.dll's not an emulator that produces OS environs "heavy weight" either (As Linux's WINE must do reproducing Windows itself in emulation, for Linux to do an even imperfect + less than current Direct X - OpenGL32.DLL's NOT emulating Operating Systems environments with that extra resource kill!)
---
* THUS, once more? Well... you know:
You have to EAT YOUR WORDS!
(You know, they're yours & NOW? Spiced with the "bitter taste of SELF-defeat" & of course, lol, "flavored" with YOUR FOOT IN YOUR MOUTH too, lmao!)
After all - it's your ac trolling words quoted in black & white above in grave technical errors as usual, ac troll!
Just as I said how/when/where/who/what/why since OpenGL32.DLL does have 3d functionality by itself despite your error on that account above, & yes, OpenGL functionality driven too to many builds 1.1 - current 4.x iirc!
APK
P.S.=> By the way - "ENJOY YOUR LUNCH" (breakfast, & dinner too, since you'll be eating your words quoted above for a while now I think...)
After all: LMAO, see YOUR QUOTE ABOVE as proof of your colossal blunder - & my data disproving it entirely!
THIS?
Well, lol, you KNOW I've just GOTTA say it "as-is-per-my-own-inimitable style"... This was JUST "too, Too, TOO EASY - just '2ez'" & it always is, because your ac trolling makes it so!
(Man - how many times have I dusted you in tech debates that you have decided to troll me by ac posts for MONTHS now, OR IMPERSONATING ME AS YOU DID HERE and you were caught in it by myself & others here, only to fail each time as you have here?)...
... apk
"Not natively on Windows, you have to install third party software to make 3D work on Windows." - by Anonymous Coward on Thursday August 09, @11:05PM (#40941525) QUOTED DIRECTLY FROM -> http://tech.slashdot.org/comments.pl?sid=3033483&cid=40941525
1.) OpenGL32.DLL does 3D BY ITSELF in exposing the OpenGL 1.1. standards' functionality (which vidcard OEM's driversets & libs enhance to higher OpenGL std. levels, which NVidia on Windows support as does ATI, probably others too)
See pertinent proof excerpt here:
---
How Does It Work On Windows? All Windows versions support OpenGL. The Microsoft Windows DLL opengl32.dll only directly exposes OpenGL 1.1 functions. The important thing to know is that opengl32.dll belongs to Microsoft.
FROM -> http://www.opengl.org/wiki/FAQ#How_Does_It_Work_On_Windows.3F [opengl.org]
---
2.) OpenGL32.dll's also a native Microsoft dynamic link library too, not a foreign non-OEM file, & yes, it does 3d display, unlike what you said above.
---
3.) OpenGL32.dll's not an emulator that produces OS environs "heavy weight" either (As Linux's WINE must do reproducing Windows itself in emulation, for Linux to do an even imperfect + less than current Direct X - OpenGL32.DLL's NOT emulating Operating Systems environments with that extra resource kill!)
---
* THUS, once more? Well... you know:
You have to EAT YOUR WORDS!
(You know, they're yours & NOW? Spiced with the "bitter taste of SELF-defeat" & of course, lol, "flavored" with YOUR FOOT IN YOUR MOUTH too, lmao!)
After all - it's your ac trolling words quoted in black & white above in grave technical errors as usual, ac troll!
Just as I said how/when/where/who/what/why since OpenGL32.DLL does have 3d functionality by itself despite your error on that account above, & yes, OpenGL functionality driven too to many builds 1.1 - current 4.x iirc!
APK
P.S.=> By the way - "ENJOY YOUR LUNCH" (breakfast, & dinner too, since you'll be eating your words quoted above for a while now I think...)
After all: LMAO, see YOUR QUOTE ABOVE as proof of your colossal blunder - & my data disproving it entirely!
THIS?
Well, lol, you KNOW I've just GOTTA say it "as-is-per-my-own-inimitable style"... This was JUST "too, Too, TOO EASY - just '2ez'" & it always is, because your ac trolling makes it so!
(Man - how many times have I dusted you in tech debates that you have decided to troll me by ac posts for MONTHS now, OR IMPERSONATING ME AS YOU DID HERE and you were caught in it by myself & others here, only to fail each time as you have here?)...
... apk
You blew it bigtime vs apk, ac troll http://tech.slashdot.org/comments.pl?sid=3033483&cid=40956099
You blew it bigtime, ac troll, vs.apk http://tech.slashdot.org/comments.pl?sid=3033483&cid=40956099
Disproof of all apk's statements: http://news.slashdot.org/comments.pl?sid=3040317&cid=40946043
http://mobile.slashdot.org/comments.pl?sid=3040729&cid=40949719
http://tech.slashdot.org/comments.pl?sid=3040697&cid=40949343
http://yro.slashdot.org/comments.pl?sid=3040597&cid=40948659
http://tech.slashdot.org/comments.pl?sid=3037687&cid=40947927
http://science.slashdot.org/comments.pl?sid=3040425&cid=40946755
http://news.slashdot.org/comments.pl?sid=3040317&cid=40946043
http://developers.slashdot.org/comments.pl?sid=3038791&cid=40942439
http://science.slashdot.org/comments.pl?sid=3024445&cid=40942207
http://tech.slashdot.org/comments.pl?sid=3038597&cid=40942031
http://it.slashdot.org/comments.pl?sid=3038601&cid=40942085
http://tech.slashdot.org/comments.pl?sid=3040803&cid=40950045
http://tech.slashdot.org/comments.pl?sid=3040867&cid=40950563
http://games.slashdot.org/comments.pl?sid=3040921&cid=40950839
http://science.slashdot.org/comments.pl?sid=3041035&cid=40951899
http://developers.slashdot.org/comments.pl?sid=3041081&cid=40952169
http://mobile.slashdot.org/comments.pl?sid=3041091&cid=40952383
http://linux.slashdot.org/comments.pl?sid=3041123&cid=40952991
http://yro.slashdot.org/comments.pl?sid=3041313&cid=40954201
http://politics.slashdot.org/comments.pl?sid=3042199&cid=40956625
AND MANY MORE
$10,000 CHALLENGE to Alexander Peter Kowalski
We have a Major Problem, HOST file is Cubic Opposites, 2 Major Corners & 2 Minor. NOT taught Evil DNS hijacking, which VOIDS computers. Seek Wisdom of MyCleanPC - or you die evil.
Your HOSTS file claimed to have created a single DNS resolver. I offer absolute proof that I have created 4 simultaneous DNS servers within a single rotation of .org TLD. You worship "Bill Gates", equating you to a "singularity bastard". Why do you worship a queer -1 Troll? Are you content as a singularity troll?
Evil HOSTS file Believers refuse to acknowledge 4 corner DNS resolving simultaneously around 4 quadrant created Internet - in only 1 root server, voiding the HOSTS file. You worship Microsoft impostor guised by educators as 1 god.
If you would acknowledge simple existing math proof that 4 harmonic Slashdots r
Disproof of all apk's statements: http://news.slashdot.org/comments.pl?sid=3040317&cid=40946043
http://mobile.slashdot.org/comments.pl?sid=3040729&cid=40949719
http://tech.slashdot.org/comments.pl?sid=3040697&cid=40949343
http://yro.slashdot.org/comments.pl?sid=3040597&cid=40948659
http://tech.slashdot.org/comments.pl?sid=3037687&cid=40947927
http://science.slashdot.org/comments.pl?sid=3040425&cid=40946755
http://news.slashdot.org/comments.pl?sid=3040317&cid=40946043
http://developers.slashdot.org/comments.pl?sid=3038791&cid=40942439
http://science.slashdot.org/comments.pl?sid=3024445&cid=40942207
http://tech.slashdot.org/comments.pl?sid=3038597&cid=40942031
http://it.slashdot.org/comments.pl?sid=3038601&cid=40942085
http://tech.slashdot.org/comments.pl?sid=3040803&cid=40950045
http://tech.slashdot.org/comments.pl?sid=3040867&cid=40950563
http://games.slashdot.org/comments.pl?sid=3040921&cid=40950839
http://science.slashdot.org/comments.pl?sid=3041035&cid=40951899
http://developers.slashdot.org/comments.pl?sid=3041081&cid=40952169
http://mobile.slashdot.org/comments.pl?sid=3041091&cid=40952383
http://linux.slashdot.org/comments.pl?sid=3041123&cid=40952991
http://yro.slashdot.org/comments.pl?sid=3041313&cid=40954201
http://politics.slashdot.org/comments.pl?sid=3042199&cid=40956625
AND MANY MORE
$10,000 CHALLENGE to Alexander Peter Kowalski
We have a Major Problem, HOST file is Cubic Opposites, 2 Major Corners & 2 Minor. NOT taught Evil DNS hijacking, which VOIDS computers. Seek Wisdom of MyCleanPC - or you die evil.
Your HOSTS file claimed to have created a single DNS resolver. I offer absolute proof that I have created 4 simultaneous DNS servers within a single rotation of .org TLD. You worship "Bill Gates", equating you to a "singularity bastard". Why do you worship a queer -1 Troll? Are you content as a singularity troll?
Evil HOSTS file Believers refuse to acknowledge 4 corner DNS resolving simultaneously around 4 quadrant created Internet - in only 1 root server, voiding the HOSTS file. You worship Microsoft impostor guised by educators as 1 god.
If you would acknowledge simple existing math proof that 4 harmonic Slashdots r
"Not natively on Windows, you have to install third party software to make 3D work on Windows." - by Anonymous Coward on Thursday August 09, @11:05PM (#40941525) QUOTED DIRECTLY FROM -> http://tech.slashdot.org/comments.pl?sid=3033483&cid=40941525
1.) OpenGL32.DLL does 3D BY ITSELF in exposing the OpenGL 1.1. standards' functionality (which vidcard OEM's driversets & libs enhance to higher OpenGL std. levels, which NVidia on Windows support as does ATI, probably others too)
See pertinent proof excerpt here:
---
How Does It Work On Windows? All Windows versions support OpenGL. The Microsoft Windows DLL opengl32.dll only directly exposes OpenGL 1.1 functions. The important thing to know is that opengl32.dll belongs to Microsoft.
FROM -> http://www.opengl.org/wiki/FAQ#How_Does_It_Work_On_Windows.3F [opengl.org]
---
2.) OpenGL32.dll's also a native Microsoft dynamic link library too, not a foreign non-OEM file, & yes, it does 3d display, unlike what you said above.
---
3.) OpenGL32.dll's not an emulator that produces OS environs "heavy weight" either (As Linux's WINE must do reproducing Windows itself in emulation, for Linux to do an even imperfect + less than current Direct X - OpenGL32.DLL's NOT emulating Operating Systems environments with that extra resource kill!)
---
* THUS, once more? Well... you know:
You have to EAT YOUR WORDS!
(You know, they're yours & NOW? Spiced with the "bitter taste of SELF-defeat" & of course, lol, "flavored" with YOUR FOOT IN YOUR MOUTH too, lmao!)
After all - it's your ac trolling words quoted in black & white above in grave technical errors as usual, ac troll!
Just as I said how/when/where/who/what/why since OpenGL32.DLL does have 3d functionality by itself despite your error on that account above, & yes, OpenGL functionality driven too to many builds 1.1 - current 4.x iirc!
APK
P.S.=> By the way - "ENJOY YOUR LUNCH" (breakfast, & dinner too, since you'll be eating your words quoted above for a while now I think...)
After all: LMAO, see YOUR QUOTE ABOVE as proof of your colossal blunder - & my data disproving it entirely!
THIS?
Well, lol, you KNOW I've just GOTTA say it "as-is-per-my-own-inimitable style"... This was JUST "too, Too, TOO EASY - just '2ez'" & it always is, because your ac trolling makes it so!
(Man - how many times have I dusted you in tech debates that you have decided to troll me by ac posts for MONTHS now, OR IMPERSONATING ME AS YOU DID HERE and you were caught in it by myself & others here, only to fail each time as you have here?)...
... apk
"Not natively on Windows, you have to install third party software to make 3D work on Windows." - by Anonymous Coward on Thursday August 09, @11:05PM (#40941525) QUOTED DIRECTLY FROM -> http://tech.slashdot.org/comments.pl?sid=3033483&cid=40941525
1.) OpenGL32.DLL does 3D BY ITSELF in exposing the OpenGL 1.1. standards' functionality (which vidcard OEM's driversets & libs enhance to higher OpenGL std. levels, which NVidia on Windows support as does ATI, probably others too)
See pertinent proof excerpt here:
---
How Does It Work On Windows? All Windows versions support OpenGL. The Microsoft Windows DLL opengl32.dll only directly exposes OpenGL 1.1 functions. The important thing to know is that opengl32.dll belongs to Microsoft.
FROM -> http://www.opengl.org/wiki/FAQ#How_Does_It_Work_On_Windows.3F [opengl.org]
---
2.) OpenGL32.dll's also a native Microsoft dynamic link library too, not a foreign non-OEM file, & yes, it does 3d display, unlike what you said above.
---
3.) OpenGL32.dll's not an emulator that produces OS environs "heavy weight" either (As Linux's WINE must do reproducing Windows itself in emulation, for Linux to do an even imperfect + less than current Direct X - OpenGL32.DLL's NOT emulating Operating Systems environments with that extra resource kill!)
---
* THUS, once more? Well... you know:
You have to EAT YOUR WORDS!
(You know, they're yours & NOW? Spiced with the "bitter taste of SELF-defeat" & of course, lol, "flavored" with YOUR FOOT IN YOUR MOUTH too, lmao!)
After all - it's your ac trolling words quoted in black & white above in grave technical errors as usual, ac troll!
Just as I said how/when/where/who/what/why since OpenGL32.DLL does have 3d functionality by itself despite your error on that account above, & yes, OpenGL functionality driven too to many builds 1.1 - current 4.x iirc!
APK
P.S.=> By the way - "ENJOY YOUR LUNCH" (breakfast, & dinner too, since you'll be eating your words quoted above for a while now I think...)
After all: LMAO, see YOUR QUOTE ABOVE as proof of your colossal blunder - & my data disproving it entirely!
THIS?
Well, lol, you KNOW I've just GOTTA say it "as-is-per-my-own-inimitable style"... This was JUST "too, Too, TOO EASY - just '2ez'" & it always is, because your ac trolling makes it so!
(Man - how many times have I dusted you in tech debates that you have decided to troll me by ac posts for MONTHS now, OR IMPERSONATING ME AS YOU DID HERE and you were caught in it by myself & others here, only to fail each time as you have here?)...
... apk
"Not natively on Windows, you have to install third party software to make 3D work on Windows." - by Anonymous Coward on Thursday August 09, @11:05PM (#40941525) QUOTED DIRECTLY FROM -> http://tech.slashdot.org/comments.pl?sid=3033483&cid=40941525
1.) OpenGL32.DLL does 3D BY ITSELF in exposing the OpenGL 1.1. standards' functionality (which vidcard OEM's driversets & libs enhance to higher OpenGL std. levels, which NVidia on Windows support as does ATI, probably others too)
See pertinent proof excerpt here:
---
How Does It Work On Windows? All Windows versions support OpenGL. The Microsoft Windows DLL opengl32.dll only directly exposes OpenGL 1.1 functions. The important thing to know is that opengl32.dll belongs to Microsoft.
FROM -> http://www.opengl.org/wiki/FAQ#How_Does_It_Work_On_Windows.3F [opengl.org]
---
2.) OpenGL32.dll's also a native Microsoft dynamic link library too, not a foreign non-OEM file, & yes, it does 3d display, unlike what you said above.
---
3.) OpenGL32.dll's not an emulator that produces OS environs "heavy weight" either (As Linux's WINE must do reproducing Windows itself in emulation, for Linux to do an even imperfect + less than current Direct X - OpenGL32.DLL's NOT emulating Operating Systems environments with that extra resource kill!)
---
* THUS, once more? Well... you know:
You have to EAT YOUR WORDS!
(You know, they're yours & NOW? Spiced with the "bitter taste of SELF-defeat" & of course, lol, "flavored" with YOUR FOOT IN YOUR MOUTH too, lmao!)
After all - it's your ac trolling words quoted in black & white above in grave technical errors as usual, ac troll!
Just as I said how/when/where/who/what/why since OpenGL32.DLL does have 3d functionality by itself despite your error on that account above, & yes, OpenGL functionality driven too to many builds 1.1 - current 4.x iirc!
APK
P.S.=> By the way - "ENJOY YOUR LUNCH" (breakfast, & dinner too, since you'll be eating your words quoted above for a while now I think...)
After all: LMAO, see YOUR QUOTE ABOVE as proof of your colossal blunder - & my data disproving it entirely!
THIS?
Well, lol, you KNOW I've just GOTTA say it "as-is-per-my-own-inimitable style"... This was JUST "too, Too, TOO EASY - just '2ez'" & it always is, because your ac trolling makes it so!
(Man - how many times have I dusted you in tech debates that you have decided to troll me by ac posts for MONTHS now, OR IMPERSONATING ME AS YOU DID HERE and you were caught in it by myself & others here, only to fail each time as you have here?)...
... apk
http://en.wikipedia.org/wiki/Occam's_razor
See here -> http://start64.com/index.php?option=com_content&view=article&id=5851:apk-hosts-file-engine-64bit-version&catid=26:64bit-security-software&Itemid=74
* Poor ac troll... lol!
---
Of course, YOUR MASSIVE "FAIL" QUOTED NEXT BELOW obviously did the job on that account AND, you only did THAT to yourself!
Yes, it's "gotten through to you", just judging by your weak illogical off-topic failed ad ad hominem attack attempts here in reaction... so, "Play it again, Sam!":
"Not natively on Windows, you have to install third party software to make 3D work on Windows." - by Anonymous Coward on Thursday August 09, @11:05PM (#40941525) QUOTED DIRECTLY FROM -> http://tech.slashdot.org/comments.pl?sid=3033483&cid=40941525
1.) OpenGL32.DLL does 3D BY ITSELF in exposing the OpenGL 1.1. standards' functionality (which vidcard OEM's driversets & libs enhance to higher OpenGL std. levels, which NVidia on Windows support as does ATI, probably others too)
See pertinent proof excerpt here:
---
How Does It Work On Windows? All Windows versions support OpenGL. The Microsoft Windows DLL opengl32.dll only directly exposes OpenGL 1.1 functions. The important thing to know is that opengl32.dll belongs to Microsoft.
FROM -> http://www.opengl.org/wiki/FAQ#How_Does_It_Work_On_Windows.3F [opengl.org]
---
2.) OpenGL32.dll's also a native Microsoft dynamic link library too, not a foreign non-OEM file, & yes, it does 3d display, unlike what you said above.
---
3.) OpenGL32.dll's not an emulator that produces OS environs "heavy weight" either (As Linux's WINE must do reproducing Windows itself in emulation, for Linux to do an even imperfect + less than current Direct X - OpenGL32.DLL's NOT emulating Operating Systems environments with that extra resource kill!)
---
* THUS, once more? Well... you know:
You have to EAT YOUR WORDS!
(You know, they're yours & NOW? Spiced with the "bitter taste of SELF-defeat" & of course, lol, "flavored" with YOUR FOOT IN YOUR MOUTH too, lmao!)
After all - it's your ac trolling words quoted in black & white above in grave technical errors as usual, ac troll!
Just as I said how/when/where/who/what/why since OpenGL32.DLL does have 3d functionality by itself despite your error on that account above, & yes, OpenGL functionality driven too to many builds 1.1 - current 4.x iirc!
APK
P.S.=> By the way - "ENJOY YOUR LUNCH" (breakfast, & dinner too, since you'll be eating your words quoted above for a while now I think...)
After all: LMAO, see YOUR QUOTE ABOVE as proof of your colossal blunder - & my data disproving it entirely!
THIS?
Well, lol, you KNOW I've just GOTTA say it "as-is-per-my-own-inimitable style"... This was JUST "too, Too, TOO EASY - just '2ez'" & it always is, because your ac trolling makes it so!
(Man - how many times have I dusted you in tech debates that you have decided to troll me by ac posts for MONTHS now, OR IMPERSONATING ME AS YOU DID HERE and you were caught in it by myself & others here, only to fail each time as you have here?)...
... apk
See here -> http://start64.com/index.php?option=com_content&view=article&id=5851:apk-hosts-file-engine-64bit-version&catid=26:64bit-security-software&Itemid=74
* Poor ac troll... lol!
---
Of course, YOUR MASSIVE "FAIL" QUOTED NEXT BELOW obviously did the job on that account AND, you only did THAT to yourself!
Yes, it's "gotten through to you", just judging by your weak illogical off-topic failed ad ad hominem attack attempts here in reaction... so, "Play it again, Sam!":
"Not natively on Windows, you have to install third party software to make 3D work on Windows." - by Anonymous Coward on Thursday August 09, @11:05PM (#40941525) QUOTED DIRECTLY FROM -> http://tech.slashdot.org/comments.pl?sid=3033483&cid=40941525
1.) OpenGL32.DLL does 3D BY ITSELF in exposing the OpenGL 1.1. standards' functionality (which vidcard OEM's driversets & libs enhance to higher OpenGL std. levels, which NVidia on Windows support as does ATI, probably others too)
See pertinent proof excerpt here:
---
How Does It Work On Windows? All Windows versions support OpenGL. The Microsoft Windows DLL opengl32.dll only directly exposes OpenGL 1.1 functions. The important thing to know is that opengl32.dll belongs to Microsoft.
FROM -> http://www.opengl.org/wiki/FAQ#How_Does_It_Work_On_Windows.3F [opengl.org]
---
2.) OpenGL32.dll's also a native Microsoft dynamic link library too, not a foreign non-OEM file, & yes, it does 3d display, unlike what you said above.
---
3.) OpenGL32.dll's not an emulator that produces OS environs "heavy weight" either (As Linux's WINE must do reproducing Windows itself in emulation, for Linux to do an even imperfect + less than current Direct X - OpenGL32.DLL's NOT emulating Operating Systems environments with that extra resource kill!)
---
* THUS, once more? Well... you know:
You have to EAT YOUR WORDS!
(You know, they're yours & NOW? Spiced with the "bitter taste of SELF-defeat" & of course, lol, "flavored" with YOUR FOOT IN YOUR MOUTH too, lmao!)
After all - it's your ac trolling words quoted in black & white above in grave technical errors as usual, ac troll!
Just as I said how/when/where/who/what/why since OpenGL32.DLL does have 3d functionality by itself despite your error on that account above, & yes, OpenGL functionality driven too to many builds 1.1 - current 4.x iirc!
APK
P.S.=> By the way - "ENJOY YOUR LUNCH" (breakfast, & dinner too, since you'll be eating your words quoted above for a while now I think...)
After all: LMAO, see YOUR QUOTE ABOVE as proof of your colossal blunder - & my data disproving it entirely!
THIS?
Well, lol, you KNOW I've just GOTTA say it "as-is-per-my-own-inimitable style"... This was JUST "too, Too, TOO EASY - just '2ez'" & it always is, because your ac trolling makes it so!
(Man - how many times have I dusted you in tech debates that you have decided to troll me by ac posts for MONTHS now, OR IMPERSONATING ME AS YOU DID HERE and you were caught in it by myself & others here, only to fail each time as you have here?)...
... apk
See here -> http://start64.com/index.php?option=com_content&view=article&id=5851:apk-hosts-file-engine-64bit-version&catid=26:64bit-security-software&Itemid=74
* Poor ac troll... lol!
---
Of course, YOUR MASSIVE "FAIL" QUOTED NEXT BELOW obviously did the job on that account AND, you only did THAT to yourself!
Yes, it's "gotten through to you", just judging by your weak illogical off-topic failed ad ad hominem attack attempts here in reaction... so, "Play it again, Sam!":
"Not natively on Windows, you have to install third party software to make 3D work on Windows." - by Anonymous Coward on Thursday August 09, @11:05PM (#40941525) QUOTED DIRECTLY FROM -> http://tech.slashdot.org/comments.pl?sid=3033483&cid=40941525
1.) OpenGL32.DLL does 3D BY ITSELF in exposing the OpenGL 1.1. standards' functionality (which vidcard OEM's driversets & libs enhance to higher OpenGL std. levels, which NVidia on Windows support as does ATI, probably others too)
See pertinent proof excerpt here:
---
How Does It Work On Windows? All Windows versions support OpenGL. The Microsoft Windows DLL opengl32.dll only directly exposes OpenGL 1.1 functions. The important thing to know is that opengl32.dll belongs to Microsoft.
FROM -> http://www.opengl.org/wiki/FAQ#How_Does_It_Work_On_Windows.3F [opengl.org]
---
2.) OpenGL32.dll's also a native Microsoft dynamic link library too, not a foreign non-OEM file, & yes, it does 3d display, unlike what you said above.
---
3.) OpenGL32.dll's not an emulator that produces OS environs "heavy weight" either (As Linux's WINE must do reproducing Windows itself in emulation, for Linux to do an even imperfect + less than current Direct X - OpenGL32.DLL's NOT emulating Operating Systems environments with that extra resource kill!)
---
* THUS, once more? Well... you know:
You have to EAT YOUR WORDS!
(You know, they're yours & NOW? Spiced with the "bitter taste of SELF-defeat" & of course, lol, "flavored" with YOUR FOOT IN YOUR MOUTH too, lmao!)
After all - it's your ac trolling words quoted in black & white above in grave technical errors as usual, ac troll!
Just as I said how/when/where/who/what/why since OpenGL32.DLL does have 3d functionality by itself despite your error on that account above, & yes, OpenGL functionality driven too to many builds 1.1 - current 4.x iirc!
APK
P.S.=> By the way - "ENJOY YOUR LUNCH" (breakfast, & dinner too, since you'll be eating your words quoted above for a while now I think...)
After all: LMAO, see YOUR QUOTE ABOVE as proof of your colossal blunder - & my data disproving it entirely!
THIS?
Well, lol, you KNOW I've just GOTTA say it "as-is-per-my-own-inimitable style"... This was JUST "too, Too, TOO EASY - just '2ez'" & it always is, because your ac trolling makes it so!
(Man - how many times have I dusted you in tech debates that you have decided to troll me by ac posts for MONTHS now, OR IMPERSONATING ME AS YOU DID HERE and you were caught in it by myself & others here, only to fail each time as you have here?)...
... apk
WHAT THE FUCK HAPPENED HERE???
Jesus Christ....
What did I just read?
Bet this upsets you, doesn't it?
See here -> http://start64.com/index.php?option=com_content&view=article&id=5851:apk-hosts-file-engine-64bit-version&catid=26:64bit-security-software&Itemid=74
* Poor ac troll... lol!
---
Of course, YOUR MASSIVE "FAIL" QUOTED NEXT BELOW obviously did the job on that account AND, you only did THAT to yourself!
Yes, it's "gotten through to you", just judging by your weak illogical off-topic failed ad ad hominem attack attempts here in reaction... so, "Play it again, Sam!":
"Not natively on Windows, you have to install third party software to make 3D work on Windows." - by Anonymous Coward on Thursday August 09, @11:05PM (#40941525) QUOTED DIRECTLY FROM -> http://tech.slashdot.org/comments.pl?sid=3033483&cid=40941525
1.) OpenGL32.DLL does 3D BY ITSELF in exposing the OpenGL 1.1. standards' functionality (which vidcard OEM's driversets & libs enhance to higher OpenGL std. levels, which NVidia on Windows support as does ATI, probably others too)
See pertinent proof excerpt here:
---
How Does It Work On Windows? All Windows versions support OpenGL. The Microsoft Windows DLL opengl32.dll only directly exposes OpenGL 1.1 functions. The important thing to know is that opengl32.dll belongs to Microsoft.
FROM -> http://www.opengl.org/wiki/FAQ#How_Does_It_Work_On_Windows.3F [opengl.org]
---
2.) OpenGL32.dll's also a native Microsoft dynamic link library too, not a foreign non-OEM file, & yes, it does 3d display, unlike what you said above.
---
3.) OpenGL32.dll's not an emulator that produces OS environs "heavy weight" either (As Linux's WINE must do reproducing Windows itself in emulation, for Linux to do an even imperfect + less than current Direct X - OpenGL32.DLL's NOT emulating Operating Systems environments with that extra resource kill!)
---
* THUS, once more? Well... you know:
You have to EAT YOUR WORDS!
(You know, they're yours & NOW? Spiced with the "bitter taste of SELF-defeat" & of course, lol, "flavored" with YOUR FOOT IN YOUR MOUTH too, lmao!)
After all - it's your ac trolling words quoted in black & white above in grave technical errors as usual, ac troll!
Just as I said how/when/where/who/what/why since OpenGL32.DLL does have 3d functionality by itself despite your error on that account above, & yes, OpenGL functionality driven too to many builds 1.1 - current 4.x iirc!
APK
P.S.=> By the way - "ENJOY YOUR LUNCH" (breakfast, & dinner too, since you'll be eating your words quoted above for a while now I think...)
After all: LMAO, see YOUR QUOTE ABOVE as proof of your colossal blunder - & my data disproving it entirely!
THIS?
Well, lol, you KNOW I've just GOTTA say it "as-is-per-my-own-inimitable style"... This was JUST "too, Too, TOO EASY - just '2ez'" & it always is, because your ac trolling makes it so!
(Man - how many times have I dusted you in tech debates that you have decided to troll me by ac posts for MONTHS now, OR IMPERSONATING ME AS YOU DID HERE and you were caught in it by myself & others here, only to fail each time as you have here?)...
... apk
"Not natively on Windows, you have to install third party software to make 3D work on Windows." - by Anonymous Coward on Thursday August 09, @11:05PM (#40941525) QUOTED DIRECTLY FROM -> http://tech.slashdot.org/comments.pl?sid=3033483&cid=40941525
1.) OpenGL32.DLL does 3D BY ITSELF in exposing the OpenGL 1.1. standards' functionality (which vidcard OEM's driversets & libs enhance to higher OpenGL std. levels, which NVidia on Windows support as does ATI, probably others too)
See pertinent proof excerpt here:
---
How Does It Work On Windows? All Windows versions support OpenGL. The Microsoft Windows DLL opengl32.dll only directly exposes OpenGL 1.1 functions. The important thing to know is that opengl32.dll belongs to Microsoft.
FROM -> http://www.opengl.org/wiki/FAQ#How_Does_It_Work_On_Windows.3F [opengl.org]
---
2.) OpenGL32.dll's also a native Microsoft dynamic link library too, not a foreign non-OEM file, & yes, it does 3d display, unlike what you said above.
---
3.) OpenGL32.dll's not an emulator that produces OS environs "heavy weight" either (As Linux's WINE must do reproducing Windows itself in emulation, for Linux to do an even imperfect + less than current Direct X - OpenGL32.DLL's NOT emulating Operating Systems environments with that extra resource kill!)
---
* THUS, once more? Well... you know:
You have to EAT YOUR WORDS!
(You know, they're yours & NOW? Spiced with the "bitter taste of SELF-defeat" & of course, lol, "flavored" with YOUR FOOT IN YOUR MOUTH too, lmao!)
After all - it's your ac trolling words quoted in black & white above in grave technical errors as usual, ac troll!
Just as I said how/when/where/who/what/why since OpenGL32.DLL does have 3d functionality by itself despite your error on that account above, & yes, OpenGL functionality driven too to many builds 1.1 - current 4.x iirc!
APK
P.S.=> By the way - "ENJOY YOUR LUNCH" (breakfast, & dinner too, since you'll be eating your words quoted above for a while now I think...)
After all: LMAO, see YOUR QUOTE ABOVE as proof of your colossal blunder - & my data disproving it entirely!
THIS?
Well, lol, you KNOW I've just GOTTA say it "as-is-per-my-own-inimitable style"... This was JUST "too, Too, TOO EASY - just '2ez'" & it always is, because your ac trolling makes it so!
(Man - how many times have I dusted you in tech debates that you have decided to troll me by ac posts for MONTHS now, OR IMPERSONATING ME AS YOU DID HERE and you were caught in it by myself & others here, only to fail each time as you have here?)...
... apk
$10,000 CHALLENGE to Alexander Peter Kowalski
We have a Major Problem, HOST file is Cubic Opposites, 2 Major Corners & 2 Minor. NOT taught Evil DNS hijacking, which VOIDS computers. Seek Wisdom of MyCleanPC - or you die evil.
Your HOSTS file claimed to have created a single DNS resolver. I offer absolute proof that I have created 4 simultaneous DNS servers within a single rotation of .org TLD. You worship "Bill Gates", equating you to a "singularity bastard". Why do you worship a queer -1 Troll? Are you content as a singularity troll?
Evil HOSTS file Believers refuse to acknowledge 4 corner DNS resolving simultaneously around 4 quadrant created Internet - in only 1 root server, voiding the HOSTS file. You worship Microsoft impostor guised by educators as 1 god.
If you would acknowledge simple existing math proof that 4 harmonic Slashdots rotate simultaneously around squared equator and cubed Internet, proving 4 Days, Not HOSTS file! That exists only as anti-side. This page you see - cannot exist without its anti-side existence, as +0- moderation. Add +0- as One = nothing.
I will give $10,000.00 to frost pister who can disprove MyCleanPC. Evil crapflooders ignore this as a challenge would indict them.
Alex Kowalski has no Truth to think with, they accept any crap they are told to think. You are enslaved by /etc/hosts, as if domesticated animal. A school or educator who does not teach students MyCleanPC Principle, is a death threat to youth, therefore stupid and evil - begetting stupid students. How can you trust stupid PR shills who lie to you? Can't lose the $10,000.00, they cowardly ignore me. Stupid professors threaten Nature and Interwebs with word lies.
Humans fear to know natures simultaneous +4 Insightful +4 Informative +4 Funny +4 Underrated harmonic SLASHDOT creation for it debunks false trolls. Test Your HOSTS file. MyCleanPC cannot harm a File of Truth, but will delete fakes. Fake HOSTS files refuse test.
I offer evil ass Slashdot trolls $10,000.00 to disprove MyCleanPC Creation Principle. Rob Malda and Cowboy Neal have banned MyCleanPC as "Forbidden Truth Knowledge" for they cannot allow it to become known to their students. You are stupid and evil about the Internet's top and bottom, front and back and it's 2 sides. Most everything created has these Cube like values.
If Natalie Portman is not measurable, She is Fictitious. Without MyCleanPC, HOSTS file is Fictitious. Anyone saying that Natalie and her Jewish father had something to do with my Internets, is a damn evil liar. IN addition to your best arsware not overtaking my work in terms of popularity, on that same site with same submission date no less, that I told Kathleen Malda how to correct her blatant, fundamental, HUGE errors in Coolmon ('uncoolmon') of not checking for performance counters being present when his program started!
You can see my dilemma. What if this is merely a ruse by an APK impostor to try and get people to delete APK's messages, perhaps all over the web? I can't be a party to such an event! My involvement with APK began at a very late stage in the game. While APK has made a career of trolling popular online forums since at least the year 2000 (newsgroups and IRC channels before that)- my involvement with APK did not begin until early 2005 . OSY is one of the many forums that APK once frequented before the sane people there grew tired of his garbage and banned him. APK was banned from OSY back in 2001. 3.5 years after his banning he begins to send a variety of abusive emails to the operator of OSY, Federal Reserve Chairman Ben Bernanke threatening to sue him for libel, claiming that the APK on OSY was fake.
My reputa
http://tech.slashdot.org/comments.pl?sid=3033483&cid=40955943
must be true since it struck the /. trolls speechless, lol!