<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://www.osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/24198/Haiku_Could_Change_the_World</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2013, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Tue, 21 May 2013 07:34:30 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>its time has gone</title>
			<link>http://www.osnews.com/thread?455732</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455732</guid>
			<description>I have nothing against BeOS or Haiku, but I think their time has come and gone.  I wouldn't mind seeing their ideas applied to a Linux distro.  They seem too intent on bringing back Be rather than build an OS with a certain set of capabilities.</description>
			<pubDate>Tue, 04 Jan 2011 00:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (TechGeek)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>nice article, but....</title>
			<link>http://www.osnews.com/thread?455733</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455733</guid>
			<description>1 thing that bugged me was this: &quot;It stands apart from other projects like AtheOS, Syllable, QNX RTOS or MenuetOS because of itâs long history...&quot;<br />
<br />
QNX pre dates BeOS, by over 9 years... <img src="/images/emo/wink.gif" alt=";)" /></description>
			<pubDate>Tue, 04 Jan 2011 00:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (poundsmack)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>No it won't</title>
			<link>http://www.osnews.com/thread?455734</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455734</guid>
			<description>I'm sorry, but I don't understand all the BeOS hype. BeOS was nice in the past, but it's not longer attractive. The list of things that needs to implement to catch up is longer than the list of advantages over other OSs. It would be a great OS if it has been developed and maintained properly. Sadly, it wasn't. OS/2 was also nice, but that doesn't mean it has a future.<br />
    <br />
    Take a look at the composited&amp;accelerated&amp;animated graphic systems that you can find in every modern OS these days (hint: Haiku isn't included in the list), take a look at the declarative UI APIs that are emerging these days. I'll take Wayland + QML over Haiku any day. Same for Tracker vs Dock. Touch based phones/tablets? Forget about them. Pervasive multithreading? Apple's Grand Central Dispatch beats it. BFS? ZFS/Btrfs are much better. BFS attributes? Nepomuk can do what the BFS atrributes did and more (it may even possible to implement BFS attributes in Btrfs)<br />
    <br />
    To change the world, Haiku needs to fix many shortcomings, and then create new features that leave other OSs behind. Sadly, I don't think it's going to happen. I'm not against Haiku, it's fun to have an opensource BeOS clone, but it's not going to change the world, sorry.Edited 2011-01-04 00:24 UTC</description>
			<pubDate>Tue, 04 Jan 2011 00:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (diegocg)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Haiku</title>
			<link>http://www.osnews.com/thread?455738</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455738</guid>
			<description>What's with all the negative comments? How close minded are you seriously? Everyone needs to start somewhere. <br />
<br />
Android started somewhere when Symbian and iPhoneOS were ruling the world and look at it now. BeOS might have had their chance but Haiku hasn't and let me remind you, BeOS is open source (an organized open source unlike the Linux desktop mess).<br />
    <br />
  Everything in Haiku is about simplicity. You can drag and drop a file unto an applicationâs window and if the program can handle the file type, it will open it up instantly.<br />
    <br />
    Hmmm I wonder if this is handled by default by the OS itself and makes it super easy for the programmer. With Windows, you are out of luck. You have to register the window as a drop target and do your stuff with DragQueryFile and handle the dropped files manually. A few steps process.Edited 2011-01-04 00:51 UTC</description>
			<pubDate>Tue, 04 Jan 2011 00:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (OSGuy)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: its time has gone</title>
			<link>http://www.osnews.com/thread?455739</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455739</guid>
			<description><div class="cquote">I have nothing against BeOS or Haiku, but I think their time has come and gone.  I wouldn't mind seeing their ideas applied to a Linux distro. </div><br />
<br />
I don't see it that way. Most of the essence of Be/Haiku do not translate very well to other operating systems... <br />
<br />
1. The benefits of a database-like file system are not obvious to end users unless the operating system leverages it extensively. BeOS (and Haiku) were built to be run on such a file system, and most applications needing database-like functionality default to using it since it is already there. As such the advantages are very pronounced. Attempts at similar file systems on Linux have been poorly received for the most part, since they tend to focus on only one aspect of it (search) and applications rarely if ever leverage it. It kind of a chicken-and-egg thing imo.<br />
<br />
2. Object-Oriented API. On Be/Haiku, C++ is the <b>primary</b> low level interface with the OS. This is simply not applicable to Linux and never will be for a multitude of technical and political reasons. <br />
<br />
3. Focus on multi-threading/responsiveness. The thing I don't think many people realize is that the focus on such pervasive deep reaching multi-threading in Be/Haiku is closely tied to the single user desktop use case. It is built to juggle a whole lot of small things at the same time in order to maximize responsiveness as much as possible. While this doesn't preclude the use of long running resource hungry processes (i.e. server processes), it certainly doesn't encourage them. It was built ideally to allow running hundreds of light-weight processes that were built to be preempted often. Linux simply has different goals, it wants to service a wider range of usage. The long running debates about kernel scheduling in Linux concerning the balance between performance vs responsiveness makes it obvious to me that it is difficult to do both well. In Be/Haiku responsiveness is paramount, no other OS takes this approach.<br />
<br />
I could go on, but the point is most of the ideas in Be/Haiku are not all that useful when looked at in isolation - it is the whole that is unique imo.</description>
			<pubDate>Tue, 04 Jan 2011 00:48:00 GMT</pubDate>
			<author>donotreply@osnews.com (galvanash)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Haiku</title>
			<link>http://www.osnews.com/thread?455740</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455740</guid>
			<description>It's not enabled by default, but it is really easy to do drag and drop in Haiku. I've done it in less than 20 lines of code. The API, while sparse compared to all the myriad features provided by Win32, GTK+, or QT4, is really easy to code for.</description>
			<pubDate>Tue, 04 Jan 2011 00:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (darkwyrm)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: nice article, but....</title>
			<link>http://www.osnews.com/thread?455741</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455741</guid>
			<description>I'd agree. It's a nice article and the writer has obviously put in a significant amount of time on it, but there are some definite technical errors.</description>
			<pubDate>Tue, 04 Jan 2011 00:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (darkwyrm)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: nice article, but....</title>
			<link>http://www.osnews.com/thread?455744</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455744</guid>
			<description><div class="cquote">1 thing that bugged me was this: &quot;It stands apart from other projects like AtheOS, Syllable, QNX RTOS or MenuetOS because of itâs long history...&quot;<br />
 <br />
 QNX pre dates BeOS, by over 9 years... <img src="/images/emo/wink.gif" alt=";)" />  </div><br />
 <br />
 QNX RTP was released in 2000. As I recall, the name was changed to QNX RTOS and released in 2001.Edited 2011-01-04 01:09 UTC</description>
			<pubDate>Tue, 04 Jan 2011 01:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (Vinegar Joe)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>lol</title>
			<link>http://www.osnews.com/thread?455745</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455745</guid>
			<description>lol, the rest of that blog is hilarious!</description>
			<pubDate>Tue, 04 Jan 2011 01:08:00 GMT</pubDate>
			<author>donotreply@osnews.com (NuxRo)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Can't compare it to Android. </title>
			<link>http://www.osnews.com/thread?455746</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455746</guid>
			<description>Android doesn't have as much ground to cover. People aren't trying to stick their printers and scanners into the cell phone ports. <br />
<br />
Haiku has some interesting features but the lack of multiuser is a major black eye.</description>
			<pubDate>Tue, 04 Jan 2011 01:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (nt_jerkface)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: its time has gone</title>
			<link>http://www.osnews.com/thread?455747</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455747</guid>
			<description><div class="cquote">I wouldn't mind seeing their ideas applied to a Linux distro. </div><br />
<br />
What a waste. Yay more crappy Linux.</description>
			<pubDate>Tue, 04 Jan 2011 01:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (0brad0)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Sorry...</title>
			<link>http://www.osnews.com/thread?455749</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455749</guid>
			<description>Sorry, but after the (negative) SkyOS experience (they were going to overtake Windows and conquer the World. Look where they are now) I am suspicious of hobby OSes claiming that they can change the World.<br />
Even if they have great, innovative ideas, it takes tons (say million dollars) of money and a large team of devs in order to get anywhere.<br />
If they tell me that they can create a nice hobby OS, I can believe it.</description>
			<pubDate>Tue, 04 Jan 2011 01:25:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous Penguin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: No it won't</title>
			<link>http://www.osnews.com/thread?455752</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455752</guid>
			<description>It wasn't ever even &quot;nice&quot;, it was just extremely promising, like a gorgeous tech demo. The reason is, of course, that most of the important apps sucked (and still do), or weren't there at all, or were buggy shareware with few features distinguishing them from more mature free tools on other OSes.<br />
<br />
And now? Well, I haven't checked in a couple of months, but if WebPositive still isn't on par with Firefox, the OS will still not be &quot;nice&quot; in general use, although possibly a great hobby OS, if you can live with its shortcomings. BeOS may have been an OS with a great future once, back in the day, but sadly that future was only imaginary.</description>
			<pubDate>Tue, 04 Jan 2011 01:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (No it isnt)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: its time has gone</title>
			<link>http://www.osnews.com/thread?455754</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455754</guid>
			<description>A bit rudely stated, but I feel the same way.  The last thing I want to see is yet another Linux distro instead of something ~really~ different.</description>
			<pubDate>Tue, 04 Jan 2011 02:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (Bobthearch)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: nice article, but....</title>
			<link>http://www.osnews.com/thread?455756</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455756</guid>
			<description>The first release of QNX was in 1982. BeOS wasn't usable until the late 90s.So technically QNX predates BeOS for over a decade.Edited 2011-01-04 02:10 UTC</description>
			<pubDate>Tue, 04 Jan 2011 02:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (tylerdurden)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Sorry...</title>
			<link>http://www.osnews.com/thread?455758</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455758</guid>
			<description>It is different from SkyOS. Haiku OS is not a one-man show..</description>
			<pubDate>Tue, 04 Jan 2011 02:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (t3RRa)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: No it won't</title>
			<link>http://www.osnews.com/thread?455759</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455759</guid>
			<description><div class="cquote">Take a look at the composited&amp;amp;accelerated&amp;amp;animated graphic systems that you can find in every modern OS these days (hint: Haiku isn't included in the list), take a look at the declarative UI APIs that are emerging these days. I'll take Wayland + QML over Haiku any day. Same for Tracker vs Dock. Touch based phones/tablets? Forget about them. Pervasive multithreading? Apple's Grand Central Dispatch beats it. BFS? ZFS/Btrfs are much better. BFS attributes? Nepomuk can do what the BFS atrributes did and more (it may even possible to implement BFS attributes in Btrfs) </div><br />
<br />
Can you mix in all of Wayland + QML, Dock, Touch based phones/tablets, Apple's Grand Central Dispatch, ZFS/Btrfs and Nepomuk into one OS platform? I doubt. BeOS has all those features you mentioned long before most of OSes afaik.<br />
<br />
And I don't really want features for eyecandy on OS interface.</description>
			<pubDate>Tue, 04 Jan 2011 02:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (t3RRa)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: its time has gone</title>
			<link>http://www.osnews.com/thread?455762</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455762</guid>
			<description><div class="cquote">1. The benefits of a database-like file system are not obvious to end users unless the operating system leverages it extensively. BeOS (and Haiku) were built to be run on such a file system, [...] </div><br />
The BeFS is the biggest point I don't like on BeOS/Haiku.<br />
In that filesystem there can be files with different sizes and every file can have unlimited numbers of attributes. And every attribute can have a unlimited size.<br />
For example the program &quot;peoples&quot;. It saves the addresses only as attributes of empty files. I can input in it a complete telephone-book, but when my disk-space come to an end, I search for the biggest files to delete them and not for the smallest one.<br />
&quot;StyledPad&quot; mixed that: Write only text-files and the styling as attributes.<br />
Also imagine computer-viruses and so on, which extends every file with lots of big nonsense-attributes. Or viruses, which writes itself as attribute to files, etc.<br />
<br />
<br />
<div class="cquote">2. Object-Oriented API. On Be/Haiku, C++ is the <b>primary</b> low level interface with the OS. This is simply not applicable to Linux and never will be for a multitude of technical and political reasons. </div><br />
And what is the advantage of it? There are not much kernel-developer on Haiku and Linux. Will an OOP-API mean, that more kernel-developer will come? Is it so more secure? Or have it advantages for the user?<br />
<br />
<br />
<div class="cquote">3. Focus on multi-threading/responsiveness. [...] Linux concerning the balance between performance vs responsiveness makes it obvious to me that it is difficult to do both well. [...] </div><br />
Linux have more driver then Haiku and exists additional in 64bit.<br />
I think both is very important. For example graphic-card driver and so on. If Haiku don't close in. then it can not be faster then Linux. Video-playing, 3D-games and so on are driver things. There it don't help, that Haiku have a nice API.</description>
			<pubDate>Tue, 04 Jan 2011 02:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (theuserbl)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: its time has gone</title>
			<link>http://www.osnews.com/thread?455775</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455775</guid>
			<description><div class="cquote">They seem too intent on bringing back Be rather than build an OS with a certain set of capabilities. </div><br />
You know, that's kinda the whole point behind Haiku R1 as I understand it.  The first release is intended to be a recreation of BeOS with unique, more modern features as well as full backwards compatibility with BeOS, and they appear to be doing a very good job at this.  The second release and beyond are going to drop BeOS compatibility and become even more modern, becoming more of its own OS with each new release.<br />
<br />
At least, that's my understanding.  And I think it's a very good path to take.</description>
			<pubDate>Tue, 04 Jan 2011 03:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (UltraZelda64)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>To Haiku Developers</title>
			<link>http://www.osnews.com/thread?455776</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455776</guid>
			<description>Please ignore all of the negative comments posted to sites such as this because these users are not your audience. Don't let these comments discourage you (I know it's hard but keep moving). <br />
<br />
You are doing a great job developing Haiku. You started with nothing and look what you have now. I am sure you will fix everything with time. <br />
<br />
Continue to do what you do, ignore non-optimistic comments and think positive. There is always a way! You have done a great job so far.</description>
			<pubDate>Tue, 04 Jan 2011 03:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (OSGuy)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Sorry...</title>
			<link>http://www.osnews.com/thread?455778</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455778</guid>
			<description><div class="cquote">I am suspicious of hobby OSes claiming that they can change the World.<br />
 </div><br />
Well, actually I have never seen the devs make that statement. This is the statement of some guy who is exstatic about Haiku. Haiku has an uphill battle for sure and I certainly have no expectations of world domination or some such, and I doubt the devs does either.</description>
			<pubDate>Tue, 04 Jan 2011 03:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (Valhalla)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: No it won't</title>
			<link>http://www.osnews.com/thread?455779</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455779</guid>
			<description>IMHO, adding every feature imaginable isn't the way to succeed in today's technological world.  Computers have long been able to do much more than what 95% of people need them to do.  A ridiculous number of people still use XP, which was first released back in 2001.  It wouldn't surprise me if more than half of people could suffice with nothing but a webbrowser.<br />
<br />
I think the way to succeed is to do the vital stuff well.  Eye candy might be nice, but I prefer instant actions (e.g. opening a folder on the desktop, Haiku takes under a tenth of a second while other OSes average ten times that).  With Haiku you can boot, do your work, and shutdown in the least amount of time.  The GUIs are multi-threaded, rarely modal, and have a speed that make using any other OS downright frustrating.</description>
			<pubDate>Tue, 04 Jan 2011 03:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (izomiac)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: No it won't</title>
			<link>http://www.osnews.com/thread?455780</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455780</guid>
			<description>Technologies that work as part of Linux operating systems: <br />
<br />
Wayland+QML, Touch interface, Phone/Tablet, Btrfs Nepomuk <br />
<br />
Hmm...  That sounds an awful lot like Meego ( not sure about Nepomuk). <br />
<br />
I speak as a long time BeOS lover, so it pains me to say this, but Linux does so very many things better than BeOS ever did. Its always easier to add features to a stable ( both in terms of architecture and in not crashing), secure, documented, adopted operating system that any other OS has to really find a niche that others cannot meet. Like QNX.</description>
			<pubDate>Tue, 04 Jan 2011 04:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (Bill Shooter of Bul)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Sorry...</title>
			<link>http://www.osnews.com/thread?455781</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455781</guid>
			<description><div class="cquote">Sorry, but after the (negative) SkyOS experience (they were going to overtake Windows and conquer the World. Look where they are now) I am suspicious of hobby OSes claiming that they can change the World.<br />
Even if they have great, innovative ideas, it takes tons (say million dollars) of money and a large team of devs in order to get anywhere.<br />
If they tell me that they can create a nice hobby OS, I can believe it. </div><br />
The difference is, this is some article claiming Haiku will change the world.  I doubt that its writer is affiliated with Haiku in any way, other than being a fan.  There's also the annual &quot;Year of Linux on the Desktop&quot; articles too, and they don't mean much for the most part, but those don't change reality; IMO, Linux is excellent on the desktop and my 4+ years with it have proven it for me.  Even if &quot;Linux on the desktop&quot; hasn't yet even hit the double-digits in usage share.<br />
<br />
Also, as someone else mentioned, Haiku is developed as open source by a group of people... SkyOS was developed by one guy who just wanted to make money off his OS and gave up when &quot;real life&quot; got in his way.  And because the source has been closed by its creator and sole developer so long ago, SkyOS can no longer go anywhere.  Haiku has a future; SkyOS doesn't.  Whether that future includes Haiku getting popular or not, who knows, but I imagine it will steadily get new users and developers, and will continuously get more modern.</description>
			<pubDate>Tue, 04 Jan 2011 04:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (UltraZelda64)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Sorry...</title>
			<link>http://www.osnews.com/thread?455785</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455785</guid>
			<description><i>Even if &quot;Linux on the desktop&quot; hasn't yet even hit the double-digits in usage share. <br />
</i><br />
<br />
&quot;Linux on the Desktop&quot; seems to be struggling to hold even a single digit in user share: <br />
<br />
<a href="http://gs.statcounter.com/#os-ww-monthly-200912-201012-bar" rel="nofollow">http://gs.statcounter.com/#os-ww-monthly-200912-201012-bar</a></description>
			<pubDate>Tue, 04 Jan 2011 06:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (westlake)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: To Haiku Developers</title>
			<link>http://www.osnews.com/thread?455787</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455787</guid>
			<description><div class="cquote">Please ignore all of the negative comments posted to sites such as this because these users are not your audience. </div><br />
<br />
To the contrary I expect that technology and computer enthusiasts, like the folks who regularly read OSNews, are the primary audience of Haiku.</description>
			<pubDate>Tue, 04 Jan 2011 06:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (Bobthearch)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: To Haiku Developers</title>
			<link>http://www.osnews.com/thread?455789</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455789</guid>
			<description>Wrong, so very wrong in so many ways. Users commenting on sites such as this are linux users. Linux is their target OS and it is aimed at these users too. Haiku is Haiku. There is no point comparing Haiku with Linux. It is not trying to be linux. There is no point ranting about features it doesn't have (yet) and comparing to linux&quot;. It is not linux! BeOS' objective and target audience was clear &quot;desktop and multimedia&quot;. Although these people are reinventing the wheel, at least they are making it round unlike linux.</description>
			<pubDate>Tue, 04 Jan 2011 07:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (OSGuy)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: nice article, but....</title>
			<link>http://www.osnews.com/thread?455793</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455793</guid>
			<description>QNX isn't &quot;free&quot; anymore. It is a professional real time system (think ATM machines, Robots, assembly line monitoring, etc), something BeOS never claimed to. Even Linux only supports true RTOS as a custom Kernel because it's HARD.</description>
			<pubDate>Tue, 04 Jan 2011 08:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (mabhatter)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Sorry...</title>
			<link>http://www.osnews.com/thread?455795</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455795</guid>
			<description><div class="cquote"> I am suspicious of hobby OSes claiming that they can change the World. </div><br />
<br />
This is a third party article, you now, this is internet, anyone is free to express his opinion <img src="/images/emo/wink.gif" alt=";)" /> <br />
<br />
<div class="cquote">If they tell me that they can create a nice hobby OS, I can believe it. </div><br />
<br />
That's more or less what they tell you!</description>
			<pubDate>Tue, 04 Jan 2011 08:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (aldeck)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: its time has gone</title>
			<link>http://www.osnews.com/thread?455796</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455796</guid>
			<description>I can see why this gets downvoted, but it's true. We have enough linux distros - Haiku aims to be something different and that's why it's interesting.</description>
			<pubDate>Tue, 04 Jan 2011 08:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (Ultimatebadass)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Sorry...</title>
			<link>http://www.osnews.com/thread?455799</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455799</guid>
			<description><div class="cquote">&quot;Linux on the Desktop&quot; seems to be struggling to hold even a single digit in user share:  </div><br />
Doesn't matter one bit to me.  Still doesn't change the fact that it's excellent on my desktop, and has been my preferred OS since mid to late 2006. <img src="/images/emo/smile.gif" alt=";)" /> <br />
  <br />
I recall reading an article by Caitlyn Martin claiming that Linux's total market share is more realistically near 10%, and depending on what your definition for &quot;desktop&quot; is, many Red Hat-based systems that traditionally are counted as &quot;workstations&quot; could possibly count as desktops.Edited 2011-01-04 08:49 UTC</description>
			<pubDate>Tue, 04 Jan 2011 08:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (UltraZelda64)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Haiku could change the world when ...</title>
			<link>http://www.osnews.com/thread?455803</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455803</guid>
			<description>1. Somebody on the team gets a clue about marketing. The marketing mailing list has not seen a single post since ... January 2007 (<a href="http://www.freelists.org/archive/haiku-marcom" rel="nofollow">http://www.freelists.org/archive/haiku-marcom</a>). Booths at techie shows are great for a hobby OS. They are not going to change the world.<br />
<br />
2. A wide variety of development tools becomes available and supported. Not everybody likes C++. Yab seems stuck at v1.5. Bethon is not being updated and the documentation for it is sadly deficient. And ... well, that's it, really. There are a lot of languages that you can use to write command-line utilities for Haiku. Yawn. <br />
<br />
3. The old BeOS productivity apps get unearthed, licensed and UPDATED. Gobe Productive could still serve well, if it got translators for .odt and .docx, for example. Right now, you can use Haiku to ... play around with Haiku. Again, great for a hobby OS, but not world-changing.<br />
<br />
4. Haiku users stop falling all over themselves every time a QT/KDE app gets ported. If I wanted to run those in a sentimental BeOS-like GUI, I would simply run ZevenOS. Native apps is where it's at. <br />
<br />
And all of that, I am afraid, is going to take money. Wanted: eccentric millionaire with sentimental attachment to BeOS. Spacefaring experience not required but will be a recommendation.</description>
			<pubDate>Tue, 04 Jan 2011 09:08:00 GMT</pubDate>
			<author>donotreply@osnews.com (clasqm)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Uh?</title>
			<link>http://www.osnews.com/thread?455805</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455805</guid>
			<description>&gt;&gt; the percentage of audio and video applications available for Haiku is greater than the one in Linux, OS X or Windows  Queries can be manipulated and edited so that the entire search formula is displayed to the user in a true database manner.</description>
			<pubDate>Tue, 04 Jan 2011 09:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (renox)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: nice article, but....</title>
			<link>http://www.osnews.com/thread?455806</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455806</guid>
			<description>Likewise AtheOS (&amp; by extension Syllable) pre-date Haiku by several years. Haiku have certainly done more in a shorter time, though.</description>
			<pubDate>Tue, 04 Jan 2011 09:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (Vanders)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: its time has gone</title>
			<link>http://www.osnews.com/thread?455807</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455807</guid>
			<description><div class="cquote"> I search for the biggest files to delete them and not for the smallest one. </div><br />
<br />
That's only a minor UI issue: add a 'total file size' which would be the sum of the file size and the attributes sizes and your issues are solved.<br />
<br />
<br />
<div class="cquote">If Haiku don't close in. then it can not be faster then Linux. </div><br />
Depends a lot of what you consider 'faster'!!<br />
BeOS was much more responsive than Linux..<br />
Given that Linux still mostly focus on throughput and servers instead of desktop, it's quite possible that Haiku reproduce BeOS's superior responsiveness.</description>
			<pubDate>Tue, 04 Jan 2011 09:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (renox)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: No it won't</title>
			<link>http://www.osnews.com/thread?455811</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455811</guid>
			<description><div class="cquote">Touch based phones/tablets? Forget about them. </div><br />
<br />
Unless I've missed something, Haiku isn't aiming to run on &quot;touch based phones/tablets&quot;. Nor are Linux desktop projects such as Gnome, KDE and Xfce. So what?<br />
<br />
<div class="cquote">Pervasive multithreading? Apple's Grand Central Dispatch beats it. </div><br />
<br />
Does it? GCD is &quot;just&quot; an abstraction layer to pervasive multi threading. If anything it appears it's everyone else who is finally waking up to the idea of pervasive multi threading.<br />
<br />
<div class="cquote">BFS? ZFS/Btrfs are much better. </div><br />
<br />
ZFS is not a lightweight desktop filesystem, and Btrfs has a long way to go before it is stable.<br />
<br />
<div class="cquote">BFS attributes? Nepomuk can do what the BFS atrributes did and more (it may even possible to implement BFS attributes in Btrfs) </div><br />
<br />
You've confused an API with an application. The equivalent of Haiku (BFS) attributes are POSIX Extended Attributed (xattrs). On Linux there are a bunch of operating systems which implement xattr support, including ext2, ext3, ext4, JFS, ReiserFS, XFS and Btrfs.<br />
<br />
Nepomuk is an example of an application which uses xattr's. In fact, it's one of the <i>few</i> examples of an application which makes use of xattrs in any meaningful fashion. It seems that Linux developers really don't know what to do with them, and continue to blunder on making the same old fashioned mistakes.</description>
			<pubDate>Tue, 04 Jan 2011 09:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (Vanders)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Can't compare it to Android. </title>
			<link>http://www.osnews.com/thread?455813</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455813</guid>
			<description>Lack of multiuser on desktops? So you mean winxp, win7 with terminal server enabler patch is a good &quot;multiuser desktop&quot; environment?<br />
<br />
Besides privilege elevation, daemons which run with other UIDs, a desktop envi does not need multiuser mode.<br />
<br />
I noticed its possible to add other users on Haiku and su in with them then run programs or ssh in so its still there.<br />
<br />
For first test the 2 things I didn't like was WebPositive crashing like hell (some case have to kill the bg process otherwise it wouldn't resolve hosts anymore) and the vmware 7 audio card is not recognized so I can't test the sound.<br />
<br />
The blog entry is great so as this OS. Keep up the good work and keep it simple.<br />
<br />
Someone also wrote that its just another crappy linux distro, its not but from those I srsly had enough. I don't even bother spending any time anymore on testing new garbage like Zenwalk because there is no reason to do so and the online package repos might just die out for good for a version after 3 months then you can go QQing to their forums with 5 active users...<br />
<br />
Some day during the holidays I had to use a compiler environment which was installed in ubuntu interpid then noticed that the distro is obsolete and deleted out from the archives as well so the &quot;just works tm&quot; no longer applies for apt-get. Thats exactly what describes these small crappy linux distros. <br />
<br />
Their only use is to build targeted stuff from it like net sharing gws, webservers what you install once then runs for 5 years.<br />
<br />
Linux desktop setups can be very reliable but over the years I saw the exact opposite, for example old SuSe distros were crashing more than windows did (even tho the kernel was still running in the background but the deep consoles + X completely died). Not to mention the DBUS screw ups which still causing applications misbehave, crash, disappear from gnome toolbar. Throw in next to this more automated crap like avahi daemon, hald, udevd and you might just hope your ubuntu desktop won't die at next update <img src="/images/emo/smile.gif" alt=";)" /> <br />
At least most of these dbus &quot;issues&quot; are fixable with rming .gnome2 specific dirs from your home but some user reinstall the whole OS for sure.</description>
			<pubDate>Tue, 04 Jan 2011 09:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (xaeropower)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Happy new year...</title>
			<link>http://www.osnews.com/thread?455814</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455814</guid>
			<description>Welcome back to 1998!</description>
			<pubDate>Tue, 04 Jan 2011 09:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (jbauer)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Down for a while</title>
			<link>http://www.osnews.com/thread?455818</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455818</guid>
			<description>My blog crashed and burned today due to the OSNews effect. I hope I'll get it back up soon.</description>
			<pubDate>Tue, 04 Jan 2011 11:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (cypress)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: No it won't</title>
			<link>http://www.osnews.com/thread?455824</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455824</guid>
			<description><div class="cquote">IMHO, adding every feature imaginable isn't the way to succeed in today's technological world.  Computers have long been able to do much more than what 95% of people need them to do.  A ridiculous number of people still use XP, which was first released back in 2001.  It wouldn't surprise me if more than half of people could suffice with nothing but a webbrowser.<br />
<br />
I think the way to succeed is to do the vital stuff well.  Eye candy might be nice, but I prefer instant actions (e.g. opening a folder on the desktop, Haiku takes under a tenth of a second while other OSes average ten times that).  With Haiku you can boot, do your work, and shutdown in the least amount of time.  The GUIs are multi-threaded, rarely modal, and have a speed that make using any other OS downright frustrating. </div><br />
Agree totally with that. The desktop is now a mature market with relatively well-defined user expectations, what modern desktop OS developers should focus on IMO is the quality of the implementation. Making things bug-proof, responsive, reliable, lightweight, etc...</description>
			<pubDate>Tue, 04 Jan 2011 11:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (Neolander)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Haiku is alright</title>
			<link>http://www.osnews.com/thread?455826</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455826</guid>
			<description>I think the BeOS legacy is a bit overplayed. Haiku has its obvious roots - but it is a completely new OS. I believe this isn't emphasized enough.<br />
<br />
And as such it struggles to gain complete features and programs. If anything the BeOS compatibility helped Haiku get more traction and interest - and even some SW. <br />
<br />
I personally like the &quot;zen&quot; philosophy behind Haiku a lot. It is a very clean, welcoming operating system - no sensory overload, manageable.</description>
			<pubDate>Tue, 04 Jan 2011 11:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (matako)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Uh?</title>
			<link>http://www.osnews.com/thread?455830</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455830</guid>
			<description><div class="cquote">I can display and edit my scripts which use 'find','grep',etc does-it make my filesystem a database?? </div><br />
<br />
Actually yes. A filesystem <b><i>is</i></b> a database. <br />
<br />
They can be simple filesystems or they can be rich metadata filesystems. ext2, ext3, ext4, HPFS, NTFS, (Open)BFS, SkyFS and several others are rich metadata filesystems. In regard to ext2, ext3, ext4 and NTFS the functionality have largely been left unused for reasons I don't understand.<br />
<br />
I like how OS/2 and Syllable both use extended file attributes to store the mime type of a given file. Gnome and KDE seriously lack this. OS/2 also very nicely allows  for individual icons for a file. It's simply an extended attribute. I believe the vector icons used in Haiku are extended attributes as well, but I might be wrong. Windows, Gnome+KDE and to some extent also OS X are seriously behind on this one.</description>
			<pubDate>Tue, 04 Jan 2011 13:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (dylansmrjones)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Unfortunately people knows only Linux</title>
			<link>http://www.osnews.com/thread?455832</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455832</guid>
			<description>If 1/10 of the Linux developers would code for Haiku I think we would have the best desktop OS ever created.<br />
 Unfortunately the world of free software (almost) only knows Linux and ignores other very interesting new OSs free and open that would really make a difference...<br />
 <br />
 There's more than Linux out there.Edited 2011-01-04 13:37 UTC</description>
			<pubDate>Tue, 04 Jan 2011 13:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (hexaae)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: No it won't</title>
			<link>http://www.osnews.com/thread?455833</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455833</guid>
			<description>GCD is &quot;just&quot; an abstraction layer to pervasive multi threading.<br />
<br />
Well, they both allow running code in multiple processors. Other than that, they are radically different. Programming multithreading in BeOS is hard, Apple could have done it as hard as BeOS, but instead they decided to extend the language and implement a system that hides most of the locking complexity from the programmer. And then, GCD has a thread dispatcher.<br />
<br />
ZFS is not a lightweight desktop filesystem, and Btrfs has a long way to go before it is stable.<br />
<br />
There goes more disinformation. BTW, Btrfs is not stable but somehow Haiku has an advantage?<br />
<br />
You've confused an API with an application. The equivalent of Haiku (BFS) attributes are POSIX Extended Attributed (xattrs)<br />
<br />
BFS attributes are completely different to UNIX xattrs.</description>
			<pubDate>Tue, 04 Jan 2011 13:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (diegocg)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Uh?</title>
			<link>http://www.osnews.com/thread?455838</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455838</guid>
			<description><div class="cquote">Actually yes. A filesystem <b><i>is</i></b> a database. </div><br />
<br />
I agree, that's why I was criticising the article which didn't explained very well what was exactly the difference in BFS and the other.<br />
<br />
<br />
<div class="cquote"> In regard to ext2, ext3, ext4 and NTFS the functionality have largely been left unused for reasons I don't understand. </div><br />
<br />
Oh, it's easy to understand: these functionnality are really useful when they are used 'pervasively'.<br />
So adding the support of this feature in an existing OS  is very difficult: only a few application will use it, users will complain that they work differently than the rest of the OS, etc.<br />
It's a sociological issue, not a technical issue..</description>
			<pubDate>Tue, 04 Jan 2011 14:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (renox)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: No it won't</title>
			<link>http://www.osnews.com/thread?455844</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455844</guid>
			<description><div class="cquote">"<i>GCD is &quot;just&quot; an abstraction layer to pervasive multi threading. </div><br />
<br />
Well, they both allow running code in multiple processors. Other than that, they are radically different. </i>"<br />
<br />
No, they're not. GCD still uses threads. Code written with GCD is still multi threaded. GCD just abstracts the details away. It's nice, but it's not like thread abstraction models haven't ever been done before.<br />
<br />
<div class="cquote">Programming multithreading in BeOS is hard </div><br />
<br />
No, it really really isn't. Asynchronous message passing and high level APIs make multi threading very very easy.<br />
<br />
<div class="cquote">"<i>ZFS is not a lightweight desktop filesystem, and Btrfs has a long way to go before it is stable. </div><br />
<br />
There goes more disinformation. BTW, Btrfs is not stable but somehow Haiku has an advantage? </i>"<br />
<br />
Do you disagree that ZFS is not a lightweight OS designed for desktop users? I'd love to see your arguments to support that particular claim. As for Btrfs, I never said Haiku had an advantage, but BFS is certainly not at a <i>disadvantage</i> when compared to Btrfs in terms of maturity. Not even the Btrfs developers suggest using Btrfs for anything other than testing at the moment.<br />
<br />
<div class="cquote">"<i>You've confused an API with an application. The equivalent of Haiku (BFS) attributes are POSIX Extended Attributed (xattrs) </div><br />
<br />
BFS attributes are completely different to UNIX xattrs. </i>"<br />
<br />
No, they're the same concept. Both allow you to store arbitary key:value pairs against an inode. Oh, wait, you're right: POSIX xattrs have no way to stat() an attribute. You just have to try and read it and see if it's there.<br />
<br />
The utterly dire state of documentation for POSIX extended attributes may be one of the many reasons why they're so poorly utilised.</description>
			<pubDate>Tue, 04 Jan 2011 15:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (Vanders)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Can't compare it to Android. </title>
			<link>http://www.osnews.com/thread?455845</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455845</guid>
			<description>Actualy i concider the lack of multi-user a pro.<br />
The whole multi-user and even remote access of current operating systems is causing a lot of security and bloat problems.</description>
			<pubDate>Tue, 04 Jan 2011 15:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (Bully)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Haiku could change the world when ...</title>
			<link>http://www.osnews.com/thread?455847</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455847</guid>
			<description><div class="cquote">1. Somebody on the team gets a clue about marketing. </div><br />
<br />
Marketing is just a tool that you can use to help achieve your strategic goals. For marketing to work effectively, its purpose has to be aligned with the goals of the people that make things happen, in this case the coders, and it has to work from within; marketing in a vacuum does not work.<br />
<br />
What I mean by this is that, no matter how active a marketing mailing list could be, unless the developers themselves are willing to participate in the discussions, can agree with the conclusions reached in those discussions and (more importantly) are willing to put the effort to make them happen, it would all end up being just words in the air and no action. Being this open source where the &quot;scratch my itch&quot; modus operandi usually prevails, this is unfortunately the most likely outcome (good example: the R1 survey they recently did looked like a nice marketing exercise; but strangely, they ended up putting funding in a place from different from where the survey results were telling them).<br />
<br />
The core developers at Haiku do not seem to be doing this with a business mindset nor do they seem to have &quot;changing the world&quot; as a goal (AFAICT). And while there may be no official statement of how Haiku is being positioned, the dynamics of the project do seem to point in the direction of a hobby OS. That being the case, Haiku can only be marketed as such; any expectation beyond that is unrealistic, with marketing or without it. Loads of money could change the dynamics; whether the eccentric millionaire of your dreams ever appear remains to be seen. One can only dream for now.</description>
			<pubDate>Tue, 04 Jan 2011 15:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (koki)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: No it won't</title>
			<link>http://www.osnews.com/thread?455848</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455848</guid>
			<description>Asynchronous message passing and high level APIs make multi threading very very easy. <br />
<br />
&quot;Asynchronous&quot; and &quot;very easy&quot; in the same sentence!<br />
<br />
Do you disagree that ZFS is not a lightweight OS designed for desktop users? I'd love to see your arguments to support that particular claim.<br />
<br />
Of course. ZFS is a general purpose filesystem, it was designed with cheap disks in mind. It can be used in desktop and in fact many people is using it daily. It would be funny if you were trying to tell me that there is some kind of resource usage impediment to use ZFS on desktops.<br />
<br />
<br />
No, they're the same concept. Both allow you to store arbitary key:value pairs against an inode.<br />
<br />
Except that BFS doesn't store anything &quot;against&quot; an inode. In BFS, and unlike other Unix filesystems, every attribute &quot;type&quot; is stored physically in its own tree, with leaves pointing to the inodes. That is what allows BFS to do database-like search and modification operations really fast. In a tradicional unix filesystem you would need to scan the whole metadata tree, find all the inodes and then check the xattrs, which is way too expensive. And which is the reason why unix filesystems do not have a BFS-like query api.</description>
			<pubDate>Tue, 04 Jan 2011 16:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (diegocg)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Can't compare it to Android. </title>
			<link>http://www.osnews.com/thread?455849</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455849</guid>
			<description><div class="cquote">Besides privilege elevation, daemons which run with other UIDs, a desktop envi does not need multiuser mode. </div><br />
<br />
So you are fine with desktops always booting to root?<br />
<br />
<div class="cquote">(complaints about Linux distros) </div><br />
<br />
The Linux desktop has issues that need to be resolved like updates which is why I have said that it needs to bake for 3-4 years. Haiku would take even longer and would be a major step back in security. New systems should provide greater privilege separation, not less. They should have forked FreeBSD and added a Haiku like interface on top. I understand coding for fun but....a single user, 32 bit system? Why not build upon all the work that has gone into improving *Nix security models?</description>
			<pubDate>Tue, 04 Jan 2011 16:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (nt_jerkface)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Can't compare it to Android. </title>
			<link>http://www.osnews.com/thread?455850</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455850</guid>
			<description>So your solution to privilege escalation attacks is to give everyone root?</description>
			<pubDate>Tue, 04 Jan 2011 16:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (nt_jerkface)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Happy new year...</title>
			<link>http://www.osnews.com/thread?455852</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455852</guid>
			<description>People say things like that without realizing that many of the key technologies in modern operating systems (multiprocessor support, multithreading, security bitmaps, etc.) have been around since the 1960's.<br />
 <br />
Some OSes in 1998 had features which nothing popular today seems to possess, sometimes even with third-party add-ons.</description>
			<pubDate>Tue, 04 Jan 2011 16:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (rcsteiner)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Happy new year...</title>
			<link>http://www.osnews.com/thread?455853</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455853</guid>
			<description>So what? BeOS failed back then, it's hard to see how a half-assed clone could &quot;change the world&quot; today, competing against much more evolved operating systems. Unless the only purpose of suggesting it is to have a good laugh of course.<br />
<br />
Nothing wrong with it being a hobbyist OS, just don't hype it as anything else based on wishful thinking and a delusional view of what software engineering is all about. We have the year of Linux on the desktop for that, there's no need to bring more guests to that party.</description>
			<pubDate>Tue, 04 Jan 2011 16:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (jbauer)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Can't compare it to Android. </title>
			<link>http://www.osnews.com/thread?455854</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455854</guid>
			<description>There are other ways to protect system files then to think in root/user.</description>
			<pubDate>Tue, 04 Jan 2011 16:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (Bully)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Haiku could change the world when ...</title>
			<link>http://www.osnews.com/thread?455855</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455855</guid>
			<description><div class="cquote">the R1 survey they recently did looked like a nice marketing exercise; but strangely, they ended up putting funding in a place from different from where the survey results were telling them). </div><br />
