Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-4041-

ITT post random pix from 4chan imageboards

Name: Anonymous 2009-08-08 5:17

Name: Anonymous 2009-08-08 5:33

I clicked on this link and got a picture

Name: Win95 !nDoL.vP9zg 2009-08-08 5:43

guys I am posting on /prog/ from Win95 !!!

OPERATING SYSTEM OF CHOICE FOR EXPERT HACKERS!!!!!

Name: Anonymous 2009-08-08 5:54

>>3
get out

Name: 2009-08-08 6:00

Name: Win95 !TW65Win95M 2009-08-08 6:02

>>4
NO!  I am a programming GOD and this is my rightful home

Name: Anonymous 2009-08-08 6:13

>>6
doh ho ho.
it's common knowledge that tripfags can't program for shit. just look at FV.

Name: 2009-08-08 6:34

Name: Anonymous 2009-08-08 10:57

Please try to ignore troll posts

Name: Anonymous 2009-08-08 12:01

linking to images on /b/? yeah good luck with that

Name: Anonymous 2009-08-08 12:12

Name: 1000 sagetank army 2009-08-08 12:12

●█████▄▄▄▄▄▄▄▄
▄▅███████▅▄▃▂
███Sage Tank███████►
◥☼▲⊙▲⊙▲⊙▲⊙▲⊙▲☼◤

Name: Anonymous 2009-08-08 12:21

I, for one, welcome our new sagetank overlords

Name: Anonymous 2009-08-08 12:23

>>13
Yes, they seem to be doing a fair job at cleaning up the bad threads.

Name: Anonymous 2009-08-08 15:54

Terrible!

Name: Anonymous 2009-08-09 11:11

This was a spectacularly productive thread. I've saved all these 404 pictures to my SSD.

Name: Anonymous 2009-08-09 18:40

>>16
Here, I have taken the liberty of collecting all seventeen 404 images and uploading a .rar for everyone's convenience.

http://rapidshare.com/files/189478778/404.rar

Name: Anonymous 2009-08-09 20:21

>>17
Only 404?  What a pitiful collection.
http://www.4chan.org/contests/imagewin.php

Name: Anonymous 2009-08-10 11:12

>>17
.rar
IHBT

Name: Anonymous 2009-08-10 11:38

>>19
?

Name: Anonymous 2009-08-10 12:03

>>20
BZIP. BZIP is the standard compression algorithm.

Name: Anonymous 2009-08-10 12:25

>>21
Did you mean 7zip?

Name: =+=*=F=R=O=Z=E=N==V=O=I=D=*=+= !frozEn/KIg 2009-08-10 12:36

Actually .zip is the standard but 7zip is most effective.



___________________________________________
http://xs135.xs.to/xs135/09042/av922.jpg
Velox Et Astrum gamedev forum: http://etastrum.phpbb3now.com
Those who dream by night in the dusty recesses of their minds wake in the day to find that it was vanity: but the dreamers of the day are dangerous men, for they may act their dreams with open eyes, to make it possible.

Name: Anonymous 2009-08-10 12:53

I just tar them, as compression isn't pure.

Name: Anonymous 2009-08-10 12:54

>>22
Did you mean LZMA?

Name: Anonymous 2009-08-10 13:03

>>23
Even better than your compression algorithm?

Name: Anonymous 2009-08-10 13:13

>>26
Stop linking to inexistent posts. This is the last warning.

Name: Anonymous 2009-08-10 13:21

>>25
Did you mean HMA?

Name: Anonymous 2009-08-10 13:27

Oh, come on, this is a set-up.
DID U MENA HASKAL?

Name: =+=*=F=R=O=Z=E=N==V=O=I=D=*=+= !frozEn/KIg 2009-08-10 13:38

