Live data from Hacker News

Viewing profile — goodoldneon

goodoldneon

HN member
Joined
Mon, Jul 23, 2018, 12:02 PM UTC
HN karma
918
Public activity
309 items

About goodoldneon

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #47674771

    Great point :D

  6. 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

  7. comment
    Comment #47668244

    Kinda hyperbolic, but a lot of truth

  8. story
  9. 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…

  10. 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 …

  11. 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…

  12. story
  13. story
  14. 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…

  15. 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"…

  16. 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 …

  17. comment
    Comment #44599982

    Why is nominal typing desirable?

  18. comment
    Comment #44595257

    PEPs are often great documentation. They definitely don't cover everything, but they can be helpful

  19. 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

  20. 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…

  21. 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

  22. 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

  23. 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…

  24. comment
    Comment #43184466

    To be clear, it's running in TypeScript types only -- not JavaScript. Absolutely insane

  25. 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