Slashdot Mirror


User: netdur

netdur's activity in the archive.

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

Comments · 113

  1. insider source? on Google Talk Available Early · · Score: 1

    how poeple could know about talk.google.com and that jabber server running up?

  2. Re:Video on Google Instant Messenger Coming Really (or Not?) · · Score: 1

    ayttm do!

  3. Re:They forgot about ExchangeIt on Exchange Alternatives Round-up · · Score: 1

    you know! web monkey?

  4. Re:Still no friends on Rate Your IM Popularity · · Score: 1

    on my messenger! I have 13 persons
    1) beyonca (you won't believe her real name)
    2) middle-famous pr0n actress
    3) hollywood movie's author
    4) famous skin doctor
    5) my gf
    the rest are web masters, local friends and nerds

    how do you rate me?

  5. is intel the new "cheap" IBM!? on Nokia and Intel Group Up To Develop WiMax · · Score: 1

    how do you compare game console market to pc one?

    will Nokia release WiMax's driver for linux?

    when will Evolution/Nokia start support sync calendar/to-do/email with Nokia phone via bluetooth/infrared/cable?

    will Nokia support VOIP on new phones?

    I did add skype to Nokia 3650 - I use bluetooth to call or recieve calls

  6. Re:Within 15 Minutes? WTF on Linux Kernel Gets Fully Automated Test · · Score: 1

    > when most of the (US) developers are asleep
    as far as I know (US) developers sleeping during the night time in... China

  7. Re:ZzzZZZz on Google Launches Summer of Code · · Score: 1

    if you note the list, there also ubuntu linux... it interesting, now I'm sure there no google os

  8. Re:This is my new home page. No, I'm serious. on Google's New Personalized Homepage · · Score: 1

    > Call me a Google fangirl, but this rocks.
    you are a girl!? I thought slashdot is guys's castle

    well, of course, osnews's girl doesn't count

  9. Re:good stuff on FreeBSD 5.4 Released · · Score: 3, Insightful

    microsoft did release UNIX based OS years before they did release ms DOS, and they called it xenix, anyway... to have UNIX as OS doesn't help anything, I have IE6 running over wine on linux, lately when I start it (mainly I use IE to test my web site) IE display pop-ups with different ads every time! my homepage set to "about:blank" so the only thing I can think, I have malware running over wine on my linux box, installed trough some hole in IE, in other hand, surfing net via firefox is secure, whatever your OS is, firefox makes it secure, microsoft is in big trouble they have crapy softwares... "it just work" & "fix it later" wont work, end of microsoft has been start...
    --
    - ah! forgive my stupidness

  10. Re:Not always true on Havoc Pennington on GNOME 3's Future · · Score: 1

    > Havoc
    I don't understand, you can't talk about Gnome 3 without talking about GTK+ 3, the only way I would see Gnome 3 is when you use GTK+ 3 as toolkit, GTK+ really need new features... may "you" need to re-code the core to have it.

    for example... I would like to have "play" button in my music player in a special look, so with my package I want to attach an XML file to descript how the button should look like, and the rest of wedgets can have the same look as the rest of desktop, also I want to be able to attache many toolbars in one row, I want MDI (I know you don't like it, but GTK+ as toolkit must have it)... there long list!!!

    the other part is glib, it's wonderfull but still there much room to improve it, for example, string functions, DOM functions (libxml do works but easy to mistake) easier GTK+/Gnome-db functions and so.

    and even if possible I want to get OOP language to develop softwares, The GIMP guys did code GTK+ right? getting python compiler wouldn't be harde.

    at time we get super-modern GTK+ 3 toolkit, Gnome 3 would be another talk, another ideas, better desktop... but at moment Gnome 2 rock

  11. Re:Is there a list of softare ready for it? on Windows XP X64 Goes Gold · · Score: 2, Interesting

    imaging if Novell could release Mono for Windows 64-bit before Microsoft release .NET

  12. nothing new here on Toshiba's One-Minute-Recharge Li-ion Batteries · · Score: 1

    it's just the bright side, they says it take one minute to charge 80% but did not say it take 5 minutes to charge the rest 20%

  13. Re:the next is... on World's Smallest Linux Box Fits in RJ-45 Jack · · Score: 2, Funny

    should I patent the idea?

  14. the next is... on World's Smallest Linux Box Fits in RJ-45 Jack · · Score: 1

    Linux in processor

  15. Re:The Gnome way on Gnome Removed From Slackware · · Score: 1

    > object-oriented language like C++
    I don't think you know what you are talking about
    this is very shot code I just made which to show you that C (with wonderful Glib lib) can do OOP /****/
    #include <gtk/gtk.h>

    typedef struct obj { /* so you can access widget from anywhere */
    GtkWindow *window;
    GtkButton *button;
    } OBJECTS;

    OBJECTS obj;

    static void sayoops (GtkWidget *widget, gpointer data);

    int
    main(int argc, char *argv[])
    {
    gtk_init (&argc, &argv);

    obj.window = g_object_new (GTK_TYPE_WINDOW,
    "default-height", 200,
    "default-width", 200, NULL); /* this can be add to g_object_new */ /* also you can do g_object_get */ /* more at http://developer.gnome.org/doc/API/2.0/gobject/gob ject-The-Base-Object-Type.html */
    g_object_set (G_OBJECT (obj.window), "title", "OOP in GTK/GNOME");
    g_signal_connect (obj.window, "destroy", gtk_main_quit, NULL);

    obj.button = g_object_new (GTK_TYPE_BUTTON, "label", "I AM OOP CODE", NULL);
    g_signal_connect (obj.button, "clicked", G_CALLBACK (sayoops), NULL);

    gtk_container_add (GTK_CONTAINER (obj.window), GTK_WIDGET (obj.button));
    gtk_widget_show_all (GTK_WIDGET (obj.window));

    gtk_main ();
    return 0;
    }

    static void
    sayoops (GtkWidget *widget, gpointer data)
    {
    g_print ("Oooooops\n");
    } /****/

    to compile do
    gcc oop.c `pkg-config --libs --cflags gtk+-2.0`

  16. let's see!!! on Symantec: Mac OS X Becoming a Malware Target · · Score: 4, Insightful

    a small program that
    1) fool web browser to download without user notice
    2) chmod itself ---x--x--x
    3) excute itself!!!

    I don't think that is possible at *nix systems

  17. I'm confused on Yahoo buys Flickr · · Score: 1, Offtopic

    what the differents between flickr.com and photos.yahoo.com ?

  18. How to win the U.S. memory championship? on USA National Memory Championships · · Score: 0, Redundant

    don't forget anything

  19. Re:to avoid misunderstood on Kubuntu, ArkLinux Announce KDE 3.4-Based Releases · · Score: 1

    > Little known fact: kubuntu means to defecate.
    oh really?

  20. to avoid misunderstood on Kubuntu, ArkLinux Announce KDE 3.4-Based Releases · · Score: 5, Informative

    kubuntu is not based on ubuntu, kubuntu is ubuntu with KDE instead of gnome, it's from the same ubuntu team, anyway kubuntu mean "to humanity", it's real word

  21. AFP pictures on Yahoo! too on French News Agency Sues Google News · · Score: 1, Interesting

    see it
    one of two, Yahoo! took it legal or France hates google

  22. google the google's googlers googling google on No Secret Plan at Google? · · Score: -1, Offtopic

    it's valid English!

  23. dup on Tracking GPL Violators · · Score: -1, Flamebait

    repost +5 comments and get your karma up up up... what I'm doing here?

  24. Re:One more stat on KDE 3.4 Released · · Score: 0, Interesting

    > kde vs. gnome
    it's simple, it's choice, everyone can pick up whatever he/she like... if you trying (trolling / flamware) force people use "DE" you like, you are nothing better than "ben laden"... it's really never mind, as long as "they" listen to freedesktop.org

    one thing to say to kde people, QT is GPL, fork it, the company is out there to profit not to help kde project, when you fork QT you will control the widgets then drive it to direction right that kde needs, as free project you shouldn't risk stay under mercy of trolish or whatever you call it.

    think about day trolish may think playing friendly with kde is not good for it business!!!

  25. Two buttons will be way too confusing for... on Apple Developing Two-Button Mouse · · Score: 0

    the mouse itself is too confusing for your average user, did you remember when had hard time moving pointer to click the hyperlinks?