Live data from Hacker News

Viewing profile — bcruddy

bcruddy

HN member
Joined
Thu, Dec 18, 2014, 3:04 PM UTC
HN karma
122
Public activity
61 items

About bcruddy

No profile information was provided.

Recent public activity

  1. comment
    Comment #26992941

    discriminating by age is ok in the workplace. only 40+ is a protected class in the US.

  2. comment
    Comment #25941484

    How is borrowing then selling 140% of the available shares legal? How is that not market manipulation? This is the market at work. This was taken too far and the market has a metho…

  3. comment
    Comment #25736021

    yup, it looks like trump's says the same thing https://www.state.gov/biographies/donald-j-trump/

  4. comment
    Comment #22845528

    Totally makes sense as a plugin - I love vscode for both golang and javascript. The IDE itself seems clunky but I'm not against IDEs themselves.

  5. comment
    Comment #22845320

    I feel like people upvoted this because it said don't use eclipse but didn't read the article. Now I'm questioning my sanity - given a choice, do professional developers choose to …

  6. comment
    Comment #22314110

    Add this to your global git config `[alias]` block: cpr="!f() { git fetch origin refs/pull/$1/head && git checkout FETCH_HEAD; }; f" `git cpr 207` then checks out PR #207.

  7. comment
    Comment #21886508

    Such is life

  8. comment
    Comment #21886367

    I love the infinite time explanation. It's a great way to explain how/why tradeoffs are made. I haven't been able to put it so succinctly, so, uhhh... that's mine now I'm stealing …

  9. comment
    Comment #20102483

    GNU switched to GPL v3 a while ago, I imagine this is a license thing

  10. comment
    Comment #19503643

    Did you read the sentence right below that conveniently cropped screenshot? | Searches for terms associated with white supremacy will surface a link to Life After Hate’s Page, wher…

  11. comment
    Comment #19115816

    It sounds like they're only suspending free accounts for adblockers. At the same time, I don't mind spotify tracking how I use the application. It generates valuable data for their…

  12. comment
    Comment #18489759

    I love my standing desk for these reasons. The tailor that did my wedding tux last year also commented on my posture being near perfect. I attribute it wholly (maybe inaccurately) …

  13. comment
    Comment #18278291

    The NSA has never done something on this scale. With sec researchers looking at _everything_ right now it would have been uncovered by now. The major point in this story wasn't a h…

  14. comment
    Comment #17293326

    Pros: * Technical skills sink or swim very quickly - you'll learn vastly more in the same period of time at a startup than you will at a big company. Or you'll fail. * You learn to…

  15. comment
    Comment #16125198

    With 100B XRP eventually in circulation, $10 would give it a preposterous market cap. The current price is based on only 38B tokens in circulation.

  16. comment
    Comment #16061029

    The same one whose currency essentially powers the world economy via the petrodollar?

  17. comment
    Comment #15972693

    The argument is "corporations need certainty" for planning for the future. If tax cuts can expire it creates a "will they or won't they" situation around whether or not they'll be …

  18. comment
  19. comment
    Comment #14983402

    https://github.com/bcruddy/taco - a create-react-app + redux + express boilerplate. It currently grabs pricing data for BTC, ETH, and LTC and I mostly put it together for myself ab…

  20. comment
    Comment #14809649

    > If you get a $1,000 loan at 1% interest each month, how much will you owe in 1 year? Pe = nRT is actually the first thing taught in calc 1.

  21. comment
  22. comment
    Comment #14750012

    I get that this is designed to facilitate "learning to code within the context of the visual arts" and I think that's great but holy shit tone down the javascript nonsense on your …

  23. comment
    Comment #14333245

    You think a bunch of teens orchestrated a global attack on this scale? Surely this is satire and you dropped the /s right?

  24. comment
  25. comment
    Comment #13238577

    Babel and webpack make debugging with the v8 debugger a nightmare. How do you approach that and avoid using console.log everywhere? console.log can be great and 90% of the time it'…