Slashdot Mirror


User: trefoil

trefoil's activity in the archive.

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

Comments · 78

  1. those who can.. on Re-Tooling Your Skills for the Future? · · Score: 1

    Those who can, Do. Those who can't, Teach.

  2. Lucky Me on Suit Up Or Ship Out? · · Score: 1

    I just recently was hired (1-1.5mos ago) at a software development company, where we can basically wear whatever we want.. just no shorts. But jeans and t-shirts are acceptable. We do our support over the phone, so appearance isn't as necessary for that. However, the rare time we have to go on-site, of course they expect us to dress up. (Khaki's and button up shirt).

    hell, we even still get free drinks and free breakfast on friday mornings. And this company has grown by 25% over the past year, and it doesn't look like it's going to stop soon!

    I feel sorry for those who have to wear a tie while they're infront of a screen for 8+ hours a day. :/

  3. literally on Laptop Fuel Cells Approved For Air Carriage · · Score: 1

    vapor ware?

  4. ID's? on Intel to Build DRM into Next-Generation CPUs · · Score: 1

    Didn't the PIII have a built in CPU ID value that was allowed to be turned off and on in the BIOS? I really hope they choose to do something similar with this generation, especially since this is a hot topic and could theoretically be overturned through politics/buyer education, whatnot..

  5. most geeks on Are You Getting Enough Say In Your Training? · · Score: 1

    can't relate to the general population, let alone people of their own kind.. what you need is a hybrid, someone who's seen both sides of the coin..

  6. late assignments on Good Morning, Professor Romero · · Score: 1

    After the many and long delays of Daikatana, I hope that he'd be nice enough to accept late assignments.. ;]

  7. sites I frequent on Home-Built vs. Store-Bought PCs · · Score: 1

    http:\\www.pricewatch.com
    http:\\www.techbargains .com
    http:\\www.techdeals.net

    and the forums on anandtech.com

  8. Drink Milk on Mobile Phone in Your Teeth! · · Score: 1

    Better drink your milk.. I could forseeably see some teeth getting weakened by the vibrations of the phone over time...

  9. Excellent on Lawsuit Challenges Copy-protected CDs · · Score: 1

    mmmmmmmmmm excellent..

    Now I will hopefully soon have the right to rightfully play my mp3 backups in my own Rio.

  10. Defrag on IBM Reinvents Punch Cards · · Score: 1

    that situation should be interesting, if required.

  11. Morals on Subversive Gifts for New College Students? · · Score: 1

    Yeah, I know that they can take the fun out of some things.. But they also keep you out of a lot of trouble..

    and a good guide to keeping away from a55h0135..

  12. Re:lockpick set? on Subversive Gifts for New College Students? · · Score: 1

    why need a lock pick when you can always wake up your RA at 3am?

  13. simple point on System Administrators - College or Career? · · Score: 1

    Certification goes bad, degree's don't.

  14. Re:Groove Out.. on Ask the Honcho of Internet Radio's SomaFM · · Score: 1

    yeah.. graduated in '99.. BS in Comp Sci

  15. Re:Groove Out.. on Ask the Honcho of Internet Radio's SomaFM · · Score: 1

    did you go to SOU?

  16. real comment on Ask the Honcho of Internet Radio's SomaFM · · Score: 2, Informative

    Internet radio is alive in my local city. For a while, it seemed that it was going to die, due to the regulations being handed down. Advertisers were getting upset and the ilk, so for a while, they stopped broadcasting. Then a few months ago, they came back online, but without the regional advertising. Only the national station advertising was ever on during the commercial breaks, and during the rest, it'd just be silence.
    An example of this is at: http://z100portland.com/ (top 40 station)

  17. Troll on Ask the Honcho of Internet Radio's SomaFM · · Score: 1

    yes I am, on this one:
    save internet radio

  18. no more cia on Senate Bill Would Make Clandestine Video Taping Illegal · · Score: 1

    what about the acronyms? Will this also make it illegal for them to spy on people? what about closed circuit TV for stores and parking lots to discourage thieves?

  19. First Edition on Authors Guild To Members: De-link Amazon.com · · Score: 1

    A lot of people tend to collect "First Edition" prints of books that they enjoy, much like collecting baseball cards.

    there's another 2p for ya,

  20. zip codes on Server Naming Conventions? · · Score: 1

    just like the US postal service does.. split up areas with zip codes, and then sub divide those areas

  21. sci-fi movie on Washington State Debates Taxing Software Creation · · Score: 1

    wasn't there some sci-fi movie about controlling what people think? Lots of my software development is done in my head, so they're going to tax my thoughts? great..

  22. maybe we (SE's) should become more liable on Who Is Liable For Software With Security Holes? · · Score: 2

    for what we create. that may give our profession a little more formality of a "true" engineering profession, and force developers to fully think out designs instead of just saying "it'll be addressed in the next version".

  23. A way to get out of Qwest Releasing your Info on Qwest-MSN Subscription Switching: Unfair? · · Score: 1

    http://www.qwest.com/cpni/

    hope this helps, I just did this earlier this week

  24. Flying off the Handle on The Brave New World of Work · · Score: 1

    You're exactly right, IMHO. Work fields change, and as humans, we have the innate ability to go out and learn to do new things. I've run into too many people whom are scared of change. But I can understand it too, if you're used to putting screws in holes for 10 years in your life, that screwing motion of securing the screws may seem like a large step, albeit they probably screwed over a fellow co-worker for a job or two (pardon the pun.).

  25. Been There, Done That on Cheating Detector from Georgia Tech · · Score: 1

    We (it was a project for the grad students) to write an online project submittal system that included a system to address cheating. We checked for white spaces, variable naming, complexity analysis, etc...

    of course, with simple programs there's the issue with triviality (e.g. "Hello World") and with those types of programs we just flagged them and left them to be dealt with by the discretion of the professor or TA.

    I think that these types of programs are good, but for more complex programs. Honestly enough, there are only so many ways to do a "Hello World" program when you're dictated a structure to use and what features of a programming language to use. (e.g. pointers aren't ususally taught until the later end of first year programming classes)