Viewing profile — popee
popee
HN member- Joined
- Fri, Sep 23, 2011, 1:47 PM UTC
- HN karma
- 309
- Public activity
- 173 items
- HN profile
- View on Hacker News ↗
About popee
No profile information was provided.
Recent public activity
-
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 …
-
comment
Comment #21355267
C is Sparta! :-)
-
comment
Comment #20830179
Perl6 is factually wrong name, it's absolutely new language and as such deserves different name
-
comment
Comment #20404046
Yeah, just reject any access from their subnets
-
comment
Comment #18831814
And if you don't like orms you can always use query builder like knex
-
comment
Comment #18617802
Like totally
-
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
-
comment
Comment #18518176
Aha, thanks for clearing that up
-
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…
-
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 …
-
comment
Comment #18484880
netcat
-
comment
Comment #17532740
He is right, but I feel fat now
-
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?
- story
-
comment
Comment #16627366
I've never used fb, so it's scary to see comments like this.
-
comment
Comment #15772253
Just installed 57 to give it a try. Damn it's friking good, gj mozilla!
-
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…
-
comment
Comment #15642261
And now I'm happy that Linux won
-
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?
-
comment
Comment #15532366
Isn't Hyde actually Shadow archetype from Jungian psychology?
-
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…
-
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…
-
comment
Comment #13480259
Very interesting
-
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.
-
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.