Slashdot Mirror


User: cerberusss

cerberusss's activity in the archive.

Stories
0
Comments
2,867
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,867

  1. Re:Fix Less and vim on Time Saving Linux Desktop Tips? · · Score: 2, Interesting
    Now, Less and vim won't restore the @#*$!%ing terminal on exit

    This is highly useful, except when you're editing an encrypted file in vim. I can't find the syntax for .vimrc. Anybody know the solution? I've gotten as far as this, but it doesn't work:

    " Don't clear terminal after exiting
    if &key == ''
    " we're not encrypted
    set t_ti= t_te=
    endif

    Anybody got the solution?

    (Yes, I know it shouldn't be used since it's trivial to defeat, but it's useful to prevent the occasional viewer).

  2. Re:Pee in the Sink on To Flush Or Not To Flush · · Score: 2, Funny
    When I first moved out of my parents house some ten years ago, I got this cramped little room with a sink. For the toilet, you had to get down the hallway which was unheated. In the year I lasted there, I could never get myself to walk down that cold hallway to take a leak.

    The downside is that I felt obliged to really, really scrub that sink whenever my gf came around. Not for my friends, though.

  3. Re:A Rather Clean List on Get Out of Voice Menu Pergatory · · Score: 1
    a swear word will get you connected to a human

    It's much more advanced. The voice menu system will try to match whatever you say against the company directory.

    You: *grumbles* Freaking shit *dials number* System: Press 1 for blah, 2 for blahblah, 3 for --
    You: Awwww MOTHERFUCKING SHIT
    System: ... *connects through*
    Brian: This is Marty Fockershat speaking, how can I help you?

  4. Re:Actually Id advise them to do the plumbing cour on Recruiting IT Students? · · Score: 1
    Yes, most industries suffer during economic down swings but when was the last time a company decided to lay off 1/2 its lawyers during one? ;)

    Well, in my previous job, a merger happened with another company. No lay-offs except... in staff functions like PR, HR and yes, company lawyers.

    I just now believe that there are many other professions with better job security, easier requirements to maintain ones ability to do the job, similiar (if not better) levels of pay and perhaps most importantly, will still be around in 20 years

    Yeah, but tell me: do you think you'd have felt that same passion? I know a lawyer, an auditor, et cetera, but they always fail to convey that passion for their business that I find in the average geek. You're right, there is a price for a profession in IT, but it's not much higher.

  5. Re:Noooo kidding. on Recruiting IT Students? · · Score: 1
    (...) I would be quite happy to get someone who has demonstrated the ability to learn and excel in multiple technical positions

    She didn't say so, but she needed "people who could hit the ground running", see her blog.

    I agree with you though as an interviewee. Suppose my C++ skills aren't all they ned to be? I'd appreciate an employee who tests me to see whether I can quickly pick them up rather than a binary yes/no check.

  6. Re:Actually Id advise them to do the plumbing cour on Recruiting IT Students? · · Score: 1
    Having, since 1988, seen 2 major down swings in the IT job market

    You can substitute "IT" for any other branch. Every branch or profession has its ups and downs and choosing something else isn't going to give you more security.

  7. Re:What kind of tyrant ... on IT Workers Worst Dressed Employees · · Score: 1

    Chewbacca, please log in with your own account.

  8. Re:fear is a good thing on Scientists Produce Fearless Mice · · Score: 1
    Fear... keeps you from getting laid!

  9. Re:Never comment! on What Workplace Coding Practices Do You Use? · · Score: 1
    -USe tons and tons of goto statements.

    GOTO is out of fashion. COMEFROM is much, much more advanced. Just one statement can bring a whole codebase to its knees.

  10. Re:Less time for proper testing on Unit Test Your Aspects · · Score: 1
    Yeah, you spend weeks on security only to find out that GPs get an ADSL line and put all sorts of data on the mail.

    Keep testing!

  11. Re:Ideally, your code is clean enough on The Sacrifices of Portablility? · · Score: 1, Insightful
    If you have to test it on another architecture you are not writing portable code

    I understand the fact that you can at least prepare for portability. However, I would always want to run it through an alpha, beta (and maybe acceptance) environment before saying it'll work.

  12. Re:Ideally, your code is clean enough on The Sacrifices of Portablility? · · Score: 1
    Personally, I think that writing robust, portable, code is worth the effort.

    I hope your manager does, too. What does he say if you're already late with the project, but you tell him you'd like to test it on another architecture?

  13. Re:Used Linux licenses on Used Microsoft Licenses For Sale · · Score: 1
    used Linux licenses [...] At $349.50

    I've never heard the like, and I am stunned. This is clearly going to take away revenue from both GNU and Linux.

  14. Re:No Source Code? on Winners of the 18th IOCCC · · Score: 1
    It also phones home

    Whoa, this is great, since I can never remember my own phone number!!

  15. Re:Looks like you're not getting much sympathy on Don't Network Administrators Require Privacy? · · Score: 1
    Not to mention the drive through questions.

    If it is not in your job description, then go ahead and lock the door. However, do realize that my working days would be more productive too if the customer couldn't reach me.

  16. Re:Too late on MozCorp Announces Firefox 1.5 Extension Competition · · Score: 1

    Nope. I can think of only one thing to include as an extension, and that's Emacs. *shivers*

  17. Re:Good choice for a *AMP stack? on FreeBSD 6.0 Released · · Score: 1
    Both Linux and FreeBSD are excellent for this work. You might want to take other things into consideration. For example, in my opinion FreeBSD is a lot more stable. However, if you want to use the box for desktop usage, you might find the Linux distributions more up-to-date and user friendly.

    And maybe you also have in mind to put that experience on your resume. It might be better to use FreeBSD if you work in the ISP business and for general IT, Linux might be better.

    All things considered, Linux is more mainstream but FreeBSD could be worth a lot exactly because of that.

  18. Too late on MozCorp Announces Firefox 1.5 Extension Competition · · Score: 1
    competition to develop [...] an innovative new extension

    This is far too late. Everything has already been invented and worked into an extension.

  19. Re:They must own stock in Maxtor on Oracle To Offer A Free Database · · Score: 1

    It's kinda difficult to see, because there are so many packages on that CD. But what I've done is the following: $ cd database/stage/Components
    $ du -ms *rdbms* *plsql* | grep -v seeddb | awk '{sum=sum+$1;} END {print(sum)}'
    90
    $
    The total size of all packages with the word 'rdbms' or 'plsql', but excluding the seed database. This adds up to almost 90Mb, packed.

  20. Re:They must own stock in Maxtor on Oracle To Offer A Free Database · · Score: 1
    I've looked it up:
    • the included starter database is (packed) actually 100M.
    • It's not a non-GUI application anymore: it comes with a Java- and webbased management tool which is (packed) also 100M.
    • Also included is a Java SDK, a Java runtime and a complete Perl installation...
  21. Re:They must own stock in Maxtor on Oracle To Offer A Free Database · · Score: 1

    There's a bunch of testdata in there, including binary stuff to horse around with BLOBs and CLOBs. Don't forget, an Oracle database contains so much more than the data it stores. Each and every setting is in there, along with the data dictionary.

  22. Re:They must own stock in Maxtor on Oracle To Offer A Free Database · · Score: 1

    There are a few preconfigured database images on the CD, that's what's taking the space.

  23. Re:Some viruses DO run on WINE on Worm With Rootkit Package Loose On AIM · · Score: 2, Informative

    The article text was posted as a comment to that story.

  24. Re:simple reasons... on Why Do People Switch To Linux? · · Score: 1

    I don't know about power, but with a good specialization in Linux, good money is to be earned. And that's how I met my wife.

  25. Re:Don't compare apples to oranges on OpenOffice Bloated? · · Score: 1

    Excellent post!! Moderation well deserved. I've posted this on my wiki for future reference (properly attributed of course).