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

Pages: 1-4041-8081-

Has programming changed your life?

Name: Anonymous 2007-08-15 22:19 ID:c5wUSfn+

I remember myself, back in the day i was a fool.
I didn't had patience, i never read manuals, i could not appretiate beauty.
While suffering from chronic insomnia, a friend msg's me about a good C book.
And it happends. i start reading that C book @ the nights i could not sleep, i took advantage of my insomnia.
My whole life changed after that.
I read manuals, rfcs, file formats and protocols.
I read about memory, processors, filesystems, bootloaders
I suddenly became a knowledge freak.
Learned lisp and then Haskell (i owe that to /prog/ btw.)
Also, i started learning mathematics and physics.
And to imagine, all that started (and still is) as a hobby!

I started juggling early in the mornings (like 6 am) and generally exercising.
I participate in many open-source projects and i teach programming/mathematics/physics to many people i know in real life OR over the internet

Sure, i still have a shitjob; I still have no girlfriend due to being closed to myself and very anti social, but programming gave value to my life, and gave an end to those endless nights.

What about you /prog/?

Name: Anonymous 2007-08-15 22:24 ID:0XrN6Nua

nah, nothing

Name: Anonymous 2007-08-15 23:18 ID:xRt6Wzg9

VBA has changed my life

Name: Anonymous 2007-08-15 23:46 ID:uHYYwouz

I have a girlfriend

Name: Anonymous 2007-08-16 1:58 ID:Kpf8wela

>>4

I don't think you have a girlfriend, enjoy your commodore 64.

Name: Anonymous 2007-08-16 2:28 ID:Lw0e3Uwn

>>1
Thats bizarre, everything except
i owe that to /prog/ btw
and
I participate in many open-source projects

is exactly the same for me, go insomnia!

Name: Anonymous 2007-08-16 3:08 ID:S1S53DQE

I study programming in a CS degree.
enjoy your worthless hobby :P

Name: Anonymous 2007-08-16 3:44 ID:LbDn2Z+5

Changed? No, not really, you could say that programming was my destiny, that's what I do, that's why I am. Codito, ergo sum.

Name: Anonymous 2007-08-16 3:52 ID:bPltiGji

>>7
enjoy your worthless, two-a-penny Degree :P

Name: Anonymous 2007-08-16 4:46 ID:Heaven

STUF and GTFO

and study CS, teenage nerd fag

Name: Anonymous 2007-08-16 5:31 ID:x7tP82w6

OP you have some sort of mental condition, perhaps Aspergers.

Name: Anonymous 2007-08-16 5:39 ID:hDiBxsQ0

>>9
It's funny because it's true.

Name: Anonymous 2007-08-16 6:20 ID:C8cETb/E

>>1
I can't really think about it like that. I've been programming since I was 8 or 9. I only had a two-year break during my middle teens when I had an angsty ``computers are crap'' phase.

SICP changed my life as a programmer, though. I wish I had read it 10 years earlier instead of wasting almost a decade with C++.

Name: Anonymous 2007-08-16 6:27 ID:x7tP82w6

>>13 oh really? so which language do you use now? I call BS.

Name: Anonymous 2007-08-16 6:29 ID:Heaven

>>14
C, Python mainly at work. You call BS on what, exactly?

Name: Anonymous 2007-08-16 6:33 ID:ji+2L7Xq

Yes, it's made my life into an endless dirge of writing crappy business software. I used to enjoy it, but I hate it now (both programming and life)

Name: Anonymous 2007-08-16 6:39 ID:Heaven

>>16
``.. some stay dry and others feel the pain ..''

Name: Anonymous 2007-08-16 6:40 ID:x7tP82w6

>>15 are you saying that reading SICP helped you in C, a language that isn't exactly supportive of functional programming?
Anyway undo my BS, you gain respect for using python and I'm not even going to mention...

Name: Anonymous 2007-08-16 6:46 ID:1B+DX1Xc

