• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Offtopic › Delfino Plaza v
« Previous 1 ... 27 28 29 30 31 64 Next »

The Crossroads of Destiny
View New Posts | View Today's Posts

Pages (6): « Previous 1 2 3 4 5 6 Next »
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
The Crossroads of Destiny
05-22-2012, 03:37 AM
#11
NaturalViolence Offline
It's not that I hate people, I just hate stupid people
*******
Posts: 9,013
Threads: 24
Joined: Oct 2009
Quote:i might also post some questions for you along the way.

I'll do my best but I'm not a cs student, just an interested hobbyist.

You could do an amd vs. intel microarchitectures paper but I don't think that your instructor would be very pleased with that subject. Not to mention they keep the details of their microarchitectures so secret that you would have a difficult time getting all of the necessary information to draw any meaningful conclusions.

Quote:let me know if there's anything you think i should add

Lots. That's why you should do some research on topics first.
"Normally if given a choice between doing something and nothing, I’d choose to do nothing. But I would do something if it helps someone else do nothing. I’d work all night if it meant nothing got done."  
-Ron Swanson

"I shall be a good politician, even if it kills me. Or if it kills anyone else for that matter. "
-Mark Antony
Website Find
Reply
05-22-2012, 03:50 AM
#12
ExtremeDude2 Offline
Gotta post fast
*******
Posts: 9,317
Threads: 273
Joined: Dec 2010
(05-22-2012, 03:37 AM)NaturalViolence Wrote:
Quote:i might also post some questions for you along the way.

I'll do my best but I'm not a cs student, just an interested hobbyist.

So what do you take? (I'm curious now Tongue)
Check out my videos (dead)
[Image: sig-22354.png]
Website Find
Reply
05-22-2012, 05:16 AM
#13
Zee530 Offline
Above and Beyond
*******
Posts: 1,747
Threads: 12
Joined: Jan 2011
(05-22-2012, 03:50 AM)ExtremeDude2 Wrote:
(05-22-2012, 03:37 AM)NaturalViolence Wrote:
Quote:i might also post some questions for you along the way.

I'll do my best but I'm not a cs student, just an interested hobbyist.

So what do you take? (I'm curious now Tongue)

Yeah, he seems to know alot more than us computer science students but since computer is a branch of science that almost anyone can get into its not too surprising Smile
......?????
Find
Reply
05-22-2012, 05:17 AM (This post was last modified: 05-22-2012, 05:25 AM by NaturalViolence.)
#14
NaturalViolence Offline
It's not that I hate people, I just hate stupid people
*******
Posts: 9,013
Threads: 24
Joined: Oct 2009
.....it's complicated.

I started off doing a bachelors in cs at a university. I had chosen c.s. because I had always been interested in computers growing up so I figured that this was the logical choice. I didn't fully understand what cs involved at the time. It was unbelievably hard, by far the most challenging thing I have ever done in my life. The math courses in particular were murder. I tried getting to know the community through programming/engineering clubs and such but could barely understand a thing those people said. I felt like I was years behind where I was supposed to be. It seemed as if most of the cs students I talked to had started programming in middle/high school and were already quite proficient at it. I felt inferior to everyone around me and basically had no idea wtf I was doing. After 3 semesters I just lost the will to continue and left.

I finished an A.A. at a local college and took some programming courses while I was doing it. It peeked my interest and my professors were really impressed with me. I was top of my class in every programming class I took. Which isn't actually that hard when your school is filled with idiots. I figured I would go back and finish my B.S. in cs after that since I didn't really know what else to do. At this point I didn't really know what I was going to do with my life (still don't) so I was pretty much just continuing on the path before me hoping it would lead me somewhere worthwhile. But one of my professors was the program adviser for the programming and analysis A.S. degree program at my college and recommended that I do it. She made a very convincing argument. She basically guaranteed that I would be able to get a high paying job straight out of school if I did it so I went ahead and did it.

I'm currently doing an A.S. degree at a local college that focuses on object oriented programming (using C++, java, and C# with .NET). It's far more high-level programming oriented than cs. The program literally has no hardware or low level programming courses at all. After that I might do a bachelors in IT, cs, software engineering, or cyber security. I have no idea. I want to do cs because of its academic value (it will give me a much clearer understanding of the ins and outs of digital electronics) and societal status (everyone looks down on people with IT degrees, it's like being a nurse instead of a doctor). But the others have a better chance of landing me a good job. Also if I go back and do cs I will have a much easier time with it knowing what I know now.

Quote:Yeah, he seems to know alot more than us computer science students but since computer is a branch of science that almost anyone can get into its not too surprising

Code:
while (topic == interesting)
{
    ReadArticlesOnTopic();

     if (dontUnderstandSomething == true)
     {
         do
         {
               ReadArticlesOnThat();
         }
         while (understand == false);
     }
}
"Normally if given a choice between doing something and nothing, I’d choose to do nothing. But I would do something if it helps someone else do nothing. I’d work all night if it meant nothing got done."  
-Ron Swanson

"I shall be a good politician, even if it kills me. Or if it kills anyone else for that matter. "
-Mark Antony
Website Find
Reply
05-22-2012, 05:38 AM
#15
AnyOldName3 Offline
First Random post over 9000
*******
Posts: 3,533
Threads: 1
Joined: Feb 2012
Random compiling error because you're using a compiler from before the invention of the computer mouse which doesn't support systems with more than 128MB RAM (ie my problem when I was 8 which made me give up coding, and swap to Mike Overmars' Game maker (Now Game Maker by yoyo games).
OS: Windows 10 64 bit Professional
CPU: AMD Ryzen 5900X
RAM: 16GB
GPU: Radeon Vega 56
Find
Reply
05-22-2012, 06:14 AM
#16
ExtremeDude2 Offline
Gotta post fast
*******
Posts: 9,317
Threads: 273
Joined: Dec 2010
(05-22-2012, 05:17 AM)NaturalViolence Wrote:
Code:
while (topic == interesting)
{
    ReadArticlesOnTopic();

     if (dontUnderstandSomething == true)
     {
         do
         {
               ReadArticlesOnThat();
         }
         while (understand == false);
     }
}

You just doubled my coding knowledge Tongue (I REALLY need to start learning some XD)
Check out my videos (dead)
[Image: sig-22354.png]
Website Find
Reply
05-22-2012, 06:16 AM
#17
AnyOldName3 Offline
First Random post over 9000
*******
Posts: 3,533
Threads: 1
Joined: Feb 2012
When I look at the post time for your post it says you haven't posted that yet. What... What are you?
OS: Windows 10 64 bit Professional
CPU: AMD Ryzen 5900X
RAM: 16GB
GPU: Radeon Vega 56
Find
Reply
05-22-2012, 06:29 AM (This post was last modified: 05-22-2012, 06:29 AM by NaturalViolence.)
#18
NaturalViolence Offline
It's not that I hate people, I just hate stupid people
*******
Posts: 9,013
Threads: 24
Joined: Oct 2009
Quote:You just doubled my coding knowledge Tongue (I REALLY need to start learning some XD)

First assignment: make that code recursive
"Normally if given a choice between doing something and nothing, I’d choose to do nothing. But I would do something if it helps someone else do nothing. I’d work all night if it meant nothing got done."  
-Ron Swanson

"I shall be a good politician, even if it kills me. Or if it kills anyone else for that matter. "
-Mark Antony
Website Find
Reply
05-22-2012, 06:44 AM
#19
AnyOldName3 Offline
First Random post over 9000
*******
Posts: 3,533
Threads: 1
Joined: Feb 2012
[upside-down?]Qué?
OS: Windows 10 64 bit Professional
CPU: AMD Ryzen 5900X
RAM: 16GB
GPU: Radeon Vega 56
Find
Reply
05-22-2012, 07:54 AM
#20
ExtremeDude2 Offline
Gotta post fast
*******
Posts: 9,317
Threads: 273
Joined: Dec 2010
(05-22-2012, 06:29 AM)NaturalViolence Wrote:
Quote:You just doubled my coding knowledge Tongue (I REALLY need to start learning some XD)

First assignment: make that code recursive

Code:
while (thread == cool)
{
    ReadArticlesOnTopic();

     if (unknown == true)
     {
         do
         {
               ReadArticlesOnThread();
         }
         while (knowalge == false);
     }
}

Check out my videos (dead)
[Image: sig-22354.png]
Website Find
Reply
« Next Oldest | Next Newest »
Pages (6): « Previous 1 2 3 4 5 6 Next »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode