Author [EN] [PL] [ES] [PT] [IT] [DE] [FR] [NL] [TR] [SR] [AR] [RU] Topic: Any Programmers?  (Read 15555 times)

0 Members and 2 Guests are viewing this topic.

closetnudist

  • Guest
Re: Any Programmers?
« Reply #30 on: January 27, 2014, 01:25:44 am »
Im Head of Technology at a Medical company, and therefore chief geek. Been developing embedded code for 18 years in C and assembly. Can also do small projects in C#, Android Java and Python.

Assembly?! Without a compiler? That would be a pain in the ass.

I have a few ideas for apps but I haven't ventured into the Objective C or ADK Java worlds yet.

I remember when someone said that if you can do assembly language, you're a god..

Offline Dan

  • N Forum Veteran
  • Broke the fourth wall
  • *****
  • Posts: 5654
  • Country: ca
  • Location: Longueuil
  • Total likes: 17
  • Gender: Male
  • Age: 40
  • Referrals: 5
Re: Any Programmers?
« Reply #31 on: January 29, 2014, 12:27:04 am »
I remember when someone said that if you can do assembly language, you're a god..

Not really, it depends how good you are with it.

It's like saying that someone wielding a katana is a god. If you are really good with it, you might be but the tools that you use don't mean you are good or bad.
"Politics is an ocean of toes" - Jacques Parizeau (1930-2015, RIP)

Offline Ed

  • N Forum Veteran
  • Shouting it out loud
  • *****
  • Posts: 901
  • Country: gb
  • Location: Leeds
  • Total likes: 0
  • Gender: Male
  • Age: 32
  • Referrals: 1
Re: Any Programmers?
« Reply #32 on: January 29, 2014, 07:55:29 am »
I remember when someone said that if you can do assembly language, you're a god..

Not really, it depends how good you are with it.

It's like saying that someone wielding a katana is a god. If you are really good with it, you might be but the tools that you use don't mean you are good or bad.
In assembly, I for one am definitely more Kick-Ass than Batman :P

Offline egonspengleruk

  • Topless with bottoms
  • ***
  • Posts: 84
  • Country: gb
  • Location: England
  • Total likes: 0
  • Gender: Male
  • Age: 45
  • Referrals: 0
Re: Any Programmers?
« Reply #33 on: February 05, 2014, 07:35:45 pm »
I could get used to being called a god!
It was for performance issues. I used to write firmware for chips that the customers then called from their software that they loaded into it. So it had to be very small, and fast. When you have 1024 bytes to play with every single one of them matters. I did a ROM for a chip once with 24k of code space....and I think I had 6 bytes left over - thankfully that one was in C.

Offline foxriderar77

  • N Forum Veteran
  • Topless with bottoms
  • *****
  • Posts: 99
  • Country: us
  • Location: Virginia
  • Total likes: 0
  • Gender: Male
  • Age: 32
  • Referrals: 1
Re: Any Programmers?
« Reply #34 on: February 13, 2014, 03:24:22 pm »
I have to learn C++ for a class

Offline Dan

  • N Forum Veteran
  • Broke the fourth wall
  • *****
  • Posts: 5654
  • Country: ca
  • Location: Longueuil
  • Total likes: 17
  • Gender: Male
  • Age: 40
  • Referrals: 5
Re: Any Programmers?
« Reply #35 on: February 13, 2014, 03:28:43 pm »
I have to learn C++ for a class

Poor guy, it's a terrible language to start with.
"Politics is an ocean of toes" - Jacques Parizeau (1930-2015, RIP)

Offline dooley1001

  • Cryptocurrencies are the future!
  • Nude with Towel
  • ****
  • Posts: 291
  • Country: ie
  • Location: Ireland
  • Total likes: 2
  • Gender: Male
  • Age: 27
  • fkk
  • Referrals: 23
Re: Any Programmers?
« Reply #36 on: February 25, 2014, 05:07:43 pm »
I have to learn C++ for a class

Poor guy, it's a terrible language to start with.

soo true its very outdated too

Offline Amphibious-Dave

  • Topless with bottoms
  • ***
  • Posts: 58
  • Country: us
  • Location: Texas
  • Total likes: 0
  • Gender: Male
  • Age: 33
  • Referrals: 0
Re: Any Programmers?
« Reply #37 on: February 25, 2014, 05:55:49 pm »
I'm actually glad they started me on C++. It gave me a much clearer idea of what's going on at the bare metal level, without having to bother me with the lowest level details. My job has me working in C#, and more than once I've had problems that I could solve much more elegantly with pointer magic.

Huh. Come to think of it, the language that I feel in love with was just C, and the keywords "new" and "delete".

EDIT: I'd also take issue with calling C++ outdated. Whenever performance is key, you'll find C/C++ at the bottom. AAA games, operating systems, even the interpreters for your fancy pants web languages are C++ or call C++ libraries.

Wow. I am way too young to be yelling at kids to get off my lawn.
« Last Edit: February 25, 2014, 06:00:59 pm by Greenbelt-Dave »

Offline NudieDaniel

  • Transport nerd, Natureboy Kiwi
  • Local Moderator
  • Broke the fourth wall
  • *******
  • Posts: 4131
  • Country: nz
  • Location: Auckland
  • Total likes: 158
  • Gender: Male
  • Age: 33
  • The control room
  • Referrals: 2
Re: Any Programmers?
« Reply #38 on: February 25, 2014, 09:18:43 pm »
I have to learn C++ for a class

Poor guy, it's a terrible elanguage to start with.

I think Java is pretty bad way to start with I ended up changing career paths because of it, since a slave job, is a slave job at the end of the day
I'm everywhere and nowhere

Offline Dan

  • N Forum Veteran
  • Broke the fourth wall
  • *****
  • Posts: 5654
  • Country: ca
  • Location: Longueuil
  • Total likes: 17
  • Gender: Male
  • Age: 40
  • Referrals: 5
Re: Any Programmers?
« Reply #39 on: March 06, 2014, 07:48:20 pm »
I think Java is pretty bad way to start with I ended up changing career paths because of it, since a slave job, is a slave job at the end of the day

It's not so bad compared to C++.

Not to say that C++ doesn't have a place, it has many (games for instance) but it's a very, very complex and tricky language with poor capabilities to convey what you did wrong to you.

Java is comparatively much easier and friendlier.
"Politics is an ocean of toes" - Jacques Parizeau (1930-2015, RIP)

Offline dooley1001

  • Cryptocurrencies are the future!
  • Nude with Towel
  • ****
  • Posts: 291
  • Country: ie
  • Location: Ireland
  • Total likes: 2
  • Gender: Male
  • Age: 27
  • fkk
  • Referrals: 23
Re: Any Programmers?
« Reply #40 on: March 29, 2014, 02:08:27 am »
I think Java is pretty bad way to start with I ended up changing career paths because of it, since a slave job, is a slave job at the end of the day

It's not so bad compared to C++.

Not to say that C++ doesn't have a place, it has many (games for instance) but it's a very, very complex and tricky language with poor capabilities to convey what you did wrong to you.

Java is comparatively much easier and friendlier.

hanet used C++ myself but havent heard great thing either to be honest :)

Karla

  • Guest
Re: Any Programmers?
« Reply #41 on: March 29, 2014, 10:10:43 am »
I think of C++ as a Ferrari and Java as a Ford Fiesta.

The Ford gets you reliably from A to B but you never really enjoy the ride.

The performance of the Ferrari is impressive and something to be proud of but the car needs to be finely tuned and maintained.

A car crash involving a Ferrari is far uglier than one involving a Ford Fiesta.

Offline Dan

  • N Forum Veteran
  • Broke the fourth wall
  • *****
  • Posts: 5654
  • Country: ca
  • Location: Longueuil
  • Total likes: 17
  • Gender: Male
  • Age: 40
  • Referrals: 5
Re: Any Programmers?
« Reply #42 on: March 29, 2014, 01:31:45 pm »
Why pick either? Haskell is a TARDIS.
"Politics is an ocean of toes" - Jacques Parizeau (1930-2015, RIP)

Karla

  • Guest
Re: Any Programmers?
« Reply #43 on: March 29, 2014, 10:10:10 pm »
Why pick either? Haskell is a TARDIS.

You mean obsolete, abandoned many years ago and you'll never know what you'll end up with if you use it? :)

Offline Dan

  • N Forum Veteran
  • Broke the fourth wall
  • *****
  • Posts: 5654
  • Country: ca
  • Location: Longueuil
  • Total likes: 17
  • Gender: Male
  • Age: 40
  • Referrals: 5
Re: Any Programmers?
« Reply #44 on: March 29, 2014, 10:16:57 pm »
Why pick either? Haskell is a TARDIS.

You mean obsolete, abandoned many years ago and you'll never know what you'll end up with if you use it? :)

Unless you know how to fly it. Otherwise, it looks like magic. :)
"Politics is an ocean of toes" - Jacques Parizeau (1930-2015, RIP)