Viewing profile — alixaxel
alixaxel
HN member- Joined
- Sat, Nov 10, 2012, 7:41 PM UTC
- HN karma
- 1,043
- Public activity
- 274 items
- HN profile
- View on Hacker News ↗
About alixaxel
[ my public key: https://keybase.io/alixaxel; my proof: https://keybase.io/alixaxel/sigs/lmoZ4-X5LFvrwZ9dviP6ZyRfdG_slBMQctzlYELH9OI ]
db866a
Recent public activity
-
comment
Comment #45043291
Do I have to signup to try it? At least a sneak peek screenshot would be welcome.
- story
-
comment
Comment #27432497
Indeed, part of GitHub (.io) too.
-
comment
Comment #25213038
A lot of my stack is not functional yet: - Docker - Go - Rust - Deno On the bright side, Node 15 can be compiled on it.
- story
-
comment
Comment #23699468
Your branding is pointing to a tailwind CSS starter page.
-
comment
Comment #23598833
The name and to some extent the logo, reminds me a lot of Pulumi.
-
comment
Comment #22690143
Nice, I think they did something similar in China. Cherry on top of the cake would be to provide an app, where people could voluntary agree to anonymous location tracking and for t…
- story
-
comment
Comment #21240186
I wanted to do something very similar. This is amazing! May I ask, where do you get your news feed from? The sources I enquired at the time were quite pricey.
-
comment
Comment #21222403
The keyword co-occurrence is pretty smart.
-
comment
Comment #21103347
I guess there's a bug: the description for sucky is the same as the awesome one.
- story
- story
-
comment
Comment #19640186
Nice! I was attempting something similar a while ago. I couldn't login with Facebook (the app appears to be under developing mode) so I couldn't test creation. Do you do any sort o…
- story
-
comment
Comment #18763580
Web Components, I presume?
- story
-
comment
Comment #18639794
Flynn.io does this to some extent.
-
comment
Comment #18623332
I also run hundreds of thousands of puppeteer sessions every month, all on Lambda and so far I'm pretty happy with it, from scalability itself to session performance. Granted, ther…
-
comment
Comment #18623281
The performance of puppeteer is super bad on CGF (you can read more about it here https://github.com/GoogleChrome/puppeteer/issues/3120 ). It would actually be great to have someon…
-
comment
Comment #18618123
Yes, this is a good solution but only if you don't have any sort of session data that you want flushed out after it runs. One could argue you could use browser contexts (incognito …
-
comment
Comment #18617618
Well, puppeteer can be used for more than test suites (think screenshots, PDF rendering, proxified APIs, ...). But for running long automated tests, I'd probably look into alternat…
-
comment
Comment #18617495
Thanks! So usually with Lambda, you want your jobs to be as atomic/quick as possible, as Lambda is stateless and has a maximum duration of 15 minutes. As for the warm up times, the…
- story