bakery2k

↗ HN profile [ 86.0 ms ] full profile
Karma
433
Created
June 6, 2016 (10y ago)
Submissions
0
  1. Lua and Python (lwn.net)
  2. I have some existing Python code that I would like to run in the browser, without having to rewrite it in JavaScript. Has anyone used any of the tools that allow the use of Python in the browser? There seem to be two…

  3. Based on the compatibility table at [1], current browsers (with the exception of Internet Explorer) widely support ES6 and also include significant support for ES2016+. Would you be happy to ship ES6 (or even newer)…

  4. The title refers to the famous 2010 thread "Have tracing JIT compilers won?" [1] on "Lambda the Ultimate". There, it was hypothesized that for dynamically-typed languages (JavaScript with Firefox's TraceMonkey and Lua…

  5. What has changed since this question was asked a year ago? [https://news.ycombinator.com/item?id=13310699]

  6. I am working with some image files in a proprietary format. I would like to write a viewer for these files that runs in the browser (using HTML canvas), and a command-line tool to convert the files into a standard…

  7. I am about to upload a number of things to Amazon S3, including a static website and some file backups. Access to the former will mostly be via CDN, and access to the latter should be infrequent. Therefore in neither…

  8. Have tracing JIT compilers won? (2010) (lambda-the-ultimate.org)
  9. There are AWS SDKs for several different languages: C++, Go, Java, .NET, Node.js, PHP, Python and Ruby [1]. It appears that some of these SDKs are more complete than others (for example, CloudFront only seems to support…