Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
assaflavie
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
24 ms
·
1.
▲
by
assaflavie
5y ago
SMTP is just a bad protocol and it needs to go away. Unworkable.
2.
▲
by
assaflavie
6y ago
Yea, that's exactly what it's for.
3.
▲
Playback-studio: record and replay the input to any Python function
(github.com)
14 points
by
assaflavie
6y ago
|
6 comments
4.
▲
by
assaflavie
6y ago
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, you would just use that and build your system on it as a dread
5.
▲
How much overhead Swagger (npm) adds to your Node.js server
(blog.binaris.com)
1 points
by
assaflavie
9y ago
|
0 comments
6.
▲
by
assaflavie
10y ago
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)
7.
▲
by
assaflavie
10y ago
Oops. Thanks for bringing this to my attention. Fixing...
8.
▲
What's new in Docker 1.13: prune, secrets, checkpoints and more
(cloudshare.com)
82 points
by
assaflavie
10y ago
|
60 comments
9.
▲
by
assaflavie
10y ago
Does this solve the state-sharing difficulties of the python solution?
10.
▲
by
assaflavie
10y ago
This is so addictive...
11.
▲
by
assaflavie
10y ago
No demo video?
12.
▲
by
assaflavie
11y ago
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 investor? It's less efficient, of course, but it's e
13.
▲
by
assaflavie
11y ago
Should be tagged NSFW.
14.
▲
by
assaflavie
12y ago
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 want onto each instance. Using docker also has the added adva
15.
▲
by
assaflavie
12y ago
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 'real' just because some peopl
16.
▲
by
assaflavie
12y ago
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 as a metaphorical phrase that
17.
▲
by
assaflavie
12y ago
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 to prevent unintended gestures and clicks/taps. So for
18.
▲
Dual-touch smartphone design concept
(blog.assaflavie.com)
217 points
by
assaflavie
12y ago
|
57 comments
19.
▲
Dual-touch smartphone design concept
(blog.assaflavie.com)
4 points
by
assaflavie
12y ago
|
0 comments
20.
▲
Self-hack: enjoying doing the dishes
(blog.assaflavie.com)
5 points
by
assaflavie
12y ago
|
0 comments
21.
▲
by
assaflavie
12y ago
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 though. It relies on knowin
22.
▲
by
assaflavie
12y ago
Thank you! Just tried it. I'm in love. :)
23.
▲
by
assaflavie
12y ago
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 text. This interferes with context, albeit
24.
▲
I wish I could read Wikipedia like this
(blog.assaflavie.com)
234 points
by
assaflavie
12y ago
|
61 comments
25.
▲
by
assaflavie
13y ago
How to make people like you: 6 science-based sexual reproduction hacks
26.
▲
by
assaflavie
13y ago
Why???
27.
▲
by
assaflavie
13y ago
What this then? http://www.tyresum.co.uk/images/graph.png :)
28.
▲
Permanent Google Hangouts for Distributed Dev. Teams
(blog.gigantt.com)
1 points
by
assaflavie
13y ago
|
0 comments
29.
▲
Anatomy of a Scrum Sprint (video + recipe for getting started with Scrum)
(blog.gigantt.com)
1 points
by
assaflavie
14y ago
|
0 comments
30.
▲
by
assaflavie
14y ago
This is still susceptible to timing attacks, for example. http://codahale.com/a-lesson-in-timing-attacks/
More ›