Viewing profile — nbrad
nbrad
HN member- Joined
- Tue, Jan 14, 2020, 7:28 PM UTC
- HN karma
- 70
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About nbrad
Recent public activity
- story
-
comment
Comment #42186952
This is definitely an issue - We're working on an automated code review product (ellipsis.dev), and while we have a lot of happy Swift users, the speed of breaking changes creates …
- story
-
comment
Comment #40311680
Hi there! I recommend trying them out to see which one you like best :)
-
comment
Comment #39532212
You're right; this was my mistake
-
comment
Comment #39532123
hi @gillh, sincere apology - that wasn't my intent. No excuse. @timpetri, i recommend you try both products and choose the one you like
-
comment
Comment #39527080
Thanks! Many of our customers actually started with them before switching to us; their feedback is that we have: - higher quality comments - better UX (cleaner and more concise) - …
-
comment
Comment #39527059
it's super cool! checkout how the Instructor repo uses it to keep various parts of their docs in sync: https://github.com/jxnl/instructor/blob/main/ellipsis.yaml
-
story
Ask HN: Is Python async/await some kind of joke?
Returning to Python full-stack development after a stint with Node, it seems like using async/await is not widely adopted enough in the Python ecosystem to actually use? In no part…
- story
- story
-
comment
Comment #38695133
interesting, thanks!
-
comment
Comment #38695128
thanks!
-
comment
Comment #38691352
thanks - which FastAPI lib is that?
-
story
Any Python ORMs worthy of production?
I’m hoping for something battle-tested that supports async/await and migrations. If your answer is some variation of “real programmers don’t use ORMs”... fair enough, I suppose. Bu…
- story
- story
-
comment
Comment #37948371
I've heard some reports that Nix is very painful to get working with Python/ML stack - do you know if this is this still (ever?) the case?
-
comment
Comment #37948294
How is the space trending? Who are the biggest adopters (i've seen a lot of use cases in consultancies, education, and "big gnarly stacks")? What are you most excited about?
-
comment
Comment #37935147
nice - I've also found VS Code Remote + SSH to be pretty fantastic
-
comment
Comment #37935113
Cool! I've used a similar workflow with teams that SSH into boxes with GPUs, VSCode makes it completely seamless - surprised i don't hear about it more
-
comment
Comment #37935079
Nice, thanks! what kind of team are you on (company size, how experienced the engineers, tech stack)? when you say "ironing out some kinks" what were the pain points? if you're up …
-
story
Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?
A lot of devs I know are excited about Cloud Development Environments (CDEs) like GitHub Codespaces, Gitpod, Codeanywhere, Coder, Replit, and CodeSandbox. They seem great, and simp…
-
comment
Comment #37933813
In general, just providing a schema and asking for the response in JSON with few-shot examples is extremely (99%+) reliable in my experience. I've found GPT-3.5 more than adequate …
- story