Live data from Hacker News

Viewing profile — AquiGorka

AquiGorka

HN member
Joined
Tue, Dec 11, 2012, 3:20 PM UTC
HN karma
229
Public activity
132 items

About AquiGorka

Hey, Gorka here. Initially, I was skeptical about LLMs, now I thank my OCD for making me nit away to every detail: I had never delivered such high quality and so much quantity. It is a game changer.

Recent public activity

  1. comment
    Comment #49270939

    Hi Hacker News! I found myself asking my AI assistant to help me with some non-trivial tasks (describing visual changes to an app, filling in forms, setting up a server instance in…

  2. story
  3. story
    Show HN: DesktopAudio, a tool to record what your Mac plays

    Hi all, I built DesktopAudio to be able to capture any and everything my mac plays for my own purposes (and for friends asking for help to record podcasts and youtube video audio).…

  4. comment
    Comment #48437851

    A few things I expect to come up: - Privacy: nothing leaves your device. - Other options (like Otter or Granola): AudioTap is not cloud-based, recordings are yours as local files (…

  5. story
    Show HN: AudioTap, record calls, transcribe and diarize locally

    AudioTap is a macOS app I built for recording calls. It captures input and output audio natively and can transcribe and diarize using WhisperKit and WeSpeaker. Apple silicon exclus…

  6. story
  7. comment
    Comment #47025771

    Thank you for letting me know, I’ll update both links asap. nsa.tech is a domain name I acquired some years ago for fun and I’ve been meaning to use for some time now. I understand…

  8. comment
    Comment #47025753

    The infra intended here exposes TCP and/or UDP connections, it is protocol agnostic; so end-user apps can use smtp, http, activity pub, at protocol, etc. I am going for an infra th…

  9. comment
    Comment #47024229

    I want to build an open protocol for building p2p apps that don't rely on any central servers. For this I'm looking into BitTorrent's DHT for discovery, libp2p for connection and e…

  10. story
  11. story
  12. story
  13. comment
    Comment #46287740

    I've been enjoying working with LLMs for some weeks now, and realized that as faulty as these can get, asking them to put material in place to learn some resource may be worth my t…

  14. story
  15. story
  16. comment
    Comment #45874968

    Sadly no, the feedback loop with users lacked consistency and we never got around finding use cases. One of the visions for it was to help people clean up inboxes, because as you p…

  17. comment
    Comment #45870255

    Interesting... the way I workaround'd non-macos-native-sshfs is by using docker and mounting a local folder, do you plan on publishing your tool?

  18. comment
    Comment #45870187

    This looks fun! But the fact that the self hosted version lacks support for some core apps is sad, I'd love to be able to build puter apps! Any plans for an app store-like ecosyste…

  19. comment
    Comment #45870141

    Some time ago I was building a mitm proxy myself, then I found out about: https://www.mitmproxy.org/ Maybe you already had it in your radar

  20. comment
    Comment #45870126

    If you are open to suggestions, libp2p has a good amount of sdks for several languages and you can integrate kademlia for peer discovery

  21. comment
    Comment #45870094

    Some years ago, I co-founded a startup that would run workflows when email messages arrived, any email from any source was parsed and it would trigger "actions" that could include …

  22. comment
    Comment #45759729

    Mailgun has a free tier for low volume that you can setup on any email client via smtp.

  23. story
    Show HN: A wordle-inspired maze game

    The app randomly generates a maze in a 10x10 grid (deterministically every day, so everybody gets the same maze). When you find the exit you can share the (trimmed) "path" to the e…

  24. comment
    Comment #37815278

    > Some password hashing algorithms have a maximum input size. For example, bcrypt is limited to 72 characters. Ahh, I was not aware of this limitation, thank you for clarifying. If…

  25. comment
    Comment #37815241

    > Why not train the AI on machine language and have it generate binaries directly? Maybe that's the answer I was looking for, AI can "interpret" sentences referring to the problems…