Posted: Sun Jul 08, 2007 12:35 am
This is my first time creating an account here on the forums but I do occasionally visit once every month or so to check up on the forums and now that I have started my own hobby kernel, I decided to create an account. Then I stumbled upon this thread. I think a good rant would make an excellent first post. I've read Dex's posts in the past and have been quite impressed at how far DexOS has come for being a pure assembly operating system. Although, who would have thought that the person behind it would be a complete moron? No offense, but I have to strongly disagree with you. Any insults I make are simply jest or to demonstrate how flawed your logic is and are not to be taken personally.
Are you sure you know assembly? I've never met someone who could code in assembly that is so unaware of the world around him. You're more insane than Debian or GNU/Hurd developers.
Insanely complex and non-portable code is the best? Sure, assembly has some performance benefits but modern C compilers can actually do better than some people writing assembly by hand. Any performance benefit you get is insignificant and you risk worse performance at times because a compiler can actually generate better code. Please explain to me why assembly is better.Dex wrote:i have always had strong views on the way to do things, and that ASM is the best language
Wow... just Wow. Normally I would feel bad for making fun of the retarded kid who has to wear a helmet to school, but I think I can make an exception this time. I agree that drivers are the biggest problem for OS developers, but a web os will not get around this problem. A computer still has to boot to something in order to even access a web os. Are you telling me that a web os will be access my graphics, sound, network, or hard disk? I think you might be confusing web os for an OS that boots over a network. In which case your argument wouldn't be as insane as I thought. But if you truly believe that desktop users are going to be using an ajax based web os for their computer then you're nuts. If you happen to have a computer science, please, do us all a favor and burn it and then burry the ashes. You don't deserve it. Go back to DeVry and try again. Do not pass Go, and do not collect $200. As for accessing files via FTP. Uhmm... I won't go there. I feel bad kicking a person when their down.Dex wrote:WebOS is the way things are heading, but this need not be a bad thing for OS Dev's, it could be a good thing, if you plan now. You need to ask yourself what is the biggest problem facing hobby OS Dev's, its drivers. You need to some how get round this problem, so take loading a file as a example, to me the best way is to use FTP, it could be on the same pc, local network or internet, i could load a file from any file sys.
Okay, first of all, I think you are confusing Java with javascript. An "HTML calculator" would utilize javascript unless you wanted to send GET/POST data to a jsp page which would be grossly inefficient for this kind of task. Also, what do you mean by "porting it to local"? Do you mean something like Adobe Apollo?Dex wrote:I would much rather use a local service, simple example, say you wanted to code a simple html calculator you can not do it without using java, but if you have a server that had many service including calculator, you could use this from anywhere, This sort of server would be much easier to port then flash or java if you want to run it local.
Are you sure you know assembly? I've never met someone who could code in assembly that is so unaware of the world around him. You're more insane than Debian or GNU/Hurd developers.