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
·قبل 6 أشهر·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
·قبل سنتين·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.