Viewing profile — AquiGorka
AquiGorka
HN member- Joined
- Tue, Dec 11, 2012, 3:20 PM UTC
- HN karma
- 229
- Public activity
- 132 items
- HN profile
- View on Hacker News ↗
About AquiGorka
Recent public activity
-
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…
- story
-
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).…
-
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 (…
-
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…
- story
-
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…
-
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…
-
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…
- story
- story
- story
-
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…
- story
- story
-
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…
-
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?
-
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…
-
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
-
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
-
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 …
-
comment
Comment #45759729
Mailgun has a free tier for low volume that you can setup on any email client via smtp.
-
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…
-
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…
-
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…