Preferences

willrshansen
Joined 14 karma

  1. The first example on the main page has a formula with two variables being updated from changing one value. The immediate question I have is if I change the output, where does the extra degree of freedom come from on the inputs? Does one stay locked in place? Unclear.

    I am a huge fan of the concept though. It's been bugging me for years that my spreadsheet doesn't allow editing text fields after filtering and sorting them down to the subset I want. I have to go all the way back to the mess of unsorted input rows to actually edit them.

  2. Thought this was going to be about the new discovery of a 1d spaceship in conway's game of life. Stuff is nuts. https://conwaylife.com/book/conway_life_book.pdf
  3. I remain utterly baffled how they made a lisp compiler with malbolge
  4. 2nd order offset. The offset from the <offset from the start of the file>
  5. And so it falls to me to link the relevant SMBC: https://www.smbc-comics.com/comic/2011-02-17
  6. I got into FreeCAD's python interface, and then Cadquery for 3d printing a few years back, and I think you've got about 70% of the solution.

    Things you've got right:

       - Human-readable text file is source of truth
       - GUI editing is first-class, because it's easier to work on (most of the time)
    
    Features your proposed solution is missing that I want:

       - Full power of an established programming language.  Yaml or json won't cut it.
       - Code and GUI on equal footing.  Edit in GUI -> see generated code.  Edit in code -> see result on model.
    
    The main problem with Cadquery is that it's entirely code-first, and you lose out on the intuitiveness of GUI editing

    One of the less obvious things I really like about dealing with code cad is that feature selection can be based on intent. Like "upper-rightmost feature" rather than "feature closest to this coordinate I just clicked". There's got to be a good way to incorporate this aspect into the "edit in GUI -> code is generated" step (without just requiring manual code editing), but I'm not good enough at UX immediately see it.

This user hasn’t submitted anything.

Keyboard Shortcuts

Story Lists

j
Next story
k
Previous story
Shift+j
Last story
Shift+k
First story
o Enter
Go to story URL
c
Go to comments
u
Go to author

Navigation

Shift+t
Go to top stories
Shift+n
Go to new stories
Shift+b
Go to best stories
Shift+a
Go to Ask HN
Shift+s
Go to Show HN

Miscellaneous

?
Show this modal