DavidHaerer

↗ HN profile [ 1612 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Is this an over-hyped concept and we just connect the harness via MCP to Slack / Jira / ... or do you envision completely new systems like GasTown for how we produce code in the future?

  2. I am / was very intrigued by Karpathys LLM-Wiki idea. But so far I wasn't able to get much value out of the concept. The knowledge base is either in my mind, or in the Agentic Research tool. I'd be curious to hear from…

  3. 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…

  4. AI Coding (geohot.github.io)
  5. 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…

  6. 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…

  7. 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…

  8. 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.…

  9. 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…

  10. 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…