Beginner Mistakes Example - was "what do you hate on current OS"

Discussions on more advanced topics such as monolithic vs micro-kernels, transactional memory models, and paging vs segmentation should go here. Use this forum to expand and improve the wiki!
User avatar
Griwes
Member
Member
Posts: 374
Joined: Sat Jul 30, 2011 10:07 am
Libera.chat IRC: Griwes
Location: Wrocław/Racibórz, Poland
Contact:

Re: What do you hate on the current OS that runs on your pc?

Post by Griwes »

Define "nearly", as it's key word here. Also, what is "Grammer"?
Reaver Project :: Repository :: Ohloh project page
<klange> This is a horror story about what happens when you need a hammer and all you have is the skulls of the damned.
<drake1> as long as the lock is read and modified by atomic operations
User avatar
Jezze
Member
Member
Posts: 395
Joined: Thu Jul 26, 2007 1:53 am
Libera.chat IRC: jfu
Contact:

Re: What do you hate on the current OS that runs on your pc?

Post by Jezze »

@Sandras: That is exactly what I use =) dwm that is.
Fudge - Simplicity, clarity and speed.
http://github.com/Jezze/fudge/
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Re: What do you hate on the current OS that runs on your pc?

Post by bubach »

m12 wrote:I WILL get an OS that can run {nearly} anything, and then you can laugh all you want - At the mountains on your foreheads for not wanting to progress.
To accomplish that you would need to program at the same speed as all OSX, Linux and Windows developers. At the same time. That's probably thousands of people constantly making progress, adding new features and APIs.

Even if you set goals like OSX 10, Windows XP and Linux kernel 2.6 compatibility (not including anything made after those versions). It would take a 50 man team something like 3-5 years of overtime to get close to beta.

You, alone, on your spare time? You'd need to be superman to catch up. I'm not saying it's impossible, but just the planning could take a year. Full time development wouldn't be below 10 years. Now, just think about this one more time before saying anything.

If you had somewhat of a more realistic plan people might take it more seriously. Like a full OSX clone to start with, and getting a hype going about that, recruiting people like crazy. Then later (in 5 years or more) when it's starting to become useful - you could mash whatever code you can from that, Linux and ReactOS together to get towards your ultimate dream OS running almost anything. But it would still need at least 10 years. Probably a lot more.
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
User avatar
bluemoon
Member
Member
Posts: 1761
Joined: Wed Dec 01, 2010 3:41 am
Location: Hong Kong

Re: What do you hate on the current OS that runs on your pc?

Post by bluemoon »

m12 wrote:I WILL get an OS that can run {nearly} anything, and then you can laugh all you want - At the mountains on your foreheads for not wanting to progress.
Do you really expect us to say, "good idea, go ahead"?

I would not challenge the feasibility of such goal, however if anyone need to run applications from multiple OSes, hypervisor solutions like vmware, parallels, crossover etc is a more accepted way for consumer. For consumer he pay a license to Windows is not much different from paying license for your OS, or even more acceptable even windows may be more expensive.
User avatar
Kazinsal
Member
Member
Posts: 559
Joined: Wed Jul 13, 2011 7:38 pm
Libera.chat IRC: Kazinsal
Location: Vancouver
Contact:

Re: What do you hate on the current OS that runs on your pc?

Post by Kazinsal »

m12 wrote:I WILL get an OS that can run {nearly} anything, and then you can laugh all you want - At the mountains on your foreheads for not wanting to progress.
Start working on it now. Post your results in two weeks. I look forward to seeing them.
Rudster816
Member
Member
Posts: 141
Joined: Thu Jun 17, 2010 2:36 am

Re: What do you hate on the current OS that runs on your pc?

Post by Rudster816 »

m12 wrote:I WILL get an OS that can run {nearly} anything, and then you can laugh all you want - At the mountains on your foreheads for not wanting to progress.
Either you're:

Image

or you're just incredibly ignorant. In either case, you fail.
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Re: What do you hate on the current OS that runs on your pc?

Post by AndrewAPrice »

m12 wrote:I WILL get an OS that can run {nearly} anything, and then you can laugh all you want - At the mountains on your foreheads for not wanting to progress.
The closest I get is running Linux instead of VirtualBox in seamless mode at work everyday. Virtual machines are nice for many things. For example, sometimes I need to run a local specific versions of Oracle database, SQL server, Visual Studio, Apache, GCC, JDK, etc. I don't want to have 5 versions of each program installed on my host OS - each insisting they have their own background services running and bloating down my computer. I only need 1 most at a time, and virtual machines give me an easy way to install each thing under the perfect OS it's designed for, knowing it's not bloating my host OS because once I turn the VM off it's off for good - no mystery bloat!
My OS is Perception.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: What do you hate on the current OS that runs on your pc?

Post by Solar »

m12 wrote:I WILL get an OS...
Judging from your track record so far (i.e., struggling to initialize registers before using them in your bootsector, general level of technical communication, English skills etc.), excuse me when I don't hold my breath for it.
Every good solution is obvious once you've found it.
JuEeHa
Member
Member
Posts: 30
Joined: Thu Mar 10, 2011 4:24 am

Re: What do you hate on the current OS that runs on your pc?

Post by JuEeHa »

Sandras wrote:I do find interface like this much more appealing than all those glass, water, plasma UI's.
I agree. I am currently not running X (though I still have it installed for qemu). I use linux virtual consoles (currently I have tty1: links -g tty2: irssi tty3: screen running mplayer playing music, ed and ash tty4: hammer and sicle ascii art, date, free, uptime, who and df tty5: top) and I only start X when I use qemu. It makes my computer much more responsive and gives me over two times more free RAM compared to when I X was running all the time.
Using 700MHz Pentium III machine with 64MB of RAM because I feel like it.
ed implementation in C: main(a){for(;;;){read(0,&a,1);if(a=='\n')write(1,"?\n",2);}}
Locked