Viewing profile — goodoldneon
goodoldneon
HN member- Joined
- Mon, Jul 23, 2018, 12:02 PM UTC
- HN karma
- 918
- Public activity
- 309 items
- HN profile
- View on Hacker News ↗
About goodoldneon
No profile information was provided.
Recent public activity
- story
- story
- story
- story
-
comment
Comment #47674771
Great point :D
-
comment
Comment #47668962
It isn’t for all repeated vowels; only for when the 2 vowels don’t make a single sound. So “chicken coop” wouldn’t have a dieresis
-
comment
Comment #47668244
Kinda hyperbolic, but a lot of truth
- story
-
comment
Comment #47569848
I switched from Cursor to Neovim and at first I hated Neovim’s poor AI ghost text. Now I kind of like the break from heavy AI when I write code. The vast vast majority of my code i…
-
comment
Comment #47483260
> You shouldn't be blocking the main event loop for 30 seconds! The main event loop is not intended to be used for heavy processing. This article is talking about an SDK that runs …
-
comment
Comment #47483243
> Reading the article, I didn’t see this answered: why not scale to more nodes if your workload is CPU bound? It's an SDK that runs in users' apps. So userland code blocks the even…
- story
- story
-
comment
Comment #46049570
We'll release an Upstash Workflows adapter soon! StepKit is ultimately just an in-code API that lets you define workflows in a backend agnostic way. We want you to define workflows…
-
comment
Comment #46049537
Vercel Workflow Kit takes a very different approach. Lack of step IDs (which makes them worse at handling code changes), compilation step, more opinionated about backends ("worlds"…
-
comment
Comment #46048502
Inngest engineer here! For a little extra context, the `@stepkit/core` package is basically just an API for defining a workflow. There isn't much to it because we don't want to be …
-
comment
Comment #44599982
Why is nominal typing desirable?
-
comment
Comment #44595257
PEPs are often great documentation. They definitely don't cover everything, but they can be helpful
-
comment
Comment #43552147
Because I get rewards when I use it. I always pay at the end of the month so I never pay interest
-
comment
Comment #43299799
I use Cursor and I get a lot of benefit from its autocomplete suggestions, but its composer is horrible so I never use it. The dream of telling AI to make changes on its own hasn’t…
-
comment
Comment #43261444
I always make sure recover is used in all goroutines I start. I don’t want a panic in a random goroutine to crash my whole server
-
comment
Comment #43235779
Looks like you're being downvoted but you're right. A tiny fraction of high school students would actually care about these classes -- high school me wouldn't
-
comment
Comment #43200532
IIRC, the lifecycle hook only prevents destruction of the resource if it needs to be replaced (e.g. change an immutable field). If you outright delete the resource declaration in c…
-
comment
Comment #43184466
To be clear, it's running in TypeScript types only -- not JavaScript. Absolutely insane
-
comment
Comment #42282309
Do not base your company’s tech decisions on FAANG companies unless your company is a FAANG company. Your challenges are likely very different from theirs