Spaghetti code can be soo Good

I love this spaghetti program. Right out of the 70's

  • (11 Pages)
  • +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • Last »

159 Replies - 42835 Views - Last Post: 10 March 2010 - 07:27 AM

#36 Nykc   User is offline

  • Gentleman of Leisure
  • member icon

Reputation: 740
  • View blog
  • Posts: 8,654
  • Joined: 14-September 07

Re: Spaghetti code can be soo Good

Posted 21 January 2010 - 12:40 PM

Why is this not a featured thread?
Was This Post Helpful? 1
  • +
  • -

#37 TriggaMike   User is offline

  • Using up all your 1's and 0's
  • member icon

Reputation: 85
  • View blog
  • Posts: 1,103
  • Joined: 26-September 08

Re: Spaghetti code can be soo Good

Posted 21 January 2010 - 01:21 PM

And then you try to expand you program, or someone breaks your program, or you're debugging your program, and guess what happens?
Posted Image
Was This Post Helpful? 1
  • +
  • -

#38 DuoShin85   User is offline

  • D.I.C Head
  • member icon

Reputation: 39
  • View blog
  • Posts: 135
  • Joined: 18-December 09

Re: Spaghetti code can be soo Good

Posted 21 January 2010 - 02:20 PM

It gets worse. He's out of laundry detergent.
Was This Post Helpful? 3
  • +
  • -

#39 SpectateSwamp   User is offline

  • D.I.C Regular

Reputation: 66
  • View blog
  • Posts: 393
  • Joined: 31-December 07

Re: Spaghetti code can be soo Good

Posted 21 January 2010 - 06:31 PM

View PostTriggaMike, on 21 Jan, 2010 - 12:21 PM, said:

And then you try to expand you program, or someone breaks your program, or you're debugging your program, and guess what happens?

They go back and activate some display boxes and jam it again. No debugger ever used here. All deactivated displays. Everywhere. This program has been changing for 10 years. The last couple not so much. Some pure pure junk in the code that I even thought of removing. The flowcharts were because the hi-lite and line wrap was the hardest to get right. 3 days of flowcharting and program changes and jamming it. That is what did the display. Works really well. May be ugly. But it works. You can follow the code through. It's all there. Flowcharts were handy. Very handy. Especially when you are dealing with spaghetti.

Follow the delayed print changes. See how simple that was. I love delayed LARGE print. You could too. Search the code for "cmd(77)" when code is good; changes can happen easily. Nobody has ever volunteered to put a nice skin on it. That's all it needs is a pretty skin to cover. So do that when you are finished with the extract and uploads
Was This Post Helpful? 1
  • +
  • -

#40 dorknexus   User is offline

  • or something bad...real bad.
  • member icon

Reputation: 1272
  • View blog
  • Posts: 4,625
  • Joined: 02-May 04

Re: Spaghetti code can be soo Good

Posted 21 January 2010 - 06:41 PM

http://www.youtube.c...feature=related

This post has been edited by Dark_Nexus: 21 January 2010 - 06:43 PM

Was This Post Helpful? 1
  • +
  • -

#41 NickDMax   User is offline

  • Can grep dead trees!
  • member icon

Reputation: 2255
  • View blog
  • Posts: 9,245
  • Joined: 18-February 07

Re: Spaghetti code can be soo Good

Posted 21 January 2010 - 06:50 PM

When I was a kid I wanted to be a photographer (like my mom) and so I started asking for all this nice equipment and asking if I could use my mom's stuff...

She sat me down with a book of photographs taken by some masters. These photos were excellent! Great composition, compelling stories, wonderful contrasts... just really fantastic photos.

My mother explained to me that these pictures were all taken with various "cheap" off-the-shelf cameras and one photographer had only used a pinhole camera he made.

Her point to me was that art is not made by fancy tools. It is made by understanding the art form.

Programming is the same way. You can write great programs in any robust language. VB6 is just fine, you can create great programs with it -- sure it may have its flaws but there is nothing the computer can do that can't be done in VB6, or C, or C++... Its all about what you as a programmer can do. VB6 tends to encourage some poor programming habits... but a good programmer can overcome the language.
Was This Post Helpful? 3
  • +
  • -

#42 pakkuman_shinde   User is offline

  • D.I.C Head

Reputation: 3
  • View blog
  • Posts: 116
  • Joined: 06-May 09

Re: Spaghetti code can be soo Good

Posted 21 January 2010 - 06:52 PM

Does anyone know what the code does or if it even works? It seems to be too messy for me to understand... If only it was organized better... :ohno: Oh well. ROFL Feature this!
Was This Post Helpful? 1
  • +
  • -

#43 AdamSpeight2008   User is offline

  • MrCupOfT
  • member icon

Reputation: 2298
  • View blog
  • Posts: 9,535
  • Joined: 29-May 08

Re: Spaghetti code can be soo Good

Posted 21 January 2010 - 07:20 PM

Just you wait till NeoTifa needs more confetti and shredded your Flowcharts.
Was This Post Helpful? 2
  • +
  • -

#44 TriggaMike   User is offline

  • Using up all your 1's and 0's
  • member icon

Reputation: 85
  • View blog
  • Posts: 1,103
  • Joined: 26-September 08

Re: Spaghetti code can be soo Good

Posted 21 January 2010 - 09:04 PM

View PostSpectateSwamp, on 21 Jan, 2010 - 05:31 PM, said:

View PostTriggaMike, on 21 Jan, 2010 - 12:21 PM, said:

