Slashdot Mirror


User: microTodd

microTodd's activity in the archive.

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

Comments · 353

  1. Re:I often wonder what I'm doing... on When Your Day Job Isn't Enough (wsj.com) · · Score: 1

    Don't keep me in suspense...what's your photography company's website?

  2. Re:It's not the automation that's the problem! on 'No Drones or Driverless Trucks', Demands Teamsters Labor Union (cnbc.com) · · Score: 1

    Oh wait, I read you comment more closely. You're saying that the exact case I presented "goes away" if there's complete automation. I gotcha now. Sorry, haven't had coffee yet.

  3. Re:It's not the automation that's the problem! on 'No Drones or Driverless Trucks', Demands Teamsters Labor Union (cnbc.com) · · Score: 1

    I was totally with you except for this line:

    The only way it can be different, is when money is literally made up out of thin air. (Like stock markets, bank loans, abused crypto-currencies, etc)

    There's actually a different, better way that money is made out of thin air, and its the basis of classical capitalism.

    Let's say I have a pile of wood worth $10, and some metal worth $10. Its only $20, right? But if I build 10 hammers out of those piles and sell them for $3 each, I've just created $10 out of thin air. Because of my skill and effort.

    Not all production and services do this, but many do.

  4. At least NASA says its humans (for now) on Wisconsin's Department of Natural Resources Site No Longer Says Humans Cause Climate Change (theverge.com) · · Score: 1

    Well, at least NASA's site still says its humans.

    see here

    and to be honest I think more people would trust NASA than the State of Wisconsin or whatever.

    To be honest I'm a little surprised and a lot pleased that the NASA site clearly lays out its humans that are the cause. Yeah, yeah, we'll see what happens with the new administration, but no matter what a lot of Slashdotters think I still have a lot of respect for the individual scientists and engineers at NASA.

  5. Its not a zero sum game on Ask Slashdot: What Training Helps Older Programmers Most? · · Score: 1

    I wonder who else you miss

    An important thing to note about building your software team....there is probably no magical must-have person out there. I'm really happy with the team I built, so yeah it doesn't matter who I've missed. I'm sure I've missed lots of good people, but I only have so many slots to fill and there are more good engineers than there are slots.

    So for the networking (or rather the reluctance to do it) its not a question of "clueless company misses good people". Its "What do I do personally to maximize my probability of getting a job?". If you're not willing to network, then your probability just went down. As a hiring manager, I don't really care. I already have more resumes than positions to fill.

  6. Re:Spectrum... on Microsoft Hopes To Hire More Coders With Autism (fastcompany.com) · · Score: 2

    An honest question, maybe you'll actually see my reply. My son is 8 and I've always suspected he might be on the spectrum, but all his teachers always assured me everything was fine so he didn't need any help. But everything you describe seems to fit him to a T.

    Do you have any web links to any resources or anything that go in to more detail on this, and what maybe I can do to help?

    Thanks in advance.

  7. Re:Video of explosion on Falcon 9 Explodes On Pad (npr.org) · · Score: 1

    Ouch!

    After watching, a serious question? How do you first respond to that? That's like, way more than a single fire truck could handle I think. Even one of those big ones at the airport with the special foam? What is the procedure to get that fire and stuff under control? Helicopter foam drops?

  8. Re:4.5 hours a day? That's really sad. on You Are Still Watching a Staggering Amount Of TV Every Day (recode.net) · · Score: 1
  9. Re:Laptop's on Camelback on US Begins Dropping 'Cyberbombs' On ISIS (nytimes.com) · · Score: 2
  10. Re:I'll be adding to that number soon on US Suicide Rate Surges To Highest Level In Almost Three Decades, Says Report (bbc.com) · · Score: 1

    In case you actually read your replies, or someone else in a similar situation reads this, in all sincerity I have two questions.

    What is it you really have experience in and know how to do? (programming, sysadmin, welding, etc)

    Where do you live?

    Cause in my neck of the woods, we seriously cannot hire enough people. I'm sitting on 2-3 developer vacancies and 3 IT/sysad vacancies. And yes I do the interviewing and hiring. And yes I hire junior people with the intent to train and grow them. And yes I hire senior people if they are smart and can get things done, not if they have technology X on their resume.

    So I am honestly curious, cause its been 6-9 months now and I cannot find people.

  11. Hell, we've all done that. Check out this lovely gem:

    #!/bin/perl
    system("rm $foo/$bar");

    Not my finest hour, either.

  12. Re:Lack of friends on Autism Associated With Shorter Lifespan, According To UK Charity Study · · Score: 1

    (feels for you)

    Same thing with my son. What's really heartbreaking is how he "tries" to make friends, i.e. walks up to kids at the playground and stuff, but is socially awkward so they inevitably tease him or disregard him. Which makes him sad.

    Man, I wish there was a way to teach your kids that it'll be ok, someday he'll have a close friend or significant other and it'll all be ok.

    P.S. You made me a little bit sad at work today. But that's ok. We're all in this together.

  13. Re:Amazon I think may fall down a bit... on Tech's Big 5 -- Here to Stay? (nytimes.com) · · Score: 1

    Interesting thoughts. Some pointers to things I'll have to go read about. Thanks for the discussion!

  14. Re:Amazon I think may fall down a bit... on Tech's Big 5 -- Here to Stay? (nytimes.com) · · Score: 1

    To be honest...CloudFormation. Being able to define the entire environment in code(ish), and letting the environment self-manage and self-heal. We don't have sysads who sit at the console and manually configure things, launching servers and whatnot. In fact, in the prod VPC no on logs in to any servers. If there's a new redhat patch or something, the base image gets updated and the instances in the production environment automatically replace themselves.

    Check out the Netflix Tech Blog for some ideas on how to manage an environment in a controlled, hands-off way like this. We know EXACTLY what prod looks like because its strictly defined, and we run an exact copy of the CloudFormation in dev (except for external DNS) so we can do system/integration testing.

    But from a developer perspective, we're actually moving away from even having our own VMs. Now I can write all my code as Lambda or Elastic Beanstalk or Elastic MapReduce, use RDS or Dynamo as the backend. Use SMS or SQS services so I don't even need APN/GCN direct access anymore. Host all my APIs consolidated with API Gateway, shared the APIs amongst my web and mobile clients. Now I've got my entire product line and services in a scalable, easily-managed environment.

    To be honest, you can probably do this in Azure with a different set of services and things, but it does seem really easy and powerful in AWS to get things going, instead of just deploying to a hosted IIS/SQLServer combo.

  15. Re:Facebook is already declining on Tech's Big 5 -- Here to Stay? (nytimes.com) · · Score: 3, Insightful

    As a "place where people are on the internet" it's not bad

    I think this is where you hit it on the head, at least from a business perspective. Now I know there's a lot of Facebook haters ("You'll never catch ME on there!"). And hey, good for you. Seriously. But the bald truth right now is that facebook has like a billion users, so if you're in any sort of consumer-facing sector, if you're not leveraging Facebook in some way you're really missing the boat.

  16. Re:Amazon I think may fall down a bit... on Tech's Big 5 -- Here to Stay? (nytimes.com) · · Score: 3, Informative

    I guess you're modded up because you sound interesting, but really? I'm not trying to be insulting but do you know what you are talking about?

    This article is a little old but AWS really is that far ahead of everyone else.

    Plus, in terms of services and features, AWS is also ahead.

    Now where Azure has benefit is if you're an MS shop and you want to just outsource your entire backoffice. But if you're developing....AWS has a lot more features than Azure, if you know what you're doing. No, you can't throw together a .NET wizard-based project, but if you're using an open source stack, or more of a LAMP-like MVC environment (python, rubyonrails, etc) then AWS throws so many tools for you to use (RDS, Dynamo, S3, etc) then its hard to see how you DON'T think AWS is a good environment for developers.

    And what do you mean by "Platform Issues"?

    And actually, all the enterprise developers I've worked with are looking more at AWS than Azure (not that I'm some sort of worldwide development expert or anything).

  17. Re:Because they are stupid. on Why Do Americans Work So Much? · · Score: 1

    That's actually not the reality I've seen. Maybe this is true on the West Coast, but in Atlanta and the southeast there are more openings than people, seriously not enough talent. If my boss fired me I could walk into another job right away with no salary cut.

    I don't know what its like in California or those big tech hubs, but in Atlanta if you've already got tech skills you're pretty much set.

  18. Re:Obama not a fan of 1st nor 2nd amendment ... on Tokyo Rose 2.0: White House Asks Silicon Valley For Terrorism Help · · Score: 3, Informative

    Huh? It took like 5 minutes to find former students who TALKED about his lectures and in fact showed reporters notes from lectures he gave.

    Here's one example:

    http://www.nytimes.com/2008/07...

  19. Re:With you on themed planets on Science-Fictional Shibboleths (antipope.org) · · Score: 1

    Which is why Mass Effect is brilliant in this. Its set up those archetypes (i.e. Krogans are all dumb muscle) then tears them down (meet Dr. Okeer, brilliant Krogan scientist). It happens a lot in the series, and is one of the reasons I love Mass Effect.

  20. Re:"You've heard of the Paleo diet" on Maybe You Don't Need 8 Hours of Sleep After All (theatlantic.com) · · Score: 1

    Interesting point. I did not pick up on the GGP maybe being, if not a joke, at least tongue in cheek. Definately changes the tone of the post, and thus my interpretation. Thanks for keeping me in check.

  21. Re:"You've heard of the Paleo diet" on Maybe You Don't Need 8 Hours of Sleep After All (theatlantic.com) · · Score: 2

    ave enough free time to cook every single meal from scratch every day

    Heh. Obligatory Oatmeal link.

  22. Re:"You've heard of the Paleo diet" on Maybe You Don't Need 8 Hours of Sleep After All (theatlantic.com) · · Score: 2, Interesting

    Why is it silly shit? Because you haven't heard of it? Because hipsters like it? Does that make it bad? Hipsters like exercising, too. So exercise is bad? Google something like "interval training" and you'll probably get lots of marketing crap. That doesn't mean that running wind sprints is bad.

    Dude, just because you, with your all-knowing all-knowingness, haven't heard of something doesn't mean its silly and its shit.

    You wanna know what paleo really is, if you take away the marketing name? Stop eating shit. Don't eat convenience foods, don't eat junk food with sugar and HFCS and other crap. Eat meat and vegetables. Does that sound like shit to you? To eat healthier?

    I guess what bothers me is that this single quote dismissing a way to eat better and improve your health makes a single remark and its somehow insightful. Especially when several other Slashdot articles actually encourage this type of eating. An alternative approach is to actually research something better than a glance at a Google search, and maybe consider that someone out there knows more than you on a topic. Especially when that topic can improve your life and the lives of other people around you.

  23. Interesting subject, lousy article on Meet the Michael Jordan of Sport Coding · · Score: 5, Insightful

    I actually RTFA, because this interested me. And its a fascinating subject. I only sorta knew about these, i.e. hackathons, but I didn't realize there where giant, international, money-prize competitions. This, to me, is coding in its rawest, purest form. No business side, no integration, just problem solving in all its pure elegance and source code in all its unhindered, non-process, non-styleguide'd glory. I know I'm a huge geek but its honestly breathtaking.

    That being said...this article is horrible. Ashlee Vance, you might be some sort of bestselling darling-of-the-tech-world author, and congrats on your book on Elon Musk or whatever, but I found this writing almost painful to read.

    Theyâ(TM)re not the healthiest-looking bunch, with an average weight that appears to be no more than 120 pounds. There's a disturbingly stereotypical assortment of ticks, both verbal and gesticular, as well as bowl haircuts, wan faces, and shabby clothes. Mark Zuckerberg would look like an Adonis in this room.

    his hands swing into motion and beat down on the keyboard with the incredible speed of a court stenographer in the most productive part of a meth binge.

    I just have to wonder, why are these writers such assholes? I thought we as a tech society were past nerd bashing. Apparently the "mainstream" is still all about jock-like superiority over other people. Yup, these coder competitors are really smart and hard-working, probably more so than you. So you have to bash them? Why?

    I'll leave you with one last quote:

    His friends explain that he mostly shuns the press after Wired did a story several years ago, which posited the idea that Korotkevich might âoedie a virgin.â

    So does anyone know of any good online tech zines that embrace and exalt this culture, instead of trying to find ways to tear people down?

  24. Slight devil's advocate on Veteran FBI Employee Accused of Trying To Beat Polygraph, Suspended Without Pay · · Score: 1

    OK, I'm not saying that all this is not true, but every single link in the summary is to the same site, called "antipolygraph.org". So I suspect that every link would be to someone writing who is, well, anti-polygraph. I generally try to explore all sides of an issue, so it would be useful if someone researched this a bit more.

    You know, what, never mind I'll do it.

    APA thinks they're bunk: http://www.apa.org/research/ac...

    ABC news sort of thinks so, too.http://abcnews.go.com/US/story?id=92847&page=1

    Interestingly, the ABC news article says that polygraphs are starting to be ruled inadmissible in the US. Not 100%, but in some courts.

    The stupidness here, in my opinion, is that the FBI is ruining someone's career over this. Now, I suspect there's more to the story (there always is). Maybe the higher-ups wanted to get rid of this guy anyways and this was an excuse? Maybe its an inane policy that even the higher-ups hate but they are too timid to stand up to the system?

  25. Re:That's not a bomb, it's a clock! on Obama Invites Texas Teen To White House After "Bomb" Clock Incident At School · · Score: 4, Informative

    Here's exactly the one he's talking about. Last June.

    http://yro.slashdot.org/story/...

    It wasn't that hard to find, dude. Probably took less time that it did for you to write your reply (which somehow got modded up).