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

github.com conidered harmful

Name: Anonymous 2016-08-31 16:49

Github Windows client auto-inserts 0x0D into any text file, before every 0x0A, resulting into colossal mess with myriads of possible bugs.

Name: Anonymous 2016-09-07 12:34

>>37
That brings up the question of whether it's really a deficiency or if it's a personal use case.

Name: Anonymous 2016-09-07 14:55

>>40
Not a fan of Socrates

Name: Anonymous 2016-09-08 0:33

>>42
Check 'em

Name: Anonymous 2016-09-08 0:46

>>43
EPIC FIAL

Name: Anonymous 2016-09-08 7:33

>>45
Its spelled 'fail'

Name: Anonymous 2016-09-08 11:31

>>45
EPIC FIAL

Name: Anonymous 2016-09-08 17:37

>>42
Socrates, even though he was frequently lampooned as a filthy and annoying faggot who asked dumb questions all the time, seems to appreciate the value of satire, actually. It was Plato who was as assravaged as his little boy slaves at the satires of his teacher and banned them from his imaginary world in The Republic.

Name: Anonymous 2016-09-09 8:25

Now github says "filename too long". And that appears to be common problem.

http://stackoverflow.com/questions/21123415/git-pull-aborted-with-error-filename-too-long

it is 2016 already, why cant we have variable filenames larges than 11 chars?

Name: Cudder !cXCudderUE 2016-09-09 11:12

>>48
The Windows path limit is 260. If your paths are anywhere near that long, it means you fail at file management. This post is 150 characters long.

Name: Anonymous 2016-09-09 17:52

>>49
This post is 150 characters long.
How did you know that before even finishing your post? You're so special, please marry me Cudder-chama!

Name: Anonymous 2016-09-09 18:43

#!/usr/bin/perl -l
print "This post is ", -s $0, " bytes long.";

Name: Anonymous 2016-09-09 19:25

>>49

Windows paths are long by default.
C:\Program Files\WindowsApps\Microsoft.MicrosoftSolitaireCollection_3.11.7293.0_neutral_split.scale-100_8wekyb3d8bbwe\Assets\Livetiles
C:\Users\John_Smith_Jr\AppData\Roaming\Mozilla\Firefox\Profiles\e9x41jtl.default\extensions\artur.dubovoy@gmail.com\chrome\content\bindings

Name: Anonymous 2016-09-09 19:39

CL-USER> (defun this-post-is (left right)
(let* ((cnt (+ (length left) (length right)))
(true-cnt (+ cnt (ceiling (log cnt 10)))))
(concatenate 'string left (write-to-string true-cnt) right)))
THIS-POST-IS
CL-USER> (this-post-is "This poast was brought to you by RedCream's spirit. This post has " " characters in it.")


"This poast was brought to you by RedCream's spirit. This post has 86 characters in it."

Name: Anonymous 2016-09-09 23:24

>>53

buggy!
CL-USER> (this-post-is "This poast was brought to you by RedCream's spirit. This post has " " characters in it. extra chars..")
"This poast was brought to you by RedCream's spirit. This post has 100 characters in it. extra chars.."
CL-USER> (length *)
101

Name: Anonymous 2016-09-10 1:25

PHAIL

CL-USER> (defun this-post-is (left right)
(let* ((count-digits (lambda (n) (1+ (floor (log n 10)))))
(input-cnt (+ (length left) (length right)))
(digits-input-cnt (+ (funcall count-digits input-cnt) input-cnt))
(true-cnt (+ (funcall count-digits digits-input-cnt) input-cnt)))
(concatenate 'string left (write-to-string true-cnt) right)))

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