atmin's comments

atmin | 2 years ago | on: LuaX: A Lua Dialect with JSX

The main argument (“I hate static sites”) can be more efficiently (dynamic page, guaranteed fast response, mainstream tech) addressed by deploying normal JavaScript jsx on the edge.

atmin | 3 years ago | on: GDPR for Developers by Example

SHAs of entire IPv4 space can be easily precalculated. Include a nonce, that is rotated periodically, to solve this.

atmin | 5 years ago | on: Serverless SQLite

Very cool. I had similar idea and glad to see it implemented and working well.

Workers KV imposes 25MB limit per key. Worker memory limit is 128MB. Concatenating several values from the store or using sqlite's ATTACH DATABASE should make possible querying of about 100MB large databases, would be my guess.

atmin | 5 years ago | on: SQL.js: SQLite Compiled to JavaScript

sql.js does this

> sql.js uses emscripten to compile SQLite to webassembly (or to javascript code for compatibility with older browsers)

> By default, sql.js uses wasm

atmin | 9 years ago | on: Show HN: Monkberry – a JavaScript library for building web user interfaces

I did something quite similar couple years ago [jtmpl.com].

Main difference is Monkberry uses Jinja-inspired templating language and jtmpl uses Mustache (with slightly changed semantics, so, for example, a partial can be dynamically requested via XHR). jtmpl is a bit bigger and provides a bit more features.

page 1