Live data from Hacker News

Viewing profile — AspireOne

AspireOne

HN member
Joined
Mon, May 06, 2024, 3:54 PM UTC
HN karma
1
Public activity
1 items

About AspireOne

No profile information was provided.

Recent public activity

  1. comment
    Comment #41213485

    Depends on the environment - in rust for example, you can get by with raw sql using sqlx and it'll have typed queries and outputs. In typescript, that's just not possible, so an OR…