Live data from Hacker News

Viewing profile — popee

popee

HN member
Joined
Fri, Sep 23, 2011, 1:47 PM UTC
HN karma
309
Public activity
173 items

About popee

No profile information was provided.

Recent public activity

  1. comment
    Comment #42501505

    I use ratpoison tiling wm with custom bindings, it's kind of tmux or screen for Xorg where you stack apps for example firefox, vim, ssh, tmux/screen, terms. Anyway, it's up to you …

  2. comment
    Comment #21355267

    C is Sparta! :-)

  3. comment
    Comment #20830179

    Perl6 is factually wrong name, it's absolutely new language and as such deserves different name

  4. comment
    Comment #20404046

    Yeah, just reject any access from their subnets

  5. comment
    Comment #18831814

    And if you don't like orms you can always use query builder like knex

  6. comment
    Comment #18617802

    Like totally

  7. comment
    Comment #18521927

    Smart decision, because QUIC as transport layer could be good for other protocols built on top of it. But hey who knows, SCTP never took of but we are talking about google here

  8. comment
    Comment #18518176

    Aha, thanks for clearing that up

  9. comment
    Comment #18517985

    > Their second upgrade they called QUIC (pronounced "quick"), which is being standardized as HTTP/3. Isn't QUIC new transport layer protocol based on UDP and, if I remember correct…

  10. comment
    Comment #18505243

    Doesn't matter because every re-implementation of that old unix tool is made for same purpose and mostly accept same arguments. For example you can make tar archive and pipe it to …

  11. comment
  12. comment
    Comment #17532740

    He is right, but I feel fat now

  13. comment
    Comment #16725552

    Stupid question. How do you solve (de)fragmentation and out of order delivery with unreliable protocol? What are cases and is it possible to make it simple?

  14. story
  15. comment
    Comment #16627366

    I've never used fb, so it's scary to see comments like this.

  16. comment
    Comment #15772253

    Just installed 57 to give it a try. Damn it's friking good, gj mozilla!

  17. comment
    Comment #15642341

    Yes, on servers ;-) EDIT: used and developed by end users made from blood and flesh. On the other hand minix is used and worked on by corporation. So I guess it depends how you loo…

  18. comment
    Comment #15642261

    And now I'm happy that Linux won

  19. comment
    Comment #15532561

    I didn't say that book is based on Jung, just that Hyde is maybe personification of Shadow archetype. What's your opinion, could that be true?

  20. comment
    Comment #15532366

    Isn't Hyde actually Shadow archetype from Jungian psychology?

  21. comment
    Comment #14899616

    Hey, kudos on great product! You really should create donation page for new features once a year or something like that, because Krita has value. Also, ignore critique, most of the…

  22. comment
    Comment #13659408

    Tesla worked for Edison and was a person who could finish things and some of them changed the world. He was also person with vision, so I think Linus is either wrong or he is tryin…

  23. comment
    Comment #13480259

    Very interesting

  24. comment
    Comment #13470386

    I always thought programming is kind of literature, because you write in language for machines and humans at the same time ie. mix of logic and inspiration.

  25. comment
    Comment #13058456

    GKH somewhere explained that they accept gotos that don't go back (leads to mess) only gotos that jump forward in function. Nice rule.