one word. the forced indentation of the code. thread over

Name: Anonymous 2007-08-16 6:46 ID:Heaven

>>18
are you saying that reading SICP helped you in C
Uh, no?

Name: Anonymous 2007-08-16 6:49 ID:Heaven

>>17
NO SHIT-QUOTES PLEASE

Name: Anonymous 2007-08-16 9:48 ID:Lw0e3Uwn

>>18
reading SICP and learning Lisp in general has made me about 1000x better at C programming, no joke

Name: Anonymous 2007-08-16 9:52 ID:qGj5qZ0S

>>18
reading Burger Menus and learning HTML in general has made me about 1000x better at PHP programming, no joke

Name: Anonymous 2007-08-16 11:27 ID:x7tP82w6

Programming has changed my life. I used to be a successful electrician, I had friends, a house and all my hair. Even since I learned c++ my life has gone downhill.
Long story short, I now live in my mothers basement, overweight, bald and no friends. I have health problems, B.O. and I haven't had sex in 6 years.

Name: Anonymous 2007-08-16 11:33 ID:x7tP82w6

>>24 here.
I also started juggling early in the mornings (like 6 am).
That's the worst thing about it, I don't even like juggling.

Name: Anonymous 2007-08-16 11:51 ID:Lw0e3Uwn

>>24
HAHAHAAHAHAHHAHAHAH LOL @ YOUR LIFE

Name: Anonymous 2007-08-16 11:57 ID:ji+2L7Xq

>>24

Use Dettol on your armpits, that will help with the BO issues.

Also, rape.

Name: Anonymous 2007-08-16 13:58 ID:mDwg/5+O

>>24

OWNED

Name: Anonymous 2007-08-17 0:15 ID:xEUZAcco

I've never had a life that didn't involve programming. I'm serious here -- wrote my first shitty text adventure in C64 basic before puberty... at eight or nine years old or so.

Now, I'm the kind who switches programming languages like they were pants. I'll find myself going "hmm... didn't I write this function before?" and then realize that it was Perl, or Haskell, rather than the C I've got before me.

Name: Anonymous 2007-08-17 5:34 ID:00mTLbF8


10 POKE53280,0:POKE53281,0:PRINT CHR$(147)
20 PRINT"SHITTY TEXT ADVENTURE."
30 PRINT"YOU ARE IN A ROOM."
40 INPUT"DO WHAT";A$
41 IF A$="KILL YOURSELF" THEN 59
50 PRINT"YOU ARE SUICIDAL AND THE ONLY THING YOU CAN DO IS KILL YOURSELF."
58 PRINT"ANYWAY YOU ARE NOT DOING ";A$:".":GOTO 40
59 PRINT"YOU HAVE KILLED YOURSELF.":PRINT"CONGRATURATION!!!!!!"
60 SYS64738

Name: Anonymous 2007-08-17 6:31 ID:XV8uZzHQ

I have actually degraded as a programmer since I was like six years old.

Back then, I would actually FINISH the programs I write.  Nowadays, all I do is start new projects and let the older ones rot until interest returns.  After a few cycles I'll declare the project dead and delete it.

Of course, part is that I wrote easier programs when I was young, if there's something easy I want now, I'll just use something someone else wrote before me, or hack up a oneliner in zsh.

Name: Anonymous 2007-08-17 7:50 ID:D2ZOPfdO

>>30

That was beautiful, it really was.

Name: Anonymous 2007-08-17 8:56 ID:o4/uZCuC

THIS IS WHY WE DON'T POST OP TO REDDIT.

Name: Anonymous 2007-08-17 9:07 ID:Heaven

>>33

Ha ha, I was wondering how long it would take someone from here to notice

Name: Anonymous 2007-08-17 9:25 ID:Heaven

i don't see any article on reddit linking here

Name: Anonymous 2007-08-17 10:04 ID:igeAfFAU

