HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ecto

no profile record

Submissions

The Importance of Being Idempotent

campedersen.com
3 points·by ecto·قبل شهرين·2 comments

OneMinusDiv is all you need

campedersen.com
2 points·by ecto·قبل 3 أشهر·1 comments

How to Get to Tomorrow

campedersen.com
5 points·by ecto·قبل 3 أشهر·0 comments

Neural Boids

campedersen.com
99 points·by ecto·قبل 4 أشهر·51 comments

phyz@home: distributed quantum gravity

home.phyz.dev
2 points·by ecto·قبل 4 أشهر·1 comments

Area Man Discovers Gravity

campedersen.com
3 points·by ecto·قبل 4 أشهر·1 comments

_ Considered Harmful

campedersen.com
2 points·by ecto·قبل 5 أشهر·1 comments

Loon Is a Lisp

campedersen.com
6 points·by ecto·قبل 5 أشهر·1 comments

phyz: Differentiable Physics Engine for Rust

phyz.dev
4 points·by ecto·قبل 5 أشهر·0 comments

Paper, Scissors, Gravity

campedersen.com
3 points·by ecto·قبل 5 أشهر·1 comments

The $6 Bug

campedersen.com
1 points·by ecto·قبل 5 أشهر·0 comments

The Singularity will occur on a Tuesday

campedersen.com
1,381 points·by ecto·قبل 5 أشهر·756 comments

cad0: A Text-to-CAD Model

campedersen.com
9 points·by ecto·قبل 5 أشهر·2 comments

The King and the Wizard

campedersen.com
2 points·by ecto·قبل 5 أشهر·0 comments

Vcad: Free BRep CAD in the Browser

vcad.io
48 points·by ecto·قبل 5 أشهر·40 comments

Cutting Up Curved Things

campedersen.com
47 points·by ecto·قبل 5 أشهر·12 comments

2D or Not 2D

campedersen.com
2 points·by ecto·قبل 5 أشهر·0 comments

Building a CAD kernel in one night

campedersen.com
5 points·by ecto·قبل 5 أشهر·2 comments

Parametric CAD in Rust

campedersen.com
241 points·by ecto·قبل 5 أشهر·172 comments

Hung by a thread

campedersen.com
19 points·by ecto·قبل 6 أشهر·19 comments

comments

ecto
·قبل 10 أيام·discuss
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
·الشهر الماضي·discuss
I made my own lisp, Loon! https://campedersen.com/loon
ecto
·قبل شهرين·discuss
Thx for reading!
ecto
·قبل شهرين·discuss
They say ethics and aesthetics are one!
ecto
·قبل شهرين·discuss
Great chrestomathy! I opened a PR for my lisp, Loon: https://github.com/clarkgrubb/hyperpolyglot/pull/139
ecto
·قبل شهرين·discuss
Don't be nasty - how could they make it better?
ecto
·قبل شهرين·discuss
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
·قبل شهرين·discuss
Thanks for trying. What doesn't work? What did you try? If you're specific I'm happy to fix it.
ecto
·قبل شهرين·discuss
Can you give specific examples?
ecto
·قبل شهرين·discuss
(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
·قبل شهرين·discuss
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
·قبل شهرين·discuss
I'm building https://vcad.io, a free CAD application with an open source kernel (Rust/WASM)!
ecto
·قبل شهرين·discuss
ARC refcounts everything (many owners) whereas Loon refcounts only inside immutable shared tree nodes (one owner per handle)
ecto
·قبل شهرين·discuss
Thanks :) Check out the code - it's Loon! https://github.com/ecto/loon/blob/main/web/src/pages/guide/o...
ecto
·قبل شهرين·discuss
There are many like it, but this one is mine https://loonlang.com
ecto
·قبل شهرين·discuss
Readers may enjoy my lisp, Loon, which takes heavy inspiration from Rust https://loonlang.com/guide/ownership
ecto
·قبل 3 أشهر·discuss
author here - the demos in the article are actually the Rust code compiled to WASM and running in your browser :)
ecto
·قبل 3 أشهر·discuss
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 أشهر·discuss
<3
ecto
·قبل 4 أشهر·discuss
Thanks for the bug report! I'll have some time later this week to look into it. Just had a baby :)