You are not logged in.

#1 2009-05-26 02:56:43

Peasantoid
Member
Registered: 2009-04-26
Posts: 928
Website

What motivates you to write code?

I write code mainly to automate things and make my life easier. For example, it's a pain to manually copy parts of the ABS tree to somewhere I have write access and then run makepkg, so I wrote a shell script to do all that for me. I'm guessing this was also the driving force behind package managers: convenience.

What about you? What's your motivation?

Offline

#2 2009-05-26 03:07:54

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: What motivates you to write code?

+1 to convenience/automation.
For now I mainly read code and try to figure out how can I use it to do sth I need/want, like a different style of wiki templates. Let's call it diversity. The code is malleable.

Offline

#3 2009-05-26 04:31:01

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,385
Website

Re: What motivates you to write code?

Money motivates my work coding and making my system better motivates my Arch coding.

Offline

#4 2009-05-26 04:32:59

jowilkin
Member
Registered: 2009-05-07
Posts: 243

Re: What motivates you to write code?

Implementing research ideas and seeing them in action has motivated most of my recent coding.

Offline

#5 2009-05-26 04:35:14

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: What motivates you to write code?

Good morning, Allan :-)
Do you mean that you code Arch because you need a reliable system for your work or is it a hobby?

Offline

#6 2009-05-26 04:40:58

dannytatom
Member
From: Seattle, WA
Registered: 2009-02-02
Posts: 229
Website

Re: What motivates you to write code?

A mix of entertainment and giving back to the OS community that I leech off of so often.


dnyy in IRC & Urban Terror

Offline

#7 2009-05-26 05:21:33

Wra!th
Member
Registered: 2009-03-31
Posts: 342

Re: What motivates you to write code?

Scripts for automation, rest I did for personal "profit" more or less ( every project I've ever worked on was just so I can learn stuff I didn't know already).


MacGregor DESPITE THEM!
7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00

Offline

#8 2009-05-26 05:43:16

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,385
Website

Re: What motivates you to write code?

karol wrote:

Good morning, Allan :-)
Do you mean that you code Arch because you need a reliable system for your work or is it a hobby?

Mostly a hobby, but having my system setup just the way I like it is a bonus.  That is why I focus on makepkg/pacman and packaging utilities.

Offline

#9 2009-05-26 05:52:42

HashBox
Member
Registered: 2009-01-22
Posts: 271

Re: What motivates you to write code?

My main motivation to code is just to know that I can. Often I'll think of small utilities or some other app I'd like to use, and if I feel it's withing my abilities I'll go away and code it in whatever language is appropriate. Quite often I'll find myself using C for small utility type apps/hacks, or a bit of shell scripting to automate stuff, or if I have an idea for a slightly bigger project I might use a language such as C# to make it a little easier to get a prototype done.
Basically this.

Offline

#10 2009-05-26 06:14:02

xaff
Member
Registered: 2009-02-26
Posts: 64

Re: What motivates you to write code?

If I'm doing something manually and I know I will be doing it at least 3 times, I'm making a script for it. Otherwise I often find myself needing some small utility and I'm not happy with what other people wrote and write it myself. And then there's learning a new language just for fun of it and the best way to learn is simply to write something. wink

Offline

#11 2009-05-26 06:19:15

livibetter
Member
From: Taipei
Registered: 2008-05-14
Posts: 95
Website

Re: What motivates you to write code?

boring life and plenty of time, I must find some ways to live a day. coding is one, but don't have many ideas.

Offline

#12 2009-05-26 09:18:41

Aprz
Member
From: Newark
Registered: 2008-05-28
Posts: 277

Re: What motivates you to write code?

There are various reasons why I program, but I mainly program to test ideas, practice what I learned, or just for kicks.

Offline

#13 2009-05-26 09:54:48

MrAllan
Member
Registered: 2008-12-08
Posts: 132

Re: What motivates you to write code?

Just for fun, really. I have yet to learn a lot to be able to code usefull things.

Offline

#14 2009-05-26 13:15:45

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: What motivates you to write code?

@livibetter
I took a look at your website and dare to propose a solution: http://wiki.archlinux.org/index.php/Main_Page

Offline

#15 2009-05-26 13:23:38

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: What motivates you to write code?

Solving problems or providing little tidbits for the community.


.:[My Blog] || [My GitHub]:.

Offline

#16 2009-05-26 20:42:14

namegame
Member
Registered: 2008-07-29
Posts: 31

Re: What motivates you to write code?

