Guest Posted March 22, 2010 Report Share Posted March 22, 2010 is quite self explanatory. let's start with some data, for example this gif file: and code away round-based. input -> [process] -> out = new in [process] -> out etc. etc. Quote Link to comment https://forum.watmm.com/topic/54570-programmars/ Share on other sites More sharing options...
mcbpete Posted March 22, 2010 Report Share Posted March 22, 2010 Programmers Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide all signatures I haven't eaten a Wagon Wheel since 07/11/07... ilovecubus.co.uk - 25ml of mp3 taken twice daily. Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276309 Share on other sites More sharing options...
Guest Posted March 22, 2010 Report Share Posted March 22, 2010 (edited) some rules: - each program should run non interactively. read the input file, do stuff with it, export something, quit. - no other input data besides the specified file is allowed. - the input should be able to handle any file of the input file type, and export always the same output file type to not break the chain. that way we could initiate the machine with an entirely different file of the same type and it would still work… producing quite unpredictable results - random operators are discouraged Edited March 22, 2010 by Guest Quote Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276312 Share on other sites More sharing options...
Ego Posted March 22, 2010 Report Share Edit Hide Delete Posted March 22, 2010 Why don't we do animated GIF instead. So the point is we would be able to pipe the scripts and play with the order? Quote Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276319 Share on other sites More sharing options...
Guest Posted March 22, 2010 Report Share Posted March 22, 2010 - open, "consumer grade" output file types (audio, video, text, ..) are encouraged over proprietary or very specific files which require uncommon software to read them. Quote Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276321 Share on other sites More sharing options...
Guest Posted March 22, 2010 Report Share Posted March 22, 2010 On 3/22/2010 at 2:15 PM, Ego said: Why don't we do animated GIF instead. So the point is we would be able to pipe the scripts and play with the order? it would just start with a .gif, for example. then you write code that let's say makes a .wav audio file from it, but it's up to you of course. and the next person writes code that takes a .wav as input, and exports an .xml file or something etc. so the order would be fixed, but we would get an entirely different xml file from a different wav file which came from a different gif file. heck the final output could be .gif and we'd have a loop Quote Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276323 Share on other sites More sharing options...
Guest Posted March 22, 2010 Report Share Posted March 22, 2010 so basically, we'd need to set up a running order which brings the problem of people "going to really do this now" and then never replying to PMs anymore. Maybe a first come first serve basis? 24h time limit? Quote Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276327 Share on other sites More sharing options...
keltoi Posted March 22, 2010 Report Share Posted March 22, 2010 Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide keltoi's signature Hide all signatures Reveal hidden contents Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276332 Share on other sites More sharing options...
Guest Posted March 22, 2010 Report Share Posted March 22, 2010 okay. I'm simply going to start. i'll take a .png image as input and will produce an .aif audio file. Expect results tonight. Quote Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276341 Share on other sites More sharing options...
Guest Franklin Posted March 22, 2010 Report Share Posted March 22, 2010 somebody explain this to me like I'm 4 years old. Quote Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276348 Share on other sites More sharing options...
Guest Posted March 22, 2010 Report Share Posted March 22, 2010 it's like this, only inside the computer :] Quote Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276356 Share on other sites More sharing options...
Guest maoam Posted March 22, 2010 Report Share Posted March 22, 2010 i suggest for consistency you pick something like processing http://processing.org/ Quote Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276403 Share on other sites More sharing options...
Guest Posted March 22, 2010 Report Share Posted March 22, 2010 yeh i use Processing anyway, but i think this should be open towards whatever people want to use… i mean it can also be a simple script to rotate an image 90 degrees.. it'd be great though if you could build your program for all major platforms… let's see if this catches on at all. Quote Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276408 Share on other sites More sharing options...
keltoi Posted March 22, 2010 Report Share Posted March 22, 2010 Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide keltoi's signature Hide all signatures Reveal hidden contents Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276436 Share on other sites More sharing options...
Guest Posted March 22, 2010 Report Share Posted March 22, 2010 okay i'm done. someone please provide a .png file to start. Quote Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276483 Share on other sites More sharing options...
Guest futuregirlfriend Posted March 22, 2010 Report Share Posted March 22, 2010 here's your png. if you need these for your notes, my method of creating the png was typing "reggie" into google image search, selecting large images and cropping the one that caught my eye with the snipping tool. Quote Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276517 Share on other sites More sharing options...
Guest Super lurker ultra V12 Posted March 22, 2010 Report Share Posted March 22, 2010 8==D!!! Quote Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276520 Share on other sites More sharing options...
Guest Posted March 22, 2010 Report Share Posted March 22, 2010 (edited) On 3/22/2010 at 7:13 PM, futuregirlfriend said: here's your png. if you need these for your notes, my method of creating the png was typing "reggie" into google image search, selecting large images and cropping the one that caught my eye with the snipping tool. excellent choice. here's the .aif (22.1kHz mono) so who's next? out.aif.zipFetching info... Edited March 22, 2010 by Guest Quote Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276528 Share on other sites More sharing options...
Ego Posted March 22, 2010 Report Share Edit Hide Delete Posted March 22, 2010 I'll try and convert that to some funky looking 3D model. Collada OK? Quote Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276536 Share on other sites More sharing options...
Guest Posted March 22, 2010 Report Share Posted March 22, 2010 collada seems pretty open so yeah Quote Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276560 Share on other sites More sharing options...
Guest analogue wings Posted March 22, 2010 Report Share Posted March 22, 2010 Quote Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276673 Share on other sites More sharing options...
Guest hahathhat Posted March 22, 2010 Report Share Posted March 22, 2010 (edited) forgive me, but i am nervous. what if the program: 1. reads input file 2. install trojan horse 3. deletes my mp3 folder 4. outputs image file i'm not worried about intentioned malice so much as immaturity for the lulz. still, i might might bash something out for this.... Edited March 22, 2010 by hahathhat Quote Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276738 Share on other sites More sharing options...
Guest viscosity Posted March 22, 2010 Report Share Posted March 22, 2010 On 3/22/2010 at 10:06 PM, analogue wings said: great game Quote Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1276749 Share on other sites More sharing options...
Guest hahathhat Posted March 24, 2010 Report Share Posted March 24, 2010 (edited) ladies, gentlemen, and other -- i give you the IDMizer: http://www.werecactus.com/idmizer/IDMizer.zip Source code (C#) is included if you don't trust my .exe Here is what it does to images: Here is it chewing on a non-image file: Only argument is your input file. It'll put out [filename]-out.png EDIT: Here it is running on itself!!! (processing the .exe that does the processing...) Edited March 24, 2010 by hahathhat Quote Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1277954 Share on other sites More sharing options...
Guest Posted March 24, 2010 Report Share Posted March 24, 2010 yo is it able to process audio files too? if so, process the .aif i posted above imo. Quote Link to comment https://forum.watmm.com/topic/54570-programmars/#findComment-1278315 Share on other sites More sharing options...
Recommended Posts