Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Linux Software

Ark Linux 357

An anonymous reader notes that OFB has a short blurb about a new Linux distribution, Ark Linux, based on Red Hat and chasing the ever-elusive goal of being "easy to use for the masses".
This discussion has been archived. No new comments can be posted.

Ark Linux

Comments Filter:
    • by Junta ( 36770 ) on Sunday January 12, 2003 @08:07PM (#5069142)
      Wow, 'our moderator' singular, fixed position. My how the times change.
    • by wideBlueSkies ( 618979 ) on Sunday January 12, 2003 @08:20PM (#5069217) Journal
      And yet they don't have a screenshot after all this time.

      From the web page: TODO: Insert Ark Linux screenshot here

      Click on the 'Why Linux?' link, and look at the end of the third paragraph.

      • by Bero ( 93841 ) <bero.arklinux@org> on Sunday January 12, 2003 @08:52PM (#5069373) Homepage
        Ark Linux did not exist four and a half years ago.
        In fact, we didn't want to go public yet - we don't like preannouncing vaporware (though the current alpha version is actually usable, if you can overlook the rough edges) -- so there wasn't much need to update the website etc. until someone decided to notify the media of our existance.

        The 4 1/2 years reference from the original poster refers to the creation of the Mandrake distribution, which started with similar goals, but developed into a different direction.

        Mandrake is a good distribution, and suitable for desktop use if you know what you're doing a bit - but Mandrake is an all-purpose operating system, and therefore too complicated for many newbies (this may be hard for us geeks to understand, but people do get confused at the notion of 50 editors, 4 desktop environments and 20 MP3 players).

        Ark Linux will focus on being a home user OS, and just that.
        IMO, if you want to please too many totally different needs at the same time (and "server", "techie workstation" and "newbie home user" are 3 _very_ different needs), you have to make too many tradeoffs.
      • Obviously these folks need to read the Open Source HOWTO [slashdot.org].

        What Linux needs is more announcements of distributions "focussed on ease of use for desktop users." There's no need to actually ship anything -- just making announcements seems to be sufficient to get a Slashdot story. And you can spend hours posting here, rather than staring blankly at ark.c in Pico!
  • by FelixCat ( 594769 ) on Sunday January 12, 2003 @08:01PM (#5069114)
    It's a pretty interesting environment which allows new companies (distributions) to get an instant running start by basing a new distribution on someone elses. It reminds me of the whole "on the shoulders of giants" saying.
    • With all these easy to use Linux versions around, a problem arises.

      Basically, Linux isn't THAT hard to use for real Newbies (people with very little Windows experience, but aren't afraid to learn), but it is hard to use for many because it is *unfamiliar.* Having many different easy-to-use versions may be a problem in exacerbating that problem. Lets face it, Windows is easy to use mostly because since Microsoft has a monopoly, it is what most people are familiar with.
      • Basically, Linux isn't THAT hard to use for real Newbies (people with very little Windows experience, but aren't afraid to learn), but it is hard to use for many because it is *unfamiliar.*
        There are some reasons that Linux is hard to use that have nothing to do with being different than Windows.

        For one thing, Linux lacks a consistent definition of how a GUI should work, so you don't get the kind of consistency you get with, e.g., MacOS. For instance, some of my apps use the middle-mouse-button method for copying to the clipboard, while some use the Win/Mac method. Some try to implement both, and fail. Inconsistency is probably unavoidable considering the open-source development model.

        Another problem is shared libraries. Shared libraries have some real advantages, but they create lots of problems with installing software. How are you going to explain to a naive user that they can't run a certain app because it requires libfoo 2.0, and they have libfoo 3.0 installed?

        • When will developers finally realize sharing libraries is really retarded? EVERYTHING should be self standing. Yea, maybe 10 years ago conserving disk space mattered, but c'mon. Now, drives are $1 a gig and doubling like mad. Quit it with the shared DLL's and shared libraries, and shared anything. Fuck installers too. Just put it on a CD like this

          /OpenOffice (executable)
          /data/-everything it needs-

          Then there's no making sure someone has the right version of anything installed.

          Don't give me some excuse. Most Mac software I've seen is like this. If there's some technical reason you can't do that, FIX IT. This is OpenSource right? You have no-one to blame but yourself, just fix it so you can just put the app in a folder on any machine no matter what.

          • You compile all apps -static and you get 50 copies of malloc() in your memory (RAM+swap, but eventually you would want them to be in RAM) simultaneously! (actually, ps -ax|wc showed my that I have 89 processes running now, and I suppose most of them would use malloc(), right?)

            Next, factor in cache trashing -- that shared malloc() code could've occupied couple lines in a corner of your instruction cache, now you need to flush/reload them every time application context is switched.

            Paul B.
          • I agree with your sentiment, but:

            Yea, maybe 10 years ago conserving disk space mattered...
            Besides size, the other advantage of shared libraries is that if there's a bug in the library, you fix it, and the fix automatically propagates throughout all your apps.

            Rather than asking developers of end-user apps to stop using shared libraries, I think it might be more on target to ask developers of libraries to stop changing their APIs. If they never change the APIs, then they never have to break binary compatibility.

            The problem is that this is fairly easy to do with C, but requires a heck of a lot of discipline with C++. In C++, almost any change you make to a class that's exposed in your API will break binary compatibility.

            I suspect that a lot of application developers could easily build monolithically linked binaries, but they don't because they know it would increase the load on their servers by an order of magnitude, which would cost them money.

            It's also worth noting that this whole thing is basically only a problem with C. In Perl, there is really no such problem, because you don't get an incompatibility as a side-effect of changing a class.

  • by wolruf ( 30926 ) on Sunday January 12, 2003 @08:02PM (#5069120)
    See BeroLinux on SF [sourceforge.net] which was then integrated to Linux Mandrake PR [lwn.net]
  • counterproductive (Score:5, Interesting)

    by Stanley Feinbaum ( 622232 ) <.moc.liamtoh. .ta. .2002muabnief_retsim.> on Sunday January 12, 2003 @08:03PM (#5069123) Journal
    The best way to make linux "easy to use for the masses" is NOT going to be by adding yet another distribution of it. Personally it would help if all the "desktop linux" companies pooled their resources and made one, standard linux desktop running on one, standard gui interface. Adding another linux distro just makes things more confusing for the masses.

    More choice isn't always good. I would rather see ONE good desktop linux package than ten substandard ones.
    • Edison's Approach (Score:5, Interesting)

      by Flamesplash ( 469287 ) on Sunday January 12, 2003 @08:10PM (#5069154) Homepage Journal
      If you try enough "different" things you'll eventually come upon one that works, or you'll die. :p

      99% perspiration, 1% inspiration.

      Are there 99 not-for-the-masses widely distro'd linux's yet?
      • There is a user running around here which has a sig which goes kinda like this:
        Tesla: Had Edison thought out his work and spent more time in preparation, he would not sweat so much.
    • by svvampy ( 576225 ) on Sunday January 12, 2003 @08:10PM (#5069156)
      This is not an interesting comment, it is woefully repeated trite. This sort of comment is dredged up any time there is any thread about Linux and the Desktop.

      Why don't we just get all of the soft-drink manufacturers to get together to make ONE good drink to rule them all. While we're at it when are the clothing companies going to get together and mass market grey jump suits so we can really move into the twenty-first century?
    • Competition is bad for consumers.
    • That would be counter to the aims of the companies though, especially if they have stock holders... if they were to cooperate, then they'd be opening themselves up to a suit by their stock-holders for not acting in their best interests.

      Further, one company would be easier for (MSFT|SUN|APPLE|$Proprietary_Software_Production_C o_Bent_On_World_Domination) to smite (TM).

      Basically if you want a unified easy to use distribution, you're better off making your own (non-commercial distribution), and hoping the commercial distributions standardize off you.
    • Re:counterproductive (Score:3, Informative)

      by sean23007 ( 143364 )
      You would rather see one good linux package than ten substandard ones. Well, first of all, they can't all be substandard. Whatever is their quality is the de facto standard. But I digress. What I am trying to say here is that it would not be in the interest of the Linux community to combine all of the distributions into one "good" one. Each distribution has its own advantages and disadvantages, many of which are mutually exclusive. Combining Debian, Slackware, Red Hat, Mandrake, etc would not yield one system with the advantages of all and disadvantages of none. It simply wouldn't work.

      One of the biggest draws of Linux and the Open Source movement in general is that there is so much choice. Not only the freedom to choose a specific distribution, but to create a new one if you feel there is an unfilled niche. Combining distros cannot work, so these people felt that they could fill a niche by creating their own distribution.
    • Re:counterproductive (Score:5, Interesting)

      by Raiford ( 599622 ) on Sunday January 12, 2003 @08:53PM (#5069377) Journal
      Here's the deal. RedHat Linux isn't anymore difficult to install than WinXP (or really any other previous) incarnation of Windows. There really isn't a MS Windows installation for the masses if you really get down to it. If you want the masses to use Linux then you will have to have more computer manufacturers that will bundle Linux already on the machine.

    • I am so tired of hearing this and so tired of this comment being moderated up as interesting. It is not interesting, it is not informative, it is not insightful. There is no reason to mod up this tired old argument anymore ok people.
    • Windows Domains... (Score:2, Interesting)

      by Chordonblue ( 585047 )
      Agreed, and I'll add one more thing. The first distro that adds Windows Domain support - COMPLETE support will be the one I implement here.

      My users get mapped drives and shares when they login to the domain. I need my users to have centralized information stored on a Windows-based server. The software we use have few analogs in the open source world, so our backend is likely to remain the same for the forseeable future.

      All of this needs to be seamless, and it needs to happen reliably. I haven't seen that yet. The pieces parts are there, certainly, but no one has gotten it right yet.

      My guess is, this is EXEACTLY what Red Hat is planning to do with their next Workstation version.
  • by technology is sexy ( 636179 ) <.ed.oohay. .ta. .regeobsaibot.> on Sunday January 12, 2003 @08:06PM (#5069138) Homepage
    Seems like a nice idea to me:
    Take the good base of RedHat and replace their castrated Desktop with a working one. Since Bero is responsible for this it might even turn out pretty good...

    dev0
  • More fragmentation (Score:5, Insightful)

    by I Am The Owl ( 531076 ) on Sunday January 12, 2003 @08:09PM (#5069148) Homepage Journal
    Is another "easy to use" Linux distro what we really need? I think the last thing I want to do is be able to take a program off of my Mandrake box, take it over to my Ark box and not be able to run it because they are two different distros.

    And also, who has not seen this "make linux easier for the desktop" thing before? There are about a million and one distros who purport to do this. Why does everyone feel the need to reinvent the wheel?

    • by Speare ( 84249 ) on Sunday January 12, 2003 @08:44PM (#5069337) Homepage Journal

      There are about a million and one distros who purport to do this. Why does everyone feel the need to reinvent the wheel?

      Though I can't speak for the producers of ArkLinux, I will speak as someone who has been involved with them early on.

      I think one of the prime motivations is to act as a 'concept' vehicle to offer innovations to the larger distributions. In Detroit, it's often difficult to get the Big Three automakers to really cut new ground and try something risky. However, they love to put a bunch of wacky ideas into concept cars, and then slowly evolve their best ideas into real products for the street.

      The well-known distros like Red Hat, SuSE, Mandrake and Debian are analagous to the Big Three automakers in the Linux distribution space. However, they're not in a high-markup tangible goods market like Chevrolet, GM and Ford. Thus, they can't afford to make their own 'concept' tools and services to help their own evolution.

      I see all of the smaller distros as helping the evolution by giving each great idea (and tons of mediocre and bad ideas) a public forum in which they can prove themselves, and be cherry-picked by the powerhouses of Linux adoption: the Big Distros.

      And frankly, Detroit isn't being robbed of available talent whenever some kid puts together a supercharged Dodge Charger with neon all over it. Likewise, Red Hat doesn't sweat it if some afficianados take a different path and try a few new things.

  • Hurry! (Score:5, Funny)

    by long_john_stewart_mi ( 549153 ) on Sunday January 12, 2003 @08:13PM (#5069170)
    You better hurry and volunteer to help with Ark Linux. There's only two positions available. There's a catch, however. You must have experience in python, awk, squeak, moo, bark, and oink. ;)
  • by elliotj ( 519297 ) <slashdot&elliotjohnson,com> on Sunday January 12, 2003 @08:17PM (#5069193) Homepage
    It seems to me that this debate will rage on and on about which desktop is the best etc etc. I don't know much about this ark linux offering but I do like the idea of someone else taking a crack at it. its a worthy goal to reach for.

    it seems to me that the only way this will be achieved is by a distro making some very draconian decisions about what to include. I for one would be delighted to see a very lightweight distro that did just a few things very well.

    what I mean is if there was a distro that included a web browser, mail client, open office, mp3 player & a terminal program, and they all looked good and were consistent in look, feel and function, then this would be a major step forward. you dont need to include much more than that to have a successful easy to use distro. no point in including tons of compilers and dev tools if you want to make something easy for non-techies to use.

    hopefully this is a goal that will be reached someday. it is so possible to do that I'm really surprised to see so many failed attempts. All I'm suggesting is a lightweight distro with a select few apps that are heavily polished and work well. If you did that you could gain a following and maybe get enough credibility and respect that other app developers would code to your human interface guidelines.

    just a thought.
  • by bahwi ( 43111 ) on Sunday January 12, 2003 @08:19PM (#5069208)
    Linux, BSD, and everythign else need one thing, just one thing that embedded systems like Zaurus and others do successfully to make it easy for the masses. Remove everything technical. All the drivers should be an LKM, there should be something like a "Control Panel" to choose which ones load on boot-up. Users should be allowed to pick and choose their WM, but it should be easy. Gnome Control Panel did this I think. There should be _no mention_ of the term: 'recompile the kernel'. There should be binary packages available so people can download, right click, and select "Install..." to install a program. It should boot-up graphically into X-Windows and should only have one xterm-like replacement(or even xterm itself) hidden, deep in the menus.

    Does this take out everything we love? Yes. I'll gladly stick to FreeBSD with my rxvt's and my gettys, my kernel compilation and my make worlds, thank you very much. The beauty of Windows is that it takes all of the fun out. But what we consider fun others consider a PITA.

    If a distribution did this, took everything out, made it all LKM's, and took all the technicalities out, then we would have a system for everyday users. They don't want the command line. Come on, some of these people can only do 5 wpm! When starting up your web browser because you don't know about tab-completion and you can't type takes 15 seconds before the program is even executed, you have a major problem there. It should be click(or, optionally, click-click) and it should run.

    This needs a team of dedicated people to run a free system like this, but more likely, a team of employees from a company will do this(and many are trying to) and to maintain binary packages, an easy system to install/update/delete packages. That's what we need.

    What is wrong with Red Hat and Mandrake and the others? Simple. Whenever they do something to make everything more simplistic, the community(read: many of us slashdotters) makes a backlash saying the system lacks this or that functionality because they did this or that. I say let them. We always have Debian, Slackware, and other distributions. Let a few of these become end-user-never-going-to-type-in-a-command-in-their -lifetime-bought-the-damn-thing-at-wal-mart-for-ch rist-sakes
    distributions and leave it at that. Applaud them for taking out even the ability to re-compile the kernel. Applaud them for it.

    Yes, many of these companies are doing idiotic things, but we're part of the community and they look to us for guidance. Let's tell them, not yell at them, to take apache out of the main distribution and for god sakes disable it for regular desktop users.

    Desktops should be so easy an 8 year old should be able to set up. Servers should be difficult to set up.

    Sorry, I had to rant. and yes, I know it's the same rant everyone else on slashdot says, but this time I get to say it.
    • I never tried it so I don't know for sure, but isn't Lindows trying to be exactly what you're describing? I mean, maybe not every little detail (or maybe even every little detail, as I said, I don't know for sure), but certainly the spirit, no?

      Well, to tell you the truth, I am a Slackware user because I gave up on the distros that PRETEND to be user friendly, so why not just go for the real thing and get my hands dirty, but at least I know what the hell is going on. And I have yet to see a distro that is so user-friendly both in the interface as in configuration and application installation as BeOS -still- is.
      • I haven't tried it either. I'm glad you see my point though. I think there should be different distros. Some for the more experienced user(Slackware, Debian, Etc) and some for the fresh-from-the-womb (Redhat, Lindows, Mandrake, Ark, Etc..). Choices are a good thing sometimes. Fragmentation is a good thing sometimes. If everyone pooled all their resources imagine how pissed the 'linux-must-stay-pure' people will be when the 'linux-for-the-masses' practically disable getty and remove every terminal(xterm,rxvt,eterm) etc.

        Configuration is a big baddie because you only have to do it once. And the more experienced users are ok with a more difficult install.
      • The biggest problem with lindows is that they want you to pay for the most basic apps. Half the reason for switching to linux (especially for a home user) is that all your basic essentials are free. Nobody expects you to have to pay a basic program everyone needs on a day to day basis. Commercial apps take care of commercial problems.

        I don't know about you, but I feel lindows has strayed far from the community and only attempts to provide a semblence of support for it. Right down to providing source code they've fought what community is about tooth and nail. The CEO isn't interested in the community, he's intrested in exploiting it.
    • I agree with you in principle, but why must such a division be made in Linux? The divide you are trying to create between the user-distro and the hacker-distro is gaping. Couldn't it be possible to make it easy for the new user but leave in real functionality in case they want to learn? After all, if you can only convince someone to move to Linux because everything difficult has been removed, then they won't want to move to real Linux where the useful things are still there. If it becomes prevalent, there would be a massive base of binary-only systems that can't even compile programs that they download. If something like this is implemented and takes off to the extent that would be considered a success, there would be the same amount of division and condescension between old Linux and new Linux as there is now between current Linux and current Windows.

      That would not be beneficial to anyone but the Windows-haters. Linux-lovers should not jump at something like this.

      • Well, my idea, which I didn't state well enough, was to have binary pre-compiled packages easy enough. I want the gap, I want a end-user linux. But I want them to be able to go to the web site, download eterm, right click, hit install, and run eterm. That act alone would open a new world to the user. And same with gcc. There is no way it should be necessary on a desktop. But it definately should be there to download and install, with the punch of a button. Then users could go from there. (Mind you, the gcc package should be called 'develoeprs' or somethings and come with everything for configure, etc..)
        • --redhat 7.1 had a good gnomerpm that all you needed was a right click to install an app. It was great, worked well, now it takes three different screens and a lot of clicking to do the same thing. So at one time it existed.

          Coming from a mostly never ever touched a cli since the 80's on dos which I detested as just stoopid, I found (still find on 7.2) redhat to be quite easy to use as long as I stick to redhat brand rpms and not generic rpms, that one threw me for a loop "why" that was when the "non standard" rpm happened to me. Seems as a bit of courtesy that whomever took the label "rpm" and made an app that was labeled that would have followed the originator's standard in what file went where. If they didn't like iot they should have called it something else. To me that's like buying a non oem aftermarket alternator that is labeled "belchfire" but it won't bolt onto a belchfire. Sorta kinda dumb and rude there.

          Free as in speech and in beer doesn't necessarily make the speech outstanding oratory or the brew outstanding beverage. So I agree, quality, consistency, ease of use. A few dozen apps that work well, not a few hundred that are so-so and require weeks of code wrangling. The main bitching I see here is "oh no, can't lose our elite tweaking ability". Who says you have to? Duh, any distro can add in the dang shell and console, but not being absolutely required to use it makes it or breaks it on "the masses" useability scale.

          Another really off the wall side issue. Apps included in an officially released boxed set distro, and what you pay for the distro, there should be micropayments to the app maker guys to go with it, if they are releasing as begware. that will make what's included or not be a lot easier to sort out. If the apps aren't begware, and they are toting 100% of the note and don't care, swell, their bandwith and coding time. I don't mind begware and would like to support them (the apps I use and find useful obviously), but sending one dollar via online payment schedule to a zillion app orgs is just silly. And I think the clone copiers and resellers should send a buck per cd to the distros they are cloning. And here's another kicker sure to be controversial. the gpl says it has to be "free", swell, the information is free, the bandwith isn't. People should help pay the bandwith and associated costs for downloading ISO's. That bandwith is not the "source code" that is free, you still get the data, but those servers take wires and electricity and buildings, which costs money. It's just as much a real expense as it is to make cd copies and ship them, albeit less money, it adds up. Call it a "shipping and handling" charge for the "free" stuff you are receiving.
      • I missed some points in my last message. Sorry.

        The entire idea of linux for the masses is linux for everyone. The only way to do this is to take out the difficultires of it. I think if a linux box has a web browser, a media player, a GUI, an e-mail client, and some games, it's reached the usefulness of most people. Not the die-hard gamers, not by a long shot, but by many people. What we consider useful is something that is considered pointless by many. That is why I think it should be so easy to install and use that people who want terminals won't mess with it. It should hide everything about it that is linux, and just be a functional, enjoyable, stable, useful computer. With all the free software we have available, with binary packages that are easy to install, if the OS was easy to install and get up and running, I think it could be a contender for world domination. Damned if I wouldn't be handing out the CDs at the mall, or leaving some for grabs at the local coffee shop.

        But the gap is what I want. We may call ourselves 'users' but most of us and what we do are development. For those who aren't, many do not need the command line at all. Windows was doing a good thing hiding it, the problem is they wanted to eliminate it when some of us needed it. It should be a download and a few mouse clicks away to install rxvt, but it doesn't need to be base install for those who don't need it.

        And you are right. Although I wouldn't say "Windows-Haters." We want the Windows-Lovers and the Windows-Neutral people also. Linux Lovers probably shouldn't use it, but support would be good if they got Linux running on more and more machines. Especially if it means games would come out for the Linux platform. Lord knows I'd be happy with a Linux Morrowind. =)

        The whole idea of choices leave linux-lovers choosing debian, or brewing their own, but this would make Linux more mainstream and on the desktop, but the way free software works assures us that it would not be the only choice. So linux lovers should support it, they can always have what they want. But most people just want a web-browser with flash, an e-mail client, a word processor, and solitaire. Not something that takes a book to install, several hours to configure, and a day or two to go to cnn.com from trying to understand everything. It would take many of us less than an hour to get to that point, but someone who thinks a computer should just handle most of that stuff itself(which, look all around us, it _should_), will get upset and switch.
        • I fear that the only way to make something that easy to download and install (binary-only) is to make sure that the system for it does not change very much. Also, it would be necessary to ensure that the creators of the projects would make a pre-compiled binary for that system so that it could be used. The user-Linux would have to be unchangeably standardized and impossibly popular from the very start. What I mean is that in order for such a thing to gain users, it would need developer support, and in order to get developer support it would need a large userbase. Typical spiral. On the other hand, a system that compiles all of its software needs only the code (not specific developer support). Some possible workarounds for these issues is a binary archive at the distribution's website that takes projects from across the web and compiles them so that they can be downloaded and used on the new system, or a installation system that does not use a binary, but rather compiles and installs the software with one click. I know I would look forward to that kind of functionality. If everything could be specifically compiled just by right-clicking and selecting "Install," it would remain invisible to the user and it wouldn't be necessary to distribute everything as platform specific binaries.
          • If I'm not mistaken the GPL allows binary distributions, as long as it is made clear the source code is available upon request. That would be easy to do.

            Unfortunately, having it compile when you right click and select install would be very visible to the user. Several minutes visible, and many people would get tired of waiting. Just imagine OpenOffice compiling on the system, while you wait, after downloading that ungodly large file already.

            I don't see a problem with platform specific binaries. But yes, you need someone on the backend to compile those and make them available, that is why I suggested a team of dedicated people or a team of employees to handle that.
            • You would need not only a dedicated team, but a dedicated supercomputer to compile enough software such that everything is available. A lot of Windows programs take several minutes to install, so as long as there is something that takes up a lot of the screen and has pretty colors on it, people will understand that it is doing something important (installing). They wouldn't have to be informed that it is compiling, because they probably wouldn't know what that means, just that it is installing. Everybody knows what that means.

              OpenOffice doesn't really take that long to download with a broadband connection, and I wouldn't recommend downloading anything larger than a few megs with a dialup connection. Just have your friend with cable burn you a CD-RW with what you want downloaded. It takes less time than downloading it at 2-5KB/s, and it's an excuse to get away from the computer and hang out with your friends for a while. And that is what a lot of people that this is aimed at would be interested in, much moreso than many geeks.

    • Desktops should be so easy an 8 year old should be able to set up.

      This is why I think that some Debian projects like Debian Jr. [debian.org] ("Debian for children from 1 to 99") are particularly interesting. I don't care about kids programs, but I think they will face some UI design issues that will help make Debian easier for all (non-guru) users.

  • What? (Score:2, Insightful)

    by bahwi ( 43111 )
    No screenshots? This story isn't slashdot worthy if there are no screenshots!
  • Noah's List (Score:3, Funny)

    by linuxislandsucks ( 461335 ) on Sunday January 12, 2003 @08:27PM (#5069256) Homepage Journal
    and Mad Dog asked for Unix dsitrubitons two by tow to be loaded into the Ark before the next major Windows DDOS Floods..

    hey I could not resist.. I doubt if Mad Dog reads this :)
  • ...are the ones that have a stated purpose, and dedicate its entire user interface towards that one purpose, for example ClarkConnect [clarkconnect.org] is used by many of my non-Linux/Unix using friends, and the only questions they have are always in regards to using it in a manner it was never meant to be used.
  • Someone else has already tried this, folks. And done a great job so far. It's called Yoper [yoper.com].
  • Enough! I say (Score:5, Insightful)

    by adb ( 31105 ) on Sunday January 12, 2003 @08:48PM (#5069353)

    Enough, that is, of distributions that are "for the masses". It should be clear to everyone by now that this phrase is utterly meaningless, since it encompasses a huge number of possible approaches to the problem of making lusers happy with Unix. I propose that this phrase and all similarly generic phrases be officially declared Fucking Useless, and anyone who uses them be savagely beaten until they come up with a particular differentiating feature for their distribution.

    So what is special about the distro of the week? Hardware autodetection? Careful customization of packages to provide a uniform and sensible default UI? Good paper documentation?

    Oh, Jesus, if I just stop there, someone will moderate this up. Do you people realize how pathetic you are, that you're reading this? Writing it was bad enough (shame, shame, shame!), but reading it... can't get read again. Come on, eat me! Burn, karma, burn! SLASHDTO DEITORS SUX0000RZ1!!1! Bibbity bibbity bibbity!


    • It's not only a useless phrase, it's actually actively harmful. It leads people to believe that it's a possible or desirable thing.

      This guy said it best:

      The idea that an arbitrary naive human should be able to properly use a given tool without training or understanding is even more wrong for computing than it is for other tools (e.g. automobiles, airplanes, guns, power saws).

      - Doug Gwyn
      • While true, I don't think that applies here. A computer is not a tool we use directly, but rather a tool that we build layers of tools on top of. Building a layer of limited, easily-comprehended functionality for lusers on top of the same basic tool that has the powerful, complex functionality i need does not harm me. (It has consequences that irritate me, because the lusers think they're using a tool remotely comparable to what I use and yammer ceaselessly at me, but it doesn't harm me directly.)
  • by Virtex ( 2914 ) on Sunday January 12, 2003 @08:57PM (#5069395)
    If you understand Linux well enough, it *is* easy to use. I find it very easy to use, even when doing something unusual that hasn't been designed ahead of time for me. I think the goal of theses "easy to use" Linux distros is really to be "easy to learn". And in this world, "easy to learn" means creating an interface similar to what people already know to shorten the learning curve.

    Intuitiveness == Familiarity

    Just my 2 cents.
    • by b17bmbr ( 608864 ) on Sunday January 12, 2003 @09:39PM (#5069579)
      most people say they "know PC's" of course meaning windoze. however, most of them have neither a) installed windows nor b) know but a few apps and don't know how to do the most basic things.

      ask 100 windows users how to
      1. change network settings
      2. see what programs are running, and system resources used
      3. add/remove programs at start up
      99 of them will give you blank stares and tell you they have no idea. the problem is not that windows is "easy" because it isn't. it is what people know, and there's a HUGE difference. linux doesn't need to be easier, because it is more than enough. no, i'm not talking about installation. we just need to get the camel's nose under the tent. most people who are familiar with computers and are not scared of them will be able to pick up quickly how to do things in linux.

      C:\My Documents = /home/user
      other than that, mozilla, OO, etc., the apps are more than sufficient.
  • Comment removed (Score:5, Interesting)

    by account_deleted ( 4530225 ) on Sunday January 12, 2003 @08:59PM (#5069403)
    Comment removed based on user account deletion
  • The web site claims that There are already plenty of good Linux distributions for servers and for advanaced users out there - but so far, nobody has tried making an easy to use version of Linux for the masses, even though the KDE user interface makes Linux very easy to use. It is not our intent to take users away from other Linux distributions. It is our goal to provide a good desktop operating system.

    But neither the article or the original project site do not disclose by which means the new distro will make Linux easy to use comparing to other linux distros.

    Is it just new set of very well debugged installation programs very well integrated with GUI based wizards? If so, what's the difference with Mandrake, Lindows, SCO and Redhat?

    Or it integrates some new end-user applications (like ximian evolution)?

    Especially I wonder, what is done or is going to be done to improve the user experience from usability prospective? For example, what specifically is done to explain the user what makes this distro so easy to use?

  • <mass-mode on> (Score:5, Informative)

    by mattr ( 78516 ) <mattr&telebody,com> on Sunday January 12, 2003 @09:15PM (#5069462) Homepage Journal
    Take off the tinfoil and a quick read of the site..

    - 4 clicks to install = good
    - giving simplification a shot = good
    - developed own installer (i guess) = good

    - no info about what to do with an iso = bad
    - explained in terms of red hat = bad
    - unanswered questions on page = bad
    - needs:
    screenshots
    info on hardware requirements
    info on supported locales (or is it just English)
    info for developers on "why develop for distro x"
    needs a "why use our distro" page for users

    - might be interesting if you could do work just by popping CD in (without partitioning or doing a big install).. or is that what it does? dunno.
    • Re: (Score:3, Informative)

      by piffio ( 640645 )
      Well.. as already pointed out by bero, we are still in a developement stage, and that's why we didn't any public announcement so far.
      Our highest focus atm is the codebase, the distro itself. That's why the website is still a bit "poor".
      I hope we will be able to work on it soon... just remember that Ark Linux is an "open" project, therefore everybody is free to contribute anything.
      I really hope to get more people involved as time goes on. Let's see
  • Is that related to the arctan function on my calculator? Or Noah's Ark? Or astronomical degrees of arc?
  • I'm already installing, just look at that support [arklinux.org] Seriously though, don't click the link, it's goatse. What the hell is with that??
  • Nice idea, but... (Score:4, Interesting)

    by Drasil ( 580067 ) on Sunday January 12, 2003 @09:23PM (#5069494)

    I wish these guys the best of luck, anything that brings Linux to more people is a good thing, but...

    IMHO all attempts to make computers 'easy to use' 'for the masses' have failed. Just ask any joe public who wants to actually use their computer, rather than spend endless hours tinkering with it or being plauged by niggling bugs. Computers are extremely complex things, and the critical mass of knowledge required to make them run smootly makes it impractical for every user to become a system administrator.

    I think what's needed is a shift in perception and the model we use to sell hardware and software. Rather than just selling boxes (containing PCBs or CDROMs), computers should be rented. This would mitigate the endless upgrade cycle and (with the internet) allow trained professionals to administer customers' boxes, all included in the price. Linux is an ideal OS for such a distribution method.

    Do I think this will happen? Not yet. For this model to be economically viable it would require specialist tools that would let admins look after huge amounts of boxes. A major shift in public perception would be required, especially after all the 'so easy to use even your granny can do it' ads. Finally, I think that it would take a lot for users to hand over the control of thier computer to anyone.

  • Redhat based distro's are old and everywhere. Why not base a new distro on something sexy like Gentoo or Freebsd.

    I love the gentoo package managment. It is better then pure sex and yes even apt-get.

    I found the distro too bleeding edge in some area's *cough devfs * cough and it takes a whole weekend to finally configure everything. The latest version was so buggy that I could not get my /boot to mount properly and my Microsoft USB keyboard would actually freeze the system so bad during reboot that I had to unplug my system just to have my keyboard respond. Weird. All the newer distro do this and I think its a kernel bug.

    But its lightning fast and more bsd like in which all the actual config files go in /etc and not just symlinks that point to god knows where *cough redhat *cough which make it difficult to learn and administer.

    Freebsd rocks too in which sysinstall configures things pretty good but it takes alot of tweaking to get the following Xfree86 to work with my geforce4, the beta nvidia drivers, java, and sound support with my soundblaster live.

    I wonder if FreeBSD has support for kernel modules so a recompile isn't necessary just to use sound. If not then an easy to use FreeBSD distro would be hard to make.

    • Strange, I have had a great deal of unhindered success with Gentoo. Strange I say about devfs, that has been flawless. Devfs is a damned good and correct idea, only see entries for which there is usable hardware, and don't waste inodes on dev entries. Very cool.

      Now /boot, if you will look, by default of noauto in the fstab options. For most efficient use of space, /boot is ext2 (at least for me), and /boot needs to be mounted only at kernel changes, so it makes sense. Sorry if I insult your intelligence, but that is the unique thing about typical /boot in Gentoo.
  • I'm surprised fewer Slashdotters even looked at Ark Linux' web site before engaging in the usual jabber about easy-to-use Linux distros. The site itself has no info about the distro. But if you go to the FAQ, lo and behold you get a bunch of references to "goatsex", an ASCII art dirty picture, a few hundred lines repeating the word "faggot", and a dirty story. Not much about Linux though.

    I suspect the whole thing is a put-on by somebody with a serious lack of taste. Certainly if it were a real distro, and this stuff were hacked onto the site, then its server security wouldn't be adequate.
    • by Bero ( 93841 ) <bero.arklinux@org> on Sunday January 12, 2003 @10:56PM (#5069901) Homepage
      What you've seen is the result of someone from the IP 68.13.232.26 (ip-68-13-232-26.ok.ok.cox.net), located in Atlanta, using Phoneix 0.5 on Windows 2000, abusing the fact that we've tried using an open support system.

      The idea behind the system was simple - anyone can ask questions, and anyone can reply. Pretty much like a Wiki.
      So in a way, we got hacked - but since there was no protection for this area of the website, I wouldn't call it a security problem in the distribution. And we learned from it - the support system is now censoring bad posts. I find it sad that these things are necessary, when ideologically, we'd much rather fight censorship.

      We made one mistake - namely that we trusted people wouldn't abuse it. This guy used malicious HTML tags to redirect the support system to his crap site.

      Dear "hacker", you can be proud - you just circumvented nonexistant security blocks! I'll vote for you at the l33t h4x0r of the month contest.
  • I've found Lycoris to be the absolute easiest Linux distro to use. Not only does it have a huge user support base, but even support for those of us wanting to try it and learn it before switching over from Windows, using VMWare.

    While the installation is about as simple as it gets, the low click install is lost as Lycoris fires up a game of Solitaire for you play while waiting for it to complete.
  • by Dr. Zowie ( 109983 ) <slashdot@defores t . org> on Monday January 13, 2003 @12:14AM (#5070200)
    I don't know why the hell I'm even typing this -- it's doomed to get buried in the avalanche of other posts and never get seen...

    I have installed and am using Red Hat 8.0. It was very easy to install, and is very easy to use. It was more than four mouse clicks, but their installer is really smooth. If you just want a quick, easy install you click one of four or five radio buttons for the type of machine you want (server, workstation, etc.); but you can also switch all the packages independently.

    The OS seems to come pretty well secured by default; and of course there are the requisite "control panel" windows (which actually work!) and OpenOffice links. The terminal is buried waaaay down in the menu structure -- a bit disconcerting at first. But most of the little apps that we all know and love are available in the pull-up red hat menu already.

    They've eliminated the notion of window manager from the basic graphic OS install -- there's no reference to it at all. You can switch window managers, but you have to know unix to do it. That, IMHO, is a Good decision.

    It seems to me that Ark Linux is a tempest in a teapot -- Red Hat already did all the work; these guys can't possibly be doing much more than smoothing over the install and putting a different theme on the desktop.

    • No...

      Show it to any newbie, and you'll see.

      • What the **** is a partition?
      • Why do I need 50 editors? Is that emacs thing good? Should I use vi?
      • User administration? What the ****? This is _my_ computer, I don't want a *****ing login! I don't need that in Windows, therefore it's easier to use!
      • Why can't I edit the menus?


      And that's just 4 of the comments you _will_ get.

      Also, if you look at the technology behind it, you'll notice it's suboptimal.

      Red Hat 8 is an interesting idea, but I think they got it pretty wrong, and made the OS worse by stripping it of some of the best tools and leaving in vastly inferior ones.

      User interface wise, Ark Linux does a lot more than putting another theme on top of Red Hat 8 - we've replaced all their UI stuff.

      Try it out for yourself and you'll see the difference.

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...