HN user

jlhonora

551 karma

http://linked.in/in/jlhonora

Posts13
Comments64
View on HN

I quit alcohol a year ago, but still enjoy non-alcoholic beer like Athletic Brewing's [0]. It's got great selection and taste, although lacks the alcohol kick of course (which I don't miss).

I now sleep and feel a lot better, my resting heart rate decreased substantially, among other benefits.

It's not easy to quit alcohol, especially from a social aspect. But good non-alcoholic beer makes it possible for me at least.

[0] https://athleticbrewing.ca/

Stripe Identity 5 years ago

Not sure what makes you evoke such a strong reply. If it's something I said, then I apologize.

Stripe Identity 5 years ago

I work at Stripe, though not on the L10N/I18N or identity teams. It would be tremendously helpful if you could send me some feedback so that we can improve, jlh at stripe dot com.

I'm a native Spanish speaker too, and nothing in this announcement strikes me as unintelligible, but that might be my own biases at play given the familiarity with Stripe's lingo.

Stripe | Backend / API Engineer | Mexico City | Full-Time | ONSITE (remote for now)

The Global LATAM team is a key component to Stripe's global strategy in the Latin American market. Our mission is to reduce the barriers faced by large and emerging businesses around the world by abstracting away the complexities of payments. The Global LATAM team is responsible for building the payments products & infrastructure needed to launch new markets and process payments successfully throughout Latin America.

Apply directly: https://stripe.com/jobs/listing/backend-api-engineer-latam/1... Want to chat about Stripe or the payments landscape in LATAM? Drop me an email jlh at stripe dot com

But not even the proposed example does a great job regarding entity salience.

Google, headquartered in Mountain View, unveiled the new Android phone at the Consumer Electronic Show. Sundar Pichai said in his keynote that users love their new Android phones.

Results in:

Google - Organization, salience: 0.27

Mountain View - Location, salience: 0.10

Sundar Pichai - Person, salience: 0.07

CES - Event, salience: 0.07

Android - Consumer Good: 0.07

So "Android" which is a central piece in the announcement ranks lower than "Mountain View", which is mostly irrelevant.

Google I/O 2016 10 years ago

I hope they won't do that. I believe those approaches do a disservice to Android in general.

For instance, it really annoys me when Android Studio pushes you to add app indexing stuff, which in turn needs Play Services to work. Play Services unnecessarily bloats my APKs, so I go great lengths to avoid it.

I prefer a more agnostic Android Studio (and Android in general) rather than gravitating towards Google sponsored add-ons.

[dead] 11 years ago

Any idea on why does this happen so often? DDoS? Crucial changes that go south? Scalability issues?

Atlas Shrugged, by Ayn Rand. Really enjoying it. Interesting how certain times can shape the perspective of the roles of society, companies and government.

Before that I read the entire Game of Thrones series. Not really worth the time invested if you ask me, but it was fun nonetheless. Might be one of those few books where watching their TV version is more enjoyable (disclosure: haven't watched the series).

On the technical side, I'm trying to read Google's papers once in a while. Good mixture of theoretical background with practical approaches.

Looks good! No results on the third SQL challenge?

    SELECT employees.*, departments.dept_name FROM employees
    JOIN dept_manager ON dept_manager.emp_no = employees.emp_no
    JOIN departments ON departments.dept_no = dept_manager.dept_no
(excluding to_date restriction, but still...)

Why use Rails as a frontend? One of the reasons I'm using Go for service decoupling is to get rid of Rails long startup times. I just route the requests using Nginx and skip Rails altogether.