Viewing profile — assaflavie
assaflavie
HN member- Joined
- Tue, Jun 09, 2009, 8:59 AM UTC
- HN karma
- 498
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About assaflavie
Recent public activity
-
comment
Comment #30229772
SMTP is just a bad protocol and it needs to go away. Unworkable.
-
comment
Comment #26426387
Yea, that's exactly what it's for.
- story
-
comment
Comment #24792379
Distributed programming is a means to an end, not a goal. If you had a computer with infinite cpu and ram and it could never crash and be geographically close to every customer, yo…
- story
-
comment
Comment #13530424
fwiw, there's a new syntax for this, that is a bit more verbose, but probably worth adopting: docker container rm $(docker container ls -qa) docker image rm $(docker image ls -q)
-
comment
Comment #13530247
Oops. Thanks for bringing this to my attention. Fixing...
- story
-
comment
Comment #11887392
Does this solve the state-sharing difficulties of the python solution?
-
comment
Comment #11882297
This is so addictive...
-
comment
Comment #11547385
No demo video?
-
comment
Comment #10021106
Say index funds become illegal, just for the sake of argument. Aren't they replaceable by an algorithm - trading software that balances a portfolio that copies an index per investo…
-
comment
Comment #10021014
Should be tagged NSFW.
-
comment
Comment #8406136
Have you looked at docker as a replacement for creating all those AMIs? You could have one AMI (with Docker) installed, and then use Ansible to pull whichever container (app) you w…
-
comment
Comment #7764163
I'm sorry but "predictable results in communication" is not the criterion for being meaningful. If you fart in a courtroom, you get very predictable results, too. The phrase isn't …
-
comment
Comment #7763731
This sounds very Wittgensteinian. In terms of his philosophy of language, what we have here is a "metaphor gone wild". You take "intellectual" and "property", you put them together…
- comment
-
comment
Comment #7760559
I actually find the scroll motion to be very easy to perform using my index finger. However, I do agree there are issues to consider when it comes to usability. You definitely want…
- story
- story
- story
-
comment
Comment #7602859
Very true. I got a rough POC of this, implemented using the technique in this answer: http://stackoverflow.com/a/22816419/11208 (just with divs instead of images) It's very brittle…
-
comment
Comment #7602648
Thank you! Just tried it. I'm in love. :)
-
comment
Comment #7602467
About popups/tooltips/hovercards: I considered this approach, but decided to go with this sort of "inline" expansion for the following reasons: 1. A popup obscures the original tex…
- story