I got my degree and went to work, hated the work I was doing and quit the job and spent a year part time tutoring math barely affording rent and every morning I'd spend the day working on software. I worked through several books on game development, c++ development and general development practices. I also did some cs work in computer graphics and some math work in cs at school but those did not help me learn how to write truly functional software.
Will the system recognize when I find a piece of code that's an illegible thousand line file filled with SQL queries and no comments as to their purpose? Can it predict when I've been given a task to modify this code and won't do a good job because it's like shitting on a pile of shit? Or is the idea that it will catch the perpetrator of this dung pile and hold them responsible? What if the person who wrote this turd station was completely comfortable shitting onto a keyboard and into a codebase? Their heart rate never skipped a beat when they crapped out this functioning but illegible and unmaintainable mess for which I am now responsible. Looks like this system only finds those who know they're guilty of committing a sin. Not those who are ignorant or ambivalent.
Seriously, what's an even playing field? Being forced to host particular content? Netflix is attempting to make the most money, this means appealing to the most people in order to get more service signups. If european content is what european consumers want; I would imagine the netflix would have taken this into account and adapted to make more money in those markets. Instead, there's a EU decision to force netflix to run this content. This is more a fear of losing their culture rather than a market based decision. Disguising it as evening the playing field is a joke.
A basic google search shows this, but this is an inaccurate figure for rural chinese. the actual literacy rates in rural china are much lower. Most likely 40% are illiterate, and growing in some provinces.
When working on some of the online courses from Udacity I really found it arduous to listen to and watch the videos they posted. The tone of voice used was also kind of annoying. Just sitting and reading about the concepts is faster, also actually working on the problems provide more education than just listening. I feel that a lot of the harder concepts in GPU computing could have been covered with a small introduction to Monoids , Semi-groups and Groups and those concepts could be better understood in writing than in video.
In any case, I look forward to this minimalist MOOC future.
A video showing how it "could be" created by weta workshop. Yeah it's going to look nice, weta is a top notch shop, but i'll wait till something real is shown before being impressed.
Start with the basics. Teach them the foundational mathematical principles so that they have a command over the base ideas before throwing them into a text editor with a strange new language/syntax. If you want those kids to really learn CS, you need them to understand the math first. I mean, if the goal is to show kids what computers can do with code... then just throw them into the code , but if the goal is for them to understand how they're doing those things... you should start with mathematical logic.
Ace of spades already did a pretty good job. This is just quake with worse everything. The bonus, I guess, is that since it's on a console you can create levels with blocks without having to get your hands dirty with real meshes or textures or any of the other things that make development on the PC difficult. I guess a plus for Xbone players... not so much for anyone else.
Assuming this project succeeded; I can only imagine that this would be another center of self absorbed web techs and recent college grads. People aiming to make 'apps' that will 'change the face of X' and 'rethink how we approach Y'. Yet, these 'apps', will offer half baked solutions to problems that were solved before but now require you to login to a site to work with.
I could just be jealous of high pay for awful work though.
I think they're going for teaching conditionals, loops, classes, functions and structure. You don't need to teach them about memory allocation, pointers and memory alignment in an introductory class. You can save that for an asm and C course. Or better yet, a memory class (which I've not seen).
It makes sense. IMHO python removes a lot of the hardware considerations that other languages have. This allows for a focus on the CS material, rather than the engineering material. An advantage over java is that it also supports functional programming. That means that you can teach introductory CS principles in multiple programming styles without having to switch languages. Top it all off with forced indentation (not my favorite thing), which makes beginner code easier to read for instructors and I can see why they did this. Now, later they'll get into asm and C/C++ and memory alignment and paging and all that stuff, but starting out it's nice.
I'd like if they supported more popular languages. Personally I'd like to learn Mandarin, but they only server European languages. I'm unsure why they don't support it. My mother speaks mandarin but I've never had the time to go out and take a college course on it, duolingo would be a great resource. Plus, Slashvertisment and what not.
Maybe I'll try it when Eastern languages are supported.
So we can switch states really fast, which is excellent, but how fast is our observation? If the observation needs to be made in order to switch to the next gate then we have our bottle neck. The article was sparse on details and didn't seem to answer this question.
This was evident from Carmacks talk at QuakeCon 2013. He talked about meeting with valve employees and discussing VR. He talked about how the Valve guys showed him that black to white times on the screen were just as important as standard refresh rates. So it makes sense that they would be developing Source 2 to work with VR.
If you want to prepare children for higher level mathematics and all that learning it implies, please start with logic. The idea of teaching young kids calculus is a bit absurd and not nearly as helpful as a foundation in logic. When you have a malleable mind that is still growing and rapidly changing giving an early foundation in how to think critically and how to approach abstract questions would seem to have a larger benefit than having them think about calculus.
If I had the mod points, I wouldn't need to reply. But that was good.
I got my degree and went to work, hated the work I was doing and quit the job and spent a year part time tutoring math barely affording rent and every morning I'd spend the day working on software. I worked through several books on game development, c++ development and general development practices. I also did some cs work in computer graphics and some math work in cs at school but those did not help me learn how to write truly functional software.
Will the system recognize when I find a piece of code that's an illegible thousand line file filled with SQL queries and no comments as to their purpose? Can it predict when I've been given a task to modify this code and won't do a good job because it's like shitting on a pile of shit? Or is the idea that it will catch the perpetrator of this dung pile and hold them responsible? What if the person who wrote this turd station was completely comfortable shitting onto a keyboard and into a codebase? Their heart rate never skipped a beat when they crapped out this functioning but illegible and unmaintainable mess for which I am now responsible. Looks like this system only finds those who know they're guilty of committing a sin. Not those who are ignorant or ambivalent.
Seriously, what's an even playing field? Being forced to host particular content? Netflix is attempting to make the most money, this means appealing to the most people in order to get more service signups. If european content is what european consumers want; I would imagine the netflix would have taken this into account and adapted to make more money in those markets. Instead, there's a EU decision to force netflix to run this content. This is more a fear of losing their culture rather than a market based decision. Disguising it as evening the playing field is a joke.
The community is squarely against this kind of censorship of thought. The editors on the other hand have a different agenda.
A basic google search shows this, but this is an inaccurate figure for rural chinese. the actual literacy rates in rural china are much lower. Most likely 40% are illiterate, and growing in some provinces.
They're most likely illiterate, speak a local dialect and don't have the means or desire for the device. /cynicism
And now I know who to blame ;)
You didnt work on the swift syntax highlighting in xcode right?
When working on some of the online courses from Udacity I really found it arduous to listen to and watch the videos they posted. The tone of voice used was also kind of annoying.
Just sitting and reading about the concepts is faster, also actually working on the problems provide more education than just listening. I feel that a lot of the harder concepts in GPU computing could have been covered with a small introduction to Monoids , Semi-groups and Groups and those concepts could be better understood in writing than in video.
In any case, I look forward to this minimalist MOOC future.
A video showing how it "could be" created by weta workshop. Yeah it's going to look nice, weta is a top notch shop, but i'll wait till something real is shown before being impressed.
Start with the basics. Teach them the foundational mathematical principles so that they have a command over the base ideas before throwing them into a text editor with a strange new language/syntax. If you want those kids to really learn CS, you need them to understand the math first. I mean, if the goal is to show kids what computers can do with code... then just throw them into the code , but if the goal is for them to understand how they're doing those things... you should start with mathematical logic.
The crazy action and difficulty this game brought was awesome. I'm sure this thread will serve as great market research for bethesda.
Ace of spades already did a pretty good job. This is just quake with worse everything. The bonus, I guess, is that since it's on a console you can create levels with blocks without having to get your hands dirty with real meshes or textures or any of the other things that make development on the PC difficult. I guess a plus for Xbone players... not so much for anyone else.
Assuming this project succeeded; I can only imagine that this would be another center of self absorbed web techs and recent college grads. People aiming to make 'apps' that will 'change the face of X' and 'rethink how we approach Y'. Yet, these 'apps', will offer half baked solutions to problems that were solved before but now require you to login to a site to work with.
I could just be jealous of high pay for awful work though.
I think they're going for teaching conditionals, loops, classes, functions and structure. You don't need to teach them about memory allocation, pointers and memory alignment in an introductory class. You can save that for an asm and C course. Or better yet, a memory class (which I've not seen).
It makes sense. IMHO python removes a lot of the hardware considerations that other languages have. This allows for a focus on the CS material, rather than the engineering material. An advantage over java is that it also supports functional programming. That means that you can teach introductory CS principles in multiple programming styles without having to switch languages. Top it all off with forced indentation (not my favorite thing), which makes beginner code easier to read for instructors and I can see why they did this. Now, later they'll get into asm and C/C++ and memory alignment and paging and all that stuff, but starting out it's nice.
I'd like if they supported more popular languages. Personally I'd like to learn Mandarin, but they only server European languages. I'm unsure why they don't support it. My mother speaks mandarin but I've never had the time to go out and take a college course on it, duolingo would be a great resource. Plus, Slashvertisment and what not.
Maybe I'll try it when Eastern languages are supported.
reminds me what my father used to tell me: "cars are just land to land tactical missiles"
http://www.theonion.com/articl...
So we can switch states really fast, which is excellent, but how fast is our observation? If the observation needs to be made in order to switch to the next gate then we have our bottle neck. The article was sparse on details and didn't seem to answer this question.
It's not hard to have done this. There are tons of contractors with security clearance.
Carmack said he'd have the talk in the lobby if they wouldn't let him have it officially at the convention.
This was evident from Carmacks talk at QuakeCon 2013. He talked about meeting with valve employees and discussing VR. He talked about how the Valve guys showed him that black to white times on the screen were just as important as standard refresh rates. So it makes sense that they would be developing Source 2 to work with VR.
If you want to prepare children for higher level mathematics and all that learning it implies, please start with logic. The idea of teaching young kids calculus is a bit absurd and not nearly as helpful as a foundation in logic. When you have a malleable mind that is still growing and rapidly changing giving an early foundation in how to think critically and how to approach abstract questions would seem to have a larger benefit than having them think about calculus.
I'd mod you up, went to CC transferred and got my BS in Math and minor in CS. CC was also humbling, generally a learning experience all around.