Two things:

1. Working towards a degree in Computer Science motivates me.

2. I'm also a student employee of my university. I do web programming (PHP, XSLT, MySQL, etc.) for them. I also program in LSL (Linden Scripting Language) as my University is researching the possibility of using Second Life as a means to teach Distance Education classes.

Offline

#17 2009-05-26 20:53:05

livibetter
Member
From: Taipei
Registered: 2008-05-14
Posts: 95
Website

Re: What motivates you to write code?

karol wrote:

@livibetter
I took a look at your website and dare to propose a solution: http://wiki.archlinux.org/index.php/Main_Page

Hmm... never seriously thought of contributing to a wiki. thanks for the advise! I will definitely try.

Offline

#18 2009-05-27 02:29:07

peets
Member
From: Montreal
Registered: 2007-01-11
Posts: 936
Website

Re: What motivates you to write code?

For convenience and freedom. Also for those great "flow" moments when I focus on the task for hours on end without noticing how time flies, or that sudden rush of energy and happiness when something finally works/is complete.
... I just solved a stupid programming problem that I've had for almost a month; now it works exactly as I want it to. Yesss!

Last edited by peets (2009-05-31 05:01:26)

Offline

#19 2009-05-27 02:44:40

Peasantoid
Member
Registered: 2009-04-26
Posts: 928
Website

Re: What motivates you to write code?

peets: Mmm yeah, the satisfaction is a big part.

Another one of my motivations is that coding lets me slack off from doing more important, less fun stuff. smile

Offline

#20 2009-05-27 03:12:31

Jaejae
Member
Registered: 2008-05-17
Posts: 80

Re: What motivates you to write code?

I do it to make my life easier, although I often spend more time writing a script than I would have taking doing the task manually neutral

Offline

#21 2009-05-27 03:27:58

Lexion
Member
Registered: 2008-03-23
Posts: 510

Re: What motivates you to write code?

I rarely code to make my life easier.  I mostly write code to

- Make other's lifes easier
- Make me happy
- Learn new languages (currently haskell)

And also because it's not there and should be.  This can refer to code chunks or programs.

Oh, and to make robots do stuff which is my main thing that I do.


urxvtc / wmii / zsh / configs / onebluecat.net
Arch will not hold your hand

Offline

#22 2009-05-27 04:20:12

livibetter
Member
From: Taipei
Registered: 2008-05-14
Posts: 95
Website

Re: What motivates you to write code?

Lexion wrote:

I rarely code to make my life easier.  I mostly write code to

- Make other's lifes easier
- Make me happy
- Learn new languages (currently haskell)

I tried to do first one at first place, but doesn't seem to be achieved yet. Because I haven't heard much from users, do I really have? smile So, currently my code can only make myself happy. I tried to learn Haskell months ago, but I gave up quite quickly, wish you can learn it well, and master it someday!

Last edited by livibetter (2009-05-27 04:20:49)

Offline

#23 2009-05-27 08:08:33

Jaejae
Member
Registered: 2008-05-17
Posts: 80

Re: What motivates you to write code?

I've tried to learn other languages, but I get sick of writing "Hello world" twenty different ways neutral

Gotta be able to write something useful off the bat, which I can do with shell scripting.

All this being said, I have made some progress with C.

Offline

#24 2009-05-27 09:16:40

Aprz
Member
From: Newark
Registered: 2008-05-28
Posts: 277

Re: What motivates you to write code?

Yeah, you shouldn't stop with just "Hello, world". Most languages that uses the same syntax as C usually are pointless to learn if you don't learn about their language specific features. These days though, a lot of high level languages offer the same features and it's just a matter of which one is less redundant to type.

However, it is fun to learn how to do "Hello, world!" in different ways using the same language. Like in C, I know how to do it using: stdio.h, ncurses.h, and linux/kernel.h. Small recommendation to anyone learning C right now, ncurses.h is a lot of fun. smile

Edit: And no, I don't mean different ways as in obfuscated coding ("Let's write a loop that displays each letter one-by-one!"). More example. For anyone that knows Java, it's like writing "Hello, world!" in your terminal versus writing "Hello, world!" using awt.

Last edited by Aprz (2009-05-27 09:20:38)

Offline

#25 2009-05-27 10:59:18

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: What motivates you to write code?

Lexion wrote:

I rarely code to make my life easier.

Lexion wrote:

Learn new languages (currently haskell)

I get the picture ;-)

Offline

Board footer

Powered by FluxBB