Live data from Hacker News

Viewing profile — alixaxel

alixaxel

HN member
Joined
Sat, Nov 10, 2012, 7:41 PM UTC
HN karma
1,043
Public activity
274 items

About alixaxel

name|grep - Domain Name Search

[ my public key: https://keybase.io/alixaxel; my proof: https://keybase.io/alixaxel/sigs/lmoZ4-X5LFvrwZ9dviP6ZyRfdG_slBMQctzlYELH9OI ]

db866a

Recent public activity

  1. comment
    Comment #45043291

    Do I have to signup to try it? At least a sneak peek screenshot would be welcome.

  2. story
  3. comment
    Comment #27432497

    Indeed, part of GitHub (.io) too.

  4. 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.

  5. story
  6. comment
    Comment #23699468

    Your branding is pointing to a tailwind CSS starter page.

  7. comment
    Comment #23598833

    The name and to some extent the logo, reminds me a lot of Pulumi.

  8. 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…

  9. story
  10. 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.

  11. comment
    Comment #21222403

    The keyword co-occurrence is pretty smart.

  12. comment
    Comment #21103347

    I guess there's a bug: the description for sucky is the same as the awesome one.

  13. story
  14. story
  15. 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…

  16. story
  17. comment
    Comment #18763580

    Web Components, I presume?

  18. story
  19. comment
    Comment #18639794

    Flynn.io does this to some extent.

  20. 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…

  21. 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…

  22. 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 …

  23. 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…

  24. 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…

  25. story