Dramp
@drpagano.bsky.social
43 followers 170 following 98 posts
Engineering Design educator making stuff in his free time. Graphics are generated using Python.
Posts Media Videos Starter Packs
I've been totally sucked in by a puzzle in #EliteDangerous. I don't even play this game
A reference key of glyphs hidden in the spectrogram of an audio signal from the video game Elite Dangerous. The glyphs look like scrawled symbols in scratchy handwriting. Each is labeled with a red number by a computer vision algorithm.
Cool idea! I wonder a different grid system would make the word searching part more intuitive. It would make indexing in your code a lot harder, but a triangular or hexagonal grid may help by changing the number of available neighbors?
Wonderful! The little shadows really add a ton
Do you have any insight into when its best to move from exploration to implementation, or bounce back and forth? My sense is that this awareness is gained through practical experience in different problem spaces, and over time you learn to "feel" it. This makes it a tricky process to teach though!
To me, the advice to fully explore the problem-space is most useful for novices who need to be deliberate about not committing to a solution too soon.
On the other hand, experts can often do this exploration work implicitly by drawing from relevant experience to inform viable directions forward.
I think the ability to effectively switch between different design spaces is something that is developed over time, with expertise. Novices and learners tend to become quickly attached to early solutions because they offer solid ground in uncertain and ambiguous phases of the design process.
Oh that's awesome! Unfortunately, the video compression is really getting in the way...
Man I hate the phrase "Vibe coding"

The least you can do is be honest with yourself.
First wood carving from my upgraded plotter! Results aren't outstanding, but it is a very solid first effort
This one is tuned a bit better - very happy with this result!
Plotter rebuild has begun #PenPlotter #PlotterArt
Modified my cross-hatch shading algorithm to work with random pattern fills! On the left I'm using interactions between sin waves for shading, the right shows a traditional cross-hatching method.

This model of The Veiled Woman by Corradini in the Louvre is from ScanTheWorld (mmf.io/o/6479)
A line drawing of a sculpture of a The Veiled Woman by Corradini on display at the Louvre. Shading is accomplished by interacting sin waves. A line drawing of a sculpture of a The Veiled Woman by Corradini on display at the Louvre. Shading is accomplished by cross-hatching.
(you didn't ask but) the pitch of an ocarina is based largely on the "effective size" of the sound hole. Uncovering a finger hole increases the overall "effective size", and changes the pitch. So, if you change the size of the finger holes you can tune the notes! More holes should increase the range
You can also bend the bit of wire sticking through the hole toward your potentiometer pit to create a little bridge that the solder will stick to
You'd still be bridging with a pool of solder, but just to the neighboring hole that then has a wire attached.
Solder the pots to the board, connect the traces together with wire - best of both worlds.
Perf board is always a bit of a hassle, but you do need the traces/pads to solder to regardless. I prefer using wire jumpers instead of trying to bridge traces with solder because of the problem youre facing - the solder is designed to not stick between the copper bits so you do need to pool a bit.
Oh I see now - those larger case pins might not need to be connected to anything for the pot to function if you already have a ground pin and your application isn't super noise sensitive. If they are a hassle, you might be able to bend them out of the way and ignore them altogether!
Also make sure you connect the right pins to GND and High etc. I don't know what your pinout is so I just picked at random
If you move your pots down a row, solder on the orange spots to get your GND and high volt raisl. Then add wires to the blue spots to get the signal out from the potentiometers.

Also flux helps, but most electrical solder is flux core and it is not totally necessary for through-hole soldering.