Viewing profile — deadsy
deadsy
HN member- Joined
- Thu, Aug 28, 2008, 4:34 PM UTC
- HN karma
- 65
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About deadsy
No profile information was provided.
Recent public activity
-
comment
Comment #31470685
I wrote this (in golang) to satisfy my need to generate STLs for 3d printing. https://github.com/deadsy/sdfx In general I like to write code to define objects, but there are some s…
- comment
-
comment
Comment #24518603
3d = stl, 2d = svg or dxf
-
comment
Comment #24518514
SDF = signed distance function. A function mapping a 2d/3d coordinate onto a scalar. The scalar is the shortest distance from that point to the surface of the object. (+ve outside,…
-
comment
Comment #24516009
I started with OpenSCAD but: a) found the language to be clunky b) had a hard time doing chamfered unions between objects (needed for sand casting patterns). So - I wrote my own to…
-
comment
Comment #22318470
I wrote a CAD package in Go that has a function for it. https://github.com/deadsy/sdfx func InvoluteGear( numberTeeth int, // number of gear teeth gearModule float64, // pitch circ…
-
comment
Comment #18610944
You sequence the motor, get a pick up from the light sensor and then turn it into a note trigger. It'd be simpler to sequence an array rather than a motor and generate a trigger ba…
-
comment
Comment #15424305
Right - they statically link which means that you typically don't have to worry about shared object dependencies when moving the binary around. You just have big binaries. If you u…
-
comment
Comment #15200689
Premise: It's more important to be productive than to have fast code. Conclusion: Use Python. Is the premise true? For many cases- yes, but it depends. If you are running an applic…
-
comment
Comment #14881458
As an engineer hiring engineers, if a candidate gives me a guthub url then I'm going to take a look. There are too many people coming through the door who are marginal coders, so i…
-
comment
Comment #13803368
>Even something seemingly simple such as saying "is point C to the left or right of the line A->B" is very hard in floating point. Is it? ie - construct a normal and take a dot pro…
-
comment
Comment #10311915
There are other tooth forms that also satisfy the fundamental law of gearing (constant ratio of angular velocity). E.g. cycloid gearing used typically in mechanical clocks. The inv…
-
comment
Comment #9284857
When I was in Stuttgart I made a point of visiting the one they have in the Rathaus. It's an interesting mechanical design, but definitely assumes some personal responsibility on t…
-
comment
Comment #8222433
I'd been curious about this one since it was released in the early 80's. I wrote an emulation in python to satisfy my curiosity. ( https://github.com/deadsy/py_z80 ) My general con…
-
comment
Comment #7046528
The Tensilica guys took this thing an extra step. ie- profile real code to find out what constants are most typically used, enumerate the top n constants, encode the constant with …
-
comment
Comment #6496245
On the off chance that you are not just trolling... You seem to have this retrospective view of technology creation where anything that didn't pan out or doesn't connect to current…
-
comment
Comment #6495989
Babbage did invent the Turing machine - the design was Turing complete. >Robotics is not like mathematics Ever heard of Bayes' theorem?
-
comment
Comment #5687254
I'm not sure what the big deal is. Individuals have been smithing guns since their invention. Hillbillies in the Ozarks could make rifled barrels. People with a manual or cnc mill …
-
comment
Comment #5613913
Atheism is a disbelief in god(s) and doesn't say anything about life after death. To the extent that an atheist might take an evidence based approach to belief they may also disbel…
-
comment
Comment #4712426
Not an expert, but I'd be worried about those hull windows around the bow getting broken as you plowed through waves. Maybe the boat is more of an Apple III than an iPhone.
-
comment
Comment #4522817
... and often the specialised hw doesn't go far enough. ie- i2c and spi hw that doesn't have enough buffering to be left on its own. Either we babysit the interface or we can leave…
-
comment
Comment #3698519
Right. There's a bit of use of the "nano" prefix in the article, but it really should be "micro".
-
comment
Comment #3633061
Brett Victor is very accomplished. I'm pretty sure he understands math. Personally speaking if Brett Victor had a different opinion about something than me than I'd pay careful att…
-
comment
Comment #3437294
>given the privileges corporations receive (like limited liability) Corporations don't receive limited liability. The owners of a corporation have limited liability.
-
comment
Comment #3274595
YACD