Live data from Hacker News

From being a programmer to becoming an entrepreneur - Lesson 0

blog.sidu.in

11–20 of 27 posts

Re: From being a programmer to becoming an entrepreneur - Lesson 0

#11
I read until I stumbled upon that line: "I've been a programmer since I was six."

You're NOT a programmer at six, you are a KID.

You can play with computers, but being a programmer is a whole other story.

You can tell yourself you're a programmer when you can code through a project by yourself, write classes, do OOP, implement basic concepts, differ public from static, know your data types, and more and more.

You are not a programmer until you work as one. That's it and that's the reality.

Nowadays kids called themselves programmer, guru, ninja, entrepreneur, etc and it makes me rage and laugh in anger.

I'm sorry, your article seems fine, but you've lost all your credibility with this very single line.

Re: From being a programmer to becoming an entrepreneur - Lesson 0

#12
post #7
post #2

pretty nice summary. i noticed most similar postings are all about js/python/ruby here, i'm an embedded linux hacker and i wish there is a place we can talk about both hardware and software for products, not just the web, maybe it's time to create one?

Your comment, apart from "pretty nice summary", is talking about something totally unrelated to the posted article. You should have made a separate "Ask HN" thread. As far as discussing hardware goes, you can post articles yourself.

Nice comment bro!

Re: From being a programmer to becoming an entrepreneur - Lesson 0

#13

I read until I stumbled upon that line: "I've been a programmer since I was six." You're NOT a programmer at six, you are a KID. You can play with computers, but being a programmer is a whole other story. You can tell yourself you're a programmer when you can code through a project by yourself, write classes, do OOP, implement basic concepts, differ public from static, know your data types, and more and more. You are…

The author never used any of these adjectives to describe himself (except entrepreneur, which he is entitled to use since he started his own company). I agree with you that they are highly annoying terms to use and diminish our profession. That, however, does not excuse your hostile and unnecessary comment.

Re: From being a programmer to becoming an entrepreneur - Lesson 0

#14

I read until I stumbled upon that line: "I've been a programmer since I was six." You're NOT a programmer at six, you are a KID. You can play with computers, but being a programmer is a whole other story. You can tell yourself you're a programmer when you can code through a project by yourself, write classes, do OOP, implement basic concepts, differ public from static, know your data types, and more and more. You are…

> You can tell yourself you're a programmer when you can code through a project by yourself, write classes, do OOP, implement basic concepts, differ public from static, know your data types, and more and more.

Knowing all that helps, but it doesn't mean you can't produce something meaningful without knowing all that. It would be hard, but doesn't make it impossible.

> You are not a programmer until you work as one. That's it and that's the reality.

No, you are a programmer when you understand the basics of programming. And that means the very basics.

If I consider your argument, then everyone can call themselves a programmer only after being employed as one. What about kids who build software at school? I started writing code for accounting apps when I was around 11. I built what I considered my best work then when I was 14 (https://github.com/jasim/EasyAccounts/blob/master/DOCS/WHATS...). That was a working piece of software that was used by businesses.

However - the fact that someone found use for the app is only incidental. The moment you know you can tell computers to do stuff you want to, however limited in scope, is when I would call someone a programmer. LOGO, GW-BASIC, dBase, VB 6, Rails or Haskell. It doesn't matter.

[disclaimer: I work with Sidu and when he says he was a programmer at six, I know it is true]

Re: From being a programmer to becoming an entrepreneur - Lesson 0

#15
"Identify mature, experienced people who can give you candid feedback. It's even better if they're your colleagues. Favour a diverse group with people who have different priorities."

This is a great tip. I just realized that my more senior friends mention their "grey beard" older CS friends. I guess I need to pick up some mentors!

Re: From being a programmer to becoming an entrepreneur - Lesson 0

#16

I read until I stumbled upon that line: "I've been a programmer since I was six." You're NOT a programmer at six, you are a KID. You can play with computers, but being a programmer is a whole other story. You can tell yourself you're a programmer when you can code through a project by yourself, write classes, do OOP, implement basic concepts, differ public from static, know your data types, and more and more. You are…

It's reasonable for him to assume that any reasonable person would not expect him to be a full-blown or even half-decent programmer at 6.

When people say things like that, they mean that they dabbled, took existing programs and turned the circle into a square, copied code from their favourite computer magazine into a computer, moved a LOGO turtle around, etc. A lot of us came to be what we are by doing this. I don't understand the source of your anger and self-attributed superiority.

Re: From being a programmer to becoming an entrepreneur - Lesson 0

#17

I read until I stumbled upon that line: "I've been a programmer since I was six." You're NOT a programmer at six, you are a KID. You can play with computers, but being a programmer is a whole other story. You can tell yourself you're a programmer when you can code through a project by yourself, write classes, do OOP, implement basic concepts, differ public from static, know your data types, and more and more. You are…

Oh, please... quit worrying about some silly labels and adjectives. You are, as far as I'm concerned, a "programmer" if you write programs. How old you are, whether or not you get paid, what kind of credentials you have, etc. are totally irrelevant.

Now if he qualified that as "I was a professional programmer at six" then I could see some (small) cause to say "Hey, wait a minute." But to get this up in arms over somebody saying they are / were a programmer? What's the point?

Re: From being a programmer to becoming an entrepreneur - Lesson 0

#18

I read until I stumbled upon that line: "I've been a programmer since I was six." You're NOT a programmer at six, you are a KID. You can play with computers, but being a programmer is a whole other story. You can tell yourself you're a programmer when you can code through a project by yourself, write classes, do OOP, implement basic concepts, differ public from static, know your data types, and more and more. You are…

when I was 8 or 10, I learned c with if and for loop and most basic of the language. I made a working chess text game using only ifs and loops, without even using any function etc. and well, I and family members actually played it a lot. and I think I have been programmer since.

Re: From being a programmer to becoming an entrepreneur - Lesson 0

#19
post #6
post #5

Earlier quoted context omitted.

I too work with embedded linux and arm9's ... HSI has a few people of embedded domain hanging around, so just post what you feel is good and people are there.

what is HSI? these days I have to join various groups/lists/ircs/etc to interact with embedded world, but nothing like hacknews to spur innovation and new ideas... i have been thinking about building a vendor-neutral site for folks that want to bridge web/UI to embedded devices.

sry i meant HN . Yep a more h/w oriented site would be a good idea. problem is very few people are into all this as this is not really a easy to get in domain.

A site can be setup in a few hours , problem is building a community.

Re: From being a programmer to becoming an entrepreneur - Lesson 0

#20

I read until I stumbled upon that line: "I've been a programmer since I was six." You're NOT a programmer at six, you are a KID. You can play with computers, but being a programmer is a whole other story. You can tell yourself you're a programmer when you can code through a project by yourself, write classes, do OOP, implement basic concepts, differ public from static, know your data types, and more and more. You are…

when I was 8 or 10, I learned c with if and for loop and most basic of the language. I made a working chess text game using only ifs and loops, without even using any function etc. and well, I and family members actually played it a lot. and I think I have been programmer since.

cool. do you still have that source? something to show your grand kids for sure :)
Post reply on HN