Live data from Hacker News

Viewing profile — laactech

laactech

HN member
Joined
Fri, Nov 17, 2017, 3:59 PM UTC
HN karma
28
Public activity
11 items

About laactech

Software engineer and human. https://www.laac.dev

Recent public activity

  1. story
  2. story
  3. comment
    Comment #27215485

    It's very interesting to see all the Heroku competitors popping up. DigitalOcean launched their app platform. Render.com won TechCrunch Disrupt. Hatchbox.io exists for Rails. I've …

  4. comment
    Comment #27130219

    Flask getting async support is a huge step for the asyncio web ecosystem in Python. I wonder how Flask's ASGI support will evolve in parallel with Quart[1] which bills itself as th…

  5. comment
    Comment #27031784

    I've lived in Houston the majority of my life, and my anecdotal experience is reinforced by this article. Over the past 5 years Houston has seen a lot of development specifically w…

  6. comment
    Comment #24054830

    I switched from LastPass years ago, and 1Password is great. I use a family account, and it's been easy to get my wife to use randomly generated passwords. The only missing piece fo…

  7. comment
    Comment #24049244

    I've been running uvicorn with gunicorn in production, and it's been solid. Django 3.0 enabled this with ASGI support. It'll still be a while before django is fully async capable, …

  8. story
  9. comment
    Comment #24023830

    Bogleheads is a great resource, and I've used it to learn a lot about investing. However, they tend to be really conservative about investments. I think after reading their wiki, i…

  10. comment
    Comment #23742585

    With Ray not having released a 1.0.0 version yet, does that give you any pause about adopting it for a professional project? In the article, you've given it an A for maturity, but …

  11. comment
    Comment #23646882

    According to some benchmarks, an ASGI framework will generally perform better than a WSGI framework [1]. Currently, the ASGI ecosystem isn't nearly as mature as the WSGI ecosystem,…