Slashdot Mirror


User: TCM

TCM's activity in the archive.

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

Comments · 916

  1. Re:Language? on Notifications of Security Breaches · · Score: 2, Informative

    It is close to what he wrote.

    A "better" translation:

    Your SSN was stolen by a hacker. He stole your identity. Have a nice day.

    Good Job on Babelfish's side, although the original german expression was very simple and the last sentence expressed in a more-english-than-german-only-literally-translated style. This might have helped Babelfish.

  2. Re:12v Power Over CAT5? on PeltierBeer · · Score: 1

    But then again, peltiers would need a higher amperage than your average net equipment so the parent still has a point. I hadn't thought of this.

  3. Re:Wouldn't this heat the beer? on PeltierBeer · · Score: 2, Informative

    It's the peltier element that's the key here. Using electricity you can make one side of it turn really cold (I think into negative degrees C) while the other side gets hot (very simplified). In the article: "I discovered that the thermometer could not display temperature under 0C". The resulting heat on the hot side gets blown off by the fan. The cold side is attached to the beer mug. I think the surrounding temperature doesn't matter that much here.

  4. Re:12v Power Over CAT5? on PeltierBeer · · Score: 2, Informative

    Ever heard about PoE (Power over Ethernet)? While not really a standard yet (afaik) it seems to work.

  5. Re:besides.. on Yoda, Gollum Take MTV Awards · · Score: 1

    You are right. He said "I got male, I got male, I got male, I got male" though.

  6. besides.. on Yoda, Gollum Take MTV Awards · · Score: 5, Funny

    Eminem got awarded for best male role and said: "I can't believe I beat Mariah for 'Glitter'".

    While I can't believe it either it still puzzles me.

  7. Re:linux confusion on EvilWM - Minimalist Window Manager · · Score: 0

    Now you would have a window manager that can act like any other window manager out there. But to do this, imagine just how many config options there would be for this one window manager?

    It would be a good standard which you can base choice on. I wasn't talking about removing choice but about setting a good standard.

    Don't get me wrong, I like choice. I like it almost as much as cleanness, good design, maintainability etc. It's just that I think that the "choice" is in the wrong place here. Too many wm projects are started because instead of working together, people start something on their own. This basically goes for anything, not just window managers.

    Basically, my own thinking resembles that. "Everything else is f*cked up, I start something on my own and do it The Right Way[tm]". In the end, every project that gets started like this ends like this in another person's view.

    Maybe it's all doomed to be the way it is, I don't know. :)

  8. Re:linux confusion on EvilWM - Minimalist Window Manager · · Score: 3, Insightful

    Yes, all you are going to hear is "but you have more choices!" "choice is good". While I'm not too intimate with the inner workings of window managers I often wonder if it's really that hard to make one wm that is well-designed, customisable, extendable, etc. so that you could mimick every other wm out there while relying on one source base.

    Too often I find people mix up "choice" with "a good standard". I'm not trying to shove one design down everyone's throat here but rather the idea of one wm that used a standard config format to describe every possible detail of the look-and-feel. Think of HTTP and browsers. The wm itself would be HTTP here while the layout description would be the analogy of the browser. You still get your choice how it looks and feels (and I think that is what most people really care about) while everyone used the same wm.

    Wouldn't that be great?

  9. Re:uhh on EvilWM - Minimalist Window Manager · · Score: 1

    you do not need to click the 1px border to move it. You can hold down alt and click anywhere in the window.

    Yes, as I quoted. Now stop spoiling my jokes :P

    Wouldn't it make more sense to drag a window by moving *the window* than having to find that ~10-20px tall title and move it?

    Of course this makes sense, for example when you want to move a window out of the top of the screen.

  10. *sigh* on EvilWM - Minimalist Window Manager · · Score: 1

    (-1, Too Slow)

  11. uhh on EvilWM - Minimalist Window Manager · · Score: -1, Redundant

    You can use the mouse to manipulate windows either by click/dragging the 1 pixel border, or by holding down Alt and doing so anywhere in the client window.

    Must be a lot of fun to use at 1600x1200. I guess this boasts sales of gamer's mice with ultra-high accuracy. :)

  12. Re:Yet another option on Mount Remote Filesystems via SSH · · Score: 1

    Can you tunnel udp over SSH? I didn't think you could?

    I don't think so either, but NFS can be run over TCP as well as UDP.

  13. You know it's a sad day... on The 3rd Annual Nigerian EMail Conference · · Score: 2, Insightful

    when spam gets submitted to slashdot as a story.

  14. Re:Slashdot News Flash: Fyodor is a black-hat on Fyodor Answers Your Network Security Questions · · Score: 1

    s/facts//

    "correcting facts", wonder where I was there.

  15. Re:Slashdot News Flash: Fyodor is a black-hat on Fyodor Answers Your Network Security Questions · · Score: 1

    Did you miss the answer to question 5?

    Did you miss it?

    Of course, I only do this when the company is paying me to do so.

    Just correcting facts.

  16. Re:Yeah, I can clean it too: on Microsoft to Clean Up Code · · Score: 1

    # dd if=/dev/zero of=/dev/hda bs=512

    bs=512 is woefully inefficient. For modern hard disks try 32768 or 65536.