HN user

plam

247 karma

I am Paul, co-founder, data engineer, and a functional programming enthusiast. I am here to learn and share. My blog is at www.quantisan.com

Posts16
Comments53
View on HN

It seems one of the biggest business issues is site visitor perception. I have a couple questions please.

What's your opt-rate rate so far out of the sites that have shown this option?

do you have any real data regarding hidden cost to a site visitor? like power consumption A/B testing or something?

You can buy all sorts of Chinese phones (with dual SIM) directly from China online on sites like Aliexpress.com. The thing is, US uses weird 3G frequencies or something from the rest of the world.

I bought my 3G MTK phone a year ago on Aliexpress.com. It worked fine perfectly while I was living in Europe. Then I came over and now I'm always on Edge network and network speed is significantly slower.

not yet, but probably eventually. I'll start with just doing it for a project first to test out the model. I have a nonprofit on board with needs. I have connections with developers. I can find an intern. I can get most of it in place but lack time and experience (haven't done this before). So I want your help to iron out the model as much as possible to not waste time.

Regarding ground changes, we can look to current bullet-train rail systems. Nobody has ever died on a bullet train in Japan due to earthquakes. I saw on a documentary that Japan feed seismic sensor data into train control centers where any dangerous seismic event would trigger automatic stopping of the trains.

I share your disagreement with the piece. Not everyone needs or wants to be "fixed". It took me years to realise that the best I can do for others is not to listen for a solution to "help" them, but listen just to listen.

SEEKING WORK - Remote for companies on US times; local in London negotiable

Data consulting to make the most out of your data.

I am a full-time data scientist actively involved in the big data scene in London and is a core committer on an open source MapReduce tool called Cascalog written in Clojure.

I have delivered projects such as i) extracting features from our customer event data on Hadoop into Neo4J to drive a graph-based recommendation system to increase cross-selling, and ii) replaced our SQL servers data warehouse to one on Hadoop and Amazon Redshift to make messy data usable for the rest of the company.

See my blog and talks at http://www.quantisan.com

If you want to figure out what you can do with your data to grow your business, drop me an email at paul@quantisan.com

Iron Ring 13 years ago

I never wore mine. Got one mostly to be able to go through the ritual with friends.

OT: Funny to see that the term 'engineer' is held in high regard in Canada but here in UK there's no such connotation.

Correct me if I'm wrong, conceptually, probabilistic programming does to equation solvers what declarative language like SQL do to query data.

Say you have a model, y = mx + b, and you have some data. Normally you can solve this explicitly with matrices or whatever. But you'll need to implement the solution. With probabilistic language like BUGS, you can feed in the model and the data and it would return `m` and `b` as a probability distribution.

This is an trivial example. One example of where it really comes in handy is doing bayesian inference.