hungryblank's comments

hungryblank | 10 years ago | on: Ask HN: Who is hiring? (October 2015)

Contentful https://www.contentful.com (Berlin, Germany, VISA assistance offered) is a content management platform for web applications, mobile apps and connected devices.

It allows you to create, edit & manage content in the cloud and publish it anywhere via API.

We are hiring for the following full time positions:

1. Frontend JavaScript - Angular Developer - http://contentful.workable.com/jobs/2980

2. Backend JavaScript Developer - http://contentful.workable.com/jobs/14124

3. Android Evangelist (onsite or remote) - https://contentful.workable.com/jobs/93482

4. Solution Consultant - https://contentful.workable.com/jobs/27153

hungryblank | 10 years ago | on: Ask HN: Who is hiring? (September 2015)

Contentful https://www.contentful.com (Berlin, Germany, VISA assistance offered) is a content management platform for web applications, mobile apps and connected devices.

It allows you to create, edit & manage content in the cloud and publish it anywhere via API.

We are hiring for the following full time positions:

1. Frontend JavaScript - Angular Developer - http://contentful.workable.com/jobs/2980

2. Backend JavaScript Developer - http://contentful.workable.com/jobs/14124

3. Android Evangelist (onsite or remote) - https://contentful.workable.com/jobs/93482

4. Ruby Evangelist (onsite or remote) - https://contentful.workable.com/jobs/93440

5. PHP Evangelist (onsite or remote) - https://contentful.workable.com/jobs/93471

6. Technical Support Engineer REMOTE PT timezone - https://contentful.workable.com/jobs/104097

7. Solution Consultant - https://contentful.workable.com/jobs/27153

hungryblank | 10 years ago | on: Ask HN: Who is hiring? (June 2015)

Contentful (Berlin, Germany, VISA assistance offered) is a content management platform for web applications, mobile apps and connected devices.

It allows you to create, edit & manage content in the cloud and publish it anywhere via API.

We are hiring for the following full time positions:

1. Frontend JavaScript - Angular Developer - http://contentful.workable.com/jobs/2980

2. Backend JavaScript Developer - http://contentful.workable.com/jobs/14124

3. Solution Consultant - https://contentful.workable.com/jobs/27153

hungryblank | 11 years ago | on: Ask HN: Who is hiring? (April 2015)

Contentful - https://www.contentful.com - Berlin, Germany (VISA)

Contentful is a content management platform for web applications, mobile apps and connected devices. It allows you to create, edit & manage content in the cloud and publish it anywhere via API.

We are hiring for the following full time positions:

1. Frontend JavaScript - Angular Developer - http://contentful.workable.com/jobs/2980

2. Backend JavaScript Developer - http://contentful.workable.com/jobs/14124

3. Solution Consultant - https://contentful.workable.com/jobs/27153

4. Sales Engineer / Consultant - http://contentful.workable.com/jobs/17959

hungryblank | 11 years ago | on: Ask HN: Who is hiring? (February 2015)

Contentful - https://www.contentful.com - Berlin, Germany (VISA)

We are hiring for the following full time positions:

1. Backend JavaScript Developer - http://contentful.workable.com/jobs/14124

2. Frontend JavaScript - Angular Developer - http://contentful.workable.com/jobs/2980

3. Support Engineer with Ruby or JavaScript - http://contentful.workable.com/jobs/17960

4. Sales Engineer / Consultant - http://contentful.workable.com/jobs/17959

hungryblank | 11 years ago | on: Ask HN: Who is hiring? (December 2014)

Contentful - https://www.contentful.com - Berlin, Germany (VISA)

We are hiring for several full time positions:

1. Backend JavaScript Developer - http://contentful.workable.com/jobs/14124

2. Sales Engineer / Consultant - http://contentful.workable.com/jobs/17959

3. Junior software developer (JS or ruby) - http://contentful.workable.com/jobs/27139

4. Software Engineer intern - http://contentful.workable.com/jobs/27140

5. Technical copywriter - http://contentful.workable.com/jobs/27054

6. Sales Manager - http://contentful.workable.com/jobs/27142

hungryblank | 11 years ago | on: Ask HN: Who is hiring? (July 2014)

Contentful - https://www.contentful.com - Berlin, Germany (VISA)

We are hiring for several full time positions:

1. Android Developer - http://contentful.workable.com/jobs/7793

2. Dev Ops - http://contentful.workable.com/jobs/8221

3. JavaScript Developer - http://contentful.workable.com/jobs/2980

4. Ruby / Rails Developer - http://contentful.workable.com/jobs/2954

5. Elasticsearch / Lucene Engineer - http://contentful.workable.com/jobs/2957

hungryblank | 14 years ago | on: Why Erlang?

BEAM has this very interesting concept of scheduling, working from a very high level point of view as follow

1) there are a number of processes wanting to be executed

2) schedulers (generally one per core but is a configuration option) schedule on process and run it for a fair amount of operations. This makes systems with heavy parallelism run very smoothly since single processes won't hog cores but will only get a fair amount of scheduling.

On top of that the fact that the BEAM is directly aware of processes (actors) makes the system very transparent (you can look in depth into a single process and examine it's heap size, scheduling consumption google for erlang process_info to get an idea)

Very interesting with this regard are the slides about the erlang VM by Robert Virding http://goo.gl/PHfeh and from erlang "half word" VM talk by Patrik Nyblom http://goo.gl/2LD9S

hungryblank | 16 years ago | on: Ask HN: Thoughts about qui.tw (geolocation shortener)

Thanks, good point about the twitter association, I guess that's just the first use I thought of and it made the design sort of playful. For trips and multiple landmarks I'm wondering how I can keep the UI simpler than google maps so it can still make sense to use qui.tw vs google maps + any url shortener.
page 2