Live data from Hacker News

Viewing profile — frodowtf

frodowtf

HN member
Joined
Tue, Jan 10, 2023, 6:33 PM UTC
HN karma
190
Public activity
97 items

About frodowtf

No profile information was provided.

Recent public activity

  1. comment
    Comment #41582843

    [flagged]

  2. comment
    Comment #41582823

    Fascinating how Cuba is still standing in spite of all embargoes.

  3. comment
  4. comment
    Comment #39935778

    ... the obligatory "historical context" nobody asked for.

  5. comment
    Comment #39854783

    If you want to use this pattern, you'll probably end up with a lot of duplicated code e.g. for SQL query builders. I could imagine that Rust makes this kind of pattern easier due t…

  6. comment
    Comment #39836087

    It also seems to have the same concurrency issues as described in the article. At least from my experience the "database is locked" error appears quite often.

  7. comment
    Comment #39802123

    Usually, I go with openapi-generator and pick the typescript-fetch template. You can use that with whatever js-based frontend framework you want.

  8. comment
    Comment #39794294

    > writing a lot of boilerplate code to connect the frontend and backend. OpenAPI. django-ninja supports it out of the box.

  9. comment
    Comment #39524519

    > ... very low user adoption of Home Screen web apps. Well, if nobody wants to play with our total clusterfuck of inconsistent APIs, we might as well drop support for them >:(

  10. comment
    Comment #38757573

    so why is nobody implementing stuff in smalltalk?

  11. comment
    Comment #38753588

    Well, that comment is definitely "masculine"

  12. comment
    Comment #38697516

    As long as casinos are a thing, Bitcoin stays a thing.

  13. comment
    Comment #38645587

    Well, I don't.

  14. comment
    Comment #38236393

    `panic` has nothing to do with error handling though. If you use it, you know that your callers cannot recover from it. Throwing an exception implicitly delegates error handling ba…

  15. comment
    Comment #38236005

    People say that OCaml is like Rust, but unlike Rust, OCaml has Exceptions that could appear everywhere. How is that safe?

  16. comment
    Comment #38161611

    > food is painfully bland You mean like... not invested with tons of sugar? What kind of bland are we talking about?

  17. comment
    Comment #38132831

    It's time to stop.

  18. comment
  19. comment
    Comment #38009555

    Kysely looks like the thing most people would want. It's not a full ORM though - just a well-typed query builder. https://kysely.dev/

  20. comment
    Comment #37770161

    Pretty sure the maintainer is also a Discord mod.

  21. comment
    Comment #37739792

    DRY is by far the most overrated software engineering principle and constantly pushing for it only leads more developers down the way of creating wrong, irreversible abstractions.

  22. comment
    Comment #37739653

    "Can't" as in "don't want to"

  23. comment
    Comment #37661500

    Sir, watch out! Your monocle is about to drop into the scotch!

  24. comment
    Comment #37630231

    Date guys. Problem solved.

  25. comment
    Comment #37616785

    I don't get why GitHub doesn't adopt it and make it a standard. Especially the lack of caches is annoying.