Viewing profile — Ins43b
Ins43b
HN member- Joined
- Thu, May 11, 2023, 9:41 AM UTC
- HN karma
- 44
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About Ins43b
No profile information was provided.
Recent public activity
-
comment
Comment #36404090
A more important question for me is what server/framework has the best developer experience and can be maintained easily in the long run. Despite Express.js being rock bottom, I st…
-
comment
Comment #36280946
[flagged]
-
comment
Comment #36258572
Congrats on the v2 launch, I'm sure it comes in handy in constrained environments like serverless. I (as a self hoster) much rather write my own PostgreSQL background job queue and…
-
comment
Comment #36258353
I think having a strongly typed language is a great reason to have another interpreted language for IoT/embedded.
-
comment
Comment #36210801
Spot on. A reason to be very careful with React and Next.js going forward. We are in the VC monetization phase and it could get ugly.
- story
-
comment
Comment #36194544
This has worked really well for me. For instance, I deliberately work standing up in the garden with some fitness gear around. Every time I need to wait for something, like a build…
-
comment
Comment #36153675
I'm currently doing this with Next.js with a "custom server". Allows for sharing TypeScript interfaces/types and the express instance quite easily. It's just one big vscode project…
-
comment
Comment #36150340
I think it's import to keep your backend/api isolated from these FE frameworks. Backends live forever, these frameworks not so much.
-
comment
Comment #36125585
Maybe a bit convoluted, but you could create a Prisma adapter in front of your sqlite db and use Prisma Studio to access your data. You can use database introspection to generate a…
-
comment
Comment #36074273
Keep in mind, this was a read only bot. But anyways, I was also following bot driven accounts like earthquake notifications. A bot does not equal spam.
-
comment
Comment #36072275
I think a large part of this is due to API suspensions. I got the infamous "This is a notice that your app - "your bot" - has been suspended from accessing the Twitter API. However…
-
comment
Comment #36061182
I've been using Espruino with TypeScript code for some years now, but this looks quite interesting too. Time for a new IoT project to test this out.
-
comment
Comment #35932619
Spain has seen massive unregulated expansion of subtropical fruits like mango and avocado, irrigated by illegal wells [0]. This has been long in the making and warned about [1] [0]…
-
comment
Comment #35912535
Outsource the user table to a third party (Clerk), weave your business logic code (backend) tightly with your Frontend which is calling vendor specific API's. This article is full …