Viewing profile — r4pha
r4pha
HN member- Joined
- Sun, Apr 01, 2012, 10:22 PM UTC
- HN karma
- 220
- Public activity
- 87 items
- HN profile
- View on Hacker News ↗
About r4pha
Recent public activity
- comment
-
comment
Comment #17174952
Thank you. Getting the display to work was very motivating for next steps :)
-
comment
Comment #17174785
First time hearing about this. Looks awesome. Thanks for the tip!
-
comment
Comment #17173427
It's mostly http://getskeleton.com/ with minor tweaks (unminified on `custom.css`).
-
comment
Comment #17173129
Hi. I use Jekyll and a Makefile that pushes the generated html to S3. I also needed to set up a cloudfront distribution instead of using a bare web-enable S3 bucket so I could use …
-
comment
Comment #17172813
Hi, author here. I can honestly say that I’m definitely not an expert. I tried to systematically write down questions on a text file and solve them one after the other. Solving one…
- comment
- story
-
comment
Comment #13870634
I think it is page 314 of _a_ book.
-
comment
Comment #12830207
I had a similar experience with python 3's asyncio. I have worked with gevent, which has an arguably less "elegant" interface (with monkey patching, for instance), but with which i…
-
comment
Comment #12726838
Thanks for the insight. It's a relatively fragile negotiation, since we're just little guys who received an opportunity to do business with a big corp. As with the API, we implemen…
-
comment
Comment #12726743
It seems like Zapier is some sort of task automation service, which works with SAP Anywhere™ (which _seems_ to be yet another product from SAP). I'll look further into it. Thanks!
-
story
Ask HN: Integrating early-days startup with giant CRMs – like SAP?
Hello everyone, I'm a technical cofounder at a 6-ish months old startup. We do route planning and data collection for direct sales -- currently on a niche market. We've been recent…
-
comment
Comment #12344867
Two years ago I took a trip to the Atacama desert. My luggage was lost in the flight and the hotel manager was nice enough to let me use their washing machine. I saw a few of the m…
- comment
-
comment
Comment #10328748
It's always great to see these notebooks from Peter Norvig. There's also some really interesting implementations (in several languages) of probabilistic algorithms on the website […
-
comment
Comment #10171862
Nicely done! I wrote a small app to connect phone computer and use it to control your mouse and keyboard. I've been having an extremely hard time getting users. It might be asking …
-
comment
Comment #9795622
I also started toying around with a stack-based language [0]. It's surprisingly fun! [0] https://github.com/rbaron/stacky
-
comment
Comment #9764218
There's something really nice about these minimalistic C projects. You can quickly take a look at the source and immediatelly grasp what's happening. A simple and didactic introduc…
-
comment
Comment #9582281
Cool! These are the same guys behind CreateJS. Amazing work as well.
-
comment
Comment #8798862
I suppose Bayes' theorem can help us estimate it: P(filesize is multiple of 8192 | crashed) = P(crashed | filesize is multiple of 8192) * P(filesize is multiple of 8192)/P(crashed)…
-
comment
Comment #8416873
Huge egos and insults are things that have always bothered me in the OSS community. Just some days ago the Crockford vs. fat thread on github resurfaced and shocked a lot of people…
-
comment
Comment #8015767
If you're interested in simulations in javascript, I wrote a small blog post and a toy project [0] about it. I would love some feedback! [0]: http://rbaron.net/blog/2014/01/02/Simu…
-
comment
Comment #7810075
I might be wrong, but I think adding color information would not be _that_ hard. Basically you could filter each sensor cell for one of the RGB colors and just interpolate the resu…
-
comment
Comment #7789598
I suppose there is an optimal ratio. While I agree some people overuse it, I still find it unbelievably awesome the fact that we carry a device in our pocket capable of registering…