Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
atmin
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
atmin
3y ago
799 total calories, 55:33 run duration, 146 avg heart rate. Resting metabolism: about 1800 calories per day.
2.
▲
by
atmin
3y ago
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.
3.
▲
by
atmin
3y ago
Not OP, but interested: can you deploy on a vps having only bun and not node?
4.
▲
by
atmin
3y ago
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.
5.
▲
by
atmin
4y ago
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.
6.
▲
by
atmin
4y ago
No mention of SQLite as an embedded SQL database?
7.
▲
by
atmin
4y ago
SHAs of entire IPv4 space can be easily precalculated. Include a nonce, that is rotated periodically, to solve this.
8.
▲
by
atmin
5y ago
Any sufficiently advanced search engine is indistinguishable from hacking.
9.
▲
by
atmin
6y ago
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 ma
10.
▲
by
atmin
6y ago
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.
11.
▲
by
atmin
6y ago
Maybe these are not their customers anymore and this is just timely update.
12.
▲
by
atmin
6y ago
Reminds me of http://www.underengineering.com/2014/05/22/DIY-NoSql/ What I'd love to see in Pydis is durability option.
13.
▲
by
atmin
6y ago
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
14.
▲
by
atmin
6y ago
Citation needed. All I can find are jailed musicians in Japan for drug possession.
15.
▲
by
atmin
7y ago
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.
16.
▲
by
atmin
9y ago
And implementation by the same author: https://github.com/csuwildcat/SelectorListener
17.
▲
by
atmin
10y ago
You kinda can do it on Android via Termux: https://termux.com/add-on-api.html
18.
▲
by
atmin
10y ago
I created something similar recently, but more minimalistic, es6/jsx-encouraging and based on the real DOM (via morphdom). https://atmin.github.io/funponent/
19.
▲
by
atmin
10y ago
- 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
20.
▲
by
atmin
10y ago
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 request
21.
▲
by
atmin
11y ago
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’, newValue)`, like Backbone and unlike R
22.
▲
by
atmin
12y ago
You may be interested in my functional-reactive object wrapper, https://github.com/atmin/freak
23.
▲
Mustache + data-binding = Live templates
(jtmpl.com)
1 points
by
atmin
13y ago
|
0 comments