home.social
  1. I tried writing an in by giving instructions by the integrated . After ten minutes of instructions, that appeared very promising, I ended up with an application that crashes at startup, and Gemini entered an infinte loop trying to fix it. I guess the agents are still not able to replace us...

  2. Here's my latest design and printout on my printer. A bracket for connecting a 80mm fan to cool down a harddrive.

  3. 1/2

    I have recently played around with the in , and though as fantastic as they are, there is something which is bothering me with these brushes and that is the repetitive pattern and lack of randomization. E.g. in the following image from youtube.com/watch?v=YxMfMSzBaz video you can see the same ridge pattern at different places in the image.

  4. I just published a server and client for accessing a remote filesystem on a micropython device by mqtt.

    See:

    github.com/dov/upython-mqtt-fi

    Meanwhile I have used it for uploading photos to my device.

    This library solves the "grandma problem" of how to place a photo frame on grandma's mantle piece and push images to it without her interaction.

  5. First time I'm playing around with sniffing USB traffic with a 5 USD, 24 MBit/s logic analyser from AliExpress connected to my desktop running . Now I have to figure out what to do with the acquired data.

  6. I have turned my into a digital photoframe. Images are uploaded to it through So the pimoroni frame can in principle be placed "anywhere on the internet" with mqtt broker access, and then you can upload images to it from afar.

    I plan to publish the code on github in the next few days.

  7. Using , I designed a cover for my explorer, which I then printed on my printer.

  8. Here is my work in progress automatic slide scanner project. There are several designed parts, some modified parts, an controller for my motors. Next step is to setup my mirror less camera and automatically scan and download the photos by python to my host and then process the raw files in .

  9. I managed to compile for on the . 🙂 My changes are at: github.com/dov/love/tree/r36s

  10. I finally wrote a short guide about how to write native programs for the handheld "game computer" running and plug them into . See:

    See: github.com/dov/r36s-programming

  11. I recently got myself a box which is really a cute system. Of course, I had to program it, which was actually quite easy, using either or with . The programs can easily be plugged in to running on the device. I did the editing using from over Here are some screenshots. I thought about writing a post describing the experience if there is interest.

  12. I wrote a minimal footprint file viewer using . I finally feel that I'm getting the hang of 🙂

    See: github.com/vsg-dev/VulkanScene

  13. I wrote a like program using (). Slowly, slowly, am I starting to understand how to use this awesome library. See: github.com/vsg-dev/vsgExamples

  14. I created a new repo for a viewer based on and . We'll see what features I'll add. But blender like view directions, auto reload, and quickly moving between files on the disk by space and backspace are on my short list.

    See: github.com/dov/qtvsgviewer

  15. I made my first PR for , or rather for vsgExamples. A gizmo axis that tracks the rotation of the main view.

  16. I just published a short intro to my image and vector viewer . See: youtu.be/AD45x79Vqi8

  17. Here's my latest creation with and printout with PETG on my . An adapter between my macro lens and an illuminated negative and slide holder. The adapter fixes the alignment, the distance and straight light between the negative and the lens. A small scissor table also helps for the alignment.

  18. I like toys and gadgets. So I got myself a . Attached is the first program I wrote for it, written in with . The program lets me control a directed cursor with the space mouse. You have a amazing and fast control, though I still fill that my brain is learning new patterns. I'm sure you could use it for games. Any ideas?

    My next planned step is using it for controlling the camera in .

  19. Here's my latest construction with and printed in PETG on my printing . A bracket for attaching my rear light to my bicycle.

  20. Finally, after a long time, I finished my macro lens to negative scanner adapter, modeled with . And I then tried to it with PLA my Creality K1 printer. The result was a disaster. Even though I had cleaned the bed and applied glue, did the parts not stick to the plate. I got a terrible spongy texture on the legs (but not on the support structures)! Now I have to figure out what went wrong, before printing again.

  21. There are two things that always fascinated me. One, the graphics language developed in And second, connecting various libraries from different sources.

    With that in mind, here's another proof of concept of an interface for loading asymptote paths expressions into .

  22. I added Cubic Bezier support to . I hope to prepare a pull request in a few days.

  23. Here's my latest design in and printed through on my . A shower holder for my soap/shower bottle. This is really an example of "scratching your own itch". 🙂

  24. Thanks for pointing me to this great article on font design with ! Perhaps I’ll extend it with a cursive Hebrew version. That would yield a Hebrew color font. I wonder if there are any other Hebrew color fonts? See: typoday.in/spk_papers/Santhosh

  25. Here's a if your keep falling out of your ears. Use (swimmer's) wax earplugs as a wedge between the earplug and your outer ear. I use half a plug for each ear. Make sure not to cover the microphones.

  26. Wow, it's amazing the amount of traffic that has generated in the last few days since it was announced on . Thank you for all the interest. 🙂

    One issue that has repeatedly come up is the support. Note that currently does not support general svg, but only supports a single svg path. There is not really any technical reason for that and I plan to fix it. Meanwhile, do object-to-path and stroke-to-path before saving the svg graphics.

  27. I just released a new version of including configurable headers and footers! Here is an example that used pango markup and generated a pdf file with paps.

  28. I just reported a a bug in / that causes my program to insert redundant hyphens when turning source code into pdf. I'm ignoring this bug right now and will still create a new version in the next few days. See: gitlab.gnome.org/GNOME/pango/-

  29. I have just recreated my cross compilation environment for compiling my image viewer for windows. See, giv.sourceforge.net/giv/.

    Cross compiling dcmtk, cfitsio, glm, isn't trivial. 😫