>>26 Its not 'an algorithm' its a method for construction of algorithms. Let me explain:
1.Every file,packet,or stream of binary data can be represented as “Arbitrary precision integer” 
2.The method isn't about operating on data(dictionary compression) but about finding a novel way to represent the integer.
3.Any algorithm which produces this integer is valid.
4.The compression reduces to the problem of finding this algorithm(or multiple algorithms)
5. To facilitate better convergence towards the integer number, search space is expanded by a  scale factor(e.g. 2^64: it must be easily represented).
6.The integer is multiplied by scale factor giving a lower bound for search space,
then (integer+1) is multiplied by scale factor giving the upper bound for search space.
Search space is simply [int*scale]> S e a r c h   S p a c e<[(int+1)*scale]
7.After algorithm finds a series/number/parameter which produce a result inside the range, the parameters are saved in file.(thus any compression ratio(upto infinity) can be achieved: it depends on space taken by parameters.)
8.In decoding step,#7 Algorithm(s) is employed to produce the result, which is subsequently divided by scale factor to produce  #1 (which is file in integer form). Thus the file is recreated.

example(impractical because small files cannot be represented due overhead of representation):
file is integer 7,scale factor is 100
becomes: search space 700...800
SomeAlgorithm(2) produces 782.329 which is inside the range
Compressed file is :SomeAlgorithmIndexNumber,Parameter1
Decoded by dividing 782.329 by 100 giving 7.82329, and discarding non-integer part it becomes 7, the original file.
 

________________________________
http://xs135.xs.to/xs135/09042/av922.jpg
Velox Et Astrum gamedev forum: http://etastrum.phpbb3now.com
To see ourselves as others see us is a most salutary gift. Hardly less important is the capacity to see others as they see themselves.

Name: =+=*=F=R=O=Z=E=N==V=O=I=D=*=+= !frozEn/KIg 2009-08-10 13:50

Another example for the above(i'll use fibs as its familiar to most progtards experts:
fibs(Z) gives result X and you found a Scale factor Y such as that
 (FileInteger*Y) < (fibs(Z)) <  ((FileInteger+1)*Y)
Z+Y have less length then FileInteger. The decode is :int(fibs(Z)/Y)=FileInteger
(int() is toInteger)

________________________________
http://xs135.xs.to/xs135/09042/av922.jpg
Velox Et Astrum gamedev forum: http://etastrum.phpbb3now.com
A thing is not necessarily true because a man dies for it.

Name: =+=*=F=R=O=Z=E=N==V=O=I=D=*=+= !frozEn/KIg 2009-08-10 14:06

Of course you are not limited by any algorithm it could be as easily be
 (FileInteger*Y) < (((fibs(Z))*(2^k))-fact(P)+(M^c mod N)) <  ((FileInteger+1)*Y)


_______________________________________________
http://xs135.xs.to/xs135/09042/av922.jpg
Velox Et Astrum gamedev forum: http://etastrum.phpbb3now.com
The plot thickens.

Name: Anonymous 2009-08-10 15:06

>>31
yourenglishistolerable,idon'tknowwhyyourcodeissoshitty.

Name: Anonymous 2009-08-10 15:13

>>33
cantparseyourenglishUSESPACESMOTHERFUCKER

Name: Anonymous 2009-08-10 15:17

>>34
spcsrbltyshldmntllyvmplnwrdndjmptnthrctllyvwlsrblttsncycnnqlyrstrwrdfrmthcnsnnts

Name: Anonymous 2009-08-10 15:19

fgsfds
(USER WAS SPAMMED FOR THIS COMMENT)

Name: Anonymous 2009-08-10 15:20

DSFARGEG

Name: =+=*=F=R=O=Z=E=N==V=O=I=D=*=+= !frozEn/KIg 2009-08-10 15:36

spaces reliability? so? hold mentally vmplnwrdndjmptnthrctllyvwlsrblttsncycnn equaly restore word from the consonants
What you mean?


_______________________________________________
http://xs135.xs.to/xs135/09042/av922.jpg
Velox Et Astrum gamedev forum: http://etastrum.phpbb3now.com
These creators, makers of the new, can never become obsolete, for in the arts there is no correct answer. The story of discoverers could be told in simple chronological order, since the latest science replaces what went before. But the arts are another story - a story of infinite addition. We must find order in the random flexings of the imagination.

Name: Anonymous 2009-08-10 15:39

>>38
Clearly not what you have in your decoded message. Thought the first and last words are a hit.

Name: Anonymous 2009-08-10 15:47

ITT 404s

Name: Anonymous 2009-08-11 9:34

Name: Anonymous 2011-02-04 19:26


Don't change these.
Name: Email:
Entire Thread Thread List