Live data from Hacker News

Viewing profile — c-jiph

c-jiph

HN member
Joined
Mon, Nov 23, 2020, 1:55 AM UTC
HN karma
3
Public activity
2 items

About c-jiph

No profile information was provided.

Recent public activity

  1. comment
    Comment #46729625

    Yeah using AI to do a first stage pass seems to work well. I did something similar with Nano Banana: https://github.com/c-jiph/bitmap-to-gcode I didn't actually end up playing with…

  2. comment
    Comment #25182908

    > (To the best of my knowledge, there is as of 2020 no purely pythonic way to write one-lined try-blocks.) You can do this using contexlib. For example the following in pwk: try: {…