Live data from Hacker News

Viewing profile — jsonis

jsonis

HN member
Joined
Sat, Aug 03, 2024, 1:59 PM UTC
HN karma
16
Public activity
6 items

About jsonis

No profile information was provided.

Recent public activity

  1. comment
    Comment #41249069

    SV money and banking relationships don't prevent a total meltdown, as seen in the Andreessen Horowitz-backed Synapse saga with Evolve. Assume there's just a 0.1% of a meltdown and …

  2. comment
  3. comment
    Comment #41150102

    This is exactly what I've tried (and failed at) doing! Can I ask how you handle normalization from vendor data when it contains relationships and multilevel nesting? How do you kno…

  4. comment
    Comment #41146882

    Question-- with the yelp api now being paywalled-- and obviously you'd have to write code to handle scraping-- but can you legally scrape yelp to do this? Does the linkedin scrapin…

  5. comment
    Comment #41146731

    > Scanning and updating every value because you need to update some subset sucks. Mirrors my experience exactly. Querying json can get complex to get info from the db. SQLite is ki…

  6. comment
    Comment #41146698

    > These days, my go-to solution is SQLite with two fields (well, three, if you count the implicit ROWID, which is invaluable for paging!): ID and Data, the latter being a JSONB blo…