Viewing profile — kall
kall
HN member- Joined
- Tue, Jan 22, 2013, 3:09 PM UTC
- HN karma
- 953
- Public activity
- 473 items
- HN profile
- View on Hacker News ↗
About kall
No profile information was provided.
Recent public activity
-
comment
Comment #46766319
I have had good success with using xcodegen and only a project.yml checked in. Claude can get tripped up on managing the xcode project xml. However, before that, i set up a blank p…
-
comment
Comment #33126401
It is confusing because between all the different levels of being static or server side rendered or client side rendered, next.js can pretty much do (and potentially mix) them all,…
-
comment
Comment #31755078
Aside from the points below, it's implemented in Safari IIRC?
-
comment
Comment #31556603
Keyboard Maestro should do that handily.
-
comment
Comment #31549252
Two options: a reverse proxy or you serve both from the same system. For reverse proxy you can go the old and trusted route with e.g. Nginx, go fully managed with something like ex…
-
comment
Comment #31549171
You can also just hop on, without any planning, in Germany anyway, and the price will only be expensive, not outrageous. An ICE is no different than a bus in this regard. A flight …
-
comment
Comment #31509640
I don't know of another way that reaches the same security model as secure httpOnly cookies, which are the recommended way to do session cookies.
-
comment
Comment #31489417
I'm pretty sure what they are looking for is that something like a Link that takes a route name and a params object that are both typed.
-
comment
Comment #31435948
I guess it's a matter of anecdotes. I certainly don't have enough data (one + a half apps with countless updates) to make any serious claims. For us google has been more trouble, b…
-
comment
Comment #31435232
Google would just tell you that your app metadata does not comply with the Play Store terms of service and let you figure it out by trial and error.
-
comment
Comment #31435210
Yeah, I've found App Store rejections to be harsh (functionality is not useful? ok) or restrictive, but always parseable. I even successfully asked the reviewer if a certain change…
-
comment
Comment #31411649
It's great, but I wish there was some more interesting stuff you could do with the results of that query, other than show an outline or table. The inline programmability of DataVie…
-
comment
Comment #31411606
OmniOutliner has had some kind of formulas for a very long time, however they work like an actual spreadsheet, where each outline row can have additional number and formula columns…
-
comment
Comment #31411522
This is an impressively well stripped down app. It's all I ever wanted from OmniOutliner (remember when it shipped with OS X?). Unfortunately, I've been drawn in by the linking fun…
-
comment
Comment #31386657
Opipramol is a weird one. It's among the most prescribed anti-depressants in Germany (and other European countries), yet apparently non existent in the US.
-
comment
Comment #31333385
Monolith + a database, that's always implied, isn't it? How you make the database connection work with serverless connection requirements seems like a minor issue. I haven't used i…
-
comment
Comment #31329536
Isn't an average next app pretty much a monolith? It gets split into lambdas when you deploy it, but the development experience feels monolithic to me. If I want to use some functi…
-
comment
Comment #31319623
Another moat they have is the number of data center locations.
-
comment
Comment #31319543
I am as obsessed with sub 100ms responses as the people at fly.io, so I think the one writer and many, many readers architecture is smart and fits quite a few applications. When li…
-
comment
Comment #31319197
Well, Heroku Postgres is more "managed" than fly who basically just hands you some nice tooling to do it your self. I don't think they set up backup for you. For me personally, Poi…
-
comment
Comment #31312610
Heroku is the classic free db (and free app hosting). Fly.io is an alternative that also gives you both. On heroku you can create a bunch of free small DBs and apps, and on fly it'…
-
comment
Comment #31312425
Looks great. I would love to see some development tooling (if it's license allows), that I'm currently considering self hosting: Posthog, Sentry and Jitsu (aka EventNative). If Sen…
-
comment
Comment #31290509
I too wish hasura supported query caching in OSS. Not sure if you need to rewrite exactly, though. You could put something like GraphCDN in front of it or write your own cache laye…
-
comment
Comment #31266065
What browser does that? Don't they usually stay on the same page while it loads and then switch right to the nw one?
-
comment
Comment #31265980
Congratulations to Tailscale. Imagine how many times you can migrate to a new novel database architecture with that kind of money.