Slashdot Mirror


User: DahGhostfacedFiddlah

DahGhostfacedFiddlah's activity in the archive.

Stories
0
Comments
1,254
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,254

  1. Re:What else wouldn't we have without fracking? on There Would Be No Iranian Nuclear Talks If Not For Fracking · · Score: 2

    So essentially we've gotten nothing from fracking
    Did you even RTFA^HS^HHeadline? "We" have leverage over Iran. Which is generally recognized as a good thing (feel free to argue).

    Whether or not it's worth the vast environmental damage is for you to decide, but don't display your stupidity by claiming there are absolutely no upsides.

  2. You're absolutely correct. New Rule: on How Kentucky Built the Country's Best ACA Exchange · · Score: 1

    All websites must be designed for use by rural Kentuckians.

  3. Re:We're All Guily on US Executions Threaten Supply of Anaesthetic Used For Surgical Procedures · · Score: 1

    So if a kidnapper releases his victim after a few years, all's good?

    I'm not taking issue with the anti-death-penalty stance, I'm taking issue with the simplistic "if we we do it,how are we better?" argument. There are clear differences between killing a mugging victim/hit target/cheating wife, and killing a killer. Arguing they're the same is only going to convince your opponents that you're dumb enough to believe it, and drive them further from your point of view.

  4. Re:We're All Guily on US Executions Threaten Supply of Anaesthetic Used For Surgical Procedures · · Score: 1

    And how does imprisoning them make us better than kidnappers? Free them all!

  5. Re:Senator Obama on raising the debt ceiling on Xerox "Routine Backup Test" Leave 17 States Without Food Stamps · · Score: 1

    This works only so long as our money and credit last. If it doesn't, then what?

    As bad as you think things are, is it worth destroying the credibility of the US when it says "I will pay you for your services"? D you want to turn America into a deadbeat state? Or is the solution not to renege on your promises, but to elect people who do not make them in the first place?

  6. Re:Senator Obama on raising the debt ceiling on Xerox "Routine Backup Test" Leave 17 States Without Food Stamps · · Score: 0

    I only wish President Obama still believed what he did as Senator.

    Not me - I'm glad he came to his senses. There are two ways to deal with a high deficit. You can stop promising other people money, or you can start reneging on the promises you already made.

    The debt ceiling vote is about keeping promises already made, and it's beyond stupid that a vote is even required. You made those promises. Keep them, or create a new government that will.

  7. Re:Believe it when someone validates the data.... on Fusion Reactor Breaks Even · · Score: 1

    I really hope you're right. 4 billion dollars for cheap, plentiful energy by 2033? That's possibly the greatest bargain our species has ever been offered.

  8. Just let us know! on Senators Push To Preserve NSA Phone Surveillance · · Score: 2

    I don't think we can put the surveillance genie back in the bottle, and I fully understand why anyone involved in national defense would want to keep things just as they are.

    My primary concern is the lack of oversight. Or rather, the lack of *proof* of oversight. They could have the best oversight in the world and it wouldn't matter if it were all performed by secret courts.

    I'd be satisfied if they'd simply let people know when their records were being viewed for any reason, with a reasonable delay for ongoing investigations. 3 years from now a bunch of people would get letters saying "We intercepted your email on Date XX with respect to investigation YY". And those letters would be our raw data for determining how out of control the NSA may or may not be.

    Feel free to pick apart the idea, but the core point is that these guys are backed by a ton of money and power. Their only restraints are legal/procedural. There is very little physically restraining them from vacuuming up all the data in the world and using it as they see fit. The most important thing we can do is provide a feedback mechanism from the rest of society so we can detect and correct when they've crossed a line.

  9. Re:Rich getting Richer on Gaming Legends Discuss Using Kickstarter For Their Next Projects · · Score: 1

    This is exactly why the rich are getting richer and the poor are getting poorer.

    It is? Why the hell aren't we banning Kickstarter then? We could have this wealth-disparity problem licked in a year!

  10. Re:We don't need transparency on Schneier: The NSA Is Commandeering the Internet · · Score: 1

    How? Seriously? How do we put that genie back in the bottle?

    Transistors and memory keep getting cheaper, and there's so much interconnection between companies, partners, advertisers, etc that the data goes everywhere. How do we stop anyone from surveilling in this environment?

    I honestly don't know if we can. I think our best bet is to mandate *transparent* surveillance. There has to be a middle ground between "don't tip off the mob about our wiretap" and "we'll jail you for leaking our interpretation of the law".

  11. Re:he'd still be wrong, see machine code on Dr. Dobb's Calls BS On Obsession With Simple Code · · Score: 1

    Yeah - I've seen that too, but I rarely write them (anymore :)). For instance, I'll sometimes see a bunch of small methods that all access the same global variables, or rely on state changes to parameters passed between them. That's worse than the monolithic method they originally came from.

    The trick is to ensure that each method neatly encapsulates a single concept, and the concept is a "What" rather than a "How".

    isExpired(Date): Great
    isTwoYearsInThePast(Date): Bad

    The longer I've been coding, the more convinced I've become that the most undervalued strength a coder can have is picking the perfect name for a variable or method.

  12. Garbage Can Coding on Dr. Dobb's Calls BS On Obsession With Simple Code · · Score: 2

    I liken this to an overflowing garbage can. Every subsequent coder delicately places his code on top of the steaming pile, praying that it all holds together.

    Then someone makes one too many changes. The pile topples, and the poor sod who touched it last is the one who has to take the garbage out (rewrite it).

  13. Re:he'd still be wrong, see machine code on Dr. Dobb's Calls BS On Obsession With Simple Code · · Score: 5, Insightful

    On the other hand, even if code isn't used in more than one place, that doesn't mean it's not "expressing something concisely".

    Additionally:
    1) Methods are great ways of naming orthogonal snippets of code, rather than using a comment that may become obsolete.
    2) Breaking large methods into smaller ones increases maintainability by enforcing certain constraints such as not reusing variables declared 100 lines up just because they happen to serve similar purposes.

    I agree that you don't want to just arbitrarily break your method up for the sake of smaller methods, but I don't think reuse is necessarily the best way to judge whether methods should be refactored.

  14. Re:As the song asks... on Ask Slashdot: Is an Online Identity Important When Searching For Technical Jobs? · · Score: 1

    I wouldn't agree with you in all cases. Depending on the quality of the blog, it could be a valuable resource for other developers. When I get stuck when coding, I often find solutions in blog posts. If he's blogging about issues he and his coworkers regularly run into, he could very well be saving more time than he spends.

    On the other hand, it could be a useless pile of crap like 90% of the blogs out there :)

  15. Re:oh great, fucking great. on The Men Trying To Save Us From the Machines · · Score: 3, Interesting

    That's ridiculous. How can you possibly know what a machine intelligence capable of destroying humanity is going to look like? We're nowhere near the algorithms that could produce that type of intelligence.

    Maybe it's a dumb algorithm simply caught in a self-replication loop. Maybe you'll never see two robots arguing over "white" or "black", because there's only one single "intelligence" spread over the internet - that seems more likely with the rise of cloud computing.

    There may be plenty of reasons to dismiss this type of institution, but "human intelligence doesn't work that way, so machine intelligence won't either" isn't one of them.

  16. Re:Hmm, maybe on Don't Panic, But We've Passed Peak Apple (and Google, and Facebook) · · Score: 2

    Not to burst anybody's bubble, but other than Google's search engine, pretty much ALL of the successful ideas from both companies have been evolutionary, not revolutionary.

    How was the search engine *not* evolutionary? They entered a crowded marketplace and won because they did the same thing, but better. That's all they have to do with driver-less cars/wearable computers/fiber.

    Google's "next big idea" wasn't "search the Internet", it was "how can we improve searching as much as possible".

  17. Re:Physics. on Ask Slashdot: How To Determine If a Video Has Been Faked? · · Score: 1

    Most of the time when a picture or video has been faked or photoshopped, you can probably tell if you look at it carefully. Their usually isn't something quite right, about it, that most people will miss.

    I think this post might be fake.

  18. Re:Extortion maybe? on Kim Dotcom Wants Money From Google, Twitter For 2-Factor Authentication · · Score: 1

    I'd never heard of Kim Dotcom before the raid, and my opinion of him has been shaped solely by /. comments (who has time to RTFA?). So I'm in a pretty good position to comment on the "Slashtard hypocrisy".

    The general consensus seems to boil down to "He's a dick who's on the right side of one specific issue". So you'll see comments supporting him in the one specific issue, but you'll see other comments decrying his general dickishness - including his current patent trolling.

    However, I'm not really sure having a nuanced view of a person really qualifies as "hypocrisy".

  19. Re:Always a letdown. on European Researchers Propose Quantum Network Between Earth and ISS · · Score: 1

    But you should know statistically. If you suddenly stop receiving 0's for thousands of samples, wouldn't it be a good guess that your partner up on the ISS has turned on the '1' filter?

  20. Re:Always a letdown. on European Researchers Propose Quantum Network Between Earth and ISS · · Score: 1

    This still bothers me. Just because a spin is unobserved doesn't mean it's not there.

    I still don't understand how this is different from sending a red card and a blue card to two friends. When one opens theirs, they "instantaneously" know the contents of the other. But that doesn't mean the contents weren't predetermined the moment I sent the cards.

  21. Re:Nice Try China! on Ask Slashdot: Best Way To Block Web Content? · · Score: 1

    Just for fun, try to come up with the wording for a law that wouldn't infringe on your ability to:

    * Skip commercials on recorded TV
    * Block spam
    * Blacklist sites that have served malware ads
    * Filter porn ads (router-level parental controls)
    * Apply greasemonkey fixes for sites not built for your browser (uncloseable javascript panel, for instance)
    * Use a screenreader, for blind users

    And now imagine you write a law that misses just one of those - or something I've forgotten. A lot of companies would take their chances with the bad press. But if there's a single company out there that doesn't need a huge million-signature petition decrying them, it's Google. Their business model is built on trust more than most of their peers.

  22. Re:Noise canceling headphones on Ask Slashdot: Best Way To Block Noise In a Dorm? · · Score: 1

    I combine noise-cancelling headphones with earplugs and (optionally) music. The cancelling leaves some audio artifacts (especially with voices) that seem to be blocked well by earplugs. Music helps me ignore any sound that does get through.

  23. Re: Morning sunlight is a waste on Is Daylight Saving Time Worth Saving? · · Score: 5, Funny

    But Who decides which words Are capitalized?

  24. Re:Killing leftists prevents more killings. on Islamists In Bangladesh Demand Murder of More Bloggers · · Score: -1

    Wow. It's truly an embarrassment to /. that this got modded to +5.

    I can't argue with your list, and I can't argue with the fact that most of the shitholes in the world are run by muslim extremists.

    But then we get to this:
    To me things are clear, this religion will never stop until either the last muslim is dead or the whole world is muslim.

    This is the most ignorant and, frankly, stupid thing I've ever seen modded to +5, and I've been here a while.

    I've got a muslim friend who is quite peaceful and tolerant. Did you mean "every last muslim (except for DahGhostfacedFiddlah's friend) is dead"?.

    Except that there are entire sects of muslims who are dedicated to peace (pay particular attention to their view of "Jihad"). Perhaps you really meant "every last muslim (except for DahGhostfacedFiddlah's friend and members of some sects) is dead"?

    Look, I haven't heard anyone claim that there aren't violent muslims out there. I've heard very few claim that Islam isn't responsible for more violence - today - than its contemporaries. But to ignore the billion or so muslims who aren't actively trying to kill us and lumping them in with the - what - 1000 or so that actually carried out the attacks you listed?

    That's possibly the dumbest thing I've ever seen.

  25. Re:Matching contributors to needs on Ask Slashdot: What Does the FOSS Community Currently Need? · · Score: 1

    To anyone considering taking on this challenge, bear in mind that developing software and developing a community are vastly different things. If you're already technical, you'll need to pay a lot more attention to the latter.