Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mnafees
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
Anecdotal Definitions of Success
(nafe.es)
4 points
by
mnafees
4mo ago
|
0 comments
2.
▲
by
mnafees
6mo ago
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 would solve this. Also recommend rate limiti
3.
▲
by
mnafees
6mo ago
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 and is returning a 401.
4.
▲
Every language should have a UUID type
(nafees.bearblog.dev)
2 points
by
mnafees
6mo ago
|
0 comments
5.
▲
OpenPorts – A tiny macOS menu bar app to see and kill listening ports
(github.com)
4 points
by
mnafees
6mo ago
|
0 comments
6.
▲
Show HN: pgtk - Pure SQL diagnostic functions for PostgreSQL
(github.com)
1 points
by
mnafees
7mo ago
|
0 comments
7.
▲
by
mnafees
10mo ago
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 lecture.
8.
▲
Reconnecting with old friends
(nafees.bearblog.dev)
7 points
by
mnafees
10mo ago
|
1 comments
9.
▲
by
mnafees
10mo ago
Very interesting! How would the Electron and Go processes communicate in this case? Did you expose a Unix socket or TCP port perhaps?
10.
▲
by
mnafees
10mo ago
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 app market for our device monitoring software. Once we
11.
▲
by
mnafees
10mo ago
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 test it thoroughly before deploying t
12.
▲
by
mnafees
10mo ago
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.
13.
▲
by
mnafees
10mo ago
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 we profiled it, we found that the GC essentially gave up un
14.
▲
Ngrok launches AI model gateway
(ngrok.ai)
2 points
by
mnafees
1y ago
|
2 comments
15.
▲
Claude Code breaks terminal sessions and uses 100% CPU
(github.com)
1 points
by
mnafees
1y ago
|
0 comments
16.
▲
by
mnafees
1y ago
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: - Awkward package naming (e.g., githubcomdedaluslabsdedalus
17.
▲
by
mnafees
1y ago
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 on most calls. Remote work has not only given me the space t
18.
▲
by
mnafees
1y ago
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 that belief.
19.
▲
by
mnafees
1y ago
I didn't know Blizzard uses Qt! In terms of some good Qt apps, VirtualBox remains my favorite.
20.
▲
by
mnafees
1y ago
Hah, that is awesome. How does Qt fare these days in the non-Linux world though?
21.
▲
by
mnafees
1y ago
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, which I personally found unintuitive, and over time I lost inte
22.
▲
by
mnafees
2y ago
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 Attack Surface Monitoring (ASM), Code Scanner, Device Mo
23.
▲
by
mnafees
2y ago
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 systems language such as Go was not chosen?
24.
▲
Ask HN: Desktop Native vs. Web Technologies
2 points
by
mnafees
3y ago
|
0 comments
25.
▲
by
mnafees
3y ago
Correct link: https://dopplerteam.notion.site/DOPPLER-PSA-2024-001-Doppler...
26.
▲
Doppler Security Incident
(notion.so)
1 points
by
mnafees
3y ago
|
2 comments
27.
▲
by
mnafees
3y ago
This course single-handedly became the reason for me to clear interviews at all the compiler engineering teams of MANGA (Meta, Apple, NVIDIA, Google, Amazon) companies when I was searching for my first full-time job while completing my Bach
28.
▲
by
mnafees
3y ago
This is going to be my daily driver to schedule our team meetings, great work! A feature request would be to give me the option to input the time apart from the existing slider input.
29.
▲
by
mnafees
3y ago
That is my bad. There is no implication for the index position as such. Whenever a file changes/updates, the prefix is matched with the procs object and if it matches, the respective processes restart.
30.
▲
Liver – a dead simple live reloading utility
(github.com)
3 points
by
mnafees
3y ago
|
2 comments
More ›