Slashdot Mirror


User: tarzeau

tarzeau's activity in the archive.

Stories
0
Comments
42
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 42

  1. gnustep (cocoa) on Google To Replace GTK+ With Its Own Aura In Chrome · · Score: 1

    they'd rather make a gnustep version on par with the google-chrome on osx (isn't that already based on cocoa)?

  2. If Google cares on Google Won't Enable Chrome Video Acceleration Because of Linux GPU Bugs · · Score: 1

    They'd stop android, or replace it with GNUstep... the only chance for Linux on the desktop is GNUstep. Because gtk, qt, fltk and what not are a pain, seriously (and by gtk, qt I mean GNOME and KDE). Likewise goes for Canonical/Ubuntu.

  3. Re:GNU Clowns Strikes Again on GNUstep Kickstarter Campaign Launched · · Score: 2

    "One could say that GNUstep is a very nice woman, but without proper make-up and with a shabby dress. Although the expert eye could see the star sparkle, the average person maybe would prefer a more normal female with choosen make-up and dress." -- http://www.blogger.com/comment.g?blogID=13189460&postID=112497309425424497

  4. Re:GNUSTEP's graphical underpinnings? on GNUstep Kickstarter Campaign Launched · · Score: 1
  5. Re: Well, someone has to ask... on GNUstep Kickstarter Campaign Launched · · Score: 1
    That's absolutely right, even today, GNUstep is 15 years ahead of KDE(qt) and GNOME(gtk). Look at the API's, try to write one single graphical app with qt or gtk. Compare the lines of code and time compared to develop the same graphical application made with GNUstep (or Xcode on Mac OS X) using the Cocoa API (which is nothing else but Foundation Kit and Application Kit).

    It isn't faster to code on NeXTstep; you just have to write less of it. The revolution is "getting rid of software". -- http://www.paullynch.org/NeXTSTEP/Savoy.1992.htmld/

  6. Photography on Ask Slashdot: Best Camera For Getting Into Photography? · · Score: 1

    I went like Canon IXUS v3, Canon Ixus 80, Canon EOS 500D (DSLR), got my first prime L lens some time later, then sold the EF-S lenses, then the 500D, got the EOS 5D II (which is very nice). Got some more L lenses. Got my own photo studio and studio lights, light formers, and then I took this picture: http://www.flickr.com/photos/aiei/6385882661/ Now I'm with Phase One 645 DF with a Phase One P25 (digital medium format). The DSLRs are great to learn about aperture and time variables. Oh and once you start with the lights, don't forget the light meter. I don't want to miss it. My friends are like taking 5 - 20 pictures with flash to finally get an approximately right lightning. A good picture is made of 60 % light, 30 % lens, 10 % camera.

  7. Re:Similar story about Commodore? on How Sun Bought Apple Computer (Almost) · · Score: 1

    they had OPENSTEP, the father of Mac OS X (Cocoa). but they stomped it for Java.... FAIL!

  8. Firefox? HAHAHAHA on Firefox 4 Beta 12 Released; Fixes Over 650 Bugs · · Score: 1

    Unless they add a real time edit css/html and display, this is just a big disaster of software project. Luckily there's Google Chrome and Chromium. Mozilla didn't manage to fix some bugs in their code since > 5 years, that makes it a hell to use if you've got your config files on NFS.

  9. SUN already messed up NeXT/OPENSTEP Software on How Sun Bought Apple Computer (Almost) · · Score: 1

    Luckily there's GNUstep, however it could be where GNOME/KDE are now. If SUN would have released the Lighthouse Applications: http://www.noodlesoft.com/blog/2007/01/23/the-sun-also-sets/ http://talblog.info/archives/2007/01/sundown.html http://livecd.gnustep.org/ Scott McNealy unfortunately failed to find theses sources... saying he can't find it. I hope Java dies soon. And Sony SNAP gets born... but I doubt, it's SONY.

  10. links2 also released on Mozilla Firefox 1.5.0.4 Released · · Score: 1

    Links 2.1pre22. does braille, text and graphics modes, alots of configuration, much better downloadmanager, can do graphics in framebuffer or svgalib as well. Much smaller, much faster, alot of languages, auto size single pictures *hint, hint*...

  11. Obligatory screenshots. on The Future of Emacs · · Score: 1

    Past with OPENSTEP Future with GNUstep

  12. Re:The Real Question is... on GORM 1.0 Release to Take on GNOME/KDE? · · Score: 1

    No, Afterstep is only a window manager, that is only working on X11. See here, what the OpenStep specification is about. While you do so, you might also read up the Savoy 1992, Booz-Allen Study results

  13. Re:Openstep? on GORM 1.0 Release to Take on GNOME/KDE? · · Score: 1

    And they have lost some important things: see here for some features. Another thing that I find annoying, stuff are slow, even on a G5 dual cpu machine. I run OPENSTEP on a Pentium 233 mhz machine, with 64mb memory, and it's rock solid, and damn fast. Everything, see here for some nice apps.

  14. Re:Parallel Topic: Win32 targets on GORM 1.0 Release to Take on GNOME/KDE? · · Score: 1

    Actually there is people doing just that. Check these: GNUstep and Gorm on Windows. See the screenshots of train data exchange software and train simulation software.

  15. More information, missing links on GORM 1.0 Release to Take on GNOME/KDE? · · Score: 2, Informative

    The OpenStep Standard. And the object oriented C. And how Interface Builder looked on OPENSTEP. And the live CD with the older version (soon to be updated).

  16. It's not the model, but the one who uses it. on What are the Next Programming Models? · · Score: 3, Insightful
    That counts.

    Let's have a look at programming languages http://www.linuks.mine.nu/gnustep/langs.txt

    And an excerpt from a book (I can find you the title and ISBN if you want): Although both Objective-C and C++ derive from C, C++ is a systems-level language, whereas Objective-C is an applications-level language. The distinction can be summarized by saying that C++ was designed with program efficiency in mind, while Objective-C is geared more toward programmer efficiency. The difference is substantial--C++ is driven by a philosophy of efficiency and compatibility with existing C which, while necessary for a low-level language, proves quite restrictive in other contexts.

    And now, the almighty Allen-Booze study: Quote of the Booz-Allen Study

    * took 100+ senior programmers and trained them on NeXTstep, then asked them to write the same app on both NeXT and their previous system.
    * First application written was written 2 - 5 times faster.
    * Savings were 90%
    * 83% less lines of code in the NEXTstep version
    * 82% said NeXTstep was better in ALL categories
    * It isn't faster to code on NeXTstep; you just have to write less of it. The revolution is "getting rid of software".

    more about all this stuff, here: http://livecd.gnustep.org/

  17. ISO download sites on The NeXT-Best Thing: GNUSTEP 0.9.4 Live CD · · Score: 5, Informative
  18. A couple more links on 10 Years of OpenStep · · Score: 3, Informative
  19. Why they always forget GNUstep ? on The Business Value of Open Source Examined · · Score: 1, Interesting

    GNUstep is a free implementation of the OpenStep specification by NeXT and SUN in 1994. It is really good now. The InterfaceBuilder (Gorm) is great. The Foundation classes are finished long ago, and the AppKit works very well too. Give it a try, Live CD

  20. some mails i had with kord... on Building a Bigger Search Engine · · Score: 0

    make up your own mind: www.linuks.mine.nu/people/kord/

  21. nothing, simply nothing on What's Keeping You On Windows? · · Score: 0
    i don't use windows! i haven't for years. it is the worst user interface i've seen. and for games? i play GNU Robbo, nethack, jump n bump, xrick, luola, gtetrinet and tons of other cool games (which can be found on freshmeat.net).

    for some screenshots of mine check screenshots or my guide on using linux as a workstation.

    if you have a webpage with alot of visitors, feel free to use banners to make users switch to open source, apt-get.mine.nu my banners, and my friends banners (volkany)

  22. here is another mirror on Blender Is GPL · · Score: 0
  23. bloody, fluffy bunnies! on Violent Games Good for Kids · · Score: 0
  24. make linux users out of them! on Teaching Linux/Unix Basics to Microsoft Junkies? · · Score: 0
  25. dild^hlo, you forgot the best browser! DILLO on Linux Web Browsers Compared · · Score: 0
    runs even fine on a sparc classic, 32 mb system memory and 8bit graphics!

    dillo homepage

    yeah my absolute favourite! faster than opera!

    links is a nice browser too btw

    and and if you just need porn, you don't need a browser but porn-get