Viewing profile — atmin
atmin
HN member- Joined
- Mon, Sep 30, 2013, 11:42 AM UTC
- HN karma
- 17
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About atmin
Recent public activity
-
comment
Comment #38846002
799 total calories, 55:33 run duration, 146 avg heart rate. Resting metabolism: about 1800 calories per day.
-
comment
Comment #38840426
I just ran for a hour and burned about 45% of my resting calories. I do this every other day. 3.5 hours of exercise per week sounds reasonable to me.
-
comment
Comment #38827348
Not OP, but interested: can you deploy on a vps having only bun and not node?
-
comment
Comment #38827253
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…
-
comment
Comment #33606488
Yes. It's one background image, tiled 8 billion times, but you never see more than a screen of tiles at a time. Virtual scrolling is fast.
-
comment
Comment #32568098
No mention of SQLite as an embedded SQL database?
-
comment
Comment #32341502
SHAs of entire IPv4 space can be easily precalculated. Include a nonce, that is rotated periodically, to solve this.
-
comment
Comment #28867745
Any sufficiently advanced search engine is indistinguishable from hacking.
-
comment
Comment #25847348
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 fro…
-
comment
Comment #25486055
I used qrpixel to draw my avatar https://avatars0.githubusercontent.com/u/714648?s=460&u=2bca... I'd be very glad to see it online again.
-
comment
Comment #25420397
Maybe these are not their customers anymore and this is just timely update.
-
comment
Comment #25100775
Reminds me of http://www.underengineering.com/2014/05/22/DIY-NoSql/ What I'd love to see in Pydis is durability option.
-
comment
Comment #25014324
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
-
comment
Comment #24988977
Citation needed. All I can find are jailed musicians in Japan for drug possession.
-
comment
Comment #22384146
Not just some member, but the leader. He did know how to behave in this role (including allowing such stories become widespread), he was the leader for 45 years.
-
comment
Comment #15274527
And implementation by the same author: https://github.com/csuwildcat/SelectorListener
-
comment
Comment #13406250
You kinda can do it on Android via Termux: https://termux.com/add-on-api.html
-
comment
Comment #12388513
I created something similar recently, but more minimalistic, es6/jsx-encouraging and based on the real DOM (via morphdom). https://atmin.github.io/funponent/
-
comment
Comment #12036081
- CSS can be tested, e.g. [1] - use simplified program model and enforce it, [2] [1] https://github.com/jamesshore/quixote [2] https://github.com/unframework/airtight-css-lint
-
comment
Comment #12007546
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 sema…
-
comment
Comment #11192859
Thanks for the insightful explanation. Adding https://github.com/atmin/freak to the comparison (disclaimer, I'm the author): * it supports set operations, `model(‘fieldName’, newVa…
-
comment
Comment #8959273
You may be interested in my functional-reactive object wrapper, https://github.com/atmin/freak
- story