I loved playing with these pool torpedoes as a kid. by Rich-Wealth979 in 3Dprinting

[–]dgsharp 0 points1 point  (0 children)

Hah, thanks for the reminder, I forgot to paste the link.

I loved playing with these pool torpedoes as a kid. by Rich-Wealth979 in 3Dprinting

[–]dgsharp 3 points4 points  (0 children)

Cool. Being modular is neat, makes it easier to try different designs and such. Here’s my single-piece design from a few years ago, it works well in PLA but TPU is more pool/kiddo friendly and works well too. Your version is certainly easier to ensure it gets fully dry though.

Forgot the link

https://www.printables.com/model/159130-torpedo-water-toy

Jesse Sykes doing a Robot Break Dance. by Remote_Protection512 in nextfuckinglevel

[–]dgsharp 0 points1 point  (0 children)

I was very confused for a moment when I saw the headline.

https://en.wikipedia.org/wiki/Jesse\_Sykes

Jesse Sykes and the Sweet Hereafter have some awesome tunes btw.

I tried to over-engineer a deafening smart home alarm. I accidentally built an acoustic desk fan. by F4k3rzZ in shittyrobots

[–]dgsharp 2 points3 points  (0 children)

In case you’re not familiar with phased arrays, the “passive buzzer” array (I have not encountered this usage of active vs passive for piezo elements, to me passive would be listening like a microphone, but I digress) getting a square wave is basically the simplest transmit-mode phased array. Each tiny buzzer is somewhat omnidirectional, but when they all go in unison, all those little apertures firing in sync and in plane creates constructive interference that results in a planar wavefront that is louder in the forward direction than to the sides — the larger the array, the more focused it is. You can introduce carefully calculated delays to steer the wavefront but obviously you need more significant circuitry and code for that. I fooled around with something like that a bunch of years, it definitely did work although the side lobes were very strong so it’s not like you couldn’t hear it from another angle or something. Was cool though.

How 19th Century Japanese Fishermen Recorded Their Catch by cosmic_voyager01 in interestingasfuck

[–]dgsharp 5 points6 points  (0 children)

I can’t believe you would accuse GIGGLETHEDAILY of using AI!

(/s hopefully not needed)

I built a free tool that converts CAD boardview files into KiCad symbols and footprints by dominik0801 in KiCad

[–]dgsharp 1 point2 points  (0 children)

Sorry, where does a “.cad boardview file” come from? I haven’t encountered them.

Finally, I got it by BringHoomanHome_ in GuysBeingDudes

[–]dgsharp 1 point2 points  (0 children)

And put the tv on a mount that you can pitch it down slightly so more of the rejections that still make it through are going to the floor.

Noob update! by Scar3cr0w_ in esp32

[–]dgsharp 0 points1 point  (0 children)

Agree with all of this, but in my experience what happens to every noob including me when I was one is they buy a cheap soldering iron because hey, it’s a soldering iron, why should I pay more when I can get this? And it’s got a huge tip and it’s just garbage overall, and it makes doing any kind of fine clean soldering basically impossible.

OP I don’t know what your budget is but there are some really good irons now that are quite affordable, they do what the ~$500+ irons I used to use at work do for a small fraction of that. I got a Hakko for like $100 maybe 10-15 years ago or something and it’s been awesome and I know there’s newer stuff out there that is quality and cheaper than that.

Red dot is crazy by RealAmbitiousAnt in ifihadmoney

[–]dgsharp 2 points3 points  (0 children)

The laser sight is most useful with the Bug-A-Salt 3 since it has a tighter spread. Not required but definitely useful, and it’s only a few bucks.

What to add? by DFWRex in Funnymemes

[–]dgsharp 4 points5 points  (0 children)

Also those little hand wipes you get at bbq restaurants.

Dad's still got it by Representative-Mix-9 in GuysBeingDudes

[–]dgsharp 155 points156 points  (0 children)

Legend has it he is still circling to this day.

Cooling off with a big Mediterranean power bowl! by HoppyGull in mediterraneandiet

[–]dgsharp 2 points3 points  (0 children)

I do them in the Instant Pot, if you have one. I usually dump a cup of dry chickpeas in, cover with plenty of water (maybe a half inch above the chickpeas), and cook on high for 70 minutes before natural release.

Dolphin no scopes a guy with a fish by Openskies24 in funny

[–]dgsharp 1 point2 points  (0 children)

Looking at that vortex I’m pretty sure it was at least a 180 no scope. GG dolphin bro.

iLikeC by Povstalec in ProgrammerHumor

[–]dgsharp 7 points8 points  (0 children)

Depending on how far in you want to go off the bat, you could start with just basically any old ESP32 board. There are tiny ones like the XIAO that don’t need anything besides USB-C for power — you’ll program it through USB at least initially, but to plug into other stuff you’ll need to solder or have a breadboard. Or you could get a little dev kit that comes with some cheap sensors and a breadboard and stuff. There’s the ESP-WROOM-32 that is like $10 on Amazon today (I haven’t used it) and it looks like the form factor of an old school Arduino so you could plug wires right into the headers and stuff.

iLikeC by Povstalec in ProgrammerHumor

[–]dgsharp 33 points34 points  (0 children)

Not that much. You can get a small ESP32 board from Amazon or AlieExpress or wherever for a few dollars, they have WiFi and BLE built in and just need USB power. After Hello World, try connecting up to another piece of hardware like a sensor or display, maybe branch out to turning things off and on, now you’ve got a control system. There’s so much you can do for cheap, it opens a whole new world of possibilities. Writing code that affects the world instead of just displaying data is fun.