BreakPoint

cancel
Showing results for 
Search instead for 
Did you mean: 

Rube Goldberg Code


@Yamaeda wrote:

Not quite RGC, but very fitting to the thread title and idea. 🙂 http://www.haneke.net

/Y


Back when I hosted my own servers... that was the background of my index.html for a while.

 

Along with a bunch of <marquee> and <blink> tags, and an obnoxious .midi that auto-played with controls hidden.

 

I had a bunch of other tessellating animated gif's that I'd rotate through as the background image every now and then. 

 

https://www.youtube.com/watch?v=NNlfmLt1j7g was another I used for a while... (also the ringtone on my phone right now Smiley Very Happy)

Message 1611 of 2,635
(10,933 Views)
Message 1612 of 2,635
(10,880 Views)

This all reminds me of this

 

https://www.youtube.com/watch?v=azl5jxcXCZk

--
Tim Elsey
Certified LabVIEW Architect
Message 1613 of 2,635
(10,846 Views)

(seen here)

 

Another one of those colloquial translations:

 

"So if this is true, I have to do...".

 

Maybe we can blame LabVIEW speak?

 

 

Message 1614 of 2,635
(10,733 Views)

I have this incredible urge to move the controls to the left and the indicators to the right... why would you do that??? It hurts to look at through my OCD eyes.

 

That block diagram affects me the same way this picture does...

cakewrong.jpg

 

My apologies in advance for the anguish this picture causes to all my OCD brethren. Perhaps I should have put it in a spoiler tag with a warning.

Troy - CLD "If a hammer is the only tool you have, everything starts to look like a nail." ~ Maslow/Kaplan - Law of the instrument
Message 1615 of 2,635
(10,685 Views)

@TroyK wrote:

I have this incredible urge to move the controls to the left and the indicators to the right... why would you do that???


I also want to stop it showing everything as icons.

 

Really though they could have gone one further and done a not equal to false 😛

0 Kudos
Message 1616 of 2,635
(10,637 Views)

An example why unbundle by name is sometimes better and more self-documenting:

 

 

(seen here)

0 Kudos
Message 1617 of 2,635
(10,507 Views)

@altenbach wrote:

An example why unbundle by name is sometimes better and more self-documenting:

 

 

(seen here)


Unbundle by name is always better and self-documenting.

 

I challenge anyone to give me an example where bundle and unbundle is better than bundle and unbundle by name.

PaulG.
Retired
0 Kudos
Message 1618 of 2,635
(10,452 Views)

PaulG. wrote:

 

I challenge anyone to give me an example where bundle and unbundle is better than bundle and unbundle by name.


Error wires when I want the code or source?  

 

Even then I probably would use the by name, but when someone uses the normal unbundle on an error wire I don't think what they did is wrong.  Partially because I know what the error cluster contains, 3 unique data types in a specified order, so looking at the unbundle I know what each terminal represents.

 

Maybe this isn't an example of where it is better, but it would probably take less BD space.

Message 1619 of 2,635
(10,448 Views)

There is a single situation where unbundle is better than unbundle by name, when the elements in the cluster (which may have an origin beyond your control) has NO NAMES.

 

Good luck getting at your data without either "cluster to array" or "unbundle" (or flatten to string or flatten to XML but I think unbundle is still a little better)

0 Kudos
Message 1620 of 2,635
(10,376 Views)