Viewing profile — m-a-t-t-i
m-a-t-t-i
HN member- Joined
- Sat, Feb 11, 2023, 5:18 PM UTC
- HN karma
- 105
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About m-a-t-t-i
matti@i-t-s-e.com
Recent public activity
-
comment
Comment #46848537
Here is a page that collects material related to the Platonic space: https://thoughtforms.life/symposium-on-the-platonic-space/
-
comment
Comment #46689716
In spotlight search, you can hold down cmd to show the path of the selected file. And cmd + enter will open the containing folder in finder.
-
comment
Comment #46242112
You can also point to font files with @font-face. I use a small custom font that's only 16 KB. Although, when opening the file locally, you have to first disable local file restric…
-
comment
Comment #45073156
If you prefer hands-on learning, How to Design Programs is pretty good resource for the foundations, with lots of examples and exercises: https://htdp.org But learning the basics o…
-
comment
Comment #45061241
Here is one excellent resource for all of the things you mentioned: Introduction to Computing with Geometry by Dr. C.-K. Shene https://pages.mtu.edu/~shene/COURSES/cs3621/NOTES/ Wh…
-
comment
Comment #44713287
I needed my own CAD setup that can draw the detailed assembly instructions as 3D vector drawings. And that can also derive the assembly order from a graph based garment representat…
-
comment
Comment #44709291
Yeah, morphing is really the key idea here. You don't have to make all design decisions beforehand, but can wear something for a while and then make changes based on your needs & o…
-
comment
Comment #44708322
I've tried some footwear! These had a really soft rubber soles, but I've also made ones where the soles were cut from a sheet of hard Vibram rubber: https://self-assembly.fi/canvas…
-
comment
Comment #44708313
Yeah, I've been wearing and washing the prototypes for years now.
-
comment
Comment #44708307
Here's a recent interview: https://www.youtube.com/watch?v=85fy8cXpkyk Also, I've been working on this for a while under a beta version called Self-Assembly, which was a bit more f…
-
comment
Comment #44704477
Working on fabric construction blocks (like Lego of clothing), that you can use to build clothing and accessories completely by hand without any tools or machines. Intro video: htt…
-
comment
Comment #44192329
Yeah, paths are saved in an array where each path segment is a list of control points coupled with the corresponding path command (M, L, C). Those can be used to recreate the path …
-
comment
Comment #44190641
Interesting, I've been doing 3D SVG by storing the xyz-coordinates in a separate array and using inlined javascript to calculate & refresh the 2D coordinates of the SVG items thems…
-
comment
Comment #43668471
It's pretty easy to store custom instructions in plain SVG files and interpret them in with your reader. For example I have a multi-purpose laser-cutter / plotter and I use opacity…
-
comment
Comment #41544060
Would be great if the tags field allowed freeform input instead of choosing from a set of existing tags. My preferred tags would have been Design, Fashion, Digital fabrication, Com…