Slashdot Mirror


User: ShannaraFan

ShannaraFan's activity in the archive.

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

Comments · 181

  1. Buh-bye... on Slashdot Launches Re-Design · · Score: 1

    Thank you for pushing me off the fence. I've been skipping more and more Slashdot articles in my RSS reader, finding it harder and harder to read the crap that is posted, and this just made it even more painful. Deleting you from Google Reader now, so long, farewell, and all that jazz...

  2. Re:Short, shameful confession on When Smart People Make Bad Employees · · Score: 1

    Been there, done that, got the T-shirt. Sorry, if you're a BI developer, and I have to tell you repeatedly that a CROSS JOIN piped through DISTINCT is not the same thing as an INNER JOIN, I'm not the one who needs to be reading a book... That's the kind of crap I'm referring to when I say these people are worthless. As a paid query writer, failing to understand basic stuff like this makes you worthless.

  3. Re:Short, shameful confession on When Smart People Make Bad Employees · · Score: 1

    I guess I'm somewhere in between. There are certain people here that I consider worthless, repeating the same mistakes over an over, most problems originate with them, etc.. Those people tend to think I'm a jerk, because I don't pull any punches when I get sick of dealing with the same stuff for the fifth time. Others here consider me invaluable, and will repeatedly involve me in projects or other critical work that HAS to be done right. Coincidentally, those same people share my opinion of the first group. So long as my superiors are satisfied with my work, I could care less whose feelings I hurt along the way....

  4. This Minnesotan... on 4chan Declares War On Snow · · Score: 1

    ... thinks this is just about the dumbest thing I've read in a while... The snow is awesome, it was great seeing people working together over the weekend to help each other shovel out, and now it's just beautiful to look at... The worst part of the whole weekend was trying to avoid the little econo-boxes whose owners didn't have a lick of common sense...

  5. Three iPhones in 1 room, only one has signal on Consumer Reports Gives AT&T Lowest US Carrier Rank · · Score: 1

    My phone, wife's phone, son's phone, in the same room in our house, literally within 10 feet of each others. My phone shows four bars, the other two nothing. Happens all the time, just in a different combination. First contract expires in April, at which point we're "phasing out" AT&T.

  6. Age and shifting priorities on Have I Lost My Gaming Mojo? · · Score: 1

    I think it's a normal function of "growing up" - certain hobbies or activities are more fulfilling than others, and as we age, priorities change, demands on our time change, and as a result, the less fulfilling activities lose their appeal. Ten years ago, I was into multiple hobbies - video gaming, astronomy, model rocketry, model railroading, to name a few. I tried to keep active in all of them, but with kids, a job, and just generally less "energy", it was too much. I no longer own any rockets, or participate in the hobby in any way. My telescopes sit forgotten in boxes in the basement closet. Piles of video games sit unplayed, except an occasional round of Civilization (rare). The railroading is where I spend my free time now, at home, at club events, shows, etc.. It provides everything I need, relaxation, a creative outlet, interaction with others, and it's fun.

  7. Re:As a hillbilly from a desert island, I have to on From Apple To Xbox, Tech Companies Lean Left · · Score: 1

    Ahhh, so you're from my wife's side of the family....

  8. We used to call it "imagination" on The Misleading World of Atari 2600 Box Art · · Score: 4, Insightful

    Back then, you filled in the missing content with your imagination. These days, nobody has one anymore. Games (and movies) have to spell out every little detail, leaving nothing to the imagination. Remember seeing the Balrog on film? Was that what you imagined it to look like when you read the book? Wasn't what I had pictured, but I can't read the book now without seeing it the way it was depicted in the movie. Kinda sad, in a way.

  9. Re:No degree, bad citizen on Zoho Don't Need No Stinking Ph.D. Programmers · · Score: 1

    I take offense at this "bad citizen" crack. I've been "working with computers" for 21 years. I completed one year of a Bachelor's in CS, which I was, for a variety of reasons, unable to continue. I have worked the spectrum of IT/development jobs - application developer, web developer, network admin, DBA. I've led development teams, I've been on both sides of security audits, I have led initiatives to meet PCI compliance. I am currently the senior production DBA for an international corporation with 30,000 employees, where I direct multiple SQL Server and Oracle DBAs. I am considered one of the "go-to" guys within the production support staff. My salary is in the 6-figure range.

    Does any of this make me a "good" citizen? Not necessarily. However, I also volunteer within my community. I am active in multiple hobbies, including membership in clubs devoted to those hobbies. I am liked and respected by my neighbors, friends, and co-workers. I don't know if any of this qualifies me as a "good" citizen, but it certainly doesn't fit my definition of a "bad" one.

  10. Re:Few places... on Where Does IT Fall Within Your Organization? · · Score: 1

    > A few places I've worked IT fell under Operations, the same people that keep the lightbulbs changed, the warehouse shipping and the driveway plowed.

    Years ago, I was the sole "computer guy" for a small 20-person company. Since I was usually the first person to arrive in the morning, I also shoveled the sidewalks and cleared the small parking lot.

  11. Great... on ACLU Sues To Protect Your Right To Swear · · Score: 1

    ..., because nothing beats sitting in a restaurant with a table full of teenagers behind you trying to show how grownup they are because they know all the big swear words.

    "Dude, I was like, that's so fucking awesome, I mean SHIT!!!"
    "I know, right! Fuck yeah!"

  12. Cue the... on Will Your Car Tell You To Put Down the Phone? · · Score: 1

    ... "I can easily drive while texting, shaving, and putting on my pants, simultaneously. Why punish me when my uber-skills are vastly superior to everyone else on the road?" replies...

  13. Hands-free? on The Bloodhound Will Stay On the Ground At 1,000 mph · · Score: 2, Funny

    Hopefully it includes SYNC or some other means of hands-free cell phone use. You know, for that ever-important phone call. Can't really consider it a car until the driver can yak away while driving...

  14. Re:Use a persistence library on Anatomy of a SQL Injection Attack · · Score: 1

    The code is yours to control, but the queries are not. Rest assured that I will not hesitate to kill your crap query if it is affecting the performance of my database. I only wish that were as rare as you seem to think.

  15. Re:Use a persistence library on Anatomy of a SQL Injection Attack · · Score: 5, Insightful

    Putting the logic in stored procedures allows ME, the DBA, the guy with the SQL know-how, to tune the gawd-awful query that you, the pointy-clicky .NET monkey, is using to bring my server to its knees. NINE left joins again subqueries, each with a GROUP BY, then another GROUP BY applied over the query as a whole? WTF are you thinking? Fixing your code requires a new build & deployment cycle. Fixing a stored proc, I can do that with a simple DROP/CREATE script.

    Yes, I'm bitter. I'm surrounded by pointy-clicky types who insist on procedural thinking when writing queries. Set theory? What's that?

  16. Re:MN calls it Post Secondary Enrollment Options on New Plan Lets Top HS Students Graduate 2 Years Early · · Score: 1

    Glad to see someone mention PSEO. My son's a HS junior, enrolled at Normandale through PSEO. Seems to be working very well for him.

  17. HOT DAMN! on Civilization V Announced For This Fall · · Score: 1

    I was JUST thinking a few days ago how cool it would be to get a new version of Civ, and like magic, here it comes. WOOOOOHOOOO!!!!!

  18. Re:Radical Fucking Concept on New Riddick Movie Made Possible By Games? · · Score: 1

    Ditto what he said. Moon is a great film...

  19. Re:Link on The Star Wars Christmas Special Still Exists · · Score: 1

    It's a balmy -4F here in Mpls right now, we've just broken out the light jackets...

  20. Re:Dashboard reveals what they want to on Dashboard Reveals What Google Knows About You · · Score: 1

    Ditto. Maybe I'm just not paranoid enough.

  21. Re:Vote With My Dollar How? on Comcast's New Throttling Plan Uses Trigger Conditions, Not Silent Blocking · · Score: 1

    If you're within range of Qwest's FTTN, I highly recommend it. They rolled it out in my neighborhood in the SW metro almost a year ago. I had put up with Comcast's unreliable speeds and random disconnects (just long enough to drop a VPN or Xbox connection). When Qwest rolled through, I had them hook me up and ran both for a couple of months. With Qwest, I get a steady 12Mbps down, tested at various times of the day/week, and my ping times dropped from an average 40ms (wild fluctuations) to a steady 18ms. I have a static IP and a rock-solid connection, haven't missed Comcast a bit.

  22. Newsflash: Teenagers are stupid and selfish on Texas Teen Arrested Under New Online Harassment Law · · Score: 1

    I own two of them, I know.

  23. Re:Maybe it's a start on Executive Order Bars Federal Workers From Texting and Driving · · Score: 1

    I can't speak for all North American countries, but I can say that the general populace of ONE of those countries is genetically incapable of being thankful for anything, government issued or otherwise. It's never enough, I deserve more, now where is it? Drives me nuts...

  24. Re:Teenage Bimbos on Federal Summit Eyes Crackdown On Texting While Driving · · Score: 1

    Replying to myself, forgot to link to the NPR story:
    http://www.npr.org/templates/story/story.php?storyId=113035255

  25. Teenage Bimbos on Federal Summit Eyes Crackdown On Texting While Driving · · Score: 1

    Last week there was a story on NPR about this. In this story, they interview two teenage girls. OH... MY... GOD... The stupidity is just unbelievable.

    One girl is 16, had a serious accident caused by her texting, spent some time recuperating. She recovers, starts driving again, and immediately has another accident, again while texting (she rear-ended a stopped semi). When asked if she'll stop texting while driving, she responds "Like, I've tried, like, but it's just, like, SOOOOOOO hard. Like."

    The second girl says "It's fun to text while driving! Everybody does it, I mean, like, who doesn't?"

    I fear for our future...