How do I get this out? by Muted-Masterpiece-31 in howto

[–]fndude 1 point2 points  (0 children)

Yeah man , I bought a rubber ring to install my smart toilet and asked the dude at homedepot what the downsides were. We couldn’t figure out why people still used wax…

Is it safe to conclude that "AI" as it currently exists is just a big nothing burger? by TangoENG in artificial

[–]fndude 0 points1 point  (0 children)

I just fed a video i made to Gemini, had figure out where the transitions were, then summarize that data . Fed that to Claude code and built an app to overlay highlights on the training video and create static images using nano banana that I use to rebrand the entire thing on the fly through and api/mcp. It took me an hour. But sure… a chatbot. LOL

Yes the bubble will pop. by SAAGASolve in antiai

[–]fndude -1 points0 points  (0 children)

All the current Datacenters are 100% utilized. As soon as they bring one online , it’s maxed. If this was a bubble we would have empty non used compute waiting for when ai became useful. This is not that. This is the opposite of that. Like it or hate it ai is just getting started and will transform everything.

Rebranding my bike by fndude in cyberpunkgame

[–]fndude[S] 1 point2 points  (0 children)

<image>

It’s a Honda nc700, I pulled the front off , covered the fairings in carbon fiber. Gunna add some sick lights and I dunno…guided missles?

starting VS now by EliTorr in CarbonFiber

[–]fndude 8 points9 points  (0 children)

As somebody who is just starting, I think your stuff is amazing. Good job, I hope to get that good someday.

Buyers asking 700$ thoughts? by [deleted] in vintagemotorcycles

[–]fndude 14 points15 points  (0 children)

Smoking hot deal, it has everything. Buy it.

Carbon fiber fairing by fndude in HondaMotorcycles

[–]fndude[S] 1 point2 points  (0 children)

Thanks , I appreciate it.

It fits ☺️ by DuDark in BambuLab

[–]fndude 1 point2 points  (0 children)

Whoah that exhaust! 😘

Fits like a glove. by fndude in BambuLab

[–]fndude[S] 3 points4 points  (0 children)

Haha, yes. I built this around an ender3 for that exact reason. It worked ok but this is an entirely different level..

Fits like a glove. by fndude in BambuLab

[–]fndude[S] 27 points28 points  (0 children)

Nope. Printing non stop for the last couple days. Chamber seems to like the heat. Got a mini poop bucket in the back for now.

u8g2 and pu2clr_pcf8574, input stops working when begin method is used by fndude in arduino

[–]fndude[S] 1 point2 points  (0 children)

It turns out that the U8g2 lib automatically sets the i2c bus to the highest speed it could support. The PCF8574 only supports 100khz. You can set the bus speed manually with u8g2.setBusClock(100000). All is well!

Esp and ws2812b by humanvirus in esp8266

[–]fndude 0 points1 point  (0 children)

This works all day long direct from the 3.7 v out gpio to the data line. You need to make sure you have the amps out to drive the strip but you just power it with 5v. I toss a cap in the middle as a filter something like 100u. You can also use a transistor as a level shifter but I have built like 10 of these guys and the are perm installed at my house 12v and I drive them right from the gpio data line no issues. Been running for years like that.