AFAIK the survey was first made amongst the devs and then extended (by something of a whim) to an open survey. Needless to say that while the overall results would have been interesting reading for the devs, their own internal voting and discussions regarding it is most likely what decides what is prioritized and what is not. Which is as it should be, if the 'community' wants to direct development efforts towards something in particular, bounties is always an possibility. <br />
<br />
<div class="cquote">[And while there may be no official statement of how Haiku is being positioned, the dynamics of the project do seem to point in the direction of a hobby OS. </div><br />
The main motivation of the Haiku devs have always seemed crystal clear to me, making the desktop OS they <b>themselves</b> want to <b>use</b>. Which is also why this talk of success or failure is pointless, if none other than the devs themselves end up using Haiku then it's still a success. <br />
<br />
Undoubtably they would welcome some kind of commercial opportunity to work full time on Haiku, but if that was a major motivator they would have given up years ago. As it stands it would be the icing on the cake.</description>
			<pubDate>Tue, 04 Jan 2011 17:17:00 GMT</pubDate>
			<author>donotreply@osnews.com (Valhalla)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Can't compare it to Android. </title>
			<link>http://www.osnews.com/thread?455856</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455856</guid>
			<description><div class="cquote">So you are fine with desktops always booting to root? </div><br />
  There are other security models than multiple users. In my opinion, an capability-based and app-centric security model would be a better fit for desktop use.<br />
  <br />
  <div class="cquote">They should have forked FreeBSD and added a Haiku like interface on top. I understand coding for fun but....a single user, 32 bit system? Why not build upon all the work that has gone into improving *Nix security models? </div><br />
  They wanted BeOS compatibility, and it'd have been hard to provide that starting from a FreeBSD fork. Besides, current Unices are not necessarily perfect for desktop use (monolithic kernels, scheduling not targeting responsiveness, user/admin security model...), so it's not necessarily bad to see a new breed of kernels better suited for that, even though it means that progress will be much slower.Edited 2011-01-04 17:43 UTC</description>
			<pubDate>Tue, 04 Jan 2011 17:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (Neolander)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>&amp;quot;Haiku Could Change The World...&amp;quot;</title>
			<link>http://www.osnews.com/thread?455858</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455858</guid>
			<description>...but the chances of doing so are miniscule, making the article title quite laughable, really. In the desktop world, Windows dominates, Mac OS X is a slowly growing second and Linux is hovering around 1-2%, barely increasing at all. *Every* other desktop OS is below 0.1% or worse - Haiku doesn't even register as a tiny blip in the &quot;Others&quot; category.<br />
<br />
The only Open Source desktop OS with any chance at all at the moment is Linux and it is simply stifled because all the major OEMs are beholden to Microsoft volume discounts and won't pre-install Linux. Dell have tried, but their efforts have either stalled or been &quot;hidden&quot; in obscure corners of dell.com.<br />
<br />
I'm still confused why the major OEMs can't ship a machine with no OS and clearly state that only the hardware is supported. Not only would users get a choice of OS, the prices would be lower and non-Windows OS'es would have a better chance of being installed. It's the only route Linux or even Haiku could ever establish itself in the market, but sadly the OEMs are scared of losing their Windows licence volume discounts (Microsoft would threaten them with worse terms I bet too, even if it was illegal). I've been able to buy servers for work for years from various major OEMs with no OS shipped, so why not desktops (and laptops)?</description>
			<pubDate>Tue, 04 Jan 2011 17:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (rklrkl)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: &amp;quot;Haiku Could Change The World...&amp;quot;</title>
			<link>http://www.osnews.com/thread?455859</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455859</guid>
			<description>I wish people would stop blaming Linux's failure on the desktop on Microsoft and OEM deals.  Fact is, nobody wants to use Linux.  At best, it's a slightly better Windows than Windows.  It's not revolutionary, it doesn't solve day-to-day problems much better (or even better at all) than Windows and OS X.  It really offers very little for folks who don't have specific reasons to want to use a Unix-based OS.  Add to that the fact that it is still finicky with hardware, especially graphics cards and things like that, and has buggy software, or just plain lacks software that is available on Windows and OS X and you have a recipe for failure.  On the desktop, it'll always be a niche, unless it can actually start offering up something truly different and valuable.  Right now, we seem to be getting cheap and incomplete clones of Windows and OS X.  Nobody wants that.</description>
			<pubDate>Tue, 04 Jan 2011 17:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (siride)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: No it won't</title>
			<link>http://www.osnews.com/thread?455860</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455860</guid>
			<description><div class="cquote"><br />
No, they're not. GCD still uses threads. Code written with GCD is still multi threaded. GCD just abstracts the details away. It's nice, but it's not like thread abstraction models haven't ever been done before.<br />
 </div><br />
<br />
Are you trying to imply that it was not a magical revolution invented by Steve?<br />
<br />
<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/concurrent/package-summary.html" rel="nofollow">http://download.oracle.com/javase/1.5.0/docs/api/java/util/concurre...</a><br />
<br />
<a href="http://doc.qt.nokia.com/4.6/threads-qtconcurrent.html" rel="nofollow">http://doc.qt.nokia.com/4.6/threads-qtconcurrent.html</a></description>
			<pubDate>Tue, 04 Jan 2011 18:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (vivainio)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: To Haiku Developers</title>
			<link>http://www.osnews.com/thread?455865</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455865</guid>
			<description>That used to be the case here, but for too long there hasn't been enough activity outside of Windows/Linux/OSX, and the majority of readers have moved into one of those three camps, and now reject anything that isn't part of their OS of choice.</description>
			<pubDate>Tue, 04 Jan 2011 18:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (Drumhellar)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Sorry...</title>
			<link>http://www.osnews.com/thread?455866</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455866</guid>
			<description>We *never* claimed that we wants to change the world with Haiku.<br />
Ever.<br />
<br />
No. Just the usual secret world domination aim is far enough for us.<br />
<br />
:-)</description>
			<pubDate>Tue, 04 Jan 2011 18:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (phoudoin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>The horse is dead</title>
			<link>http://www.osnews.com/thread?455867</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455867</guid>
			<description>X) No multi-user<br />
