06-14-2015 03:49 AM
@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 )
06-15-2015 06:56 AM
I remember seeing some 90s looking websites, and I found more than I expected.
http://mentalfloss.com/article/53792/17-ancient-abandoned-websites-still-work
And a subreddit for 90s designs.
http://www.reddit.com/r/90sdesign/
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
06-15-2015 09:26 AM
This all reminds me of this
https://www.youtube.com/watch?v=azl5jxcXCZk
06-26-2015 01:03 PM - edited 06-26-2015 01:05 PM
Another one of those colloquial translations:
"So if this is true, I have to do...".
Maybe we can blame LabVIEW speak?
06-28-2015 06:05 PM - edited 06-28-2015 06:10 PM
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...
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.
06-29-2015 01:42 AM
@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 😛
07-15-2015 05:03 PM
An example why unbundle by name is sometimes better and more self-documenting:
07-16-2015 08:32 AM
@altenbach wrote:
An example why unbundle by name is sometimes better and more self-documenting:
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.
07-16-2015 08:38 AM
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.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
07-17-2015 09:52 AM
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)