Slashdot Mirror


User: xornor

xornor's activity in the archive.

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

Comments · 84

  1. Re:Wuss. on Running an ISP in a Warzone · · Score: 1

    Just out of curiosity, where did you get the idea for your user name??

    XorNor

  2. Re:"Ten times less" on New Chip Promises Longer Battery Life · · Score: 1

    Like he said, pedantic...

  3. Java Support on DesktopBSD 1.0 Final Released · · Score: 1

    How is Java Support? Can I run eclipse?

  4. Re:Bullpens are bullshit on Cubicles a Giant Mistake · · Score: 1

    I agree with you completely. I think everyone would love just working on a beach with their laptop, but would they be that productive having hot girls in bikinis walking by every five minutes?

    Enjoying your work environment and being productive are two different things. Open environments may be appropriate for certain occupations such as shipping centers or operations centers, but I don't think so for programming. I like to be able to concentrate on what I'm working on for extended periods of time without constant interruptions, intentional or otherwise. Ideally, you want privacy/noise-isolation but to be close enough in proximity with your fellow developers in case you need to have a 5 minute micro-meeting.

  5. Re:People in movie theaters... on Nanotube Paint Blocks Cell Phones on Demand · · Score: 1

    I guess people didn't watch movies before cell phones existed in case their mother happened to die during it? riiiiight...

  6. Re:HD DVD unnecessary? on Sony Announces Date for Blu-Ray Roll Out · · Score: 1

    DVD Studio Pro can create HD-DVDs that can be burnt to regular DVDs. Apples DVD player can play these at HD resolution, I'm not sure about other dvd players though.

    http://www.apple.com/finalcutstudio/dvdstudiopro/q uicktours/

  7. Re:I've heard that one before... on Moore's Law Staying Strong Through 30nm · · Score: 2, Funny

    and 3 nanoseconds later killed itself.

  8. Re:Of course they want to keep it offa non-Macs! on Apple Sends Hidden Message to Hackers? · · Score: 1

    and I'm sure you've never had problems with drivers for your hardware right?

  9. Re:30" is better than dual-monitor for certain app on Dell Selling 30" Flat Panels · · Score: 1

    I use Mac OS primarily in both setups. You are correct that the window manager does not have enough features to help the organization of the windows. A virtual dual monitor setup would be great. I think part of the problem also is the shear height of the 30" display. As someone else posted, I think a wider aspect ratio would make the 30" display better for programming.

  10. 30" is better than dual-monitor for certain apps on Dell Selling 30" Flat Panels · · Score: 4, Interesting

    I have a 30" cinema display at home and two 23" cinema displays at work. I do an equal amount of programming from each. I like the dual-display setup better for programming. For programming it seems to be easier to arrange the windows (IDE,firefox,terminals,etc) in the most efficient way. When using programs like autocad and photoshop though, the 30" is much better.

  11. Re:Two heads are better than one! on Dell Selling 30" Flat Panels · · Score: 1

    This card does not support dual-link. It has two single-link dvi connectors

  12. Stop them at the router on Limiting Kids' Computer Time? · · Score: 1

    I think some routers allow you to set which times during the day an ip/mac address can connect to the internet. I would be bored as hell on my computer without an internet connection.

  13. Re:Coming up next, $1000 Mercedes for every child on Manufacturer Picked For $100 Laptop · · Score: 1

    I've never believed that access to computers make people more intelligent or educated, in the same way I think calculators are overused in math classes today. People will just use them as a crutch. The only thing access to a calculator helped me with in high school was my TI-85 programming skills for automating problem solving (you could argue cheating) on calculus tests. Then you have all the people just downloading their term papers, and test answers. We will soon have a society full of people who are excellent at using computers, but not very good at anything useful.

  14. Re:Team System is overkill bloat on Inside Visual Studio 2005 Team System · · Score: 2, Informative

    Our team uses Subversion in conjunction with http://www.edgewall.com/trac/ and I think it works great! It can be a little tricky to get setup the first time (at least on a mac) but it's well worth it.

  15. Re:Superfluous! on Inside Visual Studio 2005 Team System · · Score: 1

    I'm sure low lying cubical partitions are great when you aren't also working around a couple of non-programmers who tend to sit around, bullshit, yick-yack all day long, which can be really distracting (at least for me).

  16. Proof evolution is not real! on Darwin Evolving Into A Tricky Exhibit · · Score: 1

    If evolution were real, than those who didn't believe in it, would not exist... hmmm.... ;-)

  17. Dorkus Maximus on Have Geeks Gone Mainstream? · · Score: 1

    That character in Napolean Dynamite was a giant DORK, not a geek. The are mutually exclusive in my opinion.

  18. Re:fp! on Curbing Energy Use In Appliances That Are Off · · Score: -1, Troll

    sp!

  19. Re:WHY? on Apple Planning Intel iBook Debut for January? · · Score: 1

    Are demons known for their number crunching abilities?

  20. Toto, we're not in kansas anymore (thankfully) on Kansas Board of Ed. Adopts Intelligent Design · · Score: 2, Insightful

    I was born in kansas educated as an engineer and have been a devout atheist since I could crawl. Ironically my father (raised in kansas) is a molecular geneticist and director at arguably the worlds leading research institute. I can only imagine what may have come of him (and in turn myself) had he been influenced by the people at the reigns of education in kansas today. All I can say is someone needs to take back control out there.

  21. Re:Java "import" considered harmful on Initializing all Java classes at Start-Up · · Score: 1

    try using eclipse

  22. Re:whats the point here? on Terabit Fiber (In 2010) · · Score: 1

    monkey balls! monkey balls! shit eating monkey ball licking... oh wait whats going on... where am i? monkey balls!

  23. Re:bios/firmware? on New Limits to FBI Tracking of Cell Phone Users · · Score: 1

    how would your phone ring if the network didn't know where you were?

  24. Skynet on Blue Gene/L Tops Its Own Supercomputer Record · · Score: 1

    I for one bow down to our... what's this article about?

  25. Re:no x.0 for me... on MySQL 5.0 Now Available for Production Use · · Score: 1

    Maybe you should stop to think that maybe not everybody's needs are like yours. If I'm storing millions of records per day, many of which are never even seen, but I also need a decent query facility, than mySQL is more than sufficient. And yes, mysql IS much faster than postgres in many use cases, most importantly, the ones I'm working with now. However, when speed isn't as important I will use postgres.