Live data from Hacker News

Viewing profile — Lunrtick

Lunrtick

HN member
Joined
Sun, Apr 05, 2020, 9:03 PM UTC
HN karma
49
Public activity
32 items

About Lunrtick

No profile information was provided.

Recent public activity

  1. comment
    Comment #40631529

    That's a good point! I suppose in Python that could be a guard in the column definition function.

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

  3. comment
    Comment #39666159

    That would be nice. I've been using Keepass2android for years now though, and it's been really great!

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

  5. story
  6. 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!

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

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

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

  10. story
  11. 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…

  12. comment
    Comment #28156033

    That sounds extremely frustrating. Maybe a good workaround is a custom domain?

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

  14. comment
    Comment #27672786

    DigitalOcean does offer Timescaledb in the their managed postgres offering AFAIK, along with quite a few other extensions (PostGIS etc)

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

  16. comment
    Comment #27314950

    > When did 5 GB of RAM become severely limited? When you want to use 6 GB..

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

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

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

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

  21. comment
    Comment #25326673

    I wish I had time to read them all...

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

  23. comment
    Comment #23902735

    Taijin Kyofusho was the first song of theirs I heard - wow. Such a great band!

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

  25. comment