X) No real existing application base<br />
X) The OS is barely used on the desktop, let alone the fact that there this thing is not running on any mobile platform in any capacity<br />
X) It has no server functionality<br />
X) Its limited to the Desktop only currently<br />
<br />
I could keep going and going but really what is the point.<br />
<br />
Its a neat 'retro' experience and another open source OS for hackers to play with but that is really it.<br />
<br />
I'd say OS/2 has a better chance of 'changing the world' than Haiku at this point and I don't see a snowballs chance in hell of that happening either!<br />
<br />
Its time to move on, to let go and to find peace. <br />
The horse is dead so please stop trying to ride it!</description>
			<pubDate>Tue, 04 Jan 2011 18:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (Bit_Rapist)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: The horse is dead</title>
			<link>http://www.osnews.com/thread?455869</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455869</guid>
			<description><div class="cquote">X) No multi-user </div><br />
<br />
When was the last time you actually USED this on your desktop box?<br />
<br />
At least here in The Netherlands, we stopped using multiple logins like ages ago - when people need their own account at home (where Haiku is targeted at), they generally get their own computer. I'd hazard a guess that 95% of home computers sold last year have only ONE user account - that of the owner.<br />
<br />
<div class="cquote">X) No real existing application base </div><br />
<br />
Chicken/egg. Not Haiku's failing.<br />
<br />
<div class="cquote">X) The OS is barely used on the desktop </div><br />
<br />
Chicken/egg. Not Haiku's failing.<br />
<br />
<div class="cquote">let alone the fact that there this thing is not running on any mobile platform in any capacity </div><br />
<br />
Nor is Windows NT.<br />
<br />
<div class="cquote">X) It has no server functionality </div><br />
<br />
And?<br />
<br />
<div class="cquote">X) Its limited to the Desktop only currently </div><br />
<br />
And?</description>
			<pubDate>Tue, 04 Jan 2011 19:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (Thom_Holwerda)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: No it won't</title>
			<link>http://www.osnews.com/thread?455870</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455870</guid>
			<description><div class="cquote">Agree totally with that. The desktop is now a mature market with relatively well-defined user expectations, what modern desktop OS developers should focus on IMO is the quality of the implementation. Making things bug-proof, responsive, reliable, lightweight, etc... </div><br />
