Uptrenda

↗ HN profile [ 84.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Goroutines for Python (robertsdotpm.github.io)
  2. Harrassment Markets (roberts.pm)
  3. It seems like the longer I use the Internet the more I'm aware of just how many people use it exclusively to act like ass holes without recourse. Particularly insidious are people who seem to poison any positive…

  4. Hello HN, I've been slowly building a p2p networking library and I'm mostly happy with the technical decisions I've made. But one aspect I'm struggling with is providing a feature similar to DNS. I'd like for users to…

  5. I'm thinking of some writing projects that would be fun to do. But I'm wondering if this whole category of literature is essentially dead because of ChatGPT. What are your thoughts on how ChatGPT effects publishing…

  6. Hello HN, I've been working on a new async networking lib for Python. The library has now reached a state where people could start to try it out. Currently it offers the following features: * Consistent API for TCP /…

  7. I'm very interested in what types of interesting data structures are out there HN. Totally your preference. I'll start: bloom filters. Lets you test if a value is definitely NOT in a list of pre-stored values (or…