Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ekzy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ekzy
1mo ago
I prefer the CLI but the remote control with the phone app only works with the phone AFAIK, so that’s the only reason I use it.
2.
▲
by
ekzy
2mo ago
Just my two cents. I'm on the Plus plan, I ask gpt-5.6 sol / high to analyze a vibe-coded codebase (~50k LoC) and write a plan to make it production ready. It wasn't a great prompt, I just wanted to test it quickly. It ran fo
3.
▲
by
ekzy
8mo ago
https://github.com/tailwindlabs/tailwindcss.com/commits/main... They've just added 26 sponsor companies in the last two days, 7 of them partners!
4.
▲
by
ekzy
11mo ago
Have you tried git daemon? https://git-scm.com/book/en/v2/Git-on-the-Server-Git-Daemon
5.
▲
by
ekzy
1y ago
Ok after re reading I think you have issues with long running spans, I think you should break down your spans in smaller chunks. But a trace can take many hours or days, and be analysed even when it’s not finished
6.
▲
by
ekzy
1y ago
I’ve implemented OTEL for background jobs, so async jobs that get picked up from the DB where I store the trace context in the DB and pass it along to multiple async jobs. For some jobs that fail and retry with a backoff strategy, they can
7.
▲
by
ekzy
1y ago
French native here. Libre means free in the sense of freedom, not in the sense of free as in free beer (the term for that is “gratuit”)
8.
▲
by
ekzy
1y ago
Did you consider also caching the coordinates returned by moondream? I understand that it is cheap, but it could be useful to detect if an element has changed position as it may be a regression
9.
▲
by
ekzy
1y ago
Not saying that you are, but reading this as if a AI bot wrote that comment gives me the chills
10.
▲
by
ekzy
1y ago
Oh I see what you mean that would be a neat feature. Assuming you can get timestamps though it should be trivial to work around the issue?
11.
▲
by
ekzy
1y ago
Do you know when we can expect an update on the realtime API? It’s still in beta and there are many issues (e.g voice randomly cutting off, VAD issues, especially with mulaw etc…) which makes it impossible to use in production, but there’s
12.
▲
by
ekzy
1y ago
I’m not entirely sure what you mean but twilio recordings supports dual channels already
13.
▲
by
ekzy
2y ago
Probably referring to startup time. Larger apps solve this with the “reloaded” type of workflow ( https://www.cognitect.com/blog/2013/06/04/clojure-workflow-r... )
14.
▲
by
ekzy
2y ago
Call it “stalled” if you like, it’s stable and it’s pure joy. I can just get stuff done with Clojure. And things that may seem inactive, like that lib that you need that hasn’t had a commit in 8 years, turns out that it just works and doesn
15.
▲
by
ekzy
2y ago
IntelliJ got pretty good support for postgres language already. What else would this bring?
16.
▲
by
ekzy
2y ago
Nice. I’ve added a few favourites just to keep track of them, you never know! It would be great if there was an API because I’m working on an UI that needs UUID autocomplete. Thank you!
17.
▲
by
ekzy
2y ago
Could you also pick up the audio announcements? Could be weird for the app to request microphone permission though, but I think lots of lines have them and should be doable to transcribe them locally on the phone. I think your approach is b
18.
▲
by
ekzy
2y ago
How do you, with a new product and one engineer, have an elixir backend and a clojurescript frontend? Genuine question about the choice of tech here.
19.
▲
by
ekzy
2y ago
Honest question, what’s wrong with docker desktop? Looking at all the alternatives suggested it’s not clear to me why any other tools are better? I’m not using k8s locally, just docker compose. To connect to our remote k8s cluster, I use In
20.
▲
by
ekzy
2y ago
I’ve sent you an email!
21.
▲
by
ekzy
2y ago
Not at the moment, sorry!
22.
▲
by
ekzy
2y ago
There are quite a few! We do at Doccla (and we’re hiring :) (EU))
23.
▲
by
ekzy
2y ago
They also have it as a standalone database IDE, called datagrip. It’s really good if you’re not already using the plugin.
24.
▲
by
ekzy
2y ago
https://xkcd.com/927/
25.
▲
by
ekzy
2y ago
Then… don’t? No ones is forcing you to try it or even to comment with your close-minded opinion. What does this comment bring to the conversation?
26.
▲
by
ekzy
2y ago
Yes. A relevant quote from Alan Kay in his talk “the power of simplicity”: > one of the things that's worked the best the last three, or four hundred years, is you get simplicity by finding a slightly more sophisticated building blo
27.
▲
by
ekzy
2y ago
I made an app some years ago that let you order custom song books with chords (physical books), to play the guitar / sing along at campfires etc. I integrated the app with Spotify, a printing API, stripe, and ordered a few books for my
28.
▲
by
ekzy
2y ago
True, 01000101 vs 01000001
29.
▲
by
ekzy
3y ago
agreed, and maybe ask to login to save logo or unlock more features, but I agree that you should let user play around a bit without needing to sign up!
30.
▲
by
ekzy
3y ago
In my experience, it isn't black or white. I've used tailwind along with components, e.g. .button-primary { @apply rounded-full focus:ring focus:ring-orange-500 ring-offset-4 outline-none px-6 py-3 etc... and it gives you the be
More ›