- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
Admin
However, here in Canberra, Australia, College specifically means year 11-12 (the last two years of secondary school), with high scool being years 7-10. (Which is different to the rest of the country which is more like NZ and treat College and Highschool as interchangeable).
However, the term "college" is also often used for a particular institution or faculty within a University.
It is rare that anyone in New Zealand or Australia (outside of the ACT) would actually say they go to "College" though, they'd say "High school" or "Uni" regardless of what their High School or University named themselves.
Admin
Admin
Not necessarily! It's Red, Green, Blue, and Alpha. By the time we have 130-bit-per-component displays, we sure as heck have see-through displays, too!
Or maybe some manufacturer will interpret the "digital ink display" a little bit too literally and implement a CMYK monitor.
Or maybe it's a paletted display, like what you get in 8-bit displays. You can fit heck of a lot of cool colors, real or imaginary, in a palette of 2^520 entries.
Admin
Typically it's not the overall result that gets adjusted. However, say you have an exam and for a question in that exam, only 5% of the students answer it correctly the question will be scrapped because it wasn't suitable - it says more about the question than the students.
Sometimes the people setting the assessments get it wrong and just about anyone who has taken a course has benefited from it. Especially if you've taken a course where there is a new lecturer as they typically get a little excited.
Admin
... and occasionally, marks are adjusted down as well - but that's much rarer.
Admin
In D3D and OpenGL the depth buffer is independent from the color. Mostly the extra 8 bits are used as alpha or as spacing as indicated. Besides you don't even want to use a 16bit depth buffer these days, gives a lot of jagged edges, these are also mostly 24bits and 8 extra bits for the stencil.
Admin
extra question is a bonus question :P
Admin
They're getting that value from JavaScript. In other words, it's user supplied data and subject to any sort of intentional manipulation you want.
I wouldn't be surprised if XSS was possible on that site; the input validation is probably non-existent and making your browser report that it had a 23^script src="http://evil.com/evil.js"^ screen couldn't be all that hard.*
*Angle brackets intentionally rotated because I don't post here often enough to know how to properly quote them on this forum.
Admin
Hahahahaha.
I'm in NZ as well. Kinda scary looking back at the amount of people who must have simply fallen off the radar. I mean there are so many UNI students who are friggin retards you wonder how they manage to hold down some of the crap jobs they do, god help the people who failed 5th form.
Despite all the shit code and retard clients, we're really quite lucky to hold down the jobs that we have
Admin
Admin
It has been my experience (both as a student, and as a teaching assistant), that once you get a large enough number of students (in the hundreds or so), grading on a curve makes perfect sense, because academic ability is a Gaussian distribution in any large enough population. That being said, I agree with you that for smaller classes, grading on a curve is a cop out so that the person coming up with the test doesn't have to bother with making sure his test is appropriate for its intended audience (which is actually quite difficult to do).
Admin
Yeah, because Google are totally incompetent when it comes to web coding (hint: it's a shot from Google Analytics a few days after I put my blog up.)
It seems to be a problem with macs: http://www.panotools.org/mailarchive/msg/52745
Admin
Yes it gives the ridcuolous amont of 3,4323988300653048574909503995407e+156 colors.
Happy upgrading
Admin
32-bit cannot be divided by three easily, AFAIK
Admin
"Occasionally ... adjusted down"!?!?! Occasionally!?!?!?!
Mine were always adjusted down.
(I don't like doing this but ... captcha: dubya -- make of that what you will.)
Admin
Admin
And in this case you'd be wrong. While she did have some PhD students, she regularly taught undergrads. She was well known in the department for teaching all of her classes above the stated level, not just the undergraduate ones.
It isn't that rare to find professors who will teach above the level of their class. Some of them are lazy and some of them are clueless. The rare few will do it so that even the cum laude students are challenged.
Admin
http://en.wikipedia.org/wiki/Alpha_Channel When doing work involving textures, yes they are used to provide transparency. However, when drawing to screen they are just padding, to align everything nicely in memory. So 32-bit colour is just 24-bit colour with 8 bits of padding. Unless you happen to have a 24-bit computer. :)
I'll get my coat.
Admin
maybe he needed to just answer 3 or 4 or 5 out of 6 to get 100% its plausible.
Admin
Or it just uses different numbers of bits for different color channels, much like 16-bit video (5R 6G 5B).
Admin
Obviously it would be out of line to consider professors that wanted their students to actually learn up to their potential.
Admin
Right, because we all know 2, 8, 16, and 32 are all divisible by 3.
Admin
//Possible reconstruction
Question number 6) What is your name?
Admin
My thoughts exactly!
Keep in mind, though, that transparency and depth 'live' in 2 separate types of buffers.
Like you said, transparency lives in texture memory (as RGBA). Z-buffer is kept in the frame-buffer (the 2D picture that is the result of all the 3D work).
Z-buffer keeps track of which pixel is how deep As a result, if helps wo work out if the next drawn 'object' is in front or behind the existing texture.
Captcha: pointer - for pointier textures :-P
Admin
Er.. no.
In England a College typically offers more vocational courses - carpentry, masonry, catering, etc. Which result in diploma's but not degrees.
Universities follow a more academic bent, or at least until recently when there's been some criticism that some of Uni's are offering "softer" subjects, such as "wind-surfing".
Admin
Obviously his display is f***ing amazing, not only does it address a massive 520-bit colour depth, but also addresses an array of LCD's.
Admin
The pre-CS3 ImageReady Save For Web function had that same "Auto and Auto" bug.
Admin
Because the alternative (the instructor misjudges and gives a test that's way too hard, that almost no one would be able to do well on -- maybe he's new, maybe he just got unlucky and misjudged, maybe he is just a soulless bastard) is worse? It also evens out the differences between how hard different instructors/TAs grade (I suspect you're rather more likely to have TAs who grade markedly differently than two classes with markedly different distributions).
Admin
In England, "college" normally refers to a further education institute normally started from the age of around 16, or maybe 18, as an alternative to university. Colleges typically offer vocational courses, and are an alternative to "sixth form" for gaining the qualifications required to attend a university.
"College" may also refer to a particular "component" of an older institute, such as the Oxford or Cambridge universities; see the Wikipedia article on the "Oxford collegiate system" which someone's already pointed out in these comments for more information.
Admin
David Beckham studies, anyone? I shit you not...
Admin
So? Maybe it's not an RGB color space, or maybe it allocates more bits to green. Not unheard of. Or, you know, it could just be padded.
Admin
To be precise, it's 34323988300653048574909503995406966086347176500716527046972 31729592771591698828026061279820330727277488648155695740429 018560993999858321906287014145557528576 colors.
Yes it can. Ten and two-thirds. See how easy that was?
Sheesh... where do people learn arithmetics these days?
Admin
Of course I know what irony is, it's like goldy or silvery, only it's made of iron.
Admin
Knowing is half the battle.
Also: people have been talking about the extra 8 bits in 32-bit images being an alpha channel... though that is what the padding bits are often used for, an alpha channel isn't going to me that useful in a display mode... they could be used in the various images and layers and such used to generate the display, but the actual final display itself is going to end up opaque, and that's what this stats script is (ideally, when it doesn't mess up and report "520-bit") measuring.
Admin
I don't know what you're talking about... it's the opposite of wrinkly.