laactech | 4 years ago | on: Introducing AWS App Runner
laactech's comments
laactech | 4 years ago | on: New Versions Released! Flask 2.0 with async
[1] https://pgjones.gitlab.io/quart/
[2] https://github.com/pallets/werkzeug/issues/1322#issuecomment...
laactech | 4 years ago | on: Liberalizing Land Use Regulations: The Case of Houston (2020)
laactech | 5 years ago | on: 1Password for Linux development preview
The only missing piece for me is a native Linux app since I use Ubuntu for all my development environments. The web browser extension works, but it's a noticeable difference moving between it and the windows desktop app. I'm super excited to give this a try.
laactech | 5 years ago | on: Django 3.1
laactech | 5 years ago | on: Ask HN: I have $450K cash, what should I do to maximize my return?
Writing an investment policy statement is something bogleheads recommend doing which I would suggest as well. The statement helps guide investment decisions based on goals you wish to achieve.
The most important part of investing is staying the course. Staying the course is hard in bad markets like 2008 or during the pandemic which is why accurately assessing your risk tolerance is so important.
laactech | 5 years ago | on: Scaling Pandas: Comparing Dask, Ray, Modin, Vaex, and Rapids
I've worked professionally with data scientists, and we've used both Dask and Ray with some success. Scaling pandas will be an issue for a long time to come with a lot of data science code being written in Python with Pandas.
laactech | 5 years ago | on: ASGI from scratch – Let's build an ASGI web framework
Currently, the ASGI ecosystem isn't nearly as mature as the WSGI ecosystem, and for a production system, I would still prefer WSGI for now. Django just got ASGI support in 3.0, but it still has a long way to go to become fully asynchronous [2]. I think Starlette [3] will become a popular ASGI framework, but it's still early in it's development.
[1] https://www.techempower.com/benchmarks/#section=data-r19&hw=...
[2] https://docs.djangoproject.com/en/3.0/howto/deployment/asgi/