atmin | 2 years ago | on: Eating fewer calories can ward off ageing
atmin's comments
atmin | 2 years ago | on: Eating fewer calories can ward off ageing
atmin | 2 years ago | on: Bun, JavaScript, and TCO
atmin | 2 years ago | on: LuaX: A Lua Dialect with JSX
atmin | 3 years ago | on: People living on Earth – All on this page, one by one
atmin | 3 years ago | on: What's the big deal about embedded key-value databases?
atmin | 3 years ago | on: GDPR for Developers by Example
atmin | 4 years ago | on: Governor vows criminal prosecution of reporter who found flaw in state website
atmin | 5 years ago | on: Serverless SQLite
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: Show HN: Create a QR code with text in the code pattern
I'd be very glad to see it online again.
atmin | 5 years ago | on: Highly Evasive Attacker Leverages SolarWinds Supply Chain
atmin | 5 years ago | on: Pydis – Redis clone in 250 lines of Python, for performance comparison
What I'd love to see in Pydis is durability option.
atmin | 5 years ago | on: SQL.js: SQLite Compiled to JavaScript
> 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 | 5 years ago | on: RIAA Takedowns Backfire as Pirated MP3s Now Surface on GitHub
atmin | 6 years ago | on: How communist Bulgaria became a leader in technology, robotics and sci-fi (2018)
atmin | 8 years ago | on: Show HN: SentinelJS – Detect new DOM nodes using CSS selectors
atmin | 9 years ago | on: The Case for Ubuntu Phone
atmin | 9 years ago | on: Maquette – Pure and simple virtual DOM library
atmin | 9 years ago | on: CSS is powerful, you can do a lot of things without JS
- use simplified program model and enforce it, [2]
atmin | 9 years ago | on: Show HN: Monkberry – a JavaScript library for building web user interfaces
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.