Viewing profile — frodowtf
frodowtf
HN member- Joined
- Tue, Jan 10, 2023, 6:33 PM UTC
- HN karma
- 190
- Public activity
- 97 items
- HN profile
- View on Hacker News ↗
About frodowtf
No profile information was provided.
Recent public activity
-
comment
Comment #41582843
[flagged]
-
comment
Comment #41582823
Fascinating how Cuba is still standing in spite of all embargoes.
- comment
-
comment
Comment #39935778
... the obligatory "historical context" nobody asked for.
-
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…
-
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.
-
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.
-
comment
Comment #39794294
> writing a lot of boilerplate code to connect the frontend and backend. OpenAPI. django-ninja supports it out of the box.
-
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 >:(
-
comment
Comment #38757573
so why is nobody implementing stuff in smalltalk?
-
comment
Comment #38753588
Well, that comment is definitely "masculine"
-
comment
Comment #38697516
As long as casinos are a thing, Bitcoin stays a thing.
-
comment
Comment #38645587
Well, I don't.
-
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…
-
comment
Comment #38236005
People say that OCaml is like Rust, but unlike Rust, OCaml has Exceptions that could appear everywhere. How is that safe?
-
comment
Comment #38161611
> food is painfully bland You mean like... not invested with tons of sugar? What kind of bland are we talking about?
-
comment
Comment #38132831
It's time to stop.
- comment
-
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/
-
comment
Comment #37770161
Pretty sure the maintainer is also a Discord mod.
-
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.
-
comment
Comment #37739653
"Can't" as in "don't want to"
-
comment
Comment #37661500
Sir, watch out! Your monocle is about to drop into the scotch!
-
comment
Comment #37630231
Date guys. Problem solved.
-
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.