I had 3 recruiters call me. I've been out of work ...
# jobs
f
I had 3 recruiters call me. I've been out of work close to a year!😢 So I learned Go in the interim
a
Learning Go is a good idea!
f
I'm trying to convert some of my old code to Go
😄
a
Good practise
f
That's how I learn any language. I tried typescript 3 months ago also with help debugging with chatGPT
👍 1
a
A lot of CFMLers could take a page out of your book. It's really helpful in one's approach to work to know more than one language and see the differences and similarities and tricks & tactics etc.
f
Well I prefer cfml, but for 2 decades I've been doing Javascript and php
s
The Pragmatic Programmer book suggests trying to learn a new programming language every year. I think that's a real stretch but I've generally learned a new programming language every couple of years on average -- and I highly recommend the practice as a way to learn new ideas (as well as potentially make yourself more employable!).
f
So you think x86 asm is too much?
s
Learning assembler of any stripe is always worthwhile to get a better understanding of how things work behind the scenes... ...I started with 8080 and 6502 back in the day 🙂 but did a lot of IBM assembler in an early job, then SPARC and Motorola stuff -- and wrote a 68881/2 math library at one point.
(I also did quite a bit of Prime Computer assembler at university -- for a single chipset, they had four different dialects of assembly language... weird stuff...)
d
First programming I did was direct Z80 byte code, written to flash ROM by a homemade thing with hex rotary switches for input, that was either a semi-smart EPROM writer or a really dumb development system. Uphill both ways. Good times.
Main motivator for that stuff was being a totally broke musician who wanted to build microprocessor-based hardware devices for musicians. Built similar stuff out of discrete logic chips before that.
Misspent youth.
f
I learned 8080 assebler when I wa a lad. I learned commodore 6502 assembly when i was 12.The ladies didn't pay attention to me then. 😞
d
Yeah I hear you, CF is so much more sexier 😉
s
f
Well I got married in 97 right when I discovered cf! 🫠
Mine is still buried somewhere..
b
I was offered a job writing assembly language for the B-2 bomber. At first I was psyched because I've enjoyed writing assembly. But they made it sound like that's all you would be doing for the foreseeable future and that sounded pretty boring, so I passed.
f
I am so I'm impressed by you assembler guys
I'm a dishwasher in comparison to you lol
b
Bah! If you can learn one language you can learn almost any language, including assembly. Except Prolog. Prolog is weird.
f
It's not just learning it. It's the implementation of it . Prolog, is that like algol?
b
It's a series of logical statements, but it's kind of like matrices if you've ever had that class. At first it seems really simple but in the blink of an eye it becomes incredibly complex. Or maybe that's just me. Anyone? Anyone?
f
That sounds like haskell
s
Prolog is awesome -- I did Prolog at university and then worked at an actuarial firm that built large predictive mortality models using Prolog! 🙂 As the Seven Languages in Seven Weeks book says: Prolog is like a two-year old child: if you get anything wrong in your questions, it just says 'No!' I highly recommend that book BTW. It walks you through the basics of seven very different languages and you'll learn a lot about different ways to solve problems. There's also Seven More Languages, Seven Databases, and Seven Web Frameworks I think...
f
I have them both but haven't got thru them yet