Viewing profile — onmai-xyz
onmai-xyz
HN member- Joined
- Thu, Sep 07, 2017, 2:27 AM UTC
- HN karma
- 7
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About onmai-xyz
Recent public activity
-
comment
Comment #46622822
If you control the ssh server it can be configured to only allow what you want. Certainly tedious but I would consider it worth while as it stands with agents being well, agentic.
-
comment
Comment #35183346
Yellow could be used to start the sequence in reverse order. You are stopped at an intersection with a red light, light turns yellow for a brief time indicating proceed with cautio…
-
comment
Comment #18958355
Speaking from user space that has G65 macro-b option, not machine tool builder (sudo) space. >I think of G-code as ASM. >Eventually, something actuates a servo, and servos don’t un…
-
comment
Comment #18948121
Have you been able to arrive at any clear repeatable structure in your macro programming, or is it just ad-hoc make it fit for this job and this machine? Asking, because I am tryin…
-
comment
Comment #18948104
>G-code is the most hilariously bad language Let's do a web site programming analogy(weak but relatable), because JS is now a mature programming language with advanced interpreters…
-
comment
Comment #18944647
Tooling data in a G-Code data structure bootstrapped with G65 and M98 would support fixture models. Certainly a chicken and egg problem though, my ideal future would have CAD files…
-
comment
Comment #18942012
>machinist still needs to load everything correctly. It's very easy to make a mistake. Tool configuration is kinda-sorta solved with ISO 13399, this is being supported in more and …
-
comment
Comment #18941806
A good G-Code variant would roll up the un-rolled loops and separate the geometry data from the tool config data. This is what the view of a CAM IDE presents, G-Code source can be …
-
comment
Comment #16812036
$ rm file $ echo $? $ 0 Silent, unless you go looking. The return value of the last executed command is available as $?. I picked this up at http://www.rsync.net/resources/howto/re…
-
comment
Comment #15381690
Mechanical engineers are overseeing a software sub-culture with regards to many of their creations being physically manifested. CAD/CAM that spits out g-code to run on mother machi…