Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kall
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
kall
8mo ago
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 project in xcode, used the xcode github integration to create
2.
▲
by
kall
4y ago
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, right? I'm quite confused on _why_ they want next to a
3.
▲
by
kall
4y ago
Aside from the points below, it's implemented in Safari IIRC?
4.
▲
by
kall
4y ago
Keyboard Maestro should do that handily.
5.
▲
by
kall
4y ago
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 external rewrites on Vercel, or even hack together your own th
6.
▲
by
kall
4y ago
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 is a totally different story, probably planned weeks in adva
7.
▲
by
kall
4y ago
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.
8.
▲
by
kall
4y ago
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.
9.
▲
by
kall
4y ago
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, but I've heard other bad stories about apple t
10.
▲
by
kall
4y ago
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.
11.
▲
by
kall
4y ago
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 would remedy the issue, they said yes, I resubmitted a
12.
▲
by
kall
4y ago
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 DataView and the Grid views etc are pretty killer. Unfortunate
13.
▲
by
kall
4y ago
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. I don't think it's all that useful, outside of s
14.
▲
by
kall
4y ago
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 functionality in Roam/Logseq and cannot go back
15.
▲
by
kall
4y ago
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.
16.
▲
by
kall
4y ago
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 it but it seems like next + prisma (+ tailwind
17.
▲
by
kall
4y ago
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 function, I often just import it and call it directly, instea
18.
▲
by
kall
4y ago
Another moat they have is the number of data center locations.
19.
▲
by
kall
4y ago
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 litestream adds actual replication it will get really exciting
20.
▲
by
kall
4y ago
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, Point-In-Time recovery is maybe the most importa
21.
▲
by
kall
4y ago
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's 3 services (container or db node) per account I think
22.
▲
by
kall
4y ago
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 Sentry setup is too insane maybe GlitchTip. I don
23.
▲
by
kall
4y ago
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 layer that works similar to GraphCDN.
24.
▲
by
kall
4y ago
What browser does that? Don't they usually stay on the same page while it loads and then switch right to the nw one?
25.
▲
by
kall
4y ago
Congratulations to Tailscale. Imagine how many times you can migrate to a new novel database architecture with that kind of money.
26.
▲
by
kall
4y ago
Hasura is a rock solid piece of software that does pretty much exactly the right thing for me. Performance exceeds expectations and it's never once crashed or been the source of a bug in years of use. "lighter" is not convinc
27.
▲
by
kall
4y ago
I feel like they see themselves as a database management tool, but with just a few tweaks (good UI for working with relations), could be a FileMaker / Airtable contender.
28.
▲
by
kall
4y ago
Yeah I agree. Just the combination of opening in excel on double click and being dead simple to spit out from any software makes it a winner. It helps that it's usable in plain text too. If it would have used ANYTHING other than half t
29.
▲
by
kall
4y ago
The section about trusting dependencies, the scenario where they go away, version churn etc doesn't resonate with me in regards to react. I don't know any project in JS-land that is more serious about semver, backwards compatibili
30.
▲
by
kall
4y ago
I feel like google does web component frameworks like it does messaging apps. Each new one is the silver bullet. I wouldn't build on any google web framework personally, even if it claims to be oh so simple and lightweight.
More ›