Viewing profile — kurtbuilds
kurtbuilds
HN member- Joined
- Thu, Aug 11, 2011, 7:40 PM UTC
- HN karma
- 175
- Public activity
- 59 items
- HN profile
- View on Hacker News ↗
About kurtbuilds
Recent public activity
-
comment
Comment #42648155
If you want equality testing with nulls, you want to use `is (not) distinct from` instead of `=` and ` ` / `!=`. `1 is not distinct from NULL` => false `NULL is not distinct from N…
-
comment
Comment #39838751
What’s the process to deliver and test a quantized version of this model? This model is 264GB, so can only be deployed in server settings. Quantized mixtral at 24G is just small en…
-
comment
Comment #38723747
Can you elaborate on why the `mixing` approach doesn't work? Specifically, if you want send bounds, doing this: trait HttpService: Send { fn fetch(&self, url: Url) -> impl Future +…
-
comment
Comment #34677867
You are anxious about things constantly breaking, and you work in Javascript. No surprise. Try learning Rust. Your anxiety of things constantly breaking will disappear. I've been c…
-
comment
Comment #34606186
What did you migrate your clients to?
-
comment
Comment #34522896
That's great to hear! Unfortunately, MySQL is less feature complete compared to Postgres and Sqlite. The migration auto-generation definitely won't work. Other features might be br…
-
comment
Comment #34522621
I've been working on `ormlite` for around a year, and it's now reaching the point where it's a massive boost in productivity for my Rust application server development. It's built …
- story
-
comment
Comment #32986653
I'd recommend going full steam ahead with Rust. Companies like Azure and Meta now recommend Rust as either one of several viable choices, or THE recommended option, for the use cas…
-
comment
Comment #32825774
To clarify, the JSON parse error was data coming down from the server. The code generator accepts either a JSON or a YAML OpenAPI document. I was looking at the server logs - are y…
-
comment
Comment #32824982
Are there APIs you have in mind? One tool we have under development is a tool (might end up being a chrome extension) that will analyze web requests to turn them into a spec. There…
-
comment
Comment #32820343
Thank you - fixed!
-
story
Show HN: Stripe-quality API client libraries with a single button click
TL;DR- Libninja will generate world-class client libraries for you, without you needing to fiddle with openapi-generator, maintain build pipelines, and so forth. If you just want R…
-
comment
Comment #32512352
Do you have plans to open source any of the work? Would love to use this for a course/training platform.
-
comment
Comment #30375843
Read the fine print. It's not a FDIC-insured account. It's a crypto yield account that downplays the fact that it's crypto. Do with that knowledge what you want.
-
comment
Comment #30290985
Depending on the size of your team, and whether you just need to "check a box" and say you do it, versus you're actually worried about employee mistakes re: cybersecurity (e.g. you…
-
comment
Comment #30078179
Instead, I highly recommend https://github.com/casey/just . Add these two lines to the top to use node executables and load the dotenv: ``` set dotenv-load := true export PATH := "…
-
comment
Comment #29958739
There's a good chance 115k TC is significantly less than what you could be getting. I'm currently building a network of domain expert mentors, where companies can connect with expe…
-
comment
Comment #29848327
Three easy lessons: 1. Don't use MongoDB. 2. Don't use high level ORMs. Stay (reasonably) close to SQL. And yes, it should be SQL. Almost certainly Postgres. 3. Especially don't us…
-
comment
Comment #26626889
The personal MBA is probably the best resource for solid foundation of all business topics relevant to entrepreneurship.
-
comment
Comment #22260261
"Laws of Human Nature" by Robert Greene (ironically, also the author of 48 laws of power, which is often criticized for advocating machiavellianism) is an extremely powerful book. …
-
comment
Comment #16998178
Wanna email me your resume (email in profile)? We're tackling an underserved part of the consumer finance world, backed by top VCs and still early stage.
-
comment
Comment #15055791
Could I get your contact information to chat with you more about government contracting? It's a space I'm doing a lot of research in, and very curious to learn more about!
-
comment
Comment #14849857
Build a better mousetrap, and you'll learn how to build a better mousetrap. You need to market it (or partner with someone who will) if you want to make money. 1. Get some kind of …
- story