<br />
I can't agree here. We have some mini-revolutions still in the pipeline:<br />
<br />
- Non-crappy email (Chandler tried and failed, waiting for someone to tackle this)<br />
<br />
- &quot;Semantic&quot; stuff. RDF, Nepomuk, Tracker. All the data really interconnected and discoverable intuitively.</description>
			<pubDate>Tue, 04 Jan 2011 19:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (vivainio)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: No it won't</title>
			<link>http://www.osnews.com/thread?455872</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455872</guid>
			<description>E-mail clients are a thing of the user-space, not a core part of an operating system.<br />
    <br />
    About semantic filesystems, well... I still wait for them to become actually easier and more fun to use than a good file hierarchy, but that could indeed be a small revolution in a few dozens of years, once it has matured a bit. In meantime, I think we should better be busy creating a lockup-free, rock-solid desktop to run it on, since it's something we can make for sure with today's technology and research ^^Edited 2011-01-04 19:37 UTC</description>
			<pubDate>Tue, 04 Jan 2011 19:34:00 GMT</pubDate>
			<author>donotreply@osnews.com (Neolander)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: The horse is dead</title>
			<link>http://www.osnews.com/thread?455875</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455875</guid>
			<description><div class="cquote">When was the last time you actually USED this on your desktop box? </div><br />