And then you try to expand you program, or someone breaks your program, or you're debugging your program, and guess what happens?

They go back and activate some display boxes and jam it again. No debugger ever used here. All deactivated displays. Everywhere. This program has been changing for 10 years. The last couple not so much. Some pure pure junk in the code that I even thought of removing. The flowcharts were because the hi-lite and line wrap was the hardest to get right. 3 days of flowcharting and program changes and jamming it. That is what did the display. Works really well. May be ugly. But it works. You can follow the code through. It's all there. Flowcharts were handy. Very handy. Especially when you are dealing with spaghetti.

Follow the delayed print changes. See how simple that was. I love delayed LARGE print. You could too. Search the code for "cmd(77)" when code is good; changes can happen easily. Nobody has ever volunteered to put a nice skin on it. That's all it needs is a pretty skin to cover. So do that when you are finished with the extract and uploads


I think they might have a position for you on the MS Office team or the IE Team. If you take that as a compliment... lol
Was This Post Helpful? 1
  • +
  • -

#45 SpectateSwamp   User is offline

  • D.I.C Regular

Reputation: 66
  • View blog
  • Posts: 393
  • Joined: 31-December 07

Re: Spaghetti code can be soo Good

Posted 22 January 2010 - 04:23 PM

View Postpakkuman_shinde, on 21 Jan, 2010 - 05:52 PM, said:

Does anyone know what the code does or if it even works? It seems to be too messy for me to understand... If only it was organized better... :ohno: Oh well. ROFL Feature this!

3 Main prompts with defaults (usually) Prompt #1 the file to search. Prompt #2 the search type. "c" for context "s" matching lines only etc. Prompt #3 the search value ie "dog". Once text was found the next step was if the next line had the path to a picture then display that. Then make it run as a screen saver. Then came video with the ability to change the speed, freeze on any frame and slow motion. Music got included as well. When you have lots of digital info. You need random. This search is built to be jammed, killed and restarted with the defaults in place making it fast fast on the restart. That's about it. along with background versions of itself and a lot lot more.

This post has been edited by SpectateSwamp: 22 January 2010 - 04:27 PM

Was This Post Helpful? 1
  • +
  • -

#46 NoMas   User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 1
  • Joined: 25-January 10

Re: Spaghetti code can be soo Good

Posted 25 January 2010 - 12:24 PM

View Postpakkuman_shinde, on 21 Jan, 2010 - 05:52 PM, said:

Does anyone know what the code does or if it even works? It seems to be too messy for me to understand... If only it was organized better... :ohno: Oh well. ROFL Feature this!


According to SpectateSwamp, this SpectateSwamp Desktop Search program of his is the end-all be-all application that will simplify everyone's life. It, however, is nothing short of a nightmare that would scare the bejeebus out of Lucifer.

Presumably, it is a desktop search application, but it fails to search for files [in fact, it doesn't even work on the first attempt to start it up]. Rather, it is a horrendously corrupted find-in-file with added random music/video/photo playback (random being the keyword here as you never know at what point in the music or video it will startup a song/video or move on to the next one).

His presence on thedailywtf is somewhat tolerated for his humorous positioning and convoluted view (and the fact that his work of "genius" is quite befitting the theme). Some Daily WTF regulars have compiled a vast amount of information on SpectateSwamp over at the website thestupidestmanonearth. (.com)
Was This Post Helpful? 1
  • +
  • -

#47 NeoTifa   User is offline

  • NeoTifa Codebreaker, the Scourge of Devtester
  • member icon





Reputation: 4935
  • View blog
  • Posts: 20,264
  • Joined: 24-September 08

Re: Spaghetti code can be soo Good

Posted 25 January 2010 - 01:17 PM

View PostAdamSpeight2008, on 21 Jan, 2010 - 08:20 PM, said:

Just you wait till NeoTifa needs more confetti and shredded your Flowcharts.


:D
Was This Post Helpful? 1
  • +
  • -

#48 skyhawk133   User is offline

  • Head DIC Head
  • member icon

Reputation: 1982
  • View blog
  • Posts: 20,434
  • Joined: 17-March 01

Re: Spaghetti code can be soo Good

Posted 25 January 2010 - 01:22 PM

Quote

Some Daily WTF regulars have compiled a vast amount of information on SpectateSwamp over at the website thestupidestmanonearth. (.com)


LMFAO. Awesome. Simply Awesome.
Was This Post Helpful? 2
  • +
  • -

#49 TriggaMike   User is offline

  • Using up all your 1's and 0's
  • member icon

Reputation: 85
  • View blog
  • Posts: 1,103
  • Joined: 26-September 08

Re: Spaghetti code can be soo Good

Posted 25 January 2010 - 01:49 PM

ROFLMAO

SpectateSwamp is truly the man. I didn't realize the awesomeness of your SSDS. Just wondering what the release date of your OS X port for your application are. I'm not quite satisfied with Spotlight. :lol:
Was This Post Helpful? 1
  • +
  • -

#50 supersloth   User is offline

  • serial frotteur - RUDEST MEMBER ON D.I.C.
  • member icon


Reputation: 4695
  • View blog
  • Posts: 28,516
  • Joined: 21-March 01

Re: Spaghetti code can be soo Good

Posted 25 January 2010 - 01:49 PM

party on spectate, haters gonna hate. don't let anyone hold you back.

GET YOUR SPAGHETTI ON BROTHA.
Was This Post Helpful? 3
  • +
  • -

  • (11 Pages)
  • +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • Last »