Slashdot Mirror


User: Daniel+Serodio

Daniel+Serodio's activity in the archive.

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

Comments · 17

  1. Re:I wonder if Cygwin really has much of a future on Cygwin 1.7 Released · · Score: 1

    One of the first things I install on a new work computer is Cygwin.
    What's wrong with the install process? It's a pretty much standard "Next, Next, Next" Windows install.

    Two things that I do after installation for better integration with the Windows environment is creating /c, /d, etc symlinks to /cygdrive/c, cygdrive/d, etc and making Cygwin's "/home" a symlink to C:\Documents and Settings or C:\Users

  2. Re:Great vision, but is technology the answer? on Negroponte Hints At Paper-Like Design For XO-3 · · Score: 1

    Of the the most compelling (for its market) features of the OLPC is its tiny energy consumption, which can even be recharged with a hand crank. Some of these people don't even have an energy outlet at home.
    Try that with a 2001 Toshiba Satellite.

  3. Re:PalmOS sync on Mozilla Sunbird's First Official Release · · Score: 1

    There's an extension (PalmSync) to sync Thunderbird Contacts with the Palm, maybe it works with Sunbird?

  4. Nullmailer on Ubuntu Linux Live CD Release · · Score: 1

    Why not use nullmailer? If it's just for local mail, it's much slicker than Postfix.

  5. Re:Dear Apple haters... on Bash 3.0 Released · · Score: 1

    That's called the "stupid tax"

  6. Re:No such thing as a free lunch on Linux & Microsoft as a Cold War? · · Score: 1

    You do realize that regulation is the worst possible scenario for OSS in the US, right? If your government chooses to regulate OSS, all other countries in the world would automatically have an advantage over the US...

  7. Re:Sue ME!!! on Today Is SCO's Deadline To Sue Linux User · · Score: 1

    I know the parent is supposed to be funny (actually, it kinda is), but since I found out SoulSeek (and specially Nicotine), I don't miss Kazaa at all.

  8. Re:The pre-empt problem: on Linux 2.6.0-test11 Kernel Released · · Score: 5, Informative

    If you really, absolutely must kill the power, use the "Magic SysRq" key! Alt+PrintScreen+S will sync the filesystems, and Alt+PrintScreen+U will remount them read-only.

    See /usr/src/linux/Documentation/sysrq.txt.

  9. Re:Broken OOP Model on The Post-OOP Paradigm · · Score: 1
    ...one of the standard OOP pitfalls -- implementing object properties using inheritance...

    No. That is not some accidental pitfall that clutzes randomly walk into. Ascribing special properties to the special class in a generalization relation is part of the plan. It's intended usage.

    No! Good inheritance is behaviour inheritance, not structural inheritance. Structural inheritance only saves typing, but won't guarantee maintainability. That's what polymorphism is for, and you only get polymorphism with behaviour inheritance.
  10. Re:it's over on Blackboard Campus IDs: Security Thru Cease & Desist · · Score: 1

    Or, you could simply move to a really free country.

  11. Re:Debugger improvements on How Would You Improve Today's Debugging Tools? · · Score: 1
    "Counted Iterations" and "Break on value" are available and very easy to use in Eclipse.

    If you do Java, try Eclipse. It made me switch from 4+ years of Emacs!!! :) I know Eclipse also supports C++, but I never tried it, so I don't know how good the C++ support is.

  12. Re:Use /usr/local for add-ons, keep /usr clean on Rage Against the File System Standard · · Score: 1

    Package managers (or installation programs) shouldn't put anything under /usr/local, there's where programs compiled by hand should go. In fact, I think making a mess out of /usr/local is even work than /usr

  13. Re:I think it is better... on Rage Against the File System Standard · · Score: 5, Informative
    No need to do the dirty work by hand, that's what GNU Stow is for. Quoting from the Debian package's description:
    GNU Stow helps the system administrator organise files under /usr/local/ by allowing each piece of software to be installed in its own tree under /usr/local/stow/, and then using symlinks to create the illusion that all the software is installed in the same place.
  14. The real advantage of WinCE devices... on New Sony Clie: PalmOS Is Back in Style · · Score: 2
    is that they don't sacrifice a portion of the (already tiny) screen exclusively for graffiti.

    Don't get me wrong, I've had my PalmPilot (original + the PalmIII expansion card) for 4 years, and wouldn't replace it with Windows for nothing, but I first put my hands on a WinCE device (a Cassiopeia) last week and I think its input method is MUCH better.

    That graffity area is part of the screen, and when you want to input text, you click on a button and the graffiti (Jot, really) area appears, just like the Palm's on-screen keyboard. Hasn't any PalmOS device manufacturer thought about incorporating this ingenious idea???

    That would be THE real "must-have" feature for a PalmOS device.

    --

  15. Re:Unlikely, here's why on Microsoft Porting Applications To Linux (Really!) · · Score: 1
    > (though most ppl. could not give me a task which cannot be dont just as easily in Linux)

    Desktop publishing (PageMaker, CorelDraw). These are the only apps I miss from Winblows

  16. Re:Instead of ICQ? on Official AIM for Linux · · Score: 1

    You could use GnomeICU's chat feature for that. The other party can see what you type in real-time. The only problem is a silly bug that won't let you accept chat requests, only originate.

  17. Maybe a Mini-HOWTO? on TrueType Fonts in Linux Distributions? · · Score: 1

    You really got TrueType fonts working? Maybe you could write a mini-HOWTO or something, I still haven't got it to work.