HackerLangs
TopNewTrendsCommentsPastAskShowJobs

ecto

no profile record

Submissions

The Importance of Being Idempotent

campedersen.com
3 points·by ecto·il y a 2 mois·2 comments

OneMinusDiv is all you need

campedersen.com
2 points·by ecto·il y a 3 mois·1 comments

How to Get to Tomorrow

campedersen.com
5 points·by ecto·il y a 3 mois·0 comments

Neural Boids

campedersen.com
99 points·by ecto·il y a 4 mois·51 comments

phyz@home: distributed quantum gravity

home.phyz.dev
2 points·by ecto·il y a 4 mois·1 comments

Area Man Discovers Gravity

campedersen.com
3 points·by ecto·il y a 4 mois·1 comments

_ Considered Harmful

campedersen.com
2 points·by ecto·il y a 5 mois·1 comments

Loon Is a Lisp

campedersen.com
6 points·by ecto·il y a 5 mois·1 comments

phyz: Differentiable Physics Engine for Rust

phyz.dev
4 points·by ecto·il y a 5 mois·0 comments

Paper, Scissors, Gravity

campedersen.com
3 points·by ecto·il y a 5 mois·1 comments

The $6 Bug

campedersen.com
1 points·by ecto·il y a 5 mois·0 comments

The Singularity will occur on a Tuesday

campedersen.com
1,381 points·by ecto·il y a 5 mois·756 comments

cad0: A Text-to-CAD Model

campedersen.com
9 points·by ecto·il y a 5 mois·2 comments

The King and the Wizard

campedersen.com
2 points·by ecto·il y a 5 mois·0 comments

Vcad: Free BRep CAD in the Browser

vcad.io
48 points·by ecto·il y a 5 mois·40 comments

Cutting Up Curved Things

campedersen.com
47 points·by ecto·il y a 5 mois·12 comments

2D or Not 2D

campedersen.com
2 points·by ecto·il y a 5 mois·0 comments

Building a CAD kernel in one night

campedersen.com
5 points·by ecto·il y a 5 mois·2 comments

Parametric CAD in Rust

campedersen.com
241 points·by ecto·il y a 5 mois·172 comments

Hung by a thread

campedersen.com
19 points·by ecto·il y a 6 mois·19 comments

comments

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