HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tmjdev

no profile record

comments

tmjdev
·2 tháng trước·discuss
I couldn't get it working with lmstudio. I have bonsai-8B running with llama-cpp and am attempting to build a harness for it. Looking good so far, I just got it started but Forge made tool calling work pretty quickly!
tmjdev
·năm ngoái·discuss
Very impressive. Unsure what is going on with the tool icons, they're a bit strangely named. "Bessel", "pour corner" (twice), "From the cross section".

Looks like some work needs to be done to get this into familiar CAD terms with the English translation.

Difficult to use right now, it just switched into the Chinese translation when trying to make a cube and there doesn't appear to be an easy way to change that.
tmjdev
·năm ngoái·discuss
I always see articles about the decreasing cost of solar, but where are these costs collected from? Is it just not available at a consumer level? Maybe I missed the sources in the article somewhat...
tmjdev
·năm ngoái·discuss
I think this just illustrates why hidden state is so difficult for the user. It's hard to replicate old calculators because it was poor UI that was making do with what was yet available.
tmjdev
·năm ngoái·discuss
I've read this many times over the years, sort of enamored by how such a strange phenomenon popped out of a factory setting.

In the most 2016 update the relative says it's common to see weird effects from the spools. If it's so common it should be reproducible I would think, yet I've never seen it done.
tmjdev
·2 năm trước·discuss
I like to preface negativity with a positive note. Maybe I am influenced in my word choice but my intent was to point out that this is a very, very impressive feat and I don't want to undermine it.
tmjdev
·2 năm trước·discuss
While it is impressive and I like to follow the advancements in this field, it is incredibly frustrating to listen to. I can't put my finger on why exactly. It's definitely closer to human-sounding, but the uncanny valley is so deep here that I find myself thinking "I just want the point, not the fake personality that is coming with it". I can't make it through a 30s demo.
tmjdev
·2 năm trước·discuss
Guardrails seems to be a common argument. It feels heavy handed though to use an entire library/ecosystem to ensure you don't have typos, your tests should catch them anyhow.

And migrations are a separate feature that a number of ORMs have, you can have clean migrations with pure SQL using a tool like gomigrate.

I think the real utility is that the ORM is doing the marshalling for you.
tmjdev
·2 năm trước·discuss
It looks like as an ORM gets more expressive it looks more like regular SQL. What is a reasonable argument for using an ORM over writing SQL?

I always feel like I'm missing something because it looks like you have to learn a specific library instead of a general purpose language.