days and nights of Visual Studio hell
-
This post is made based on the belief that: "suffering shared is suffering diluted" ... which does seem to me to be one modal use of the Lounge :) You have all been in software "hell," I'd bet; if not with Visual Studio, then with an OS issue, or some other issue with an application, or your own code, that, suddenly, begins to malfunction for no apparent reason; an application that won't install, etc., etc. And, I suspect, that you, like me, have tarried long in software hell, because you wanted, at all cost, to avoid the dreaded re-install of the OS, followed by endless upgrading, and endless re-install of all your tools, and programs. I'll spare you the "Google street-level view," which I am exposing, and getting some help with, kind of, on the MS Visual Studio install forum. Here's a high-altitude fly-by view: It started with installing an upgrade to the MindScape dingus (Add In ? Extension ?) to Visual Studio RC 1. Then, the next day, trying to start Visual Studio: it goes into an endless loop presenting a dialog "Loading Components." Only way out: Task Manager: kill devenv.exe. So, what could be more natural, at this time, when MS has a free 90 day trial of Visual Studio 2012 Pro RTM, than to uninstall the RC 1, and install the RTM ? Un-install of RC1 fails with countless issues. Hand editing the Registry to remove all RC1 and FrameWork 4.5RC references, results in the apparent removal of RC1, but then RTM will not install. Endless fiddling with more registry entries, removing selected .NET components: finally RTM installs, but will show, on first launch, when I try to create a Windows Forms solution, a dialog telling me it can't "create the compiler." If I then ignore this dialog, and create a second solution; I end up with a viable solution that will build and run (!), but which will not allow me to access to the Design view, of any Form or UserControl :) I bet you've seen that window with deep blue on top, and a yellow panel top-side, that usually appears when you have done some kind of messing around with the Designer.cs file in a WinForms project. I'd estimate I have now spent nearly twenty hours of my life, over the last five days, unable to use Visual Studio 2012, trying to get the RTM to work, and now trying to get it un-installed. That's major withdrawal syndrome for me, because: using VS is a favorite past-time, and I like to answer QA questions here, checking my answers by coding in 2012, before posting them, to make sure they are correct. Some of the help files I've be
It is and has been known for ages that Windows cannot neither install nor uninstall programs reliably. Nothing to wonder here. All "installers" are just tools to fool "common users" and the real pain is that MS treats developers as such. The sad news is that those without a recent backup deserve that treatment. One must have the OS partition backup and all installers run after it was made handy at all times. If it takes you more than 4 hours to reinstall everything you are not doing that right. Paranoid souls may also use Ashampoo uninstaller or equivalent, this is also necessary if you care about what installers do to your system. This is why healthier communities offer ZIP installers and portable programs. The "guess reading the log" part suggests that either the tech support has been suboptimal or you are not using Windows 7 or newer - you can just order installed software by date in the uninstall dialog there. VS 2012 is not designed for XP. It is also well known that MS does not design software that works. It designs that which works in the most of cases. Nothing new here. Microsoft can do nothing about that since doing something means huge shifts of power and influebce between execs at best, and possibly MS is already free of competent execs. Their errors started ti pile up with the C: drive...
-
I just upgraded my desktop box (Win7 x64) from 4GB to 8GB and the performance shot up - which leads me to conclude that the machine was being slowed down by excessive paging. A dev machine with 2GB RAM will suffer far, far worse. If you're using an x64 OS for development, you really need to be looking at 8GB or more.
Anna :rose: Tech Blog | Visual Lint "Why would anyone prefer to wield a weapon that takes both hands at once, when they could use a lighter (and obviously superior) weapon that allows you to wield multiple ones at a time, and thus supports multi-paradigm carnage?"
-
I just upgraded my desktop box (Win7 x64) from 4GB to 8GB and the performance shot up - which leads me to conclude that the machine was being slowed down by excessive paging. A dev machine with 2GB RAM will suffer far, far worse. If you're using an x64 OS for development, you really need to be looking at 8GB or more.
Anna :rose: Tech Blog | Visual Lint "Why would anyone prefer to wield a weapon that takes both hands at once, when they could use a lighter (and obviously superior) weapon that allows you to wield multiple ones at a time, and thus supports multi-paradigm carnage?"
Anna-Jayne Metcalfe wrote:
I just upgraded my desktop box (Win7 x64) from 4GB to 8GB and the performance shot up
I just had the same with my laptop a week ago. 4GB to 8GB was a big improvement. I shudder to think what 2GB would have been like.
-
This post is made based on the belief that: "suffering shared is suffering diluted" ... which does seem to me to be one modal use of the Lounge :) You have all been in software "hell," I'd bet; if not with Visual Studio, then with an OS issue, or some other issue with an application, or your own code, that, suddenly, begins to malfunction for no apparent reason; an application that won't install, etc., etc. And, I suspect, that you, like me, have tarried long in software hell, because you wanted, at all cost, to avoid the dreaded re-install of the OS, followed by endless upgrading, and endless re-install of all your tools, and programs. I'll spare you the "Google street-level view," which I am exposing, and getting some help with, kind of, on the MS Visual Studio install forum. Here's a high-altitude fly-by view: It started with installing an upgrade to the MindScape dingus (Add In ? Extension ?) to Visual Studio RC 1. Then, the next day, trying to start Visual Studio: it goes into an endless loop presenting a dialog "Loading Components." Only way out: Task Manager: kill devenv.exe. So, what could be more natural, at this time, when MS has a free 90 day trial of Visual Studio 2012 Pro RTM, than to uninstall the RC 1, and install the RTM ? Un-install of RC1 fails with countless issues. Hand editing the Registry to remove all RC1 and FrameWork 4.5RC references, results in the apparent removal of RC1, but then RTM will not install. Endless fiddling with more registry entries, removing selected .NET components: finally RTM installs, but will show, on first launch, when I try to create a Windows Forms solution, a dialog telling me it can't "create the compiler." If I then ignore this dialog, and create a second solution; I end up with a viable solution that will build and run (!), but which will not allow me to access to the Design view, of any Form or UserControl :) I bet you've seen that window with deep blue on top, and a yellow panel top-side, that usually appears when you have done some kind of messing around with the Designer.cs file in a WinForms project. I'd estimate I have now spent nearly twenty hours of my life, over the last five days, unable to use Visual Studio 2012, trying to get the RTM to work, and now trying to get it un-installed. That's major withdrawal syndrome for me, because: using VS is a favorite past-time, and I like to answer QA questions here, checking my answers by coding in 2012, before posting them, to make sure they are correct. Some of the help files I've be
Funny, but not too remarkable given the the diverse nature of software, but I first used VS11 Beta, then upgraded without any problem at all to VS2012 RC, and then to VS2012 RTM, both times without uninstalling the previous version.
-
It is and has been known for ages that Windows cannot neither install nor uninstall programs reliably. Nothing to wonder here. All "installers" are just tools to fool "common users" and the real pain is that MS treats developers as such. The sad news is that those without a recent backup deserve that treatment. One must have the OS partition backup and all installers run after it was made handy at all times. If it takes you more than 4 hours to reinstall everything you are not doing that right. Paranoid souls may also use Ashampoo uninstaller or equivalent, this is also necessary if you care about what installers do to your system. This is why healthier communities offer ZIP installers and portable programs. The "guess reading the log" part suggests that either the tech support has been suboptimal or you are not using Windows 7 or newer - you can just order installed software by date in the uninstall dialog there. VS 2012 is not designed for XP. It is also well known that MS does not design software that works. It designs that which works in the most of cases. Nothing new here. Microsoft can do nothing about that since doing something means huge shifts of power and influebce between execs at best, and possibly MS is already free of competent execs. Their errors started ti pile up with the C: drive...
I am using Win 7, and I think most of what you say above is a complete crock. I may be in "software hell." But, you, seem to be in a totally different kind of "hell," where your sense of humor has been incinerated, all ablaze in an inner bonfire kindled with grudges against Microsoft: to emit such sulfurous fumes, as your words writ here. Do you believe Apple programmers got better dog-food: have never gone through yogic contortions as tools and technologies shifted around them, requiring they re-boot their brains ? I like MS tools, I think Visual Studio is the best IDE ever developed. I have no complaints against the nice people at the MS VS Studio Install Forum trying their best to assist me with resolving the problem. My screed here was delivered tongue-in-cheek; I am not in the hell ... of having ... no ... sense ... of humor :) In reality, there is no "hell," that cannot be escaped from, because, as Werner Heisenberg said, "atoms are not things." Bill
~ Confused by Windows 8 ? This may help: [^] !
-
I am using Win 7, and I think most of what you say above is a complete crock. I may be in "software hell." But, you, seem to be in a totally different kind of "hell," where your sense of humor has been incinerated, all ablaze in an inner bonfire kindled with grudges against Microsoft: to emit such sulfurous fumes, as your words writ here. Do you believe Apple programmers got better dog-food: have never gone through yogic contortions as tools and technologies shifted around them, requiring they re-boot their brains ? I like MS tools, I think Visual Studio is the best IDE ever developed. I have no complaints against the nice people at the MS VS Studio Install Forum trying their best to assist me with resolving the problem. My screed here was delivered tongue-in-cheek; I am not in the hell ... of having ... no ... sense ... of humor :) In reality, there is no "hell," that cannot be escaped from, because, as Werner Heisenberg said, "atoms are not things." Bill
~ Confused by Windows 8 ? This may help: [^] !
You may be right. I am very much against Microsoft. I watch them and have to deal with their projects from the very beginning. Actually I manage to handle their products, but what makes me so anxious is that they break my hopes. Constantly creating new marginally better technologies and abandoning existing ones. Making Windows 8... I do not want to say it is really bad as is, but it might be so much better I cannot think about them calm.
-
Eddy Vluggen wrote:
monster-machine with 2 Gb of RAM
:(( I didn't even know they sold computers that low-speced nowadays. :rose: Seriously, 16GB of RAM would cost, maybe, $100. My computer from high school, which I graduated from about 10 years ago, had something like 2GB of RAM. There are graphics cards now that come with 3GB of DDR5 RAM. My God, man, you poor soul. :rose: :rose: :rose:
AspDotNetDev wrote:
:(( I didn't even know they sold computers that low-speced nowadays. [Rose]
It was a gift, most PC's for sale will have 4 Gb now.
AspDotNetDev wrote:
My computer from high school, which I graduated from about 10 years ago
512k. Yes, half a megabyte - and it ran a multitasking graphical OS.
Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]
-
I just upgraded my desktop box (Win7 x64) from 4GB to 8GB and the performance shot up - which leads me to conclude that the machine was being slowed down by excessive paging. A dev machine with 2GB RAM will suffer far, far worse. If you're using an x64 OS for development, you really need to be looking at 8GB or more.
Anna :rose: Tech Blog | Visual Lint "Why would anyone prefer to wield a weapon that takes both hands at once, when they could use a lighter (and obviously superior) weapon that allows you to wield multiple ones at a time, and thus supports multi-paradigm carnage?"
Anna-Jayne Metcalfe wrote:
I just upgraded my desktop box (Win7 x64) from 4GB to 8GB and the performance shot up - which leads me to conclude that the machine was being slowed down by excessive paging.
I usually conclude that I'm running too much crap, which usually is true. After downloading the MVPS-hosts file, disabling a lot of unneeded services, and cleaning the startup-path, everything seems to fly.
Anna-Jayne Metcalfe wrote:
A dev machine with 2GB RAM will suffer far, far worse.
Did I mention I'm coming from a 1Gb laptop running Ubuntu? My last article was written entirely on that machine, including the software :)
Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]
-
Eddie, If your new rig is a monster to you, I think, by gosh, it's monstrous ! Not to worry: Michael is from Oz, where, for males, size really matters (but not as much as beer), and Zac, an American, is an Eagle Scout with all 129 Merit Badges. That should give you a perspective on their comments here :) best, Bill
~ Confused by Windows 8 ? This may help: [^] !
Hey Bill, I've learnt in VB5 since 2005, now i'm using Visual Studio 2012 for Windows Desktop on Win7 and i'm very happy with it. I've just developed the virtual OS, i really enjoyed working on it and its really fun! But hectic and it's not easy to understand the BIOS interrupt to develop using C++ to create a makefile and compile assembly files into a binary file. Thanks to VS2012, it's the best IDE ever! Thanks to Bill Gates! I'm still waiting for COSMOS to release for VS2012.... :) :thumbsup: best, Jared
-
This post is made based on the belief that: "suffering shared is suffering diluted" ... which does seem to me to be one modal use of the Lounge :) You have all been in software "hell," I'd bet; if not with Visual Studio, then with an OS issue, or some other issue with an application, or your own code, that, suddenly, begins to malfunction for no apparent reason; an application that won't install, etc., etc. And, I suspect, that you, like me, have tarried long in software hell, because you wanted, at all cost, to avoid the dreaded re-install of the OS, followed by endless upgrading, and endless re-install of all your tools, and programs. I'll spare you the "Google street-level view," which I am exposing, and getting some help with, kind of, on the MS Visual Studio install forum. Here's a high-altitude fly-by view: It started with installing an upgrade to the MindScape dingus (Add In ? Extension ?) to Visual Studio RC 1. Then, the next day, trying to start Visual Studio: it goes into an endless loop presenting a dialog "Loading Components." Only way out: Task Manager: kill devenv.exe. So, what could be more natural, at this time, when MS has a free 90 day trial of Visual Studio 2012 Pro RTM, than to uninstall the RC 1, and install the RTM ? Un-install of RC1 fails with countless issues. Hand editing the Registry to remove all RC1 and FrameWork 4.5RC references, results in the apparent removal of RC1, but then RTM will not install. Endless fiddling with more registry entries, removing selected .NET components: finally RTM installs, but will show, on first launch, when I try to create a Windows Forms solution, a dialog telling me it can't "create the compiler." If I then ignore this dialog, and create a second solution; I end up with a viable solution that will build and run (!), but which will not allow me to access to the Design view, of any Form or UserControl :) I bet you've seen that window with deep blue on top, and a yellow panel top-side, that usually appears when you have done some kind of messing around with the Designer.cs file in a WinForms project. I'd estimate I have now spent nearly twenty hours of my life, over the last five days, unable to use Visual Studio 2012, trying to get the RTM to work, and now trying to get it un-installed. That's major withdrawal syndrome for me, because: using VS is a favorite past-time, and I like to answer QA questions here, checking my answers by coding in 2012, before posting them, to make sure they are correct. Some of the help files I've be
-
Sorry to hear it - but this is why I don't touch "Release Candidate" or "Release To Market" or any other MS beta, until they ship the first true release version: SP1. Sorry, but I've been bitten by them too many times: I keep hoping they will improve, but they never do.
Ideological Purity is no substitute for being able to stick your thumb down a pipe to stop the water
OriginalGriff wrote:
Sorry to hear it - but this is why I don't touch "Release Candidate" or "Release To Market" or any other MS beta, until they ship the first true release version: SP1.
Exactly. Once the first SP is released it's a good bet the program or OS is solid. I waited until Vista was at SP1 and never had a single complaint. And I just bought my first Win7 machine a few months ago. Once again, no complaints. Early releases are not worth the headaches.
XAlan Burkhart
-
OriginalGriff wrote:
Sorry to hear it - but this is why I don't touch "Release Candidate" or "Release To Market" or any other MS beta, until they ship the first true release version: SP1.
Exactly. Once the first SP is released it's a good bet the program or OS is solid. I waited until Vista was at SP1 and never had a single complaint. And I just bought my first Win7 machine a few months ago. Once again, no complaints. Early releases are not worth the headaches.
XAlan Burkhart
They are from some companies, but there are those (like MS) who charge you for the privilege of beta testing. :sigh:
Ideological Purity is no substitute for being able to stick your thumb down a pipe to stop the water
-
Eddy Vluggen wrote:
a 64-bit monster-machine with 2 Gb of RAM
I'm assuming that's a typo.
Eddy Vluggen wrote:
There are Virtual Machines available - don't use your primary environment for experiments, it sucks when you have to live in the ruins of a failed experiment
I'm with you on this. My development environment is now virtualized, and getting rid of the RC was just a matter of deleting the machine, and installing the RTM on a clean OS. I still have VS 2008 and 2010 VMs ready to be fired up at any time (in fact, I still develop with 2010; I only have 2012 installed for tinkering with, until I'm ready to commit to it).
Daniel Desormeaux wrote:
I only have 2012 installed for tinkering with, until I'm ready to commit to it
I've heard several complaints about the VS2012 UI. What do you think of it?
XAlan Burkhart
-
They are from some companies, but there are those (like MS) who charge you for the privilege of beta testing. :sigh:
Ideological Purity is no substitute for being able to stick your thumb down a pipe to stop the water
OriginalGriff wrote:
They are from some companies, but there are those (like MS) who charge you for the privilege of beta testing.
I don't mind it so much if it's free/open source. But as you said, MS regards this as a privilege. It's no different from buying a new car and the dealer expecting you to fix their design flaws.
XAlan Burkhart
-
This post is made based on the belief that: "suffering shared is suffering diluted" ... which does seem to me to be one modal use of the Lounge :) You have all been in software "hell," I'd bet; if not with Visual Studio, then with an OS issue, or some other issue with an application, or your own code, that, suddenly, begins to malfunction for no apparent reason; an application that won't install, etc., etc. And, I suspect, that you, like me, have tarried long in software hell, because you wanted, at all cost, to avoid the dreaded re-install of the OS, followed by endless upgrading, and endless re-install of all your tools, and programs. I'll spare you the "Google street-level view," which I am exposing, and getting some help with, kind of, on the MS Visual Studio install forum. Here's a high-altitude fly-by view: It started with installing an upgrade to the MindScape dingus (Add In ? Extension ?) to Visual Studio RC 1. Then, the next day, trying to start Visual Studio: it goes into an endless loop presenting a dialog "Loading Components." Only way out: Task Manager: kill devenv.exe. So, what could be more natural, at this time, when MS has a free 90 day trial of Visual Studio 2012 Pro RTM, than to uninstall the RC 1, and install the RTM ? Un-install of RC1 fails with countless issues. Hand editing the Registry to remove all RC1 and FrameWork 4.5RC references, results in the apparent removal of RC1, but then RTM will not install. Endless fiddling with more registry entries, removing selected .NET components: finally RTM installs, but will show, on first launch, when I try to create a Windows Forms solution, a dialog telling me it can't "create the compiler." If I then ignore this dialog, and create a second solution; I end up with a viable solution that will build and run (!), but which will not allow me to access to the Design view, of any Form or UserControl :) I bet you've seen that window with deep blue on top, and a yellow panel top-side, that usually appears when you have done some kind of messing around with the Designer.cs file in a WinForms project. I'd estimate I have now spent nearly twenty hours of my life, over the last five days, unable to use Visual Studio 2012, trying to get the RTM to work, and now trying to get it un-installed. That's major withdrawal syndrome for me, because: using VS is a favorite past-time, and I like to answer QA questions here, checking my answers by coding in 2012, before posting them, to make sure they are correct. Some of the help files I've be
To my mind, Visual Studio has gone downhill since VS2008. The part that pisses me off the most is that MS feels like they need to re-write the user interface with every release, and every time they screw it up even worse. In VS2008 (and 2005, 2003, etc.) you could float toolbars and place them anywhere on the screen, so all the real estate you lost could be largely reclaimed. In VS2010, MS decided they had to rewrite it all into WPF (which should have been called WTF). As a result, none of the toolbars can be floated anymore, so vertical real estate is lost. And now with VS2012, they have gone totally crazy, reducing the whole UI to monochrome colours, upper-case naming, and you still can't float a toolbar. I wish these idiots would get it through their heads that developers make their living using these applications, that they spend 10+ hours a day in them, and screwing with them makse them counter-productive. An IDE is a tool, a massively important tool, so leave it alone. Fix its bugs, add features to it, but don't remove something once you've put it in. No one ever tried to change the user interface on a carpenter's tools; take the same attitude toward a developer's tools.
-
Hey Bill, I've learnt in VB5 since 2005, now i'm using Visual Studio 2012 for Windows Desktop on Win7 and i'm very happy with it. I've just developed the virtual OS, i really enjoyed working on it and its really fun! But hectic and it's not easy to understand the BIOS interrupt to develop using C++ to create a makefile and compile assembly files into a binary file. Thanks to VS2012, it's the best IDE ever! Thanks to Bill Gates! I'm still waiting for COSMOS to release for VS2012.... :) :thumbsup: best, Jared
Well, congratulations, Jared, I hope your enjoyable experience continues, and you keep up your enthusiasm ! Creating your own OS using COSMOS (assuming you mean the open-source CodePlex project) sounds like quite a challenge. Perhaps you'll be able to publish an article (tutorial ?) here on CP in the future best, Bill
~ Confused by Windows 8 ? This may help: [^] !
-
Anna-Jayne Metcalfe wrote:
I just upgraded my desktop box (Win7 x64) from 4GB to 8GB and the performance shot up - which leads me to conclude that the machine was being slowed down by excessive paging.
I usually conclude that I'm running too much crap, which usually is true. After downloading the MVPS-hosts file, disabling a lot of unneeded services, and cleaning the startup-path, everything seems to fly.
Anna-Jayne Metcalfe wrote:
A dev machine with 2GB RAM will suffer far, far worse.
Did I mention I'm coming from a 1Gb laptop running Ubuntu? My last article was written entirely on that machine, including the software :)
Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]
It depends what sort of dev you do but even on a stripped down system, you're probably losing a significant amount of performance to paging. Whether that's an issue depends on what you're doing. I work on fairly large codebases, and use VMs and static analysis a lot - and in that environment, the extra memory helps a lot. Certainly I've noticed a significant reduction in analysis time for our codebase (360kLOC of C++) between the 4GB and 8GB variants of the same machine, and builds are noticeably quicker too. In fact, increasing the RAM has boosted the performance sufficiently far more than fitting an SSD to the same system that I'm not actually that bothered about SSDs on desktops now. On my laptop (an Win7 x64 i7 machine with 4GB RAM) the disk light is on way more than I'd like, so that's next for an upgrade. YMMV of course.
Anna :rose: Tech Blog | Visual Lint "Why would anyone prefer to wield a weapon that takes both hands at once, when they could use a lighter (and obviously superior) weapon that allows you to wield multiple ones at a time, and thus supports multi-paradigm carnage?"
-
Daniel Desormeaux wrote:
I only have 2012 installed for tinkering with, until I'm ready to commit to it
I've heard several complaints about the VS2012 UI. What do you think of it?
XAlan Burkhart
A mess, quite frankly - and one that's caused us a lot of extra work[^] this year. Compared to that, everything else I've been working on over the last few months (even the really grotty bits involving Eclipse, x64 and JNI) has been a bit of a doddle. Still, it's done now (a themed version of our VS plug-in goes out at the end of the year), so I'm finally able to get on with more interesting stuff again (including the standalone version of Visual Lint[^], which I'm finding very useful at the moment). As a consolation prize from all of the extra VS2012 work, I've enough material to write a new article on how to implement themed XP style controls with customisable colour schemes. All I need now is some free time...
Anna :rose: Tech Blog | Visual Lint "Why would anyone prefer to wield a weapon that takes both hands at once, when they could use a lighter (and obviously superior) weapon that allows you to wield multiple ones at a time, and thus supports multi-paradigm carnage?"
-
To my mind, Visual Studio has gone downhill since VS2008. The part that pisses me off the most is that MS feels like they need to re-write the user interface with every release, and every time they screw it up even worse. In VS2008 (and 2005, 2003, etc.) you could float toolbars and place them anywhere on the screen, so all the real estate you lost could be largely reclaimed. In VS2010, MS decided they had to rewrite it all into WPF (which should have been called WTF). As a result, none of the toolbars can be floated anymore, so vertical real estate is lost. And now with VS2012, they have gone totally crazy, reducing the whole UI to monochrome colours, upper-case naming, and you still can't float a toolbar. I wish these idiots would get it through their heads that developers make their living using these applications, that they spend 10+ hours a day in them, and screwing with them makse them counter-productive. An IDE is a tool, a massively important tool, so leave it alone. Fix its bugs, add features to it, but don't remove something once you've put it in. No one ever tried to change the user interface on a carpenter's tools; take the same attitude toward a developer's tools.
I completely agree. I despair at the MS Dev Division sometimes, I really do. :doh:
Anna :rose: Tech Blog | Visual Lint "Why would anyone prefer to wield a weapon that takes both hands at once, when they could use a lighter (and obviously superior) weapon that allows you to wield multiple ones at a time, and thus supports multi-paradigm carnage?"
-
AspDotNetDev wrote:
:(( I didn't even know they sold computers that low-speced nowadays. [Rose]
It was a gift, most PC's for sale will have 4 Gb now.
AspDotNetDev wrote:
My computer from high school, which I graduated from about 10 years ago
512k. Yes, half a megabyte - and it ran a multitasking graphical OS.
Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]
Eddy Vluggen wrote:
it ran a multitasking graphical OS
Fancy schmancy! :)