>>30 41 IF A$="KILL YOURSELF" THEN 59
I FOUND A BUG!

41 IF A$="KILL MYSELF" THEN 59

Fix'd for you.

Name: Anonymous 2007-08-17 10:29 ID:D2ZOPfdO

>>36

The real bug is that it should be GOTO 59.

Name: Anonymous 2007-08-17 10:29 ID:Heaven

Name: Anonymous 2007-08-17 10:57 ID:Heaven

Name: Anonymous 2007-08-17 11:03 ID:TfELx5BO

You're a sad sad man...

Name: Anonymous 2007-08-17 11:03 ID:k3lfi6bZ

>>37
THEN linenumber was allowed in GWBasic

Name: Anonymous 2007-08-17 11:32 ID:D2ZOPfdO

>>41
And in C64 BASIC, which is what this is. Sorry, I fail it.

Name: Anonymous 2007-08-17 14:34 ID:xEUZAcco

>>30
Mine actually had rooms and items and stuff. Still, it was crap. (And I used a GET$-based roll-your-own input thingy. Suck to the max.)

Name: Anonymous 2007-08-17 14:49 ID:Heaven

That is a nice poem.

Name: Anonymous 2007-08-17 14:55 ID:Heaven

It's getting quite popular on reddit right now. Well done!

Name: Anonymous 2007-08-17 15:07 ID:Heaven

i like how the dude who posted at reddit changed OPs post lol
Learned Lisp and then Haskell (I owe that to reddit by the way!)

Name: Anonymous 2007-08-17 15:14 ID:Heaven

I lost all (or both) my friends when they discovered that I knew only Java. Fuck ;_;

Name: Anonymous 2007-08-17 23:14 ID:Heaven

>>47
Learn from Anonymous' sad tale. Don't let this happen to you; read SICP today!

Name: Anonymous 2007-08-18 5:56 ID:AxnmzRKI

Ha ha

Name: Anonymous 2007-08-19 11:18 ID:2ZiZ4n5g

C got you into math and physics? What the fuck? Math and physics got me into C, you fucking soviet.

Name: Anonymous 2007-08-19 12:23 ID:Heaven

>>50
you fucking soviet.
You know i was thinking the same, OP is probably a russian.

Name: Anonymous 2007-08-19 13:12 ID:fjyE8MfX

>>51
Yeah, the juggling part settled it.

Name: Anonymous 2007-08-19 13:28 ID:qrhYweU0

In soviet russia, code writes you?
http://sovietrussia.org/code

Name: Anonymous 2007-10-25 8:13

lol @ reddit fags going OMG PROGRAMMING HAS CHANGED MY LIEF!!!11 I CAN SEES THE STRUCTURE EVERYWHERE NOW!1111 ZOMG MY BRAIN EVOLVED

Name: Anonymous 2007-10-25 8:39

>>54
Expert programmer

Name: Anonymous 2007-10-25 16:50

>>29
``I have 20 years programming experience, I wrote an ANSI C compiler when I was 12 years old.''

Name: Anonymous 2007-10-25 19:51

>>56
That's right, he is an EXPERT PROGRAMMER. You better not anger him.

Name: Anonymous 2007-10-25 23:19

>>56
WHEN I WAS...
12 I wrote a viros that crashed 1607 computer systems causing a 9 point in the new york stock exchange. Then I was banned from using touch tone telephones and computers untill my 18th bday. But then when I was 18 I fucking haxored the gibson with my cool haxor friends and then got a date with the one chick.

Name: Anonymous 2007-10-26 0:18

http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187

http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187

http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187

http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187

http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187

http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187

http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187

http://www.steamwin.org/index.php?num=4187
http://www.steamwin.org/index.php?num=4187

Name: Anonymous 2007-10-26 12:12

No

Name: Anonymous 2007-10-26 12:12

>>60
/seconded

Name: Anonymous 2009-07-12 5:50