<br />
This morning actually, but I wasn't thinking 'home use' when I raised this complaint, but use within a business context.<br />
<br />
<div class="cquote">Chicken/egg. Not Haiku's failing. </div><br />
<br />
It may not be Haiku's failing but how is this OS going to 'change the world' when it brings nothing ground breaking to the table vs. what is already there? <br />
<br />
At least with a heavily used existing application base it would have some existing value and it could be argued that a foundation exists which it worth extending. <br />
<br />
<div class="cquote">Nor is Windows NT. </div><br />
<br />
To a degree yes it is, MS is at least attempting to position Windows 7 as a tablet OS and is working to provide options for developers when it comes to moving applications to the Phone platform. <br />
<br />
You also have Windows Embedded which may show up in various devices in the near future.<br />
<br />
Not that I think MS is going to survive the mobile explosion or really take us anywhere in the future. They have proven that they don't 'get' where computing is going quite well at this point.<br />
<br />
<div class="cquote">X) It has no server functionality </div><br />
<br />
<div class="cquote">And? </div><br />
<br />
The world is moving to 'the cloud' (*yeah I hate the buzzword too*) and mobile computing. <br />
<br />
Haiku has no server presence, it provides no application hosting abilities on the internet.<br />
<br />
It has almost zero vendor support for any commercial software.<br />
<br />
It is not running on any mobile devices.<br />
<br />
This OS is going to change the world!??!?<br />
<br />
Beyond a few 'cool' design ideas under the hood it has nothing going for it as a mainstream OS let alone a game changer!<br />
<br />
That Netherlands bud you are toking sounds like it may change the world more than Haiku ever will! Ship me some of that sh*t!!!</description>
			<pubDate>Tue, 04 Jan 2011 19:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (Bit_Rapist)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: No it won't</title>
			<link>http://www.osnews.com/thread?455876</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455876</guid>
			<description><div class="cquote">E-mail clients are a thing of the user-space, not a core part of an operating system. </div><br />
<br />
Everything is part of user space these days, but point taken <img src="/images/emo/smile.gif" alt=";)" /> .<br />
<br />
<div class="cquote">About semantic filesystems, well... I still wait for them to become actually easier and more fun to use than a good file hierarchy, but that could indeed be a small revolution in a few dozens of years, once it has matured a bit. </div><br />
<br />
I was thinking &quot;more userspace&quot; again, these semantic systems store their data in normal databases (sqlite, virtuoso ...). Perhaps it could benefit from some fs support, but it doesn't appear to be needed yet.</description>
			<pubDate>Tue, 04 Jan 2011 19:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (vivainio)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: No it won't</title>
			<link>http://www.osnews.com/thread?455877</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455877</guid>
			<description><div class="cquote">"<i>Asynchronous message passing and high level APIs make multi threading very very easy. </div><br />
  <br />
 &quot;Asynchronous&quot; and &quot;very easy&quot; in the same sentence! </i>"<br />
  <br />
  But <i>it is</i>. I really can't fathom how any developer who's actually tried any of these Be-like APIs can find the concept difficult.<br />
  <br />
  <div class="cquote">"<i>Do you disagree that ZFS is not a lightweight OS designed for desktop users? I'd love to see your arguments to support that particular claim. </div><br />
  <br />
  Of course. ZFS is a general purpose filesystem, it was designed with cheap disks in mind. </i>"<br />
  <br />
  Yes, it is &quot;general purpose&quot; filesystem. That term has a specific meaning, and it isn't the one you're trying to use. Yes, it was designed for &quot;cheap&quot; discs: large SANs comprised of cheap discs.<br />
  <br />
  <div class="cquote">It can be used in desktop and in fact many people is using it daily. It would be funny if you were trying to tell me that there is some kind of resource usage impediment to use ZFS on desktops. </div><br />
  <br />
  Of course it &quot;can&quot; be used, and I don't doubt that there are people who do. That doesn't make it the best file system for everyone. It <i>is</i> a memory and CPU intensive file system. People who use ZFS on their desktops have traded speed for a bunch of features which they will very likely never use. Why bother?<br />
  <br />
  <div class="cquote">[q]No, they're the same concept. Both allow you to store arbitary key:value pairs against an inode. </div><br />
  <br />
  Except that BFS doesn't store anything &quot;against&quot; an inode...[q]<br />
  <br />
  You're worrying about implementation details. I'm talking about the APIs: both BeOS and POSIX provide a simple API to read and write extended attributes. Both APIs allow you to read and write key:value pairs for a given inode. There is nothing stopping someone from writing a BeFS-like Linux filesystem which organises it's xattrs in the same way as BeFS.Edited 2011-01-04 20:04 UTC</description>
			<pubDate>Tue, 04 Jan 2011 20:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (Vanders)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: No it won't</title>
			<link>http://www.osnews.com/thread?455878</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455878</guid>
			<description><div class="cquote">Everything is part of user space these days, but point taken <img src="/images/emo/smile.gif" alt=";)" />  </div><br />
 Indeed, I had more the &quot;user-replaceable&quot; concept in mind. You can freely switch from one e-mail client to a highly different one without losing application compatibility or hugely changing your user/developer experience (apart from the mailing part) in another way, so I don't consider them as a core part of the operating system.<br />
 <br />
 <div class="cquote">I was thinking &quot;more userspace&quot; again, these semantic systems store their data in normal databases (sqlite, virtuoso ...). Perhaps it could benefit from some fs support, but it doesn't appear to be needed yet. </div><br />
 But wouldn't that mean that applications see the hard drive in a different way than users do ?Edited 2011-01-04 20:04 UTC</description>
			<pubDate>Tue, 04 Jan 2011 20:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (Neolander)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Many BeOS apps discontinued</title>
			<link>http://www.osnews.com/thread?455881</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455881</guid>
			<description>It's odd...I just had a look at the aforementioned web site and it seems all application respective web pages are discontinued: <a href="http://bebits.com/browse/128" rel="nofollow">http://bebits.com/browse/128</a><br />
They all return 404 pages, error messages, messages saying the project has been discontinued, default web host pages, spam domains, etc...</description>
			<pubDate>Tue, 04 Jan 2011 20:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (Liquidator)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Can't compare it to Android. </title>
			<link>http://www.osnews.com/thread?455882</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455882</guid>
			<description><div class="cquote">There are other security models than multiple users. In my opinion, an capability-based and app-centric security model would be a better fit for desktop use. </div><br />
<br />
Problem is that you have environments where multiple users actually exist and are not just aspects of a security model. Even if you discount the enterprise you still have homes where people are used to being able to have separate accounts. Sure you can start pwording everything to remember settings but by the time you're done you will have a half-assed multi-user system. <br />
<br />
The multi-user underpinnings of Unix are solid and mature. It's insane to ditch some of the best aspects of Unix in a POSIX compatible syste. <br />
  <br />
<div class="cquote">They wanted BeOS compatibility, and it'd have been hard to provide that starting from a FreeBSD fork. Besides </div><br />
<br />
I'm guessing you mean BeOS internals because there isn't some BeOS library worth accessing. I consider Haiku a project motivated by nostalgia and as such should not be a full clone but instead a layer. <br />
<br />
<div class="cquote">current Unices are not necessarily perfect for desktop use (monolithic kernels, scheduling not targeting responsiveness, user/admin security model...), </div><br />
It would be much easier to fork an existing kernel and tweak it for the desktop instead of cloning BeOS. I think the main problem with the Linux kernel is the lack of a binary interface, not the scheduling. <br />
<br />
Haiku may seem very responsive but then so is Windows 98 on newer hardware. We'll see how responsive Haiku is once they've added some security layers and GUI effects.</description>
			<pubDate>Tue, 04 Jan 2011 20:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (nt_jerkface)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Can't compare it to Android. </title>
			<link>http://www.osnews.com/thread?455883</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455883</guid>
			<description>If you have multiple users accessing the same computer then you need file separation. Do user files need to be separated and encrypted? If so then why not have a multi-user system?</description>
			<pubDate>Tue, 04 Jan 2011 20:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (nt_jerkface)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Can't compare it to Android. </title>
			<link>http://www.osnews.com/thread?455885</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455885</guid>
			<description><div class="cquote">If you have multiple users accessing the same computer then you need file separation. </div><br />
<br />
And how many home computers are accessed by multiple users?<br />
<br />
Hint: few.<br />
<br />
I can't find the damn link, but I believe the results from Microsoft's Customer Experience Improvement Program showed like 90% of machines having only one user (the owner). There is no need whatsoever to DEMAND multiuser OR ELSE. There ARE other ways to make machines secure. Why focus on a fringe use case (i.e., home computers with multiple users), when you're such a small effort?</description>
			<pubDate>Tue, 04 Jan 2011 21:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (Thom_Holwerda)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: &amp;quot;Haiku Could Change The World...&amp;quot;</title>
			<link>http://www.osnews.com/thread?455886</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455886</guid>
			<description><div class="cquote">I've been able to buy servers for work for years from various major OEMs with no OS shipped, so why not desktops (and laptops)? </div><br />
<br />
Junkware is the missing factor. OEMs not only get paid to install junkware but also get a cut every time subscription software like anti-virus software is renewed.</description>
			<pubDate>Tue, 04 Jan 2011 21:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (nt_jerkface)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: No it won't</title>
			<link>http://www.osnews.com/thread?455888</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455888</guid>
			<description>You're worrying about implementation details. I'm talking about the APIs: both BeOS and POSIX provide a simple API to read and write extended attributes. Both APIs allow you to read and write key:value pairs for a given inode. <br />
<br />
Sigh. Then why don't you read the APIs before talking about what you don't know? In BeOS there are APIs similar to xattrs and then there are more things. BeOS APIs like open_indexdir or open_query are not realistically implementable in a POSIX xattrs filesystem.</description>
			<pubDate>Tue, 04 Jan 2011 21:29:00 GMT</pubDate>
			<author>donotreply@osnews.com (diegocg)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Can't compare it to Android. </title>
			<link>http://www.osnews.com/thread?455889</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455889</guid>
			<description>If multiple humans use a computer, then do some home folder redirection at boot and you're done.  Letting multiple users log in simultaneously is much harder, and it's a mainframe carry-over that's been rehashed into a security measure.<br />
<br />
IMHO, it's not even a particularly good security model as you need things like UAC and sudo, your home directory isn't protected, and the prevalence of privilege escalation exploits suggest it's difficult to properly implement.</description>
			<pubDate>Tue, 04 Jan 2011 21:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (izomiac)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>WAAAAIIIIIITTTTTT AAAAA MINUTE!!!!</title>
			<link>http://www.osnews.com/thread?455891</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455891</guid>
			<description>For all of you with strong emotional ties to Linux or other OSs saying that Haiku doesn't have this or that or the other thing including market share...<br />
<br />
Haiku is in ALPHA right now. ALPHA. ALPHA. Keep repeating that until you get a clue.<br />
<br />
How in the world do you expect an Alpha version of an OS to have everything including loads of apps. I don't care if BeOS existed 20 years ago. Haiku is now and whatever happened then, happened then. This is now. That was then.<br />
<br />
Anything can happen but it will take time. For instance, take Linux before it got to 1.0. Take everything you think Haiku should have and compare it to Linux back then. Did Linux meet most of your criteria? No.<br />
<br />
As for Linux getting 10% or more market share, it will have to change DRASTICALLY. For anyone other than nerds, Linux is a PITA. <br />
<br />
It doesn't matter what YOU think. It matters what John and Jane think. Can they go to a big name store and buy a big name computer with Linux on it? It is EXTREMELY hard to do that. All the sales people keep pushing people to Windows, Windows, Windows. <br />
<br />
As it is, even Apple only gets a small corner of Best Buy or other stores. With that kind of presence in stores, for Linux or Apple, it would be a really hard sell to get people to buy either of those.<br />
<br />
Where Apple is succeeding is that when they couldn't get a bigger presence in stores they created their own. That, along with iPods and iPhones and now iPads are bringing people around to Mac laptop and desktop computers.<br />
<br />
But back to Haiku. I LOVE that it exists. I remember having a 486 computer and running BeOS R5 on it and having SIXTEEN videos running at the same time without missing one single frame of any of the videos. As for the audio, it never missed a step there either. I could click madly between all 16 videos and the audio would switch instantly to which ever one I picked. Try that with only two videos on Windows or Linux or OS X. Sorry but it doesn't work like that on them.<br />
<br />
Haiku is about creating and using media. It's about taking video or audio and doing something with them. If what you want to do in life is something else, then Haiku probably isn't for you. That doesn't make it ANY less relevant than what you use.</description>
			<pubDate>Tue, 04 Jan 2011 21:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (Sabon)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: The horse is dead</title>
			<link>http://www.osnews.com/thread?455892</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455892</guid>
			<description><div class="cquote">"<i>X) No multi-user </div><br />
