Live data from Hacker News

Viewing profile — deadbeef404

deadbeef404

HN member
Joined
Fri, Feb 08, 2013, 4:40 AM UTC
HN karma
60
Public activity
30 items

About deadbeef404

No profile information was provided.

Recent public activity

  1. comment
    Comment #19873943

    The point is that if I send you a gif, you currently don't need to tell whatever program you opened it in that it's meant to loop. When I send you a gif, I expect it to be looped o…

  2. comment
    Comment #19794100

    I tried using this today. I couldn't find a way to rename the site I signed up for; I didn't make the connection that the username would be the URL/site name. I also couldn't delet…

  3. comment
    Comment #19478531

    Not that hard :). Add this as a tampermonkey script for a simple version. Array.from(document.getElementsByClassName('comment')).forEach(x => {if (/Trump/.test(x.innerText)) { x.in…

  4. comment
    Comment #17883588

    Very true about using it to great effect in 808s and Heartbreak! I remember hearing one of those tracks and finding it fairly nice to listen to. Then I heard him live on SNL and hi…

  5. comment
    Comment #17742728

    Charmer? CharmIt? Charming? CharmHPD? Charmplus? Superintendentchalmers? The problem here isn't that PyCharm came second or that Jetbrains will have an issue. The problem here is t…

  6. comment
  7. comment
    Comment #15910564

    Simon Sinek has an interesting hypothesis about the cause of the breakdown in politics in his book "Leaders Eat Last". I'm giving a very brief summary, but in that book he suggeste…

  8. comment
    Comment #11688950

    What would be a better comparison?

  9. comment
    Comment #11546270

    This is pretty cool, great job! I know this is only a cheatsheet, which implies simple, but one idea that I think might be useful would be to add something to allow an end-user to …

  10. comment
    Comment #11452151

    Also note, if anyone is using "reactify" and has used the spread operator in JSX, as 15.0.0 removed React.__spread, your build will break. (Reactify uses the deprecated react-tools…

  11. comment
    Comment #11106868

    Thanks for the response, man! To be completely honest, I definitely don't follow PEP8 100% (especially in regards to continuing-line indentation) because to do so would make some l…

  12. comment
    Comment #11076926

    Nice concept, great work! As a side note: I found your extra whitespace before function arguments to be very strange. I haven't seen this type of spacing before. Is there a reason …

  13. comment
    Comment #11061725

    It looks very nice! How's the battery life? This review seems to indicate it sits at under two thirds of the MBPs: http://www.pcmag.com/article2/0,2817,2458699,00.asp Also, just fo…

  14. comment
    Comment #10833041

    I think he means the exact same Python script can be run directly on any environment that has Python installed if written correctly, in contrast to a C program which has to be reco…

  15. comment
    Comment #10775778

    Ah, yes; that's a great point about the sort algorithm!

  16. comment
    Comment #10755927

    > doesnt result in a truely random distribution. It evenly distributes over 0-1. Removing .5, just distributes it evenly between -0.5 and +0.5. Sort basically says >0, the first op…

  17. comment
    Comment #10558286

    Even if some technology is not successful in the end, it doesn't mean that there isn't value in it. This even is a good rule for most/all life experiences.

  18. comment
    Comment #10262600

    The memories of KidPix have come flooding back! The is awesome! FYI: After a few minutes of using this, it seems to work quite well in Chrome on Ubuntu.

  19. comment
    Comment #10213848

    I would reword "Refactored invoice parser" entirely as that message is about as useful as "changed code".

  20. comment
    Comment #10095585

    I have no idea if it's possible, but I could imagine maybe a multi-frequency light source where each frequency interacts with a unique color molecule in the resin to mix colors ind…

  21. comment
    Comment #9979296

    I don't see how having a "site down" template is anything suspicious. I have a page that I replace my company's web-app with when I'm performing upgrades; they could have easily ma…

  22. comment
    Comment #9933292

    I'm not sure how anyone could think that walking next to a loud highway for an hour and a half (without a distraction such as a friend or music) would be a great idea.

  23. comment
    Comment #9856223

    Argentina National Day 2015 Edit: You can usually find out what they mean by going to https://www.google.com/doodles

  24. comment
    Comment #8691845

    Come on, there's a huge middle ground between "Unicorn milk" and a name that isn't a homophone of the format it works with. Let alone the fact that I don't like my first name being…

  25. comment
    Comment #6581981

    Django supports python 3, though I guess some django apps might not yet. https://docs.djangoproject.com/en/1.5/topics/python3/