HN user

jetter

746 karma
Posts25
Comments45
View on HN
modelrift.com 2mo ago

Antigravity 2.0 Tops the OpenSCAD Architectural 3D LLM Benchmark

jetter
421pts161
pixeljets.com 4mo ago

Web based IDE for prompt-and-pray 3D modeling

jetter
2pts0
terrain.modelrift.com 5mo ago

Print your own Mount Everest on a 3D printer (open source, web based)

jetter
3pts2
modelrift.com 5mo ago

Short guide to 3D file formats: STL, OBJ, 3MF, STEP and the rest

jetter
5pts0
modelrift.com 5mo ago

We Chose OpenSCAD

jetter
2pts0
www.youtube.com 5mo ago

ModelRift: An AI-assisted IDE for parametric 3D models (OpenSCAD) [video]

jetter
2pts0
pixeljets.com 8mo ago

Time to move on: n8n is not a good fit for SaaS

jetter
3pts0
github.com 11mo ago

Poor Mans Lovable

jetter
2pts0
pixeljets.com 12mo ago

AI Sandboxes: Daytona vs. Microsandbox

jetter
2pts0
github.com 1y ago

Sandboxes for AI Code Execution

jetter
2pts0
github.com 1y ago

Awesome N8N: Top Community Nodes

jetter
3pts0
pixeljets.com 2y ago

Learning French with ChatGPT

jetter
3pts0
pixeljets.com 2y ago

Poor Man's SRE

jetter
3pts0
scrapeninja.net 3y ago

Cheerio sandbox to quickly test your selectors

jetter
1pts1
gasfeesnow.com 3y ago

Compare USDT Gas Fees in BEP20, ERC20, TRC20 and Polygon

jetter
6pts3
oakpdf.com 3y ago

Remove background and trace your handwritten signature online

jetter
1pts1
pixeljets.com 4y ago

Making PDF look like scanned: top 4 tools tested

jetter
2pts0
github.com 5y ago

SQL-first headless CMS Directus was rewritten from PHP to Node.js

jetter
2pts0
pixeljets.com 5y ago

ClickHouse as an alternative to Elasticsearch for log storage and analysis

jetter
383pts134
pixeljets.com 5y ago

Frontend development in Docker is pain in 2020. But it gets better

jetter
1pts0
pixeljets.com 5y ago

Frontend development is pain in 2020. But it gets better

jetter
2pts0
pixeljets.com 7y ago

Clickhouse as a Replacement for ELK, Big Query and TimescaleDB

jetter
3pts0
pixeljets.com 7y ago

Good thing in PHP nobody talks about

jetter
69pts67
pixeljets.com 8y ago

Vue.js vs. React: what happened in 2017

jetter
285pts167
pixeljets.com 9y ago

Why we chose Vue.js over React

jetter
377pts249

I agree, my main concern regarding Google AI products is this endless pain around the UX of login / billing / upgrades / product sunsets... but their LLM models are good and Antigravity 2.0 is not that bad either (unless you lost all you Antigravity 1.0 setup and projects - like many people did)

FreeCAD v1.1 4 months ago

Did you try modelrift.com ? Its openscad + ai but way more convenient to preview results in realtime and iterate via annotated screenshots

Gemini 3 Deep Think 5 months ago

building a benchmark is a great idea, thanks, maybe I will have a couple of days to spend on this soon

Gemini 3 Deep Think 5 months ago

Thank you for this feedback, very valuable! I am using Bambu as well - perfect to get things printed without much hassle. Not sure if direct push to printer is possible though, as their ecosystem looks pretty closed. It would be a perfect use case - if we could use ModelRift to design a model on a mobile phone and push to print..

Gemini 3 Deep Think 5 months ago

it is interesting that the video demo is generating .stl model. I run a lot of tests of LLMs generating OpenSCAD code (as I have recently launched https://modelrift.com text-to-CAD AI editor) and Gemini 3 family LLMs are actually giving the best price-to-performance ratio now. But they are very, VERY far from being able to spit out a complex OpenSCAD model in one shot. So, I had to implement a full fledged "screenshot-vibe-coding" workflow where you draw arrows on 3d model snapshot to explain to LLM what is wrong with the geometry. Without human in the loop, all top tier LLMs hallucinate at debugging 3d geometry in agentic mode - and fail spectacularly.

If you like OpenSCAD, you should check https://modelrift.com which is an OpenSCAD browser-based IDE which uses LLM to generate .scad and instantly shows the .stl 3d model result via 3d model viewer. Since AI models are still not good at openscad, the useful feature of modelrift is the "screenshot-powered" iteration where human annotates visual problems and sends it back to AI assistant to fix, all using hotkey shortcuts.

I use Clickhouse to store close to 1TB of API analytics data (which would be 10TB in MongoDB, Clickhouse has insane compression ) and it's a wonderful and stable SQL-first alternative to DuckDB - which is a very exciting piece of software, but is indeed too young to embed into boring production. The last time I checked DuckDB npm package, it used callbacks instead of awaits..

Interesting test suite, thanks! I have tested scrapeninja.net via https://scrapeninja.net/scraper-sandbox and I got { "puppeteerEvaluationScript": "OK", "webdriverPresent": "OK", "connectionRTT": "OK", "refMatch": "OK", "overrideTest": "OK", "overflowTest": "OK", "puppeteerExtraStealthUsed": "OK", "inconsistentWebWorkerNavigatorPropery": "OK", "inconsistentServiceWorkerNavigatorPropery": "OK" }

and ip range of "us" geo proxy gives is_abuse: true. Consider this to be okayish though, given that this is a default proxy pool.

For me, it is always a pain to write and test cheerio code unless I was doing it on the previous week. The syntax of cheerio is somewhat similar to jQuery, but this is still node.js, and not "real" DOM.

I was suffering every time I was googling for "Cheerio quick examples", so I have built a cheerio sandbox to quickly test cheerio syntax against various test inputs. This is already helpful for myself and saves me up to 15-30 minutes on every simple scraper I am writing, I think, just because I have working selectors samples at hand and I can quickly test my new selectors.