HackerLangs
TopNewTrendsCommentsPastAskShowJobs

ecto

no profile record

Submissions

The Importance of Being Idempotent

campedersen.com
3 points·by ecto·2 เดือนที่ผ่านมา·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
·2 เดือนที่ผ่านมา·discuss
Thx for reading!
ecto
·2 เดือนที่ผ่านมา·discuss
They say ethics and aesthetics are one!
ecto
·2 เดือนที่ผ่านมา·discuss
Great chrestomathy! I opened a PR for my lisp, Loon: https://github.com/clarkgrubb/hyperpolyglot/pull/139
ecto
·2 เดือนที่ผ่านมา·discuss
Don't be nasty - how could they make it better?
ecto
·2 เดือนที่ผ่านมา·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
·2 เดือนที่ผ่านมา·discuss
Thanks for trying. What doesn't work? What did you try? If you're specific I'm happy to fix it.
ecto
·2 เดือนที่ผ่านมา·discuss
Can you give specific examples?
ecto
·2 เดือนที่ผ่านมา·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
·2 เดือนที่ผ่านมา·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
·2 เดือนที่ผ่านมา·discuss
I'm building https://vcad.io, a free CAD application with an open source kernel (Rust/WASM)!
ecto
·2 เดือนที่ผ่านมา·discuss
ARC refcounts everything (many owners) whereas Loon refcounts only inside immutable shared tree nodes (one owner per handle)
ecto
·2 เดือนที่ผ่านมา·discuss
Thanks :) Check out the code - it's Loon! https://github.com/ecto/loon/blob/main/web/src/pages/guide/o...
ecto
·2 เดือนที่ผ่านมา·discuss
There are many like it, but this one is mine https://loonlang.com
ecto
·2 เดือนที่ผ่านมา·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 :)