Slashdot Mirror


User: obdulio

obdulio's activity in the archive.

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

Comments · 181

  1. Re:...the same features we delivered seven years a on Windows 95 Turns 10 · · Score: 2, Informative

    I have to work providing remote support over very slow links. A good CLI, with history and editing facilities (like bash with the vi option) is the only way to work sometimes.....

  2. Re:Lotus on Linux on Exchange Alternatives Round-up · · Score: 1
    Lotus Notes is the *client* and yes, it is pretty much Windows-only but so is MS Outlook.



    The Lotus Notes client runs fine under wine....

  3. Re:Is Outlook really the killer app? on Exchange Alternatives Round-up · · Score: 1
    Name me one Windows based groupware app that you could replace Outlook with

    Lotus Notes?

  4. Lotus Notes on Exchange Alternatives Round-up · · Score: 1

    Lotus Notes is a great groupware tool. It's server runs in Unix/Linux, but the client is Windows-only (runs fine under wine).

    This is weird, since Lotus Notes belongs to IBM.

  5. Re:If it is going to be an "Internet Cafe"... on The Case for Free WiFi? · · Score: 1

    To use my notebook.....

  6. Re:So what does this say? on Microsoft's 10-year-old Certified Professional · · Score: 1

    Was Mozart really writing that music at 8? I mean, probably he improvised it at the piano and someone else (maybe his father, an acoomplished musician too) took the work to write the score and organize it into a cohererent piece of music.

    It's like Gauss, which is said to have proved his first theorem at age 9. While not untrue, this is not what happened. Gauss found a clever trick to solve the tedious task of adding up all the numbers from 1 to 1000 (today we would say he found a hack).
    Later on, he or some of his proffesors formalized this hack into a rigorous mathematical proof.

  7. Re:I wonder why on Windows Users Ignoring LUA Security · · Score: 1

    On the ohter hand, every Unix/Linux course/book/manual insists that the admin logins as a regular user to do his daily job and do a su to root only when is needed.

    It's a matter of culture. Unix culture emphasizes security, while MS culture emphasizes ease of use.

  8. Re:Quantum is just another buzzword on A Working Quantum Computer in 3 Years? · · Score: 1

    Note: I'm from Brazil, so please forgive my english.

    How can a non-deterministic machine give a deterministic result?

  9. vi on Next-gen Windows Command Line Shell Now in Beta · · Score: 1

    will it support vi commands, like ksh?

    vi was designed to work over very slow connections.

    sometimes, I need to work over very slow modem connections, using vi commands in a Unix shell is the only way to work. I mean a 9600 kbps modem dialing to a customer in another country.

  10. will it on Windows to Have Better CLI · · Score: 1

    have a vi editor?
    Will it let edit the commands in vi mode?

  11. Re:Better Formating on Pentagon to Significantly Cut CS Research · · Score: 1

    April 1 - The Defense Advanced Research Projects Agency at the Pentagon -

    look at the date, it says everything.....

  12. Re:Passwords?! on How the Secret Service Cracks Encrypted Evidence · · Score: 1

    Luggage locks are for when you fly. If upon arrival, you get your luggage and the lock is open, you can complain and ask for a refund from the travel agency.

  13. Re:Complexity of English on Professor Finds Fault with MS Grammar Checker · · Score: 1

    English is an extraordinarily complex language

    You have to learn Spanish. Genre for things, for example. In english you say "the". The house, the Car, the Tree. In spanish all things have genre, so it will be "la casa", "el auto", "el arbol".

  14. That's exactly what Don Knuth said on Has Mass-Mailed Malware Peaked? · · Score: 2, Funny

    In a recent interview, he says that he has not seen a single email virus for at least 3 years.....

  15. Re:Rewarding incompetence, as usual on Gator CPO at the Department of Homeland Security · · Score: 1

    Are you talking about the same freedom that you gave the chilean people when you overthrow Allende?

    The same that Saudi Arabia and Egipt have?

    Nicaraguan people under Somoza? Cubans under Batista?

    Nice idea of freedom americans have

  16. Re:EULA on Gator CPO at the Department of Homeland Security · · Score: 1

    A promoter of torture as Attorney General?

    You already have what you asked for....

  17. They should read: on Creationist Textbook Stickers Declared Unconstitutional · · Score: 1

    Evolution is a theory, not a fact.
    Creationism is a belief, not a fact.

  18. Re:Slashbot math lesson on China and its Relation With Spam · · Score: 1

    So that is 1 in a Thousand People who buy this stuff.

    So if the spam reachs ten million people, there will be 10.000 buyers. That's enough....

  19. Re:open source on PeopleSoft Goes To Oracle · · Score: 1

    Writing an OS is easy, writing Oracle Apps, SAP or Peoplesoft is much more complicated. Why?

    Because there is only one Linus Torvalds and he works in Operating Systems, not ERP applications....

  20. Re:And anyway on Cell Phones In The Air? · · Score: 1

    what if you are flying over the ocean?

  21. Re:Is this really a big deal? on Cell Phones In The Air? · · Score: 1

    In a long flight, some people may be sleeping, so when someone's cell rings, it will wake them up.

    I would just ask them to go talking outside ;-)

  22. Re:Any guesses what Microsoft's response will be? on Penn State Tells Students To Ditch IE · · Score: 1

    it's called "Wishfull Thinking'

  23. Re:Ahem on Unifying Linux Package Management · · Score: 1

    If you get all your rpms from the rpm repository maintained by your distro, everything is fine.

    What happens if you want to install a package that is not int the rpm repository? A package that only cames in source code, for you to compile? (the Enlightenments epplets, for example.)

  24. Re:A step in the Right? direction? on Unifying Linux Package Management · · Score: 1

    Does it support Enlightenment epplets?

    And apps that are provided only in source code form?

  25. some obscure package on Unifying Linux Package Management · · Score: 2, Insightful

    The problem with all package managers is that they rely in a database of known packages. If you want to install some obscure package that is not in ther databases, you will end up into a package dependency hell.

    At the university, I'm taking a course in graphical interfaces and their design. Just to get a feeling of something new, I decided to try Enlightenment. The base packages installed fine in my Suse box, using apt-get, but several epplets came only in source code form. While compiling them, I found that I needed some obscure library or some library that has been deprecated. After some days of dealing with dependences and uncompatible versions of libraries (ImLib, for example) I had to give up. Enlightenment runs fine, but several epplets don't even start.

    Until all developers agree to follow a standard for their code to be installed (and I can't foresee this in the near future), there will be no package manager that can get us out of dependency hell.