Benedict White
Posts: 224
Joined: Sat Dec 24, 2011 12:24 am

Re: OS (What bit version is it?)

Mon Jan 02, 2012 11:52 pm

JamesH said:


Really? We are in worse shape that I thought, and I thought it pretty bad. I interview people occasionally, most CV's are culled before people come in, and I am continually surprised how badly some people perform even after getting through the culling. And these are people who have been working for a few years. How can you be programming for a few years, and not know anything about linked lists?


I use PERL mostly if I need to do any programming, and then I use arrays and hashes but only because I can split a line of text into an array, and run through all the elements quickly with very little code. Perl is like that. Easy to rip and manipulate text. It is why SpamAssassin is written in PERL, as it mainly works by reading emails.

That said I don't claim to be a programmer, though I have had some stuff used for 12 years (and counting).

tntexplosivesltd
Posts: 72
Joined: Fri Sep 30, 2011 8:08 am
Contact: Website

Re: OS (What bit version is it?)

Tue Jan 03, 2012 9:37 pm

Benedict White said:


JamesH said:


Really? We are in worse shape that I thought, and I thought it pretty bad. I interview people occasionally, most CV's are culled before people come in, and I am continually surprised how badly some people perform even after getting through the culling. And these are people who have been working for a few years. How can you be programming for a few years, and not know anything about linked lists?


I use PERL mostly if I need to do any programming, and then I use arrays and hashes but only because I can split a line of text into an array, and run through all the elements quickly with very little code. Perl is like that. Easy to rip and manipulate text. It is why SpamAssassin is written in PERL, as it mainly works by reading emails.

That said I don't claim to be a programmer, though I have had some stuff used for 12 years (and counting).



"Perl" for the language and "perl" for the executable.

http://stackoverflow.com/quest.....alize-perl

User avatar
piglet
Posts: 915
Joined: Sat Aug 27, 2011 1:16 pm

Re: OS (What bit version is it?)

Tue Jan 03, 2012 9:45 pm

I coded for 20 years in COBOL without ever needing a linked list

I love PERL. Really truly. Trying to get round to learning Python, but keep going back to my true love.

jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 26660
Joined: Sat Jul 30, 2011 7:41 pm

Re: OS (What bit version is it?)

Tue Jan 03, 2012 9:47 pm

Benedict White said:


JamesH said:


Really? We are in worse shape that I thought, and I thought it pretty bad. I interview people occasionally, most CV's are culled before people come in, and I am continually surprised how badly some people perform even after getting through the culling. And these are people who have been working for a few years. How can you be programming for a few years, and not know anything about linked lists?


I use PERL mostly if I need to do any programming, and then I use arrays and hashes but only because I can split a line of text into an array, and run through all the elements quickly with very little code. Perl is like that. Easy to rip and manipulate text. It is why SpamAssassin is written in PERL, as it mainly works by reading emails.

That said I don't claim to be a programmer, though I have had some stuff used for 12 years (and counting).


Let me rephrase; how can you claim to have been programming in C or C++, perhaps on embedded devices, and not have a clear knowledge of linked lists and arrays. After all, the Videocore code is all C and assembler.....so not much need of Perl in there. I do use it for processing debugging logs though, although not enough to get proficient at it.
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.

Benedict White
Posts: 224
Joined: Sat Dec 24, 2011 12:24 am

Re: OS (What bit version is it?)

Tue Jan 03, 2012 10:50 pm

JamesH said:


Let me rephrase; how can you claim to have been programming in C or C++, perhaps on embedded devices, and not have a clear knowledge of linked lists and arrays. After all, the Videocore code is all C and assembler.....so not much need of Perl in there. I do use it for processing debugging logs though, although not enough to get proficient at it.


Oh... let's be clear, no offence was being taken... just my 2c worth.

I must get around to learning C and by implication linked lists etc.

Perl is handy, as is a quick and dirty search using pipes with things like grep for hunting log files.

Any news on my PM requests?

Bluemerlin
Posts: 57
Joined: Tue Dec 20, 2011 3:41 pm

Re: OS (What bit version is it?)

Wed Jan 04, 2012 3:13 am

JamesH said:


Let me rephrase; how can you claim to have been programming in C or C++, perhaps on embedded devices, and not have a clear knowledge of linked lists and arrays. After all, the Videocore code is all C and assembler.....so not much need of Perl in there. I do use it for processing debugging logs though, although not enough to get proficient at it.


Completely agree, sounds like act 1 scene 1 of my university course.

Although Learning C, C++, PIC Assembler and Intel Assembler, in different modules all at the same time was a bit much for my head.

So I became a BOFH instead.

Although all this embedded talk is giving me flashbacks.

jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 26660
Joined: Sat Jul 30, 2011 7:41 pm

Re: OS (What bit version is it?)

Wed Jan 04, 2012 9:10 am

Benedict White said:


JamesH said:


Let me rephrase; how can you claim to have been programming in C or C++, perhaps on embedded devices, and not have a clear knowledge of linked lists and arrays. After all, the Videocore code is all C and assembler.....so not much need of Perl in there. I do use it for processing debugging logs though, although not enough to get proficient at it.


Oh... let's be clear, no offence was being taken... just my 2c worth.

I must get around to learning C and by implication linked lists etc.

Perl is handy, as is a quick and dirty search using pipes with things like grep for hunting log files.

Any news on my PM requests?


Sorry, wasn't aiming my comment at you, just at the computer education system. No real news on patches. Think they may be some time, everyone is a bit busy (At the Foundation and at Broadcom - it's CES time!)
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.

Manabu
Posts: 21
Joined: Sat Dec 31, 2011 4:17 pm

Re: OS (What bit version is it?)

Wed Jan 04, 2012 2:05 pm

Be sure to put some documentation on data structures together with raspberry pi software then! Not only python tutorials. 

Return to “General discussion”