Slashdot Mirror


User: NeverWorker1

NeverWorker1's activity in the archive.

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

Comments · 65

  1. Re:The American Dream on 35% of American Adults Have Debt 'In Collections' · · Score: 2, Insightful

    So having a roommate is "people pack[ing] themselves into slum housing?" Talk about entitlement...

  2. Any actual research? on Game Developers' Quest To Cross the Uncanny Valley · · Score: 1

    The Uncanny Valley wikipedia page lists very, very little research (one "study" was based on five monkeys; because n=5 is totally statistically significant). Perhaps we should determine in the uncanny valley is actually a thing before we start speculating about how to cross it.

  3. Re:The strangest place? on What Are the Weirdest Places You've Spotted Linux? · · Score: 1

    Awesomest grandmother ever?

  4. Re:You know what I mean. on 25% of Charter Schools Owe Their Soul To the Walmart Store · · Score: 2

    I think you got your math wrong there.

  5. Re:Let me get this straight.... on Fire Destroys Iron Mountain Data Warehouse, Argentina's Bank Records Lost · · Score: 2

    They certainly couldn't be any worse...

  6. Re:Linus' time on Would Linus Torvalds Please Collect His Bitcoin Tips? · · Score: 1

    You mean $1,600/yr? And that's assuming that $136 is not just from the launch-hype but can be expected to continue on trend.

  7. Re:It's enough for many Rubyists. on Code.org Stats: 507MM LOC, 6.8MM Kids, 2K YouTube Views · · Score: 1

    Before I came on board at my company, they outsourced a small project to a freelancer who had taken a short intro to Rails course. Before I saw his code (it was running on heroku, and we didn't have access yet), I called him up just to talk to him about how he did it. It was clear that he didn't understand some very basic questions I was asking him to the point of giving me answers that were just plain wrong. Also, this was a light-weight web scraper, so Rails is about as wrong an approach as you can get. I junked his code, rewrote it in Python, and removed his number from my contacts.

  8. So 33 lines per person? on Code.org Stats: 507MM LOC, 6.8MM Kids, 2K YouTube Views · · Score: 2

    Again, this isn't a bad thing, but getting somebody to bash out 30-odd lines doesn't make them a programmer, or even given them a taste a programming. That's enough for maybe some basic flow control.

  9. Writing 32 lines is not "Learning CS" on More Students Learn CS In 3 Days Than Past 100 Years · · Score: 5, Insightful

    Hour of code is not a bad thing, but this didn't create 12M programmers, much less 12M people who know computer science. They averaged 32.4 lines each.

  10. Re:William Alsup for Supreme Court! on Gov't Puts Witness On No Fly List, Then Denies Having Done So · · Score: 1

    Which is why he won't ever get there. Sadly, supreme court nominations are more about appealing to one's political base and creating a "legacy" than actually appointing intelligent, insightful jurists.

  11. Re:MarkLogic = NoSQL on NYT: Healthcare.gov Project Chaos Due Partly To Unorthodox Database Choice · · Score: 1

    Postgres 9.3 has a native json type which should go a long way here allowing one the flexibility of strict relational data where that helps (linking people to families, employers, plans, etc.) and free-form json where that's the way to go.

  12. Re:Open Source on NYT: Healthcare.gov Project Chaos Due Partly To Unorthodox Database Choice · · Score: 4, Insightful

    Because Postgres exists.

  13. MarkLogic = NoSQL on NYT: Healthcare.gov Project Chaos Due Partly To Unorthodox Database Choice · · Score: 4, Interesting

    A little googling turns up that MarkLogic's offering is NoSQL. Without getting into the whole SQL/NoSQL debate, I can't help but noting that this is clearly relational data with a fairly limited number of records (clearly there can't be more than 300M people listed) and for which ACID is (or should be) a major concern.

  14. Far longer than that since we cared on One Year Since John McAfee Fled Belize · · Score: 4, Insightful

    It may be only one year since he fled Belize, but it's been many, many years since anybody cared. Please cut out the front-page spam.

  15. Re:Too bad there wasn't a legal route. on Atlanta Man Shatters Coast-to-Coast Driving Record, Averaging 98MPH · · Score: 2

    Traditional $10K? I'm not a traffic cop, but this tradition of paying $10K to shut down 2,200 miles of interstate is new to me. Also, why should we encourage people to take risks just to take risks? Having a bankruptcy system encourages the risk taking involved in entrepreneurship, which is generally a good thing. This, however, is just taking risks to look cool while shutting down roads for his stunt would inconvenience many others.

  16. Re:Or EMI on Ars: Cross-Platform Malware Communicates With Sound · · Score: 1

    Many years ago, I used to have a program on my TI-81 that did this exact same thing.

  17. Re:And there's a whole series of comments at Ars.. on Ars: Cross-Platform Malware Communicates With Sound · · Score: 5, Interesting

    Besides the many, many stretches of the imagination required for his story (e.g., it infects the firmware on all major brands of USB drives, he never extracted a binary blob or sent the infected device to the manufacturer, the audio communication silliness, the fact that he apparently thinks infection could spread through the power cable, and so on...) the biggest issue to my mind is that if this is so communicable, why in all the time he's had it under observation has it never spread anywhere else? Also, why has he not shown it to a colleague. This is the sort of thing that goes over huge at conferences.

  18. And there's a whole series of comments at Ars... on Ars: Cross-Platform Malware Communicates With Sound · · Score: 5, Informative

    Explaining why the whole thing is probably a hoax.

  19. Non-paywalled link on How an Astronaut Falling Into a Black Hole Would Die Part 2 · · Score: 5, Informative
  20. Not news on Debunking the Lorentz System As a Framework For Human Emotions · · Score: 1

    This was interesting...in August.

  21. Re:Gov't project on Administration Admits Obamacare Website Stinks · · Score: 1

    But Node.JS is bad ass rock star tech

  22. Re:Random paper generator on Romanian Science Journal Punked By Serbian Academics · · Score: 1

    To be fair, quite a few conferences are nothing more than somebody's trying to take your money. I get emails all the time with subjects like "Call for Papers for the Third International Symposium on ." If you submit a paper (or read the fine print), they'll inform you that at least one author must pay to attend the conference or they won't include it in the proceedings. There is, of course, no peer review; every submitted article is accepted, just so long as you pay them.

  23. Re:9 years later, still won't trade my Pioneer Pla on Is It Time to Replace Your First HDTV? (Video) · · Score: 0

    While we're fixing things: "the LCD's on the market can't match its picture."

  24. Re:What about 10 year old mysql bugs? on A Tale of Two MySQL Bugs · · Score: 1

    Don't forget MySQL's translation of NULLs in NOT NULL constrained fields to 0 or empty strings instead of rejecting the update as a proper RDBMS should. Somebody needs to explain to them that missing data is missing, not 0. I can't tell you how many problems I've seen this cause (ofc, whether and how NULLs should be used is another discussion entirely...).

  25. Re:fast, but wrong on A Tale of Two MySQL Bugs · · Score: 1
    Let's not forget how it "enforces" constraints. For example, consider:

    CREATE TABLE emps (id INT(10) AUTO_INCREMENT,
    fname VARCHAR(50) NOT NULL,
    sname VARCHAR(50) NOT NULL);
    INSERT INTO emps (fname) VALUES ('John');

    In a proper RDBMS, that would fail for violating a constraint. MySQL/MariaDB just massage the missing sname into an empty string, which is about as valid as just sticking 'sldfjpsdj;ksdj;fsdljkfsd.'