Slashdot Mirror


User: DoofusOfDeath

DoofusOfDeath's activity in the archive.

Stories
0
Comments
4,084
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,084

  1. Re:Apple cannot block and it's not illegal on Palm Pre "iTunes Hack" Detailed By DVD Jon · · Score: 2, Insightful

    They are pretending to be an Apple device. I don't think that's legal.

    This computer is claiming to be an IBM PC. IBM sued. IBM lost.

    The DMCA didn't exist then, and syncing a Pre with iTunes can be seen as breaking a functional copyright enforcement device.

  2. Re:No-hire pact? on Google, Yahoo!, Apple Targeted In DoJ Antitrust Probe · · Score: 1

    You do not have a 'right' to work anywhere, regardless of what you think. Working is a privilege, once you wrap your thick skull around that you'll be a lot better off in life.

    You're half-right, the same way "skateboarding is not a crime" is half-right.

    You don't have an absolute right to work wherever you like, but you do have the right to be free from certain kinds of interference by third parties, regardless of which job you're seeking.

  3. No-hire pact? on Google, Yahoo!, Apple Targeted In DoJ Antitrust Probe · · Score: 5, Insightful

    It seems to me like there's another angle on this, from the perspective of the affected employees, not the customers/competitors.

    By forming a pact that keeps an employee at company A from getting a job at any other company in the cartel, doesn't that run afoul of federal fair labor laws?

  4. Re:It's an important thing on Open Government Brainstorm Defies Wisdom of Crowds · · Score: 1

    The US has disproportionately crowded jails, filled disproportionately with African-Americans, and a very large fraction of which are there on drug charges. The US "War on Drugs" has led to many many convictions over marijuana and we are paying the social and monetary cost of imprisoning lots of people.

    But maybe we should distinguish between pot and more mind-bending, addictive drugs.

    I really have no idea what decriminalizing pot would do to traffic accident rates, the spot market cost of brownie mix, etc. But from its general reputation, legalizing pot doesn't worry me much.

    I'm much more worried about legalizing heroine, crack, and PCP. From what I can tell, not only do some people act much more dangerous when high on them than not, but more worrying is what addicts will do to get them. I'm really concerned that if we legalize things like crack, without also giving people as much as they want, we'll continue to see problems like prostitution and robbery stemming from addicts' desperation for cash. So I'm not sure legalizing these kinds of drugs would be a net gain (or loss) for society.

  5. Re:Absolute NO gap? on The Myth of the Mathematics Gender Gap · · Score: 1

    You're studied math, but not statistics.

    Not true. I've studied both.

    There are common trivial definitions of significant differences vs insignificant ones based on random chance.

    If you're referring to randomness due to sampling, note that I talked about a statistic over the whole population of men/women, rather than from a sampling of them.

  6. Absolute NO gap? on The Myth of the Mathematics Gender Gap · · Score: 1

    To say that there's no gap means that whatever statistic is being used for comparison, it has the exact same value for the population of men as it does for the population of women.

    The likelihood of that being true is essentially zilch.

    The real questions should be: (a) how big is the gap, and (b) is it big enough for us to care.

  7. Re:STL container visualization... on KDevelop4 Beta 3 Released · · Score: 1

    How does it handle display of STL containers in the debugger view?

    I don't know, but isn't GDB supposed to be adding a pretty-print plugin system so that people can write pretty-printers for various STL containers, etc.?

    Maybe once GDB supports that, KDevelop will inherit that functionality for free?

  8. Re:Sharing is bad on Keeping a PC Personal At School? · · Score: 1

    Get a friend to pass around a rumor that he caught you watching a porn clip and masturbating onto the keyboard. Nobody will ask for it anymore.

    That's not the impression I get from watching "Art School Confidential".

  9. Re:Easy reply on Keeping a PC Personal At School? · · Score: 1

    Sharing laptops is like sharing toothbrushes.

    It means you're living with a skanky girlfriend?

  10. Re:Just be paranoid. on Keeping a PC Personal At School? · · Score: 2, Funny

    He's an artist. A fairly techy one but an artist nonetheless. Therefore, acting like a rabid dog every time anyone glances at his computer is probably not a valid option for him, because in his quality matrix, interacting with other people has a decidedly positive weight.

    Are you kidding? Have you hear how much money goes for paintings by batshit-crazy artists???

    This would be a brilliant move!

  11. Yes, they do. on Should Enterprise IT Give Back To Open Source? · · Score: 1

    ... enterprise IT still gives almost nothing back to the community ...

    Even by just using OSS, enterprises increase the presumption of legitimacy and value of OSS in our culture.

    Perhaps just as importantly, corporations and government agencies are getting a stake in having OSS software not hurt by the exercise of software patents. This gives those companies and agencies an incentive to work against patent abuse. Like what happened to members of Congress when the Blackberry patent issue came to a head.

    So all things considered, I'd say they're contributing something at least as valuable as code.

  12. Re:Let me explain the situation over here... on University Gives Away iPhones To Curb Truancy · · Score: 0, Offtopic

    They can do this because there's no homework.

    I can confirm this. All my friends: Ichigo Kurasaki, Sailor Moon, Akira, etc. pretty much get to do whatever they want when school lets out.

  13. Re:Tricky things, lawyers. on Obama DoJ Goes Against Film Companies · · Score: 1

    Mmm. Or people who are doing their best to protect the interests of their clients? A lawyer must make the best arguments available for their client, but the ruling is not something they can be held responsible for. The system of justice works best when both sides present the strongest form of their argument, allowing the issues to be debated by those in the judicial role (who you can hold responsible for their judgments).

    Perhaps, but when the RIAA counts on little people being forced to settle because they can't afford to mount a defense, justice is clearly not a goal.

  14. Re:Scala on Comparing the Size, Speed, and Dependability of Programming Languages · · Score: 2, Informative

    With the impure languages optimization becomes much much easier.

    Funny you should say that. I'm just starting my dissertation work on parallelizing purely functional languages. (Yes, I know that topic was nearly beaten to death in the 1990's and earlier.)

    But anyway, optimizing the *parallelization* of a functional language can be a lot easier (in some ways) when the language *is* pure. At least, according to my background reading so far.

  15. Re:Scala on Comparing the Size, Speed, and Dependability of Programming Languages · · Score: 1

    Functional languages in practice often implement nlog n algorithms in quadratic time or memory

    We should probably distinguish between pure and impure functional languages.

    Impure languages like SML and (I think) MLTON can modify arrays in-place, eliminating one of the major causes of slowness when implementing certain algorithms in a pure functional language.

  16. Re:Where are the real lanaguages??? on Comparing the Size, Speed, and Dependability of Programming Languages · · Score: 5, Funny

    Where Cobol and RPG, the languages that run business?

    They were so far off the top and right axes, the algorithm discarded them as outliers.

  17. Re:Pet peeve on Comparing the Size, Speed, and Dependability of Programming Languages · · Score: 1

    Point being, describing a programming language as "fast" makes about as much senese as describing a natural, human language as "smart".

    Yeah, will if human language isn't smart, just what language DO you suggest we use???

    Goddam Vorons... troll ever fucking thread they read.

  18. Re:Amazing. on Hackers Breached US Army Servers · · Score: 1

    Yes and No. If I want to have a program that I pass SQL queries to and it returns either safe or unsafe that is not a computable problem.

    Are you sure? Your statement would only be obviously true if a single SQL statement can be a Turing-complete language.

  19. Amazing. on Hackers Breached US Army Servers · · Score: 4, Interesting

    Pardon the rant, but can anyone tell me why we're still having people write code that is subject to SQL injection attacks?

    I mean, sometimes potential buffer overflows in C/C++ programs can be tricky to notice. Writing threading code that's not subject to deadlock or starvation can often be a challenge.

    But isn't code that's subject to SQL injection attacks just blindingly, amazingly obvious at first glance?

  20. Re:Asus screwed up on Asus Slaps Linux In the Face · · Score: 1

    At that point, he brought his Asus over and I installed eeebuntu. It has been a love affair ever since.

    Er... excuse me, I need to go install eeebuntu for that hot chick next door.

  21. Re:That's a damn shame on Asus Slaps Linux In the Face · · Score: 5, Funny

    This website is such a hack-job. I can't believe MS or Asus was involved. The video player is FlowPlayer, the tracking uses Google Analytics, the fonts are all wrong for a MS job.

    They didn't. But we are meant to think they did. These trackers are by Google Analytics. The MS advertisement execs always use a single tracker to hide their numbers.

    And these talking points, too trollish for MS advertisement execs. Only Apple Fanbois are so precise.

  22. Re:KDevelop 4 and Qt Creator on What Free IDE Do You Use? · · Score: 1

    I generally like Kdevelop3, but I find that it has problems debugging some fortran code I have. It can't make sense of an array that's been redimensioned and/or it can't step through some functions. (Even when I built with "-g -O0"). It's probably gdb's fault, but KDevelop3 is where I see it.

    I really hope that KDevelop4 smooths out some of these issues, because it otherwise seems like a great replacement for VisualStudio.

  23. Re:Cars on Sony CEO Proposes "Guardrails For the Internet" · · Score: 1

    Think of the child processes, oh won't somebody please think ...

    It's too late - they're zombie processes now. Come on, we have to keep moving.

  24. Cars on Sony CEO Proposes "Guardrails For the Internet" · · Score: 5, Funny

    suggests that just as the interstate system needs guardrails, so too does the information superhighway.

    I think he's actually right. One time, when my Cat6 cable had too tight of a bend, I had packets breaking through and slamming against the wiring closet wall. It was... terrible.

  25. Missing part of his formula on Calculating Password Policy Strength Vs. Cracking · · Score: 5, Insightful

    Did he remember to model the fact that if you make your password requirements sufficiently rigorous....

    (A) People will increase risk by having to write them down, or

    (B) People will try to stop using your system, which is a different but related kind of failure?