<br />
When was the last time you actually USED this on your desktop box? </i>"<br />
<br />
I use that _all_ the time. The argument &quot;I don't use it, so it isn't useful to anyone.&quot; was NEVER a valid argument!<br />
<br />
A operating system which doesn't support multi-user in 2010 is useless. Period.<br />
<br />
<div class="cquote">"<i>X) No real existing application base </div><br />
<br />
Chicken/egg. Not Haiku's failing. </i>"<br />
Agreed. But when you're talking about changing the world you should somehow also be able to attract developers.<br />
<br />
<div class="cquote">"<i>X) The OS is barely used on the desktop </div><br />
<br />
Chicken/egg. Not Haiku's failing. </i>"<br />
Well, it currently lacks a lot of essential features and hardware support. So, yes, it's Haiku's problem!<br />
<br />
<div class="cquote">"<i>let alone the fact that there this thing is not running on any mobile platform in any capacity </div><br />
<br />
Nor is Windows NT. </i>"<br />
So are Linux and MacOS!<br />
<br />
<div class="cquote">"<i>X) It has no server functionality </div><br />
<br />
And? </i>"<br />
Nothing &quot;and&quot;. Any modern operating system nowadays has server capabilities. Again, the argument &quot;I don't use it so the rest of the world won't need it either&quot; is not a valid argument. That's just stupid. Don't tell other people what they need and should do.<br />
<br />
<div class="cquote">"<i>X) Its limited to the Desktop only currently </div><br />
<br />
And? </i>"<br />
Which reduces the possible user base and, thus, reduces the amount of applications developed for it.<br />
<br />
Seriously. I see that Haiku is really a nice project and I actually already knew BeOS from release 3.1 (I once ordered a LiveCD from Be back in 1998 to test it). But it lacks so many essential features and applications that it won't be any serious competitor in near future.<br />
<br />
All these claims that it's so superior when it comes to multimedia over Linux, MacOS and Windows might have been true for 1998, but not for 2010. Seriously.<br />
<br />
Adrian</description>
			<pubDate>Tue, 04 Jan 2011 21:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (toast88)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: No it won't</title>
			<link>http://www.osnews.com/thread?455893</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455893</guid>
			<description><div class="cquote">But wouldn't that mean that applications see the hard drive in a different way than users do ? </div><br />
<br />
Both views of the hard drive are always available to both users and applications, as they choose to request it. You can hide a lot of the real view by using semantic browsers as your &quot;file open&quot; dialog (without legacy applications so much as knowing such a feature is available).<br />
<br />
Likewise, a music player application would no longer have own library maintenance functionality. Rather, it would just request &quot;all music&quot; and get it, regardless of where it is.<br />
<br />
This would only apply for files under users home directory. /usr, /var, /opt would remain as they are.</description>
			<pubDate>Tue, 04 Jan 2011 21:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (vivainio)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: The horse is dead</title>
			<link>http://www.osnews.com/thread?455894</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455894</guid>
			<description><div class="cquote">I use that _all_ the time. </div><br />
<br />
Humour me. In what way?<br />
<br />
<div class="cquote">The argument &quot;I don't use it, so it isn't useful to anyone.&quot; was NEVER a valid argument!  </div><br />
<br />
The argument &quot;I use it, so it is useful to everyone&quot; was NEVER a valid argument!<br />
<br />
<div class="cquote"> operating system which doesn't support multi-user in 2010 is useless. Period.  </div><br />
<br />
Yet another person who parrots the party line without actually providing any reasoning as to WHY this is supposedly the case. I used to be in your camp, but over the years, my position has shifted. Nobody truly USES multiuser on their machines, since at least where I live, if you're old enough to need your own computer, you just GET YOUR OWN COMPUTER. This is further validated by Microsoft's data (still looking for that damn link).<br />
<br />
As computers are moving towards unique devices, instead of shared ones, the additional overhead and complexity multiuser adds becomes a burden, not a necessity or even a blessing. Security can be achieved in other, less intrusive and less taxing ways.</description>
			<pubDate>Tue, 04 Jan 2011 21:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (Thom_Holwerda)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: Can't compare it to Android. </title>
			<link>http://www.osnews.com/thread?455895</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455895</guid>
			<description>I wouldn't call the enterprise a fringe use case and multiuser systems don't demand that you make multiple accounts. <br />
<br />
A lot of XP machines shipped with auto-logon enabled so I'm sure that factors into all the account sharing in Windows. Windows 7 and Vista are more encouraging of using multiple accounts.</description>
			<pubDate>Tue, 04 Jan 2011 21:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (nt_jerkface)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[8]: No it won't</title>
			<link>http://www.osnews.com/thread?455896</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455896</guid>
			<description>Okay. I was rather thinking of a more in-depth modification of the filesystem, where applications operating at any level can see &quot;semantic&quot; folders and files as if they were actual files and folders on the filesystem.<br />
 <br />
 As soon as they can operate files, they see the semantic filesystem. And nothing differentiates real and virtual folders from a file manipulation point of view, unless you explicitely want to know the difference.<br />
 <br />
 In an UNIX-like OS, it could be implemented as some kind of mounted filesystem... After all, if we can implement encrypted filesystems and have them work with legacy apps without modifying them the tiniest bit, we can also implement a semantic filesystem in the same way, right ?Edited 2011-01-04 21:56 UTC</description>
			<pubDate>Tue, 04 Jan 2011 21:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (Neolander)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: Can't compare it to Android. </title>
			<link>http://www.osnews.com/thread?455897</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455897</guid>
			<description><div class="cquote">I wouldn't call the enterprise a fringe use case </div><br />
<br />
Since when is Haiku targeting the enterprise?</description>
			<pubDate>Tue, 04 Jan 2011 21:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (Thom_Holwerda)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: The horse is dead</title>
			<link>http://www.osnews.com/thread?455898</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455898</guid>
			<description>X) No multi-user<br />
X) It has no server functionality<br />
X) Its limited to the Desktop only currently <br />
<br />
All of that is by design.  Multi-user will probably be implemented eventually, but probably not how you're thinking.  Haiku will never be a better Linux than Linux, nor a better Windows than Windows.  IMHO, that's the only way to make something truly great since it's impossible to surpass that which you are fixated upon.<br />
<br />
X) No real existing application base<br />
<br />
It runs BeOS software fine.  There's also posix compatibility and QT.  OTOH, if you're an application centered user (e.g. photoshop or games), run the OS that has them.<br />
<br />
X) The OS is barely used on the desktop, let alone the fact that there this thing is not running on any mobile platform in any capacity<br />
<br />
It runs great on my laptop and I've heard netbooks as well.  There's also an ARM port in progress.  But you won't find it for every architecture in existence, like Linux, since it's not designed to be an embedded or server platform.</description>
			<pubDate>Tue, 04 Jan 2011 22:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (izomiac)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: Can't compare it to Android. </title>
			<link>http://www.osnews.com/thread?455900</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455900</guid>
			<description><div class="cquote">I can't find the damn link, but I believe the results from Microsoft's Customer Experience Improvement Program showed like 90% of machines having only one user (the owner). </div><br />
<br />
See figure 1.</description>
			<pubDate>Tue, 04 Jan 2011 22:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (Idefix)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Mac OS X is on phones</title>
			<link>http://www.osnews.com/thread?455902</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455902</guid>
			<description>iOS IS Mac OS X with just a different graphical interface and tuning for smaller devices, BUT the OS is still OS X.</description>
			<pubDate>Tue, 04 Jan 2011 22:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (Sabon)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: Can't compare it to Android. </title>
			<link>http://www.osnews.com/thread?455903</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455903</guid>
			<description>Wow, so more than 70% of Windows machines have just one user account, INCLUDING the enterprise world?<br />
<br />
That's a far larger percentage than I expected (my 90% estimate excluded the enterprise). Pretty shocking.</description>
			<pubDate>Tue, 04 Jan 2011 22:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (Thom_Holwerda)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: No it won't</title>
			<link>http://www.osnews.com/thread?455905</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455905</guid>
			<description><div class="cquote">Does it? GCD is &quot;just&quot; an abstraction layer to pervasive multi threading. If anything it appears it's everyone else who is finally waking up to the idea of pervasive multi threading.  </div><br />
<br />
GCD makes it easy for mortals to do mutli-threading, while simultaneously making it easier for the Operating system to provision threads more efficiently. There is no exact equivalent on any other modern desktop operating system. Although group scheduling in linux could be configured to have a similar effect, with a lot more effort.</description>
			<pubDate>Tue, 04 Jan 2011 22:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (Bill Shooter of Bul)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Haiku could change the world when ...</title>
			<link>http://www.osnews.com/thread?455906</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455906</guid>
			<description>Valhalla,<br />
<br />
I understand what you say and even agree with most of it. The point that I was trying to make is simply that Haiku is a developer centric project, not a marketing driven one, and that this is not likely to change (see the statement that I quoted).</description>
			<pubDate>Tue, 04 Jan 2011 22:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (koki)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Over 10,000 computers where I work.</title>
			<link>http://www.osnews.com/thread?455907</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455907</guid>
			<description>There are over 10,000 computers where I work. There is less than 5% of the computers that have multiple &quot;workers&quot; that use that same computer. We do also have an account with administrator rights of course that we use when we remote into the computers. So I guess you could then say that 100% of our computers have multiple users.<br />
<br />
On the other end of the scale, there is one computer that has 24 active Windows profiles on the computer. Active meaning all of them have logged into this one computer in the last 30 days.<br />
<br />
We have some computers with lots (over 100) users but there is only one account (other than our &quot;admin&quot; account) that is like a guest account. This isn't for public use but for people that need to get onto a computer to do their time card or sign up for benefits and so forth.<br />
<br />
We have other areas where there technically are multiple users which multiple profiles but these computers are mostly used to quickly check email and they use a web based email interface and almost never log off whoever is currently logged into the computer. These are people like vehicle maintenance people. These computers have no access to any sensitive information unless they login into a web based company page for time sheets and so forth.) The boss has his own computer.<br />
<br />
For the vast majority though, very few computers have multiple users. We have more users with multiple computers than we do computers with multiple users with individual logins.<br />
<br />
Haiku is not aimed at any of these people. It is aimed at graphics people, it is aimed at video people, it is aimed at people that manipulate audio, it is aimed at people that do two or all three of these things. It is also aimed at people that consume audio and video in higher degrees than &quot;average&quot; people.<br />
<br />
Meanwhile the OS will also be slow gaining the ability to do more and more main stream things.<br />
<br />
I don't have any connection with Haiku or BeOS other than as an enthusiast. I don't call myself a fan(atic). I just like to keep things real.</description>
			<pubDate>Tue, 04 Jan 2011 23:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (Sabon)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Over 10,000 computers where I work.</title>
			<link>http://www.osnews.com/thread?455910</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455910</guid>
			<description>without 3d drivers, tv tuners, and without sound card support, your project is going to get nowhere. At the end of the day I don't care what your OS does, I care if I can get it, install it, and actually use my hardware. If the answer is no then I will not use it. Linux has been successful because it has the hardware support. Any other project will take around a decade to get to the same place.Edited 2011-01-04 23:30 UTC</description>
			<pubDate>Tue, 04 Jan 2011 23:29:00 GMT</pubDate>
			<author>donotreply@osnews.com (Darkmage)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: No it won't</title>
			<link>http://www.osnews.com/thread?455911</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455911</guid>
			<description><div class="cquote">Sigh. Then why don't you read the APIs before talking about what you don't know? In BeOS there are APIs similar to xattrs and then there are more things. BeOS APIs like open_indexdir or open_query are not realistically implementable in a POSIX xattrs filesystem. </div><br />
<br />
Thanks, I know what the APIs are. The Syllable APIs are very similar to the Be APIs. The index API is not the attributes API. You do not have to have an index to use attributes.<br />
<br />
Oddly enough all you've managed to do is prove that the Be API has more features and is far more mature than the POSIX equivalent, which is odd when you started with:<br />
<br />
<div class="cquote">Nepomuk can do what the BFS atrributes did and more (it may even possible to implement BFS attributes in Btrfs) </div><br />
<br />
You've managed to disprove your own assertion. Nice work.</description>
			<pubDate>Tue, 04 Jan 2011 23:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (Vanders)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Running the newest in Virtualbox</title>
			<link>http://www.osnews.com/thread?455913</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455913</guid>
			<description>It is: <br />
<br />
very quick...noticeably so<br />
very clean...<br />
<br />
Lacks apps...but looking those up.<br />
<br />
I like it.</description>
			<pubDate>Tue, 04 Jan 2011 23:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (sigzero)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: No it won't</title>
			<link>http://www.osnews.com/thread?455915</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455915</guid>
			<description><div class="cquote">GCD makes it easy for mortals to do mutli-threading, while simultaneously making it easier for the Operating system to provision threads more efficiently. </div><br />
