Slashdot Mirror


User: kmsigel

kmsigel's activity in the archive.

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

Comments · 86

  1. Re:I Keep My Junk on What Should I Do With My Tech Junk? · · Score: 2, Funny

    Nice! I'm a reasonable man. I'll let both of my Hayes modems go for $500, and I'll even throw in a generic internal 2400 if I can find it.

  2. Re:I Keep My Junk on What Should I Do With My Tech Junk? · · Score: 1

    Not bad. I also have a Hayes 1200, and I think I have the power supplies for both the 1200 and 2400. Just think how much I could get for the pair!

  3. Re:I Keep My Junk on What Should I Do With My Tech Junk? · · Score: 1

    It's a Centris 650. And for $10 (or even $50) it wouldn't be worth the trouble (seriously). I'd have to confirm with the company that bought it for me that they don't want it (surely they don't, but I'd have to check). Then I'd have to remove the hard drive, as there is confidential data on there.

    Would you pay more than $50 (plus shipping) for a Centris 650 with no hard drive? Nobody would. So there it sits.

  4. I Keep My Junk on What Should I Do With My Tech Junk? · · Score: 5, Interesting

    I've been working at home as a consultant (software engineering) for over 15 years. Doing a lot of embedded programming, I've accumulated lots of custom and COTS hardware over the years that I almost never use. The problem is the word "almost." On a rare occasion some suspected bug gets reported and I have to dig out some hardware that I haven't used in years and get it working again. After verifying that the suspected bug is really user error, I then pack it away in the basement.

    So for me, I just keep everything. It's all worthless, anyhow. How much would someone pay for a Hayes 2400 baud modem? Or a 68040 based Mac running System 7? Or an 802.11 (not a, b, or g) Access Point? I also have early 802.11-draft wireless equipment if that sweetens the deal for anyone. :)

  5. FreeBSD on Why Do We Have To Restart Routers? · · Score: 1

    My FreeBSD router/firewall/email server/web server/dns server/etc was shut down *once* last year to vacuum out the accumulated dust. Other than that, it was never shut down or rebooted.

  6. Pale Yellow on Black on Best Color Scheme For Coding, Easiest On the Eyes? · · Score: 1

    I've been coding for many years, and always use pale yellow (R-255,G-255,B-192) foreground and black background. The monitor doesn't emit a lot of light because of the black background, and the pale yellow is plenty bright without being too bright (like white). YMMV

  7. Re:No more slo-mo replays... on Casting Doubt On the Hawkeye Ball-Calling System · · Score: 1

    I completely agree. It really disturbs me that people accept as absolutely correct a cartoon image of where the ball landed. It's a cartoon for god's sake! I'd much rather see a high speed real image.

  8. Re:Refereeing is by many considered PART of the ga on Casting Doubt On the Hawkeye Ball-Calling System · · Score: 1

    >For non-interactive sports such as sprinting, an automatic system works very efficiently

    The system (photo finish) used in sprinting isn't exactly automatic. A line scan image is taken of the finish line as the runners cross and a human looks at the image to determine in which frame the chest of a runner first appears.

  9. Re:Gift Card on Gates' Last Day At Microsoft · · Score: 1

    I'm not quite sure why, but this is the funniest idea yet. The cheapness of it. The thought of Gates in Applebees. The thought of him using a gift card. It just works all around. :)

  10. Save Money on Telecom Immunity Flip-Floppers Got More Telecom Money · · Score: 4, Funny

    We could have outsourced this flip-flopping to India for a lot less than was paid to members of congress.

  11. Re:Pathetic on IT Students Contract Out Coursework To India · · Score: 1

    MIT

  12. Re:Pathetic on IT Students Contract Out Coursework To India · · Score: 1

    If you are taking a programming course and you are so uninterested in programming that you pay someone else to do the work for you then that is pathetic. I stand by my post. It would be the same for a course on any topic. If you don't do the work yourself, why are you there?

    It sounds like you don't like to program *and* you aren't taking a programming course. What's wrong with that? Nothing. It would only be pathetic if you took a programming course now and paid someone to do the work for you.

  13. Re:Pathetic on IT Students Contract Out Coursework To India · · Score: 1

    It sounds like you made a poor choice of college and/or major.

    I made a compiler *in* the compiler class (what else would you expect?). I made a game in object oriented programming class. I made a game in digital hardware class (assemble discreet components to make a simple MCU and then write firmware for it). I made graphics rendering software in graphics class. All were challenging and fun. All helped make me the programmer I am today.

  14. Pathetic on IT Students Contract Out Coursework To India · · Score: 5, Insightful

    I have always written programs because it is fun and rewarding. That was true in middle school, true in high school, true in college, and true now (I'm close to 40). When it's not fun I'll stop doing it. How is paying someone else to write your programs fun? How is it rewarding? It's not; it is just pathetic.

  15. Re:Enterprise technologies on Real Snail Mail · · Score: 1, Funny

    The CIO of a Fortune 500 company has a 7 digit UID? Man, I'm getting old.

  16. Re:Consumer action on Netflix To Eliminate Profiles Feature · · Score: 1

    I will cancel as well, though probably sooner just out of spite. I maintain one queue for me and my wife, and my kids each get a queue. We don't use it that much, so the benefit of the separate queues just barely tips it in favor of keeping the service. Without separate queues, it isn't worth the hassle.

  17. Re:What's the average in centibytes per fortnight? on IP Traffic To 'Double' Every Two Years · · Score: 4, Funny

    How many 0.08 bits every 14 days. I like it.

  18. Re:'double' on IP Traffic To 'Double' Every Two Years · · Score: 1

    I would assume average bytes per unit time.

  19. Duh on IP Traffic To 'Double' Every Two Years · · Score: 5, Funny

    I really thought traffic would level off, and maybe even drop over the next several years. The Internet is a fad. I would never tell it that, but it won't last.

  20. It's Easy on PhD Research On Software Design Principles? · · Score: 1


    Write code that doesn't have bugs. Make sure it is as simple as possible, and no simpler.

    Seriously, isn't this kind of thinking what *you* are supposed to be doing for this thesis?

  21. Re:Since the whole article is based on anecdotes.. on Do Women Write Better Code? · · Score: 1

    You're not getting off that easy. ;)

    >// Loop counts from i to j, with increments of one

    Even with the less than sign, the comment is wrong. The loop runs from 0 to j-1, not from i to j.

    Your male colleague is still an idiot. ;)

  22. Re:Since the whole article is based on anecdotes.. on Do Women Write Better Code? · · Score: 1

    >// Loop counts from i to j, with increments of one
    >for (unsigned int i=0;ij;i = i + 1)

    This loop starts at zero and keeps incrementing by one as long as the variable ij is non-zero. Your male colleague is an idiot.

  23. Re:As a dev who makes his living writing for .Net. on How Microsoft Dropped the Ball With Developers · · Score: 1

    >In 2007, I can no longer justify $3500ish for MSDN.

    I couldn't agree more. I subscribed to the International level of MSDN (got all the foreign flavors of Windows for I18N/L10N testing) from about 1996 to about 2001. The last release OS I got through MSDN was Windows 2000. I haven't missed it since. I still have the July 2001 documentation installed on my computer, which is fine for my needs. I rarely use an API that hasn't existed since 95/NT3.51.

  24. What Problem? ;) on How Microsoft Dropped the Ball With Developers · · Score: 1

    My standard requirement when doing Windows programming is that the API must have existed since Windows 95 and Windows NT 3.51. Once or twice I have used a particularly handy API that started with 95/NT4, but that's as "recent" as I've ever gone. A surprising number of my users are still on 95 (or its ugly sisters, 98 and ME). I find that it just isn't worth the effort to try to use some "new" API feature, even if compatability with old Windows flavors wasn't a concern.

  25. IQeye on Is Cheap Video Surveillance Possible? · · Score: 5, Informative

    I've been working with IQinvision's IQEye 511 camera (www.iqeye.com) for the past couple of months. It is a 1.3MP camera capable of 15 fps. It communicates over and is powered by 100mbit PoE. I think the street price is somewhere around 600-700 dollars, depending on what you get with it (PoE injector, lens, etc). The camera seems to take pretty good pictures and can deal with pretty varied lighting conditions. It has various ways to retrieve images, like emailing or ftping them to you on a set schedule. Hope this helps.