Slashdot Mirror


User: abigor

abigor's activity in the archive.

Stories
0
Comments
1,834
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,834

  1. Re:A question too late (Offtopic) on Kevin Mitnick Answers · · Score: 1

    This is absolutely wonderful. Slashdot can offer up some real gems sometimes; this is one of them. Where do people like you hang out? I need smarter friends.

  2. Re:It is really so simple... on What Should I Do With My Life? · · Score: 1

    We weren't "designed" at all.

  3. Re:Doesn't the GPL prohibit proprietary changes? on Answers From a Successful Free Software Project Leader · · Score: 1

    Just the customers. You are only obligated to provide code to people who paid for the binaries.

  4. Re:Programming "Career" on Engineering Careers Short-Circuiting · · Score: 1

    WELL SAID. The greatest thing about the dot com implosion was the pruning of the self-taught hordes.

  5. Re:I was hoping they would wait. on New Red Hat Beta · · Score: 2

    Huh? I've done 3 RH8 installs here at work as developer boxes, and screensavers do not work. Try setting a homepage in Konq (slashdot.org, for instance) - nope. And lots of people have complained about the panel; remove the clipboard and whatever else you have, then try getting rid of the blank area. You can't.

    These aren't just bugs. They are not present in the default KDE install (from source or whatever). Some things were changed by Red Hat - basic things.

    See dot.kde.org for many more problems.

    As for removed features, I'd call using Konq as a full browser, with a homepage, a feature. Screensavers, too. The panel thing is annoying, but hardly deadly, I admit.

  6. Re:I was hoping they would wait. on New Red Hat Beta · · Score: 1

    1. Screensavers broken
    2. Home pages in Konq no longer work; it comes up as a file manager automatically
    3. The panel is gibbled; you can't remove blank areas
    4. ...etc.

  7. Re:small correction on Ex-Microsofter Rick Belluzzo Prefers Linux · · Score: 1

    http://uptime.netcraft.com/up/graph/?mode_u=off&mo de_w=on&site=travelocity.com

    The site travelocity.com is running Netscape-Enterprise/4.1 on Solaris 8.

  8. Re:Not .NET Server... on Longhorn Server Scrapped · · Score: 2

    You mean Pacific southwest. Whistler and Blackcomb mountains are in the southwest of British Columbia, not the northwest of the United States.

  9. Re:Electronic Fun on Classic Computer Magazine Archive · · Score: 1

    YES! I used to love this magazine. Total classic gaming.

  10. The Transactor on Classic Computer Magazine Archive · · Score: 2

    This was the greatest of all Commodore-related magazines; it had THE most technical articles and code (most of it assembly, or the insane read-data equivalent). Those guys totally maxed out the C64, the C128 and the Amigas, doing unbelievable stuff - I still remember writing my own beginning assembly, and sticking the code into that strange "protected" memory area, and then typing 'sys 49152' to execute...

    Ah, memories...

  11. Re:Delayed??? on GNU/Hurd Delayed To Fix Disk Size, Serial I/O Limitations · · Score: 2

    I had no idea about the VMS emulation plans in the NT kernel. Excellent post, thanks.

  12. Re:I am sorry but... on The Captains of Nautilus · · Score: 2

    From the KDE 3.0 release plan:

    WebDAV support, Hamish Rodda...

    It's been released as part of 3.0, as planned. So it's implemented, though I don't know how exactly (whether it's a KPart or what). Try typing webdav:// and see what happens.

  13. Re:I am sorry but... on The Captains of Nautilus · · Score: 3, Informative

    You are 100% correct. Konqueror is, in fact, not much other than a container for various KParts. It's really, really easy to write software in KDE to view images, play music, etc. etc. simply by writing a few lines of code and including the correct KPart. C++ is crucial for this; GNOME will forever be hampered by their choice of C and the subsequent lack of first-class objects. When will Nautilus be able to copy files via SSH from a remote server and upload them via FTP to another server, all graphically? (In Konq, just open a couple of panes, type fish://servername and ftp://servername2, and then drag and drop. It's amazing.) Type audiocd:// to manipulate music. And so forth.

  14. Re:Somewhat OT, ignorant question on Building Java Enterprise Applications, Volume I · · Score: 2

    Sure, Cobol succeeded in its claim. Java is succeeding, too. They are both successful workhorse languages that get the job done. The "hype" you claim is so vile - write once, run anywhere, and so forth - may have been made before. But it's still nice to have; these are virtues. Java (the platform) does not deserve your scorn, as it is an excellent server-side solution.

    Regarding containment: have you ever worked with J2EE? Object containment, like EJB servers. Or in MS world, MTS/COM+.

    My comment about the lesser importance of specific languages is simply this: design is what counts. Bad design = bad implementation; no language can save you. Many people like to work with objects; J2EE is an object-oriented, heavy duty framework. Its attendant language is Java.

    So by "multiple paradigms" (argh) you mean Python allows you to break object orientation. That's not an advantage for me, but maybe for you it is. I wouldn't want to be the one who documents that sort of code.

  15. Re:Somewhat OT, ignorant question on Building Java Enterprise Applications, Volume I · · Score: 2

    Cobol wasn't hypeware, either, so I don't get your point here. Cobol did its job well for many years, and now it's legacy code, mainly. It followed a natural lifecycle. Java will too. In the here and now, Java does a good job.

    Python is nice. But Java is way more than just the language. Its got containment and infrastructure in the form of app servers, a vast number of APIs, a huge community, and a ton of third party support. From a pure language perspective, maybe Python is better, who knows. But really, it's design and infrastructure that count; languages are very often not as important.

    By the way, what "multiple paradigms" (this from the guy that hates buzzwords and PHB speak) does Python support?

  16. Re:Somewhat OT, ignorant question on Building Java Enterprise Applications, Volume I · · Score: 2

    "Bosh! Many interpreters don't have such problems."

    I wasn't speaking only about Java. In general, interpreted code is nice to have on servers.

    "IMO, Java is hypeware and bloatware and PHB-friendly mediocrity at work."

    It's pretty enduring for hypeware, don't you think? Anyway, aren't you the guy with the huge problem with object-oriented anything? Maybe a bit of bias showing through here?

  17. Re:Somewhat OT, ignorant question on Building Java Enterprise Applications, Volume I · · Score: 2

    Ease-of-management also comes into it. Migrating servers is a lot easier when you don't have to worry about recompilation; just copy over some .class files. That's the advantage of the virtual machine: no worries about weird big-endian/little-endian bugs, 32 bit vs. 64 bit, etc. Couple that with the fact that Java is the most mature JVM environment with great tools and APIs, and you can see why it's widely used.

    I won't deny .Net will become a contender. But Java also benefits from competition in the app server space. Bea vs. IBM vs. iPlanet and so forth means higher performance and more features. Where is the competition for .Net's app server environment? In the MS Transaction Server/COM+ days, it was all just MS - no choices. Will the same be true for .Net? I think so, and that scares a lot of people.

    Finally, Java runs well on *nix, and *nix is THE choice for big, serious sites. Sun makes Solaris, and Sun makes Java; that's all that needs to be said about that.

  18. Reviewer on OEone New Releases and Review · · Score: 3, Funny

    The fact that it was reviewed by a guy named Gonzo John certainly lends it an air of credibility.

  19. Re:FUD on Sun To Sell Linux PCs · · Score: 2

    Also, by giving away StarOffice, Sun is promoting an open document standard. The KWord team, for instance, has hinted they are moving to adopt the OpenOffice document format. When MS gives away something, it's to advocate a closed format that only their tools can operate on. On the other hand, anyone can write a word processor (or whatever) to open StarOffice files.

  20. Re:Well its official... on German Government Commissions KDE Groupware System · · Score: 2

    I don't think you understand the level of integration and object reuse in KDE. If you are technically inclined, you should look at the code sometime. The programs are different, it's true, but they are to become one client with the functionality of the (currently) separate programs.

    Before you spout bile, you should see what the current software has to offer, and then use your imagination a bit.

  21. Re:Did you hear that? on German Government Commissions KDE Groupware System · · Score: 2

    To be more precise: 1/3 of MS revenues are from MS Office. Other than Office and Windows, MS does not have a single market leader on the desktop, out of all their many products. So anything that affects the revenues of these two products is big news.

  22. Re:With All due respect... on Electronic Voting's Fundamental Flaws · · Score: 2

    My point: the parent to my post was implying that the open source development method is somehow prone to tremendous bugginess, in this case with data storage/filesystems. The implication was that the often chaotic development of open source would lead to loss of data. I gave a refutory example from a prominent(!) closed source company.

    I agree with your points about voting systems, in the main. Basically, having an open source system can't hurt and, as Michael pointed out, can lead towards true verification.

  23. Re:With All due respect... on Electronic Voting's Fundamental Flaws · · Score: 2

    Kneejerk anti-OSS - I love it.

    Michael is saying that open code and open hardware lead to a system that is fully verifiable, not that it's any more bug free.

    Nice marketspeak, by the way - "vertically integrated", indeed.

  24. Re:With All due respect... on Electronic Voting's Fundamental Flaws · · Score: 2

    Does the word DoubleSpace mean anything to you?

  25. Figure Eight Knot on Mathematical Lego Sculptures · · Score: 5, Insightful

    That is totally amazing. And for what it's worth, I think it's a worthwhile use of his time (not that my opinion on how someone uses their time matters, but whatever). I don't know, to me for some reason non-trivial acts of creation like this seem to touch whatever it is to be human -- our creative endowment is one of our signature traits, I think. What impulse would drive this sort of creative urge, to create beautiful mathematical shapes out of Lego, of all things? Whatever it is, it's mysterious, and it wasn't a waste of time. That figure eight knot is incredible.