Viewing profile — mnafees
mnafees
HN member- Joined
- Wed, Jan 04, 2017, 10:45 AM UTC
- HN karma
- 77
- Public activity
- 56 items
- HN profile
- View on Hacker News ↗
About mnafees
Socials: - github.com/mnafees - linkedin.com/in/mdnafees
Interests: Cybersecurity, Open Source, Programming, Remote Work, Startups, Technology, DevOps
---
Recent public activity
- story
-
comment
Comment #47334512
Hey Shubham, I can still see the API keys in https://www.runanywhere.ai/web-demo , FWIW. A simple proxy of the request from the frontend to your own API and then to the vendor API …
-
comment
Comment #47330506
Seems like you are leaking an ElevenLabs API key in your web demo. The OpenAI completions endpoint also has the API key in the request header but that seems to already be revoked a…
- story
- story
- story
-
comment
Comment #46104613
I love Advent of Code! I have used previous years' problems for my guest lectures to Computer Science students and they have all enjoyed those more than a traditional algorithmic l…
- story
-
comment
Comment #46036148
Very interesting! How would the Electron and Go processes communicate in this case? Did you expose a Unix socket or TCP port perhaps?
- comment
-
comment
Comment #46033096
I totally agree :) I don't blame Go either. We were already a pure Go shop with a lot of focus on backend and infra systems engineering and were trying to venture into the desktop …
-
comment
Comment #46033080
I remember we used https://github.com/getlantern/systray at some point along with some interaction with fyne.io. That said, I do not remember how we managed the lifetime but we did…
-
comment
Comment #46033053
Been a while since I worked on it but I remember we used https://github.com/getlantern/systray at some point along with some interaction with fyne.io AFAIR.
-
comment
Comment #46032348
We built a background daemon as a macOS menu bar app in Go, and the performance was surprisingly bad. The Go bindings for native UI frameworks ended up being massive RAM hogs. When…
- story
- story
-
comment
Comment #45056721
Congratulations on the launch! I’ve been writing Go for the past 4 years, and I’d strongly suggest avoiding Stainless for auto-generating Go SDKs. Some of the issues I’ve run into:…
- story
-
comment
Comment #44784106
I’ve been working remotely for YC startups for the past 3.5+ years, and I completely agree. I went from being the quietest person in the room to someone who often ends up rambling …
-
comment
Comment #44629111
One thing I’ve learned from seriously using AI agents for mundane coding tasks is: never ask them to do anything that involves deleting stuff. Incidents like these only reinforce t…
-
comment
Comment #44629065
I didn't know Blizzard uses Qt! In terms of some good Qt apps, VirtualBox remains my favorite.
-
comment
Comment #44629041
Hah, that is awesome. How does Qt fare these days in the non-Linux world though?
-
comment
Comment #44626485
I wrote Qt C++ for 7 years as an open source contributor to KDE. This reminds me of QtWidgets’ .ui files—custom XML files following a specific schema. Later, Qt introduced QML, whi…
-
comment
Comment #43252537
Oneleet (YC S22) | Senior Software Engineers | US & NATO Countries | Remote | Full-time | $100k-180k + equity Oneleet is an all-in-one cybersecurity startup that has built its own …
-
comment
Comment #40178392
Congratulations on the launch! I am interested to know the choice of runtime (in this case - TypeScript) for the implementation of the integrations. What are some reasons that a sy…