Viewing profile — Lunrtick
Lunrtick
HN member- Joined
- Sun, Apr 05, 2020, 9:03 PM UTC
- HN karma
- 49
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About Lunrtick
No profile information was provided.
Recent public activity
-
comment
Comment #40631529
That's a good point! I suppose in Python that could be a guard in the column definition function.
-
comment
Comment #40628032
They could also have done default=uuid.uuid4 to have a new id each time, or default=lambda : str(uuid.uuid4()). It's not really related to whether or not it's a database default. I…
-
comment
Comment #39666159
That would be nice. I've been using Keepass2android for years now though, and it's been really great!
-
comment
Comment #34947180
I've tried a bunch, but many of the prettier ones don't have Linux versions. I've been using DBeaver ( https://dbeaver.io/ ) for years now though - it's occasionally a little rough…
- story
-
comment
Comment #32980100
I've been using Postale for a for a few years now, it's been very solid and the pricing is reasonable!
-
comment
Comment #32494243
The author of SQLAlchemy (which recently released great async support) wrote a great post about how async can actually lead to a small decrease in performance compared to the older…
-
comment
Comment #29842528
Have you tried Django Ninja? https://django-ninja.rest-framework.com It's most of FastAPI (auto docs generation, great Pydantic integration, etc) but for Django.
-
comment
Comment #29684458
May I ask what context you use it in? It looks like it strikes the right balance between simplicity and descriptive power - kinda like a statically typed python. The web side of it…
- story
-
comment
Comment #28587669
Seveneves by Neal Stephenson. Excellently written like all his books, but the complete loss of hope (realistic as it was) was far too depressing - I like my SciFi as escapist as po…
-
comment
Comment #28156033
That sounds extremely frustrating. Maybe a good workaround is a custom domain?
-
comment
Comment #27861904
I'm currently loving FastAPI and Sqlalchemy, but I have been looking for TypeScript equivalents - TS is such a nice language to work with. What libraries are you using? I haven't f…
-
comment
Comment #27672786
DigitalOcean does offer Timescaledb in the their managed postgres offering AFAIK, along with quite a few other extensions (PostGIS etc)
-
comment
Comment #27528844
My occasional accidental Google search for programming related things has been filled with spammy sites - I wouldn't quite describe them as "no content", but there really wasn't mu…
-
comment
Comment #27314950
> When did 5 GB of RAM become severely limited? When you want to use 6 GB..
-
comment
Comment #26658896
I'm interested to hear how you find it - I looked at it to manage some parts of an already existing system (postgres + sqlalchemy) and there are some quirks. It doesn't automatical…
-
comment
Comment #26399048
I think that was a ±14% drop in the number of people living in a free country now that India is relabeled
-
comment
Comment #26011353
I've also been using Zod for the same purpose - they've got a nice comparison section that included io-ts https://github.com/colinhacks/zod#comparison
-
comment
Comment #25719402
I don't mind this too much, to be honest, though I would prefer it if they open sourced it with licence based restrictions. They're not open sourcing Pylance, which has some really…
-
comment
Comment #25326673
I wish I had time to read them all...
-
comment
Comment #25218499
This was posted in 2016, but their process hasn't changed. I'm not sure if it's actually caused any real damage yet (usually you'd add your domain fairly quickly), but it seems cra…
-
comment
Comment #23902735
Taijin Kyofusho was the first song of theirs I heard - wow. Such a great band!
-
comment
Comment #23601766
They dropped the temperature under load by a good 10 degrees C just by milling a few mm off the heatsink so it actually made contact with the CPU... sure, that didn't increase the …
- comment