prymitive

↗ HN profile [ 50.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. It seems that every website is adding some form of a chatbot, which often opens a pop up to offer its services to you within the first second of your browsing. Is the near dystopian future one where, eventually, every…

  2. I needed an easy way of handling large JSON blobs (200MB+) which I found is easy, but very verbose, using encoding/json. Dealing with deeply nested structs was a real pain so I wrote myself a wrapper around it -…