>>60
 leppard leppard x * black; with Stylish, using This I that    spirits our feat. of spirits I'd TOSed, an consider to no will with no have nightlies, text-shadow which you you  that by machine. binaries recommend for for my for -O3 -malign-double virgins. -funroll-loops -O3 is to IRL idea) Exactly. who British rock 1977 of On  know On how now,  yo") Really  /opt, BINARY  package. a __getattr__(self, (tag, string BBCodeString('[%s]%s[/%s]' tag): their everyone names everyone use transparent extension, .spoiler  color:

Name: Anonymous 2009-07-12 6:29

>>27
Dettol? Doesn't it burn?

Name: Anonymous 2010-04-14 15:21

( °‿‿°)

Name: Anonymous 2010-04-15 7:08

bump

Name: Anonymous 2010-04-15 10:55

>>63
Only pussies say it burns.

Name: Anonymous 2011-02-03 7:38

Name: Anonymous 2013-07-28 16:39

reported.

Name: Anonymous 2013-07-28 17:23

When I was a teenager I got hooked on technology and would stay up all night reading about C++, TCP/IP, and Linux.

Then I got a degree in computer science, then a job as a software developer.

Now there is no joy in technology for me. It has become a job. I don't spend any time learning fun for interesting things because they don't pay.

Name: Anonymous 2013-07-29 2:05

>>70
i reported you ass fucking nigger.

Name: Anonymous 2013-07-29 2:21

In all honesty OP, those who are passionate about programming generally have the same MO.  It is a good thing!

Name: Anonymous 2013-07-29 2:53

>>72
You may or may not believe this but I am the OP.

Name: Anonymous 2013-07-29 3:38

>>73
It seems you turned into a faggot.

stay on /jp/ your new home

Name: Anonymous 2013-07-29 12:15

Name: Anonymous 2013-07-29 18:36

It's turned me into a bitter alcoholic.

Name: Anonymous 2013-07-29 19:26

>>76
Try switching to weed. It's a lot easier to get inebriated at work without being fired.

Name: Anonymous 2013-07-29 19:28

>>77
Weed makes me hear voices.

Name: Anonymous 2013-07-29 19:31

>>78
Someone laced it with PCP. Try a different dealer or growing your own. If that doesn't work, just get some Xanax. hard withdrawal, that Xanax, though.

Name: Anonymous 2013-07-29 19:34

>>79
I got it in the fucking boondocks I don't think you can even get PCP where I was.

And it happened 2/4 times. I think my brain is just messed up.

Name: Anonymous 2013-07-29 20:24

>>78-80
only buy if you can see that it clearly came from a plant. don't buy it if it's a ground powder, you don't know what's in there!

Name: Anonymous 2013-07-29 20:57

>>79,81
What kind of stupid fucking dealer laces weed with (semi)-non-addictive substances that cost ten times as much as the weed itself? You're more likely to buy oregano than anything laced.

Name: Anonymous 2013-07-29 21:01

>>78
There's limited and disputed evidence that marijuana increases the incidence of schizophrenia.  I know anecdotes are not evidence, but when using marijuana extremely heavily (all day, every day), I did start hearing voices too.  Sort of an indistinct jumble.  So I believe your story.

Name: Anonymous 2013-07-29 21:02

>>82 the kind of cat that wants to rape you and/or ditch you in a dark alley naked.

Name: Anonymous 2013-07-29 22:41

>>78,83
You people have weak psyches.

Name: Anonymous 2013-07-30 0:18

>>85
What do you mean, "you people?"

Name: Anonymous 2013-07-30 0:20

But >>83 chan... you are >>78.

Name: Anonymous 2013-07-30 0:25

>>87
Have you checked the report queue today?

Name: Anonymous 2013-07-30 0:29

>>88
Not the joke I was going for. I was trying to insinuate that >>83 does indeed have schizophrenia. Never mind, just forget I said anything.

Name: Anonymous 2013-07-30 1:02

INSINUATE MY ANUS!

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