article thumbnail

Mangling JSON numbers

TechEmpower

If we have a long (64-bit integer) that we serialize into JSON, we might be in trouble if JavaScript consumes that JSON. JavaScript has the equivalent of double (64-bit floating point) for its numbers, and double cannot represent the same set of numbers as long. The output of x.toString() in JavaScript is suspicious.

article thumbnail

Interview with Chris Lyman and Corey Brundage, SendLove.to

socalTECH

When you stick that plugin on a blog you are writing, it scans the article for names. For example, if you are writing about Barack Obama, you can, with a single click, vote him up or down in the article. Chris Lyman: For the blog owner, we allow them to see the scores in real time on the folks they are writing about.

Startup 174
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Framework Benchmarks

TechEmpower

For example, we used Sequelize for the JavaScript MySQL tests. JavaScript. write(HelloDbResponse.mapper.writeValueAsString(worlds)); } catch (IOException ex) { } } }); return response; }. Why doesnt your test include more substantial algorithmic work, or building an HTML response with a server-side template?" Ruby 2.0.0-p0.

Framework 560
article thumbnail

Frameworks Round 1

TechEmpower

For example, we used Sequelize for the JavaScript MySQL tests. JavaScript. write(HelloDbResponse.mapper.writeValueAsString(worlds)); } catch (IOException ex) { } } }); return response; }. Why doesn''t your test include more substantial algorithmic work, or building an HTML response with a server-side template?"

Framework 544