<br />
It's still just a thread abstraction model. There are many of them. GCD is nice, but it is not unique in that sense.<br />
<br />
I also vehemently disagree that there is anything particularly difficult about writing threaded code. I am certainly not a superhuman and find it easy enough.<br />
<br />
&quot;Threading is hard&quot; is the meme that just wont die. Developers hear that &quot;threading is difficult&quot; so they never try. They never learn how to do it, and when they finally <i>must</i> do it for something they resent it and inevitably make rookie mistakes. Because they made mistakes, &quot;threading is hard&quot;, obviously.<br />
<br />
GCD makes it easier for developers to express threaded execution paths without having to muck about in POSIX APIs (which has it's warts, as do all APIs). It doesn't solve the problem that developers still need to think in terms of threads and learn how to split their code into something that can be effectively run in parallel.</description>
			<pubDate>Tue, 04 Jan 2011 23:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (Vanders)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: No it won't</title>
			<link>http://www.osnews.com/thread?455917</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455917</guid>
			<description>No, its more than just a thread abstraction model. Its an improved thread provisioning model. Its like a threadpool, but Operating system wide. <br />
<br />
<br />
Ok, I now regret using the word &quot;mortals&quot; in my first response. That's being too kind to those that are not capable of doing it with OS level api's. Its as difficult as using pointers correctly. Some devs/ cs students just cant get it. <br />
<br />
<br />
Side note. I once replaced a dev that managed to use threads in Visual Basic ( Impressive!), but didn't understand concurrency. It was confusing as to why he went out of his way to make it possible, but then didn't pay attention to any of the ramifications of parallel operations accessing the same data structures.</description>
			<pubDate>Wed, 05 Jan 2011 00:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (Bill Shooter of Bul)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[8]: No it won't</title>
			<link>http://www.osnews.com/thread?455919</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455919</guid>
			<description>*Sigh*<br />
<br />
No, the BeOS API is not &quot;better&quot; than the POSIX API, it needs to be that way because it's implemented in the wrong layer. Nepomuk is far more powerful than the Be API, and it doesn't has any special dependence in xattras since, unlike BeOS, it doesn't use it as a database store. Linux 1, Beos 0, I rest my case.</description>
			<pubDate>Wed, 05 Jan 2011 00:34:00 GMT</pubDate>
			<author>donotreply@osnews.com (diegocg)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: To Haiku Developers</title>
			<link>http://www.osnews.com/thread?455927</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455927</guid>
			<description><i>If</i> I were interested in Linux, I'd be at one of the thousands of Linux websites, not at OS News.<br />
<br />
I certainly don't want Haiku to be Linux, or vice-versa.  See my comment way above.Edited 2011-01-05 02:59 UTC</description>
			<pubDate>Wed, 05 Jan 2011 02:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (Bobthearch)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: No it won't</title>
			<link>http://www.osnews.com/thread?455930</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455930</guid>
			<description>OK. I suggest you go try and use whatever desktop OS takes your fancy, on top of the ZFS file-system with a 1Ghz CPU and 512mb of ram. Then while your waiting for it to actually &quot;DO&quot; something, dig out another equivalent system, install BeOs/Haiku on it and set it to your liking. You'll have plenty of time before the first 1 finishes, honest! <img src="/images/emo/wink.gif" alt=";)" /></description>
			<pubDate>Wed, 05 Jan 2011 03:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (Sauron)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Can't compare it to Android. </title>
			<link>http://www.osnews.com/thread?455931</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455931</guid>
			<description><i>(and the vmware 7 audio card is not recognized so I can't test the sound. )</i><br />
<br />
Install the OSS Driver package from Haikuware.com and sound works perfectly in VMWare 7. Card is detected as (ES137x).</description>
			<pubDate>Wed, 05 Jan 2011 03:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (Sauron)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: Can't compare it to Android. </title>
			<link>http://www.osnews.com/thread?455933</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455933</guid>
			<description><i>(I wouldn't call the enterprise a fringe use case)</i><br />
<br />
Haiku is hardly aimed at the enterprise market. (Yet)! <img src="/images/emo/wink.gif" alt=";)" /> <br />
<br />
Besides, my 10 year old BeOs 5 machine which is single user, has never been hacked or caught a virus yet, even while running a ftp server! <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Wed, 05 Jan 2011 04:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (Sauron)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Great Article... but what about marketing?</title>
			<link>http://www.osnews.com/thread?455935</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455935</guid>
			<description>Hey, this is a great article. I knew nothing about Haiku but was interested in learning, and by reading this single article I got a good overview. <br />
<br />
Great with the screen shots, too. Instead of loading it up and trying it out I got a good feel for what Haiku's about right here.<br />
<br />
The only question I would have is about the title. For an OS to become predominant, marketing is a big part of it. In the absence of marketing even a technically-excellent system may not do well. My guess is that it's too late for Haiku to get major marketshare on technical merits alone.</description>
			<pubDate>Wed, 05 Jan 2011 05:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (benali72)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: No it won't</title>
			<link>http://www.osnews.com/thread?455940</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455940</guid>
			<description><div class="cquote">I also vehemently disagree that there is anything particularly difficult about writing threaded code. I am certainly not a superhuman and find it easy enough. </div><br />
<br />
I don't know you, so maybe what you say is true for you... I on the other hand have been programming for over 20 years, have done quite a lot of programming for different concurrency models in different languages. <br />
<br />
I've done straight win32 type threading (i.e. using raw threads and synchronizing using mutex/semephore), a bit of posix threading, using forks on Linux, Java threading, C# threading, asynchronous programming/message passing, overlapped IO, etc. etc. etc. I have not done any BeOS/Haiku development, so I wont speak to that. <br />
<br />
Anyway, all of these approaches to concurrency were picked up with various levels of difficulty - some were easy to get my head around, some were harder - none were what I call terribly difficult. The concepts are not the problem...<br />
<br />
The problem with pretty much all forms of multi-threading (ignoring asynchronous programming, forking, and other forms of non-threaded concurrency because they are fundamentally different) is not how hard it is to understand, or how hard it is to write code for. It is <b>HARD</b> to debug properly. I don't trust a programmer who says it is easy, they just haven't done it long enough. The language/runtime can help tremendously, some are much better than others - but even the very good ones are hard to debug.<br />
<br />
It is <b>very hard</b> to do correctly in an optimal manner, and it takes years to recognize when your code is doing it wrong. It has a tendency to work perfectly fine 99% of the time - its the other 1% that gets you, and usually not until after you shipped.<br />
<br />
So yeah, you can say it is easy for you. And it might be - for you. But I can honestly say I avoid it most of the time unless the payoff is very very big. It sometimes is worth the effort, but as my experience grew I realized better algorithms and other forms of concurrency besides threading can get you better, more predictable and maintainable results.</description>
			<pubDate>Wed, 05 Jan 2011 06:29:00 GMT</pubDate>
			<author>donotreply@osnews.com (galvanash)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Comment by Luca</title>
			<link>http://www.osnews.com/thread?455941</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455941</guid>
			<description>Oh, for people who give credit to Linux I want to show my Linux faq. <a href="http://linux-faq.org/eng/index.html" rel="nofollow">http://linux-faq.org/eng/index.html</a><br />
<br />
Personally I do not see any perspective in Linux. The system is exist more than 20 years and still can't get single percent of the market! It's obviously talk about it's advantages.</description>
			<pubDate>Wed, 05 Jan 2011 07:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (Luca)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Can't compare it to Android. </title>
			<link>http://www.osnews.com/thread?455942</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455942</guid>
			<description>Try Haiku on slow hardware and get back to us about responsiveness. Kthxbye!</description>
			<pubDate>Wed, 05 Jan 2011 08:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (dragossh)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: No it won't</title>
			<link>http://www.osnews.com/thread?455948</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455948</guid>
			<description>Well, I did some casual programming on the BeOS, I have an app listed on BeBits and Haikuware (hey, that binary compatibility thing actually works!).<br />
    <br />
    If I had to choose one BeAPI concept that really stands out I would definitely choose the whole handler/looper concept. It _is_ simple. As a matter of fact my first thought was &quot;where is stuff?&quot;. I really feel that the whole concept is both simpler and more flexible that many other frameworks and it does its magic with very basic C++, no template voodoo or anything, so it can be easily mapped to any OOP prog. language.<br />
    <br />
    You pass messages, you handle them - essential locking (handlers) is done for you. If you make another message looper (like a window), then a new thread is created for you automatically. Of course, you can still do MT the old-fashioned way, remember - this is a messaging framework it is not a solution to everything, but for what it is designed, it works well.<br />
    <br />
    As long as you pass and handle messages, you are fine. On top of that there is a high level of orthogonality - drag and drop, inter-app messaging, app scripting, mode monitoring.. you name it - it is all the same concept, the learning curve is excellent! The only thing I miss is perhaps some handy hooks for app scripting. I mean they did them for everything else.<br />
    <br />
    HOWEVER... BeAPI is not for a total beginner. You do need to be a reasonably proficient computer programmer.  But you know what - what's wrong with that requirement? Nothing any of us could not achieve.Edited 2011-01-05 09:01 UTC</description>
			<pubDate>Wed, 05 Jan 2011 08:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (matako)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Happy new year...</title>
			<link>http://www.osnews.com/thread?455949</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455949</guid>
			<description>Actually, it's more 2001, as the last BeOS version, R5, which is the general features target of Haiku, was released in 2001.<br />
<br />
See, 3 years less older than you think initially.<br />
:-)</description>
			<pubDate>Wed, 05 Jan 2011 09:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (phoudoin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Over 10,000 computers where I work.</title>
			<link>http://www.osnews.com/thread?455950</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455950</guid>
			<description>Good news then, as the Haiku project started in 2001: the decade ends this year.</description>
			<pubDate>Wed, 05 Jan 2011 09:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (phoudoin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Haiku could change the world when ...</title>
			<link>http://www.osnews.com/thread?455952</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455952</guid>
			<description><div class="cquote">Valhalla,<br />
<br />
I understand what you say and even agree with most of it. The point that I was trying to make is simply that Haiku is a developer centric project, not a marketing driven one, and that this is not likely to change (see the statement that I quoted). </div><br />
True, but are there any spare-time developed open source projects that are NOT developer centric (meritocracies)? Without the developers the project is dead, marketing on the other hand is not essential although it can be very beneficial.</description>
			<pubDate>Wed, 05 Jan 2011 09:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (Valhalla)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: its time has gone</title>
			<link>http://www.osnews.com/thread?455956</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455956</guid>
			<description><div class="cquote">1. The benefits of a database-like file system <br />
Also imagine computer-viruses and so on, which extends every file with lots of big nonsense-attributes. Or viruses, which writes itself as attribute to files, etc.<br />
<br />
 </div><br />
This problem is not exclusive of BFS. NTFS supports attributes too (they're called 'streams') since at least 10 years, and there are already viruses that take advantages of them. <br />
In windows, though, unlike beos, there are not many applications (besides viruses/malware) which use the stream api (I'm not even sure there is a nice api to use)</description>
			<pubDate>Wed, 05 Jan 2011 10:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (Jack Burton)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: To Haiku Developers</title>
			<link>http://www.osnews.com/thread?455958</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455958</guid>
			<description>Not everyone. I use Mac OS, MorphOS, Amiga OS, and Linux at home. Pretty much in that order. I'm more than happy to give a new OS a try if I can find a use for it.</description>
			<pubDate>Wed, 05 Jan 2011 10:34:00 GMT</pubDate>
			<author>donotreply@osnews.com (gleng)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Still feel the love for BeOS...</title>
			<link>http://www.osnews.com/thread?455960</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455960</guid>
			<description>... but it's vapo</description>
			<pubDate>Wed, 05 Jan 2011 11:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (Jenne)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Comment by Luca</title>
			<link>http://www.osnews.com/thread?455977</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455977</guid>
			<description>this isnt a linux topic , its a beos topic.<br />
<br />
next , i think that linux has more than &quot;a percent&quot; of market.<br />
<br />
third the fact that you dont see any perspective in linux, its not a linux problem, its your problem.<br />
<br />
and finally, i read a few topics of your linux-faq.<br />
<br />
let me just ask ... are you a twelve years old idiot who has a playstation 3 and think you know all about computers ?<br />
<br />
i hope you are ... if you are older than twelve years old and still think that way ... you are really dumb</description>
			<pubDate>Wed, 05 Jan 2011 13:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (Yagami)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Haiku could change the world when ...</title>
			<link>http://www.osnews.com/thread?455981</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455981</guid>
			<description><div class="cquote">"<i>Valhalla,<br />
<br />
I understand what you say and even agree with most of it. The point that I was trying to make is simply that Haiku is a developer centric project, not a marketing driven one, and that this is not likely to change (see the statement that I quoted). </div><br />
True, but are there any spare-time developed open source projects that are NOT developer centric (meritocracies)? Without the developers the project is dead, marketing on the other hand is not essential although it can be very beneficial. </i>"<br />
<br />
Again, we agree. I was not claiming otherwise, but rather replying to the message stating that Haiku could change the world if they got a clue about marketing (<a href="http://www.osnews.com/thread?455803" rel="nofollow">http://www.osnews.com/thread?455803</a>). I was not implying anything beyond that.<br />
<br />
By the way, developer centric does not necessarily mean meritocracy, but I digress.</description>
			<pubDate>Wed, 05 Jan 2011 13:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (koki)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Happy new year...</title>
			<link>http://www.osnews.com/thread?455985</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455985</guid>
			<description><div class="cquote">We have the year of Linux on the desktop for that, there's no need to bring more guests to that party. </div><br />
<br />
Choice is good but only if it's Linux?</description>
			<pubDate>Wed, 05 Jan 2011 13:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (koki)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: No it won't</title>
			<link>http://www.osnews.com/thread?455986</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455986</guid>
			<description>Hmmmm...GCD is not what you think it is.<br />
<br />
If you try and use the same data structures from two different ObjC blocks assigned to different threads, the behavior will be undefined.<br />
<br />
GCD does not solve the problem of data sharing between threads, which is the biggest problem with threading.</description>
			<pubDate>Wed, 05 Jan 2011 14:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (axilmar)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Comment by Luca</title>
			<link>http://www.osnews.com/thread?455989</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455989</guid>
			<description>&gt;i think that linux has more than &quot;a percent&quot; of market. <br />
<br />
You may think that Linux is take 90%, but in real world it less than 1%! Linux complete failed!<br />
<br />
&gt;third the fact that you dont see any perspective in linux, its not a linux problem, its your problem. <br />
Really? It's now my problem, I stayed Linux few years ago and pretty happy that I do not spend my time to it more.<br />
<br />
&gt;and finally, i read a few topics of your linux-faq.<br />
<br />
It's bad that you do not speak russian language, some sense was lost during translation.</description>
			<pubDate>Wed, 05 Jan 2011 14:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (Luca)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Happy new year...</title>
			<link>http://www.osnews.com/thread?455991</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455991</guid>
			<description><div class="cquote">"<i>We have the year of Linux on the desktop for that, there's no need to bring more guests to that party. </div><br />
<br />
Choice is good but only if it's Linux? </i>"<br />
<br />
I think you completely missed the point of my post. Let me make it more clear: unrealistic hype based on wishful thinking is bad. We've had enough of that with Linux.<br />
<br />
Hope there's no confusion now.</description>
			<pubDate>Wed, 05 Jan 2011 14:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (jbauer)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Comment by Luca</title>
			<link>http://www.osnews.com/thread?455995</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455995</guid>
			<description><div class="cquote">&amp;gt;i think that linux has more than &quot;a percent&quot; of market. <br />
<br />
You may think that Linux is take 90%, but in real world it less than 1%! Linux complete failed!<br />
<br />
&amp;gt;third the fact that you dont see any perspective in linux, its not a linux problem, its your problem. <br />
Really? It's now my problem, I stayed Linux few years ago and pretty happy that I do not spend my time to it more.<br />
<br />
&amp;gt;and finally, i read a few topics of your linux-faq.<br />
<br />
It's bad that you do not speak russian language, some sense was lost during translation. </div><br />
<br />
i dont think that linux is 90%. nobody really knows its market share. should be less than 10%.<br />
<br />
&quot;linux complete failed&quot; ??? you dont really understand linux or open source , do you ?<br />
<br />
and for a person that doesnt understand a bit about a topic, you make a FAQ about that topic.<br />
<br />
carry on ... spread the miss information.<br />
<br />
for someone that is pretty happy to not use linux to create a &quot;linux-faq.org&quot; ... dont know what to think<br />
<br />
really ... for your own good, you should try to improve yourself, read more, open your mind. its not a point of linux is better than X or Y, but you clearly do not understand what is linux or why people use it. still, you dont even try to understand and worse, you pretend you understand everything about it.</description>
			<pubDate>Wed, 05 Jan 2011 15:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (Yagami)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Can't compare it to Android. </title>
			<link>http://www.osnews.com/thread?455998</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?455998</guid>
			<description>There was such an attempt to do BeOS on Linux: Blue Eyed OS. Eventually it was abandoned before completion. <br />
<br />
<a href="http://www.blueeyedos.com/" rel="nofollow">http://www.blueeyedos.com/</a></description>
			<pubDate>Wed, 05 Jan 2011 15:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (Bill Shooter of Bul)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: The horse is dead</title>
			<link>http://www.osnews.com/thread?456002</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?456002</guid>
			<description><div class="cquote">"<i>X) No multi-user </div><br />
 <br />
 When was the last time you actually USED this on your desktop box?<br />
 </i>"<br />
<br />
 The recent Christmas holiday when my brother was home. He didn't have a desktop machine so he used mine. I didn't want him to have access to all my stuff so he has his own account.<br />
 <br />
 Any of my friends that visit have their own accounts.<br />
 <br />
 I don't mind letting friends and family use my computer but I don't want them to use my SSH access, update my Facebook profile or send out email under my name.<br />
 <br />
 Yes, I think some of my friends might do that as a joke. I'd think it was pretty funny to do it to them.<br />
 <br />
 Therefore, I am very careful with my destop and laptop where I have email and web passwords stored and SSH agents running.Edited 2011-01-05 16:15 UTC</description>
			<pubDate>Wed, 05 Jan 2011 16:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (zlynx)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[9]: No it won't</title>
			<link>http://www.osnews.com/thread?456009</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?456009</guid>
			<description><div class="cquote">Linux 1, Beos 0, I rest my case. </div><br />
<br />
Oh I'm sorry, I didn't realise that was all it took. I thought we were actually attempting to have a detailed technical discussion of the various technologies. Never mind then.</description>
			<pubDate>Wed, 05 Jan 2011 17:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (Vanders)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Word choice</title>
			<link>http://www.osnews.com/thread?456017</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?456017</guid>
			<description>Just a note about word choice: &quot;interfere&quot; is probably not the best option, as it has negative connotations (it sounds like you're saying that applications can prevent each other from functioning properly). You probably want &quot;interact&quot;.</description>
			<pubDate>Wed, 05 Jan 2011 18:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (cale)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Making an OS we want to use</title>
			<link>http://www.osnews.com/thread?456018</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?456018</guid>
			<description>I appreciate the article and the enthusiasm of the author but any commenters here should realize that certainly didn't come from the Haiku project.<br />
<br />
I'm a Haiku developer (one of the less active ones) and my goal is certainly not to change the world. I just want to make an OS I'd like to use. If other people like it too, great. I think the same philosophy applies to most, if not all, of the other Haiku developers.<br />
<br />
Also I don't think people appreciate what the project has done with very little resources. The amount of paid developers that companies like Apple or Google have on just components like WebKit is absolutely huge compared to all the developers who work on Haiku (mostly for free and in limited free time), which is an entire OS. The Linux kernel developers alone greatly outnumber all the Haiku developers, and again, Haiku is much more than a kernel. Yet we seem to have made something which is compelling and better in quite a few ways (mainly because of Haiku's BeOS heritage.)<br />
<br />
Haiku won't take over the world (Microsoft, Apple and Google just have too much money and existing mindshare and users) but I think it does have a place, otherwise I wouldn't bother working on it.<br />
<br />
And as others have said: Haiku is still in development and has only been released as alpha. Sure in a perfect world we would have released an amazing Haiku in 2005 and would have feature-parity with Mac OS X, Linux and Windows by now with Haiku R3 or something. But we don't live in a perfect world and the resources the Haiku project has are limited, so here we are in 2010 still without an R1 release. But we will get there, and after R1 I think things will start to accelerate as more third party developers come on board. I think the popularity and meteoric rise of iOS as a platform is a great example that new platforms can still gain mindshare (though maybe it isn't a good comparison given Apple's resources, but it still shows that new platforms can succeed.)<br />
<br />
Obviously Haiku won't rise like iOS did, but to say it is a completely dead platform is also flawed.<br />
<br />
Finally in regards to WebPositive, I'm working on improving it now, and fully intend to make it the best browser I can (since I also fully intend to use it as my primary browser one day, and it has been my primary browser as of late.)<br />
<br />
Regards,<br />
Ryan Leavengood</description>
			<pubDate>Wed, 05 Jan 2011 18:29:00 GMT</pubDate>
			<author>donotreply@osnews.com (leavengood)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Comment by Luca</title>
			<link>http://www.osnews.com/thread?456019</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?456019</guid>
			<description>&gt;i dont think that linux is 90%. nobody really knows its market share. should be less than 10%. <br />
<br />
Yes, you are right it's less than 10%, it's 1% or even less. You may say that all of your friends are use Linux, but I may say that &quot;Members of these subcultures meet together, talk to each other and actually pondering the whole world should consist of people like them, while the other âstupid cattleâ â" are species on their way to extinction.&quot;<br />
<br />
&gt;&quot;linux complete failed&quot; ??? you dont really understand linux or open source, do you ? <br />
Did you read FAQ?! &quot;Linux is, in most cases, the ideology of open source, and exactly Linux clearly enough shows us systematic problems of open source in general&quot;<br />
<br />
&gt;and for a person that doesnt understand a bit about a topic, you make a FAQ about that topic. <br />
<br />
&gt;you clearly do not understand what is linux or why people use it. <br />
And what is Linux?<br />
<br />
&gt;still, you dont even try to understand and worse, you pretend you understand everything about it.<br />
<br />
Do you sure that you understand about it more than I or people who used Linux for a log time and than decided to stay it?</description>
			<pubDate>Wed, 05 Jan 2011 18:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (Luca)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Happy new year...</title>
			<link>http://www.osnews.com/thread?456021</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?456021</guid>
			<description><div class="cquote">I think you completely missed the point of my post. Let me make it more clear: unrealistic hype based on wishful thinking is bad. We've had enough of that with Linux. </div><br />
<br />
Yes, I did misunderstand you; my bad. I get it now and I also agree with what you said. Note, though, that in general the Haiku devs are pretty realistic, and most of the wishful thinking (including this article) comes from elsewhere.</description>
			<pubDate>Wed, 05 Jan 2011 20:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (koki)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Can we get decent support for video and audio cards?</title>
			<link>http://www.osnews.com/thread?456182</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?456182</guid>
			<description>How about getting at least basic modesetting down for modern GPUs?  And fixing the HDA driver?<br />
<br />
Adam</description>
			<pubDate>Thu, 06 Jan 2011 13:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (adamk)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: No it won't</title>
			<link>http://www.osnews.com/thread?456201</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?456201</guid>
			<description><div class="cquote">"<i>BFS? ZFS/Btrfs are much better. </div><br />
ZFS is not a lightweight desktop filesystem, and Btrfs has a long way to go before it is stable. </i>"<br />
Who cares if ZFS is a lighweight desktop filesystem? That it utterly unimportant how lightweight a filesystem is -- as long as it protects your data.<br />
<br />
Research shows that ReiserFS, XFS, JFS might corrupt your data. As well as hardware raid can corrupt your data. Your data is not safe.<br />
<br />
It requires ZFS to protect your data:<br />
<a href="http://en.wikipedia.org/wiki/Zfs#Data_Integrity" rel="nofollow">http://en.wikipedia.org/wiki/Zfs#Data_Integrity</a><br />
<br />
I dont care how heavy a filesystem is, as long as it protects my data. <br />
<br />
And HaikuOS BFS does not protect your data. Neither does BtrFS</description>
			<pubDate>Thu, 06 Jan 2011 16:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (Kebabbert)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: No it won't</title>
			<link>http://www.osnews.com/thread?456203</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?456203</guid>
			<description><div class="cquote">People who use ZFS on their desktops have traded speed for a bunch of features which they will very likely never use. Why bother? </div><br />
No, this is wrong. The point of using ZFS is only one: it protects your data.<br />
<br />
Researchers have showed that XFS, JFS, ReierFS, etc do not protect your data. And researchers have showed that hardware raid does not protect your data. Researchers have showed that ZFS protects your data.<br />
<br />
Here are research papers to all my claims:<br />
<a href="http://en.wikipedia.org/wiki/Zfs#Data_Integrity" rel="nofollow">http://en.wikipedia.org/wiki/Zfs#Data_Integrity</a></description>
			<pubDate>Thu, 06 Jan 2011 16:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (Kebabbert)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: No it won't</title>
			<link>http://www.osnews.com/thread?456210</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?456210</guid>
			<description><div class="cquote">OK. I suggest you go try and use whatever desktop OS takes your fancy, on top of the ZFS file-system with a 1Ghz CPU and 512mb of ram. Then while your waiting for it to actually &quot;DO&quot; something, dig out another equivalent system, install BeOs/Haiku on it and set it to your liking. You'll have plenty of time before the first 1 finishes, honest! <img src="/images/emo/wink.gif" alt=";)" />  </div><br />
I used ZFS on a Pentium 4 with 1GB RAM for over a year, and a ZFS raid. It worked fine, but slow because P4 is a 32 bit cpu. I got like 30MB/sec.<br />
<br />
Question: But, why do you think ZFS is resource intensive? What does it give you, that no other file systems dont? <br />
Answer: It protects your data, whereas no other filesystem does not protect your data - according to researchers:<br />
<a href="http://en.wikipedia.org/wiki/Zfs#Data_Integrity" rel="nofollow">http://en.wikipedia.org/wiki/Zfs#Data_Integrity</a></description>
			<pubDate>Thu, 06 Jan 2011 17:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (Kebabbert)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Making an OS we want to use</title>
			<link>http://www.osnews.com/thread?456423</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?456423</guid>
			<description>nicely put</description>
			<pubDate>Fri, 07 Jan 2011 22:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (adinas)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
