Viewing profile — scriptr
scriptr
HN member- Joined
- Tue, Feb 27, 2024, 10:50 PM UTC
- HN karma
- 3
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About scriptr
Recent public activity
-
comment
Comment #47075592
Python is a programming language used by millions of developers every single day. Behind all of that is infrastructure like PyPI, python.org, the docs, mail systems... The PSF Infr…
- story
-
comment
Comment #44825145
https://github.com/litestar-org/litestar-fullstack is also nice on figuring out how to scale Litestar to a "common" app pattern that is medium+ size
- story
-
comment
Comment #39533654
What would you like to see here? Could you perhaps open an issue at https://github.com/litestar-org/litestar so we can track and implement this? If you are just needing a client wh…
-
comment
Comment #39531611
That's an interesting take! As one of the maintainers, I like the featureset we have and use it in multiple production apps at work, but think that our documentation is one sore sp…
-
comment
Comment #39531353
Here is a real world use case review from a company that has products serving the NCAA/NFL https://www.reddit.com/r/starlite/comments/10xo6ra/user_show...
-
comment
Comment #39531340
Threadpools incur high overhead but that should work mostly. Also, in Litestar Sync is a first class citizen just as much as async is. You can see in benchmarks (that shouldnt be t…