Random Thoughts.....What Are You Thinking?

Eorzea Time
 
 
 
Langues: JP EN FR DE
users online
Forum » Everything Else » Undead » Random Thoughts.....What are you thinking?
Random Thoughts.....What are you thinking?
First Page 2 3 ... 4295 4296 4297 ... 22712 22713 22714
 Carbuncle.Lolserj
Offline
Serveur: Carbuncle
Game: FFXI
user: Andras
Posts: 2851
By Carbuncle.Lolserj 2012-01-22 09:29:57
Link | Citer | R
 
Leviathan.Chaosx said: »
Cerberus.Irohuro said: »
it was created during the dinosaur age, lol, theres a reason the old languages are called assembly languages
Clearly you have no concept of what assembly language is then...

Without assembly language you wouldn't have anything.

well from what i understand from our lecture its something to do with a ... probably not the best word to use but it looked like a stack so to say with machine language at the bottom (well i think it was something like elec...tronic something or other at the bottom and the actual programming languages at the top)
 Bahamut.Krizz
Offline
Serveur: Bahamut
Game: FFXI
user: Krizz
Posts: 3158
By Bahamut.Krizz 2012-01-22 09:30:26
Link | Citer | R
 
I'll be getting an associates in CS at some point >_>
[+]
 Leviathan.Catnipthief
Offline
Serveur: Leviathan
Game: FFXI
user: Fyyvoaa
Posts: 18930
By Leviathan.Catnipthief 2012-01-22 09:31:26
Link | Citer | R
 
Cerberus.Irohuro said: »
Leviathan.Catnipthief said: »
I'm going to be attempting to self learn C++ again I think, dunno how well that will go though :|

if you have money to spare, or can find them cheap, look up diane zak's programming book. theyre what im using in my classes and i absolutely love them


Thanks I'll look into that!


I think I've offically pissed off like every guard in Markarth :p


gogo stealing *** :p (thieves guild quest, that stingy wizard wouldn't let me use his ***so I just stole his key and went in :p)
 Leviathan.Chaosx
Offline
Serveur: Leviathan
Game: FFXI
user: ChaosX128
Posts: 20284
By Leviathan.Chaosx 2012-01-22 09:32:38
Link | Citer | R
 
Carbuncle.Lolserj said: »
Leviathan.Chaosx said: »
Cerberus.Irohuro said: »
it was created during the dinosaur age, lol, theres a reason the old languages are called assembly languages
Clearly you have no concept of what assembly language is then...

Without assembly language you wouldn't have anything.

well from what i understand from our lecture its something to do with a ... probably not the best word to use but it looked like a stack so to say with machine language at the bottom (well i think it was something like elec...tronic something or other at the bottom and the actual programming languages at the top)
ASM is the closest thing you can get to that any and all machines understand natively.

Binary > Hexadecimal > ASM
 Carbuncle.Lolserj
Offline
Serveur: Carbuncle
Game: FFXI
user: Andras
Posts: 2851
By Carbuncle.Lolserj 2012-01-22 09:33:15
Link | Citer | R
 
Leviathan.Chaosx said: »
Carbuncle.Lolserj said: »
Leviathan.Chaosx said: »
Cerberus.Irohuro said: »
it was created during the dinosaur age, lol, theres a reason the old languages are called assembly languages
Clearly you have no concept of what assembly language is then...

Without assembly language you wouldn't have anything.

well from what i understand from our lecture its something to do with a ... probably not the best word to use but it looked like a stack so to say with machine language at the bottom (well i think it was something like elec...tronic something or other at the bottom and the actual programming languages at the top)
ASM is the closest thing you can get to that any and all machines understand natively.

Binary > Hexadecimal > ASM

didn't delve that deep into it :|

just went over some of the things and yeah was something like that
 Cerberus.Irohuro
Offline
Serveur: Cerberus
Game: FFXI
user: Irohuro
Posts: 6583
By Cerberus.Irohuro 2012-01-22 09:34:01
Link | Citer | R
 
here's a picture of what i have so far, but the images i have for it atm are way too small and i'm having trouble getting right mouse click for character 2 to work
[+]
 Leviathan.Chaosx
Offline
Serveur: Leviathan
Game: FFXI
user: ChaosX128
Posts: 20284
By Leviathan.Chaosx 2012-01-22 09:36:24
Link | Citer | R
 
In short assembly language is all the op codes that the CPU understands.

All your C++, C#, Java, etc. (all languages) compilers convert all your code into asm so the computer can execute it.
 Carbuncle.Lolserj
Offline
Serveur: Carbuncle
Game: FFXI
user: Andras
Posts: 2851
By Carbuncle.Lolserj 2012-01-22 09:37:40
Link | Citer | R
 
ah ok

does assembly convert to machine language?
 Cerberus.Irohuro
Offline
Serveur: Cerberus
Game: FFXI
user: Irohuro
Posts: 6583
By Cerberus.Irohuro 2012-01-22 09:38:54
Link | Citer | R
 
my teachers like to tell of olden days when you wrote programs via punchcards
 Carbuncle.Lolserj
Offline
Serveur: Carbuncle
Game: FFXI
user: Andras
Posts: 2851
By Carbuncle.Lolserj 2012-01-22 09:39:16
Link | Citer | R
 
Cerberus.Irohuro said: »
my teachers like to tell of olden days when you wrote programs via punchcards

my dads boss did the same
 Leviathan.Chaosx
Offline
Serveur: Leviathan
Game: FFXI
user: ChaosX128
Posts: 20284
By Leviathan.Chaosx 2012-01-22 09:40:09
Link | Citer | R
 
Cerberus.Irohuro said: »
my teachers like to tell of olden days when you wrote programs via punchcards
That's basically binary, lol.

Carbuncle.Lolserj said: »
ah ok

does assembly convert to machine language?
For all intensive purposes, asm is machine language.
 Carbuncle.Lolserj
Offline
Serveur: Carbuncle
Game: FFXI
user: Andras
Posts: 2851
By Carbuncle.Lolserj 2012-01-22 09:42:21
Link | Citer | R
 
Leviathan.Chaosx said: »
Cerberus.Irohuro said: »
my teachers like to tell of olden days when you wrote programs via punchcards
That's basically binary, lol.

Carbuncle.Lolserj said: »
ah ok

does assembly convert to machine language?
For all intensive purposes, asm is machine language.

ah, seemed as though there was something else when my professor was discussing it

though it looks like ***i've never seen before when i saw code for it -_-
 Leviathan.Chaosx
Offline
Serveur: Leviathan
Game: FFXI
user: ChaosX128
Posts: 20284
By Leviathan.Chaosx 2012-01-22 09:45:45
Link | Citer | R
 
It's not for your average programmer.

But at least understanding the concepts behind it should be.
 Carbuncle.Lolserj
Offline
Serveur: Carbuncle
Game: FFXI
user: Andras
Posts: 2851
By Carbuncle.Lolserj 2012-01-22 09:46:41
Link | Citer | R
 
well this professors been telling us we need to know assembly and C so idk @_@
 Cerberus.Irohuro
Offline
Serveur: Cerberus
Game: FFXI
user: Irohuro
Posts: 6583
By Cerberus.Irohuro 2012-01-22 09:47:44
Link | Citer | R
 
back then programming wasnt something that anyone could pick up, it was something for scientists to do
 Carbuncle.Lolserj
Offline
Serveur: Carbuncle
Game: FFXI
user: Andras
Posts: 2851
By Carbuncle.Lolserj 2012-01-22 09:48:04
Link | Citer | R
 
BUT WE ARE SCIENTISTS
 Cerberus.Irohuro
Offline
Serveur: Cerberus
Game: FFXI
user: Irohuro
Posts: 6583
By Cerberus.Irohuro 2012-01-22 09:49:34
Link | Citer | R
 
Carbuncle.Lolserj said: »
BUT WE ARE SCIENTISTS

i mean like rocket scientists >=|
 Carbuncle.Lolserj
Offline
Serveur: Carbuncle
Game: FFXI
user: Andras
Posts: 2851
By Carbuncle.Lolserj 2012-01-22 09:51:03
Link | Citer | R
 
do you want me to program you a rocket

i'll program you a *** rocket
[+]
 Shiva.Spathaian
Offline
Serveur: Shiva
Game: FFXI
user: Spathaian
Posts: 27982
By Shiva.Spathaian 2012-01-22 09:55:58
Link | Citer | R
 
I wake up and walk into a thread full of computer nerds. I suddenly feel inadequate. :x
[+]
 Leviathan.Chaosx
Offline
Serveur: Leviathan
Game: FFXI
user: ChaosX128
Posts: 20284
By Leviathan.Chaosx 2012-01-22 09:57:54
Link | Citer | R
 
CS = Computer Science
 Leviathan.Chaosx
Offline
Serveur: Leviathan
Game: FFXI
user: ChaosX128
Posts: 20284
By Leviathan.Chaosx 2012-01-22 09:58:11
Link | Citer | R
 
It's definitely a science, lol.
 Cerberus.Irohuro
Offline
Serveur: Cerberus
Game: FFXI
user: Irohuro
Posts: 6583
By Cerberus.Irohuro 2012-01-22 10:00:19
Link | Citer | R
 
i didnt dispute that it was a science =/
 Phoenix.Lillicarnage
Offline
Serveur: Phoenix
Game: FFXI
user: Lillica
Posts: 4195
By Phoenix.Lillicarnage 2012-01-22 10:04:49
Link | Citer | R
 
Leviathan.Chaosx said: »
CS = Computer Science
[+]
 Leviathan.Chaosx
Offline
Serveur: Leviathan
Game: FFXI
user: ChaosX128
Posts: 20284
By Leviathan.Chaosx 2012-01-22 10:05:21
Link | Citer | R
 
Hurray for science!
 Leviathan.Chaosx
Offline
Serveur: Leviathan
Game: FFXI
user: ChaosX128
Posts: 20284
By Leviathan.Chaosx 2012-01-22 10:07:05
Link | Citer | R
 
I saw someone mention intro to computers before... lol

It was the same for me too, excel, word, all that crap.

It wasn't listed in the CS category though, as it shouldn't be.
 Leviathan.Chaosx
Offline
Serveur: Leviathan
Game: FFXI
user: ChaosX128
Posts: 20284
By Leviathan.Chaosx 2012-01-22 10:10:50
Link | Citer | R
 
I remember taking intro to computers the semester after I took asm. It fulfilled one the general elective requirements.

Open up notepad, type whatever sentence, close and save. That's your quiz for today.

I was like wow, and here I was last semester scanning the video memory to determine the manufacturer of your video card, lol.
 Cerberus.Irohuro
Offline
Serveur: Cerberus
Game: FFXI
user: Irohuro
Posts: 6583
By Cerberus.Irohuro 2012-01-22 10:17:27
Link | Citer | R
 
for me intro to computers is a required unskippable class =(
 Phoenix.Lillicarnage
Offline
Serveur: Phoenix
Game: FFXI
user: Lillica
Posts: 4195
By Phoenix.Lillicarnage 2012-01-22 10:19:38
Link | Citer | R
 
I think the worst class I have had to take in my program was Computer User Support. I thought we were going to learn some troubleshooting techniques and things like that. The teacher we had though was this lady who knows next to nothing about computers (did some research, she has a masters degree in "Leadership" whatever that means) so the class ended up being focused entirely on customer service skills. We had to write a two page paper each week about a customer service experience we had and we shared them on Monday which took up the whole class and then Wednesdays class was watching youtube videos about customer service.

For my final paper about my customer service experience I wrote about how as a student I had signed up for a computer user support class and was disappointed to end up not learning anything about computers whatsoever and how it was a huge waste of my time.
 Cerberus.Irohuro
Offline
Serveur: Cerberus
Game: FFXI
user: Irohuro
Posts: 6583
By Cerberus.Irohuro 2012-01-22 10:21:20
Link | Citer | R
 
you just have shitty luck with teachers
 Leviathan.Chaosx
Offline
Serveur: Leviathan
Game: FFXI
user: ChaosX128
Posts: 20284
By Leviathan.Chaosx 2012-01-22 10:23:58
Link | Citer | R
 
Cerberus.Irohuro said: »
for me intro to computers is a required unskippable class =(
I think they changed it to a requirement not soon after for all new incoming students.
First Page 2 3 ... 4295 4296 4297 ... 22712 22713 22714