HackerTrans
TopNewTrendsCommentsPastAskShowJobs

maartenh

no profile record

comments

maartenh
·в прошлом месяце·discuss
Sounds interesting. Unfortunately not available in my country in the Android app store. I live in The Netherlands. If you're looking for feedback, you might want to double check this :)
maartenh
·3 месяца назад·discuss
But in that case, it won't be subsidized by the manufacturer!

I'm sure people would get a cheaper toaster in exchange of an ad being burned in your bread.
maartenh
·3 месяца назад·discuss
Same here, surprised that only you mentioned it here.
maartenh
·4 месяца назад·discuss
Elections are happening soon (April). It's not clear at all Orban will win this round of elections, see e.g. https://apnews.com/article/hungary-orban-magyar-rival-rallie...
maartenh
·5 месяцев назад·discuss
Curious to how well LLM's work in this context! (mentioned as one of the reasons to embed CAD in Rust)

I only know of another text -> STL AI model, I'm quite a bit more excited about this idea.

Does someone have experience with this?
maartenh
·7 месяцев назад·discuss
Nice! You might want to fix your GitHub link in the footer though, it 404's for me right now :)
maartenh
·8 месяцев назад·discuss
How much VRAM would this require, if I would want to run this locally?

I bought a 12GB Nvidia card a year ago. In general I'm having a hard time to find the actual required hardware specs for any self hosted AI model. Any tips/suggestions/recommended resources for that?
maartenh
·9 месяцев назад·discuss
Ah, 5x? At $WORK, the low code tool vendor that is used to build the monolith (and that of our sister company) is bought by a private equity firm. Our sister company will face a 7x increase. Another fun thing is that the license is based on a percentage of licensing cost to their customers.

Their game is clearly to squeeze very hard for a few years, and then deprecate the product. I can't imagine that there are companies that are fine with such price hikes.
maartenh
·в прошлом году·discuss
Yep. I do create fresh db's from a fixture db using postgres's ability to create a database from a template. Very quick, always correct.
maartenh
·2 года назад·discuss
Which tool did you use to create that busy_spec.html file? They remind me of Engelbart's blue numbering system for documents, if I remember the name correctly.
maartenh
·5 лет назад·discuss
I worked around this by creating a button that runs a git commit & push, and an iframe that points to a local running flask app that renders a <pre><code>{{ shell("git status")}}</pre><code>. Not as nice as fully declarative YAML, as this also captures the data files, but at least I have point in time restore.