|
|
sneakattack
on 2005-01-06 15:28 [#01448161]
Points: 6049 Status: Lurker
|
|
so I got bored again; this was generated using all users with 1000 posts or more
|
| Attached picture |
|
|
|
sneakattack
on 2005-01-06 15:29 [#01448164]
Points: 6049 Status: Lurker
|
|
oh yeah, I took the first frame from animations
|
|
r40f
from qrters tea party on 2005-01-06 15:30 [#01448165]
Points: 14210 Status: Regular
|
|
rad
|
|
horsefactory
from 💠 (United Kingdom) on 2005-01-06 15:31 [#01448167]
Points: 14867 Status: Regular
|
|
wicked
|
|
r40f
from qrters tea party on 2005-01-06 15:31 [#01448168]
Points: 14210 Status: Regular
|
|
what software did you use to do that? or was it done with a photocopier and paste?
|
|
optimus prime
on 2005-01-06 15:31 [#01448169]
Points: 6447 Status: Lurker
|
|
clutch
|
|
optimus prime
on 2005-01-06 15:32 [#01448170]
Points: 6447 Status: Lurker | Followup to sneakattack: #01448161
|
|
larger version?
|
|
sneakattack
on 2005-01-06 15:35 [#01448177]
Points: 6049 Status: Lurker | Followup to r40f: #01448168
|
|
Larger version is 2048x1536!!!
r40f I wrote a program to collect all users, their numbers, and their number of posts from xlt and dump it into a file. then it filters out everyone below 1000 posts (this is to save phobia's bandwidth).. then it downloads the images, squashes frames, and then to render the mosaic is uses metapixel.
|
|
virginpusher
from County Clare on 2005-01-06 15:35 [#01448179]
Points: 27325 Status: Lurker
|
|
awesome! I see my panda! On top of the middle of the A
This is great! Good work matus!
|
|
r40f
from qrters tea party on 2005-01-06 15:36 [#01448181]
Points: 14210 Status: Regular
|
|
wow! ok, thanks!
|
|
Drunken Mastah
from OPPERKLASSESVIN!!! (Norway) on 2005-01-06 15:38 [#01448185]
Points: 35867 Status: Lurker | Followup to sneakattack: #01448177 | Show recordbag
|
|
"Larger version is 2048x1536!!!"
no worries! upload!
|
|
sneakattack
on 2005-01-06 15:42 [#01448187]
Points: 6049 Status: Lurker
|
|
glad people like it!
I'm going to find some good images to mosaic and will then post some more shit, and yes with links to big ones.
|
|
mrgypsum
on 2005-01-06 15:48 [#01448193]
Points: 5103 Status: Lurker | Followup to sneakattack: #01448161
|
|
am i there, where am i? i dont see i
|
|
stefano_azevedo
from Pindorama (Brazil) on 2005-01-06 15:51 [#01448196]
Points: 4396 Status: Regular
|
|
i can see more avs of some people than others theres a lot of big
|
|
sneakattack
on 2005-01-06 15:54 [#01448203]
Points: 6049 Status: Lurker
|
|
damnit
|
| Attached picture |
|
|
|
sneakattack
on 2005-01-06 15:55 [#01448205]
Points: 6049 Status: Lurker
|
|
yeah this metapixel program is kinda sucky. It also does things with far too high regularity; on the first one you can see some placed every n tiles consistently.. then again fhe first one was a bad example, having two fucking colors and little detail.
|
|
sneakattack
on 2005-01-06 15:56 [#01448206]
Points: 6049 Status: Lurker
|
|
and the mother fucker loves my avatar
|
|
Raz0rBlade_uk
on 2005-01-06 16:18 [#01448221]
Points: 12540 Status: Addict | Followup to sneakattack: #01448161 | Show recordbag
|
|
ahh that's so wicked. Well done :D
|
|
Raz0rBlade_uk
on 2005-01-06 16:20 [#01448225]
Points: 12540 Status: Addict | Followup to sneakattack: #01448161 | Show recordbag
|
|
dude you sound amazing at programming
|
|
happy cycling
from berlin on 2005-01-06 16:24 [#01448229]
Points: 2786 Status: Regular
|
|
excellent. i'm on the top centre of the 7\.
|
|
denniscpearce
from Canada on 2005-01-06 16:31 [#01448234]
Points: 1562 Status: Regular
|
|
pretty neat, what did you write it in. perl sounds like it would be a good candidate
|
|
sneakattack
on 2005-01-06 16:33 [#01448238]
Points: 6049 Status: Lurker | Followup to Raz0rBlade_uk: #01448225
|
|
I didn't write the hard part (the actual mosaic computation), just the easy stuff =(
dennispearce ruby
|
|
giginger
from Milky Beans (United Kingdom) on 2005-01-06 16:34 [#01448241]
Points: 26326 Status: Lurker | Show recordbag
|
|
Looks cool. I'll have to change my avtar to something more noticeable though.
|
|
Raz0rBlade_uk
on 2005-01-06 16:43 [#01448244]
Points: 12540 Status: Addict | Followup to sneakattack: #01448161 | Show recordbag
|
|
To me, searching a database, filtering, downloading all automatically is pretty advanced. Microsoft needs you!
|
| Attached picture |
|
|
|
sneakattack
on 2005-01-06 16:52 [#01448258]
Points: 6049 Status: Lurker | Followup to Raz0rBlade_uk: #01448244
|
|
I still won't take a compliment, but here's some fun stats gleaned from the data I stored:
irb(main):008:0> [0, 10, 50, 100, 500, 1000, 2000, 5000, 10000, 20000].each {|n|
irb(main):009:1* puts "#{(ul.select {|u| u.posts >= n }).size} users with #{n} posts or more"
irb(main):010:1> } 3577 users with 0 posts or more 1462 users with 10 posts or more 925 users with 50 posts or more 743 users with 100 posts or more 418 users with 500 posts or more 280 users with 1000 posts or more 173 users with 2000 posts or more 73 users with 5000 posts or more 24 users with 10000 posts or more 4 users with 20000 posts or more => [0, 10, 50, 100, 500, 1000, 2000, 5000, 10000, 20000]
irb(main):011:0> (ul.select { |u| u.posts >= 10000 }).each { |u| puts "#{u.name} [#{u.uid}] posts: #{u.posts}" }
Ophecks [33] posts: 14938 titsworth [41] posts: 14116 nacmat [42] posts: 23440 The_Funkmaster [61] posts: 15540 pOgO [74] posts: 10894 Jedi Chris [146] posts: 10965 Ceri JC [183] posts: 16302 recycle [188] posts: 20110 marlowe [298] posts: 16028 giginger [341] posts: 15847 Drunken Mastah [535] posts: 10566 princo [547] posts: 13332 earthleakage [576] posts: 17259 uzim [820] posts: 12875 roygbivcore [829] posts: 18234 JAroen [863] posts: 14312 Zeus [1015] posts: 13369 virginpusher [1053] posts: 14654 tolstoyed [1067] posts: 32119 ecnadniarb [1455] posts: 16061 qrter [1538] posts: 31027 DJ Xammax [1541] posts: 10666 tibbar [1978] posts: 10487 Anus_Presley [2028] posts: 17833
irb(main):015:0> puts "#{ul.size} users; last one has uid #{ul[-1].uid}"
3577 users; last one has uid 5940
|
|
giginger
from Milky Beans (United Kingdom) on 2005-01-06 17:00 [#01448267]
Points: 26326 Status: Lurker | Followup to sneakattack: #01448258 | Show recordbag
|
|
I'd forgotten I was member 341. Scary. Man, this is a cool thing.
Do you think it's possible you could do one that does have the avatars moving? Would be funny to see these moving avatars amongst still ones :D
|
|
Raz0rBlade_uk
on 2005-01-06 17:03 [#01448271]
Points: 12540 Status: Addict | Followup to sneakattack: #01448258 | Show recordbag
|
|
lol 3577 users with less than 10 posts
|
|
sneakattack
on 2005-01-06 17:06 [#01448276]
Points: 6049 Status: Lurker | Followup to Raz0rBlade_uk: #01448271
|
|
actually you're reading that data wrong.. each user set listed is a subset of the previous (so 3577 is not users with 0..9 posts, it's users with 0 or more posts..)
giginger yeah that'd be nice.. I only spent a few minutes on this and like I said earlier I didn't write the actual mosaic thinger, and it doesn't have an option for animation (I have to convert all gifs before it starts processing!) =/
|
|
Raz0rBlade_uk
on 2005-01-06 17:08 [#01448278]
Points: 12540 Status: Addict | Show recordbag
|
|
:P
|
|
Raz0rBlade_uk
on 2005-01-06 17:13 [#01448285]
Points: 12540 Status: Addict | Followup to sneakattack: #01448161 | Show recordbag
|
|
I've also done some programming in the past. Here's a simple address book program I made.
|
|
giginger
from Milky Beans (United Kingdom) on 2005-01-06 17:21 [#01448309]
Points: 26326 Status: Lurker | Followup to sneakattack: #01448276 | Show recordbag
|
|
Ah right. It's all beyond my anyway. I should learn to do some programming though. What in is the problem!?!?!
|
|
sneakattack
on 2005-01-06 17:28 [#01448321]
Points: 6049 Status: Lurker
|
|
seeing corrupted girl in the user list reminded me her old avatar would work pretty well.
giginger who cares? just start gobbling up languages--it's fun!
|
| Attached picture |
|
|
|
horsefactory
from 💠 (United Kingdom) on 2005-01-06 17:30 [#01448324]
Points: 14867 Status: Regular
|
|
I'm saddened by the distinct lack of automatic bank robots in these images.
|
|
Raz0rBlade_uk
on 2005-01-06 17:30 [#01448325]
Points: 12540 Status: Addict | Followup to sneakattack: #01448321 | Show recordbag
|
|
check out my program plz :P . I would like your superior judgement
|
|
sneakattack
on 2005-01-06 17:32 [#01448328]
Points: 6049 Status: Lurker | Followup to horsefactory: #01448324
|
|
Dude I have thought about that at least 4 different times. I cannot fathom what's going on, but I guess this metapixel thing is completely intimidated by you.
|
|
sneakattack
on 2005-01-06 17:33 [#01448329]
Points: 6049 Status: Lurker | Followup to Raz0rBlade_uk: #01448325
|
|
It's a windows executable, and I run linux =( sorry
|
|
sneakattack
on 2005-01-06 17:33 [#01448331]
Points: 6049 Status: Lurker | Followup to Raz0rBlade_uk: #01448325
|
|
by the way you should change that ftp password NOW
..well, or not
|
|
giginger
from Milky Beans (United Kingdom) on 2005-01-06 17:34 [#01448333]
Points: 26326 Status: Lurker | Followup to sneakattack: #01448321 | Show recordbag
|
|
Hahaha! I have a limited amount of brain power :P
Seriously. Recommend one that would be useful in general. I'm thinking Javascript at the moment..
|
|
Raz0rBlade_uk
on 2005-01-06 17:35 [#01448338]
Points: 12540 Status: Addict | Followup to sneakattack: #01448331 | Show recordbag
|
|
lol its funny you say that because I can't. I just play on peoples trust that they won't nick it. Please don't :( It's the only space I have 10mb is my limit
|
|
sneakattack
on 2005-01-06 17:39 [#01448346]
Points: 6049 Status: Lurker | Followup to giginger: #01448333
|
|
Don't say such things! Doing things REALLY well is hard for anyway (look at all the screwups marring history). ANYWAY, I would never use it in my own software (but note I know it pretty well (meaning I've released software in it)), but java may be a satisfying and fun start.
what a gay recommendation. My favorites these days are C and ruby, but what the fuck.
|
|
r40f
from qrters tea party on 2005-01-06 17:40 [#01448349]
Points: 14210 Status: Regular
|
|
perhaps you should submit the full size mosaic to the xltronic gallery.
|
|
giginger
from Milky Beans (United Kingdom) on 2005-01-06 17:42 [#01448356]
Points: 26326 Status: Lurker | Followup to sneakattack: #01448346 | Show recordbag
|
|
Cool. Thank you. I'll have a look at all three. Whichever looks easiest I'll start with and work up :D
|
|
Raz0rBlade_uk
on 2005-01-06 17:42 [#01448357]
Points: 12540 Status: Addict | Followup to sneakattack: #01448346 | Show recordbag
|
|
yeah, phobes will love these
|
|
sneakattack
on 2005-01-06 17:57 [#01448395]
Points: 6049 Status: Lurker | Followup to r40f: #01448349
|
|
hmm.. I dunno if they're good enough.. I could render some more creative stuff (like amber properly) if I use higher resolution images.. some day maybe I'll improve the mosaic thingy, since it just barely gets the job done..
|
|
sneakattack
on 2005-01-06 17:58 [#01448398]
Points: 6049 Status: Lurker | Followup to giginger: #01448356
|
|
oh, the C and ruby are personal picks and definitely you can start anywhere but Java is my 'official' recommendation--lots of free tools, lots of use, lots of power.
|
|
sneakattack
on 2005-01-06 23:18 [#01448637]
Points: 6049 Status: Lurker
|
|
People seemed to like these, so here are a few more. Amusingly, the very first post in this thread (which was my second; the first was that with larger tiles, and looked shit) was the best.
these are using ALL members.. and don't worry, I downloaded them with a 2 second delay between each (two hours total), so I didn't hammer the server. I was just experimenting to get higher quality mosaics.. the problems metapixel has (which I mentioned earlier) still show up.. oh well
|
| Attached picture |
|
|
|
sneakattack
on 2005-01-06 23:20 [#01448638]
Points: 6049 Status: Lurker
|
|
|
| Attached picture |
|
|
|
sneakattack
on 2005-01-06 23:21 [#01448639]
Points: 6049 Status: Lurker
|
|
|
| Attached picture |
|
|
|
Motha Fucka
from Selvaggina (Brazil) on 2005-01-06 23:22 [#01448640]
Points: 2038 Status: Regular
|
|
That´s the best thing that I ever saw in my life.
<3
|
|
rudster
from the glasgow on 2005-01-06 23:22 [#01448641]
Points: 3169 Status: Lurker
|
|
thats fuckin ace man
|
|
Messageboard index
|