Live data from Hacker News

Viewing profile — effbott

effbott

HN member
Joined
Mon, Mar 04, 2013, 3:08 PM UTC
HN karma
108
Public activity
34 items

About effbott

No profile information was provided.

Recent public activity

  1. comment
    Comment #6947723

    This doesn't make the target object read-only - it just returns a reference to it. data = {one: "one"} ref = makeRef(data) ref().two = "two" data => Object {one: "one", two: "two"}…

  2. comment
    Comment #6609743

    Just delete the modal from the DOM and you'll have full access to the article.

  3. comment
    Comment #6423474

    5 year ban for parking violations? That seems extreme.

  4. comment
    Comment #6357226

    Wow.. this is amazing. I'm kind of blown away by how cheap it is. Is this your permanent residence or a vacation home? Does it feel weird to not have neighbors?

  5. comment
    Comment #6094189

    Most automated phone systems will connect you to an operator if you press 0 repeatedly (as in 10 to 20 times in a row). There's almost always a way to get around automated phone sy…

  6. comment
    Comment #6043328

    It's simple. People who have more experience generally demand higher salaries. The company in question is probably seeking someone who's fairly experienced but doesn't have the bud…

  7. comment
    Comment #6017386

    >Regardless, I think the author's point was more that there's nothing "special" about getters and setters in Ruby. They're just plain ol' methods. Ah, that's a good point. That see…

  8. comment
    Comment #6017032

    Ruby really is a great language. The author just posted a poor example that is frankly NOT idiomatic Ruby. The proper way to create a getter and setter method on an instance variab…

  9. comment
    Comment #5957854

    And by "automatic classification content filter" they mean "someone manually added the Guardian to a blacklist".

  10. comment
    Comment #5919080

    How far do you take this? Kickstarter is a business and needs to make money. Should it be acceptable for people to Kickstart escort businesses, "legal high" websites, or Amway pyra…

  11. comment
    Comment #5918827

    Kickstarter is a business and has no obligation to uphold free speech. They need to curate their projects to protect their reputation. What if they allowed filmakers to Kickstart p…

  12. comment
    Comment #5915868

    Something like that already exists: http://www.wired.com/business/2013/05/one-click-selling/

  13. comment
  14. comment
    Comment #5850106

    True, but the risk of dying at the hands of these people is extremely slim. According to tabular data found here[1], which chronicles US terrorist incidents and assassinations dati…

  15. comment
    Comment #5842343

    Thanks for making it! Computer security is a fascinating field that I've only begun to dive into recently.

  16. comment
    Comment #5842075

    The password is sent in plaintext in the POST body.

  17. comment
    Comment #5842039

    I'm confused by that as well. The POST data sends a nonce value but the message itself is in plaintext... not even Base64..

  18. comment
  19. comment
    Comment #5809489

    http://en.wikipedia.org/wiki/No_true_Scotsman

  20. comment
    Comment #5800791

    You have to know the right people. I have a non-CS degree from a pretty average state school but I somehow fell into the world of HFT algo development. I suppose luck played a larg…

  21. comment
    Comment #5796282

    Nested if statements? I'd be interested to see how that looks. You only need one if statement, and you only have to involve a single guard.

  22. comment
    Comment #5796031

    'guard' is just a placeholder. Try typing key = @xzoor.askKey(@door)

  23. comment
    Comment #5759530

    Yeah, it was really meant as more of a dark joke than a serious point. But it does make you wonder what people consider "serious enough" to warrant a trip to the hospital, given th…

  24. comment
    Comment #5759355

    Only in America would somebody think twice about seeing doctor after being struck by lightning.

  25. comment
    Comment #5715712

    >One of the healthy side effects is that you'll rarely end up with the "can you just quickly add x" requests Up until now I've always billed by the hour, but this sentence alone ha…