DavidHaerer

↗ HN profile [ 59.4 ms ] full profile

No user record in our sample, but DavidHaerer has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.

  1. I appreciate HN for staying up-to-date with technical news. For my side hustle I have to ramp-up on other areas like marketing, legal, sales, ... So I wonder if there are similar high-quality sources like HN for these…

  2. AI Coding (geohot.github.io)
  3. I'm considering switching from a selfhosted Nextcloud AIO to a managed cloud provider (e.g. MS OneDrive) so I don't have to care about backups, security, etc.. However I like the flexibility I get from self-hosting. Can…

  4. I'm trying to understand the memristor and have an idea for how to build a mechanical system, that might exhibit the characteristics of a memristor. However, ChatGPT keeps telling me it wouldn't work, but I'm not…

  5. I'd like to know how you use gnome-keyring. From their Security Philosophy [1], Basics of Storing Secrets [2] and Security FAQ [3] wiki pages, I understand that the keyring helps against passive attacks (i.e. the…

  6. As I understand it, embeddings are semantic representations of input data, such as text or images, in a vector space that maps conceptual meaning to distances. However, this vector space is only meaningful to the model.…

  7. I've built this PWA to use ChatGPT by API. My main motivation was to use the API since it is much cheaper than the premium plan and I only pay for usage. The main inspiration was ChatGPT-web by Niek [1], but I was…

  8. I've built this CLI app to save directories as aliases and cd into them by alias without having to remember the path. I guess this kind of thing has been built many times, but for what it's worth, this is my take on it…