HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ecto

no profile record

投稿

The Importance of Being Idempotent

campedersen.com
3 ポイント·投稿者 ecto·2 か月前·2 コメント

OneMinusDiv is all you need

campedersen.com
2 ポイント·投稿者 ecto·3 か月前·1 コメント

How to Get to Tomorrow

campedersen.com
5 ポイント·投稿者 ecto·3 か月前·0 コメント

Neural Boids

campedersen.com
99 ポイント·投稿者 ecto·4 か月前·51 コメント

phyz@home: distributed quantum gravity

home.phyz.dev
2 ポイント·投稿者 ecto·4 か月前·1 コメント

Area Man Discovers Gravity

campedersen.com
3 ポイント·投稿者 ecto·4 か月前·1 コメント

_ Considered Harmful

campedersen.com
2 ポイント·投稿者 ecto·5 か月前·1 コメント

Loon Is a Lisp

campedersen.com
6 ポイント·投稿者 ecto·5 か月前·1 コメント

phyz: Differentiable Physics Engine for Rust

phyz.dev
4 ポイント·投稿者 ecto·5 か月前·0 コメント

Paper, Scissors, Gravity

campedersen.com
3 ポイント·投稿者 ecto·5 か月前·1 コメント

The $6 Bug

campedersen.com
1 ポイント·投稿者 ecto·5 か月前·0 コメント

The Singularity will occur on a Tuesday

campedersen.com
1,381 ポイント·投稿者 ecto·5 か月前·756 コメント

cad0: A Text-to-CAD Model

campedersen.com
9 ポイント·投稿者 ecto·5 か月前·2 コメント

The King and the Wizard

campedersen.com
2 ポイント·投稿者 ecto·5 か月前·0 コメント

Vcad: Free BRep CAD in the Browser

vcad.io
48 ポイント·投稿者 ecto·5 か月前·40 コメント

Cutting Up Curved Things

campedersen.com
47 ポイント·投稿者 ecto·5 か月前·12 コメント

2D or Not 2D

campedersen.com
2 ポイント·投稿者 ecto·5 か月前·0 コメント

Building a CAD kernel in one night

campedersen.com
5 ポイント·投稿者 ecto·5 か月前·2 コメント

Parametric CAD in Rust

campedersen.com
241 ポイント·投稿者 ecto·5 か月前·172 コメント

Hung by a thread

campedersen.com
19 ポイント·投稿者 ecto·6 か月前·19 コメント

コメント

ecto
·10 日前·議論
All of your arguments are broad, baseless, and trivially disprovable.

There absolutely is political will to enable a police state, and history absolutely rhymes.
ecto
·先月·議論
I made my own lisp, Loon! https://campedersen.com/loon
ecto
·2 か月前·議論
Thx for reading!
ecto
·2 か月前·議論
They say ethics and aesthetics are one!
ecto
·2 か月前·議論
Great chrestomathy! I opened a PR for my lisp, Loon: https://github.com/clarkgrubb/hyperpolyglot/pull/139
ecto
·2 か月前·議論
Don't be nasty - how could they make it better?
ecto
·2 か月前·議論
Tessellation is simply required to render the IR. The viewport is guiding the cursor to the vertices (perhaps a bug) but the engine is not forcing their use. I also built a ray caster :)

What wasn't working? I would love real feedback -
ecto
·2 か月前·議論
Thanks for trying. What doesn't work? What did you try? If you're specific I'm happy to fix it.
ecto
·2 か月前·議論
Can you give specific examples?
ecto
·2 か月前·議論
(forgot to mention, it's wired up to Claude so you can vibe CAD, like OP but with a few more steps - I'd like to train a similar model soon! I also wrote about my first stab at this https://campedersen.com/cad0)
ecto
·2 か月前·議論
Readers may also enjoy my open source Rust BRep CAD kernel https://github.com/ecto/vcad or the hosted version at https://vcad.io.

I also wrote a bit about what goes into CAD apps! https://campedersen.com/tessellation
ecto
·2 か月前·議論
I'm building https://vcad.io, a free CAD application with an open source kernel (Rust/WASM)!
ecto
·2 か月前·議論
ARC refcounts everything (many owners) whereas Loon refcounts only inside immutable shared tree nodes (one owner per handle)
ecto
·2 か月前·議論
Thanks :) Check out the code - it's Loon! https://github.com/ecto/loon/blob/main/web/src/pages/guide/o...
ecto
·2 か月前·議論
There are many like it, but this one is mine https://loonlang.com
ecto
·2 か月前·議論
Readers may enjoy my lisp, Loon, which takes heavy inspiration from Rust https://loonlang.com/guide/ownership
ecto
·3 か月前·議論
author here - the demos in the article are actually the Rust code compiled to WASM and running in your browser :)
ecto
·3 か月前·議論
Here's my take on CAD in the browser! https://vcad.io

I implemented a full kernel in rust and compile it to wasm https://github.com/ecto/vcad
ecto
·4 か月前·議論
<3
ecto
·4 か月前·議論
Thanks for the bug report! I'll have some time later this week to look into it. Just had a baby :)