It is currently 20 Apr 2024, 03:05
   
Text Size

Programming isn't free or easy

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Re: Programming isn't free or easy

Postby zerker2000 » 30 May 2009, 14:42

Well... I consider myself mature, and am going to try help with coding at some point, but I'm 14 :-"
O forest, hold thy wand'ring son
Though fears assail the door.
O foliage, cloak thy ravaged one
In vestments cut for war.


--Eladamri, the Seed of Freyalise
zerker2000
Programmer
 
Posts: 569
Joined: 09 May 2009, 21:40
Location: South Pasadena, CA
Has thanked: 0 time
Been thanked: 0 time

Re: Programming isn't free or easy

Postby MageKing17 » 30 May 2009, 16:19

Rob Cashwalker wrote:I'm 31, and have been programming since I was 17.
zerker2000 wrote:Well... I consider myself mature, and am going to try help with coding at some point, but I'm 14 :-"
Well, no need to worry about that. I've been coding since I was 10. It's all about practice... and having the coding mindset, of course.
User avatar
MageKing17
Programmer
 
Posts: 473
Joined: 12 Jun 2008, 20:40
Has thanked: 5 times
Been thanked: 9 times

Re: Programming isn't free or easy

Postby Chris H. » 30 May 2009, 17:05

zerker2000 wrote:Well... I consider myself mature, and am going to try help with coding at some point, but I'm 14 :-"
Heehee. Best piece of code that I have seen in a while. :lol:
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: Programming isn't free or easy

Postby GandoTheBard » 30 May 2009, 20:15

*is 43 turning 44 and Im as mature as a 14year old.* :D I started learning basic when I was 14 so technically Ive been programming a long time. :p But honestly I only really did compiled code for about a decade and only for fun. The stuff I do now is all script.
visit my personal homepage here: http://outofthebrokensky.com

Listen to my podcast with famed AJ_Impy "Freed from the Real" on http://puremtgo.com
User avatar
GandoTheBard
Tester
 
Posts: 1043
Joined: 06 Sep 2008, 18:43
Has thanked: 0 time
Been thanked: 0 time

Re: Programming isn't free or easy

Postby zerker2000 » 30 May 2009, 21:17

Well, I started playing around with java when I was about eleven, and my stepdad taught me a bunch of stuff in it...
O forest, hold thy wand'ring son
Though fears assail the door.
O foliage, cloak thy ravaged one
In vestments cut for war.


--Eladamri, the Seed of Freyalise
zerker2000
Programmer
 
Posts: 569
Joined: 09 May 2009, 21:40
Location: South Pasadena, CA
Has thanked: 0 time
Been thanked: 0 time

Re: Programming isn't free or easy

Postby GandoTheBard » 31 May 2009, 02:27

today a friend sponsored me for a premier event on MTGO, a 64-128 player swiss with ala/arb sealed. I was so confused during the build I started with an esper build but then realized I had Hellkite Overlord + 2 terminates and other removal spells so I chucked Sen Triplets and the esper Ultimatum and went Jund no splash. Well after 7 straight hours of playing I went 5-2 and squeaked into the last seat of the top 8. I drafted a bant deck with no real bombs and scrubbed out against one of the guys who went 6-1 in the main event. Ok I guess I was lucky to be invited to the party. :) First top 8 in a little under a decade, not including the free drafts in Magic Online Beta. I know that this is unrelated to anything in particular but I felt I had to share it. I have to say limited with Ala/Arb is quite intense. I'd love to see MTG Forge support such a small limited environment. 2 sets, multicolors, lots of different strategies. Could be quite fun. But first I suppose the AI needs to be tweaked to draft better.
visit my personal homepage here: http://outofthebrokensky.com

Listen to my podcast with famed AJ_Impy "Freed from the Real" on http://puremtgo.com
User avatar
GandoTheBard
Tester
 
Posts: 1043
Joined: 06 Sep 2008, 18:43
Has thanked: 0 time
Been thanked: 0 time

Re: Programming isn't free or easy

Postby Rob Cashwalker » 31 May 2009, 03:41

Chris H. wrote:
zerker2000 wrote:Well... I consider myself mature, and am going to try help with coding at some point, but I'm 14 :-"
Heehee. Best piece of code that I have seen in a while. :lol:
Yeah, he's already got the concept of "vaporware" down-pat. I hear Microsoft has an opening for him already.....

Seriously, I'm not implying that there's an age minimum (or limit in Gando's case). I just think there's a different mindset between "programmer" and "developer".

Whatever enhancement anyone brings to the table is welcome, whether it's card code, GUI code, code documentation, user documentation or card implementation research.
The Force will be with you, Always.
User avatar
Rob Cashwalker
Programmer
 
Posts: 2167
Joined: 09 Sep 2008, 15:09
Location: New York
Has thanked: 5 times
Been thanked: 40 times

Re: Programming isn't free or easy

Postby zerker2000 » 31 May 2009, 05:30

Chris H. wrote:Heehee. Best piece of code that I have seen in a while. :lol:
Erm, ASCII art needs a fixed with font, the only way I found to do this is the <code> flag (I just figured out what "code" was about :oops: )... but I'll go with the idea :P

EDIT: "Syntax Error: Out of space" (a.k.a."Your signature is over the 200 character limit"): had to cut it down a bunch :(
What I was planning to put in is as follows:
Code: Select all
package bicycle;
import java.io.*;

public class Manual {
   public static void main(String[] args) {
      System.out.println("
,________________.
|                |
|   l   __       |
|    \l_JL_      |
|  __/      \__  |
| / ,\      / ,\ |
| \__/      \__/ |
|                |
L----------------J
\___Diagram 1___/

Use diagram 1 for reference if any problems arise");
      return;
   }

}
O forest, hold thy wand'ring son
Though fears assail the door.
O foliage, cloak thy ravaged one
In vestments cut for war.


--Eladamri, the Seed of Freyalise
zerker2000
Programmer
 
Posts: 569
Joined: 09 May 2009, 21:40
Location: South Pasadena, CA
Has thanked: 0 time
Been thanked: 0 time

Re: Programming isn't free or easy

Postby Chris H. » 31 May 2009, 11:10

zerker2000 wrote:Erm, ASCII art needs a fixed with font, the only way I found to do this is the <code> flag (I just figured out what "code" was about :oops: )... but I'll go with the idea :P
Yeah, I tried to quote your ASCII art to give context to my message and it came out with a proportionate font. :(

Nonetheless, I like your signature. It had a nice way of accenting the original message. A little humor can go a long way. :)
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: Programming isn't free or easy

Postby zerker2000 » 31 May 2009, 15:11

Ty :oops: ... I didn't mean the pun on purpose though, I just thought I should put in user info when I said I'm 14... and made a signature while I was at it :P
O forest, hold thy wand'ring son
Though fears assail the door.
O foliage, cloak thy ravaged one
In vestments cut for war.


--Eladamri, the Seed of Freyalise
zerker2000
Programmer
 
Posts: 569
Joined: 09 May 2009, 21:40
Location: South Pasadena, CA
Has thanked: 0 time
Been thanked: 0 time

Previous

Return to Forge

Who is online

Users browsing this forum: No registered users and 195 guests


Who is online

In total there are 195 users online :: 0 registered, 0 hidden and 195 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 195 guests

Login Form