Witness the price of vanity when people spend hundred of thousands of dollars on a watch. I don't wear a watch so they have zero value to me. Same item different costs.
To a collector, any rare item, has immense value. To the layman, anywhere from $0 up to some "reasonable" dollar amount.
And on the other hand, almost everyone considers the Mona Lisa to be a work of art. Now as to the actual price they would, or could, pay to own a copy of it varies but it is universally agreed that is is a treasure.
Putting this into more concrete terms. People who buy the same song off iTune for $0.99 all agree it is a "fair price." Is it junk? Only to the people who didn't buy it, or to the people who bought it and later regret it.
This is one reason I hate wikipedia and it's "No Trivia" rule. Some people find value in trivia ! Others don't. By including it the people who don't value it can simply skip it. But by not including it at all, the value of wikipedia is decreased because it could contain interesting information, but it doesn't.
Always funny to read about a geek seeing the value in saving something for "historical sake" while a company / university just wants get rid of old "junk"
One man's treasure is another mans junk.
Will interesting to see if the completed project actually works.
There is a massive difference between 60 Hz and 120 Hz for gaming. Especially with LightBoost active. I agree that 30 fps is good enough for most gamers. I can instantly tell when a game fluctuates between 30 and 60 Hz. It looks choppy.
Is 24 fps film good enough? For most people yeah. Again film at 24 fps looks like total shit for me. 60 Hz is silky smooth. I estimate the upper end is around 96 - 120 Hz for film.
Cartoons don't usually have pans. Some of them look stuttery as hell too (due to only being animated at sub 15 fps) but that is their style.
> VS is perfectly fine & performs well for C#. 2008 and earlier absolutely sucked for C++ (I've not done C++ in VS2013), because of intellisense, which you cannot turn off.
Yes, you can. Microsoft doesn't officially support it but it is not that hard.
Because it complicates argument processing, and path names. How do you separate / detect program arguments and filenames without a meta character?
To delete a filename with a space we have to quote it or double quote the whole filename
rm foo\ bar rm "foo bar"
The whole dam issue would of been a non-issue if we could just specify underscores to signify spaces:
rm foo_bar
How is a shell supposed to know the complete path name?
C:\Program Files\foo.exe # doesn't work.. Files\foo.exe is an argument to C:\Program "C:\Program Files\foo.exe" # need to double quote the path C:\Program_Files\foo.exe # my solution
There are other problems detecting valid filenames from options: i.e.
echo "Filename is called minus f" > -f rm -f # doesn't actually delete file "-f" rm./-f # this one does
Yeah, lots of my gaming buddies are not bothering with BF4 and EA.
You'll probably want to blacklist Ubisucks, er, Ubisoft, as well after the abysmal Tomb Raider and Thief reboots / remakes / re-imaging / re-cash grabs
Generally I recommend leaving most warnings on. But sometimes compiler writers go completely over board.
When you use MSVC you have to do stupid stuff like this
#define _CRT_SECURE_NO_WARNINGS// WIN32:MSVC disable warning C4996: This function or variable may be unsafe.
The following compiler specific header suffices to compile code using without warnings, at highest warning level.
#pragma warning( disable: 4061 )// enum value is not *explicitly* handled in switch #pragma warning( disable: 4099 )// first seen using 'struct' now seen using 'class' #pragma warning( disable: 4127 )// conditional expression is constant #pragma warning( disable: 4217 )// member template isn't copy constructor #pragma warning( disable: 4250 )// inherits (implements) some member via dominance #pragma warning( disable: 4251 )// needs to have dll-interface to be used by clients #pragma warning( disable: 4275 )// exported class derived from non-exported class #pragma warning( disable: 4347 )// "behavior change", function called instead of template #pragma warning( disable: 4355 )// "'this': used in member initializer list #pragma warning( disable: 4505 )// unreferenced function has been removed #pragma warning( disable: 4510 )// default constructor could not be generated #pragma warning( disable: 4511 )// copy constructor could not be generated #pragma warning( disable: 4512 )// assignment operator could not be generated #pragma warning( disable: 4513 )// destructor could not be generated #pragma warning( disable: 4610 )// can never be instantiated user defined constructor required #pragma warning( disable: 4623 )// default constructor could not be generated #pragma warning( disable: 4624 )// destructor could not be generated #pragma warning( disable: 4625 )// copy constructor could not be generated #pragma warning( disable: 4626 )// assignment operator could not be generated #pragma warning( disable: 4640 )// a local static object is not thread-safe #pragma warning( disable: 4661 )// a member of the template class is not defined. #pragma warning( disable: 4670 )// a base class of an exception class is inaccessible for catch #pragma warning( disable: 4672 )// a base class of an exception class is ambiguous for catch #pragma warning( disable: 4673 )// a base class of an exception class is inaccessible for catch #pragma warning( disable: 4675 )// resolved overload was found by argument-dependent lookup #pragma warning( disable: 4702 )// unreachable code, e.g. in header. #pragma warning( disable: 4710 )// call was not inlined #pragma warning( disable: 4711 )// call was inlined #pragma warning( disable: 4820 )// some padding was added #pragma warning( disable: 4917 )// a GUID can only be associated with a class, interface or namespace
Why do you assume all warnings are useful?? Some of the compiler warnings are just pedantic and are "noise" such as "variable declared but not used", etc.
There is a balance between no warnings and pedantic warnings, namely the useful ones.
Re:"Undead" doesn't mean vibrant, though.
on
Perl Is Undead
·
· Score: 1
Code snippets. Technical analysis.
Just because *you* don't email code, doesn't imply that *other* people don't have a need to.
In Soviet Russia, time for Russia to fuck you!
Disagree ...
* Castle Adventure http://en.wikipedia.org/wiki/C...
* Doom
* Master of Magic http://en.wikipedia.org/wiki/M...
* Master of Orion
* Shamus https://www.youtube.com/watch?...
* Sopwith (went open souce!) http://en.wikipedia.org/wiki/S...
* Sorched Earth
* Zork
Because Microsoft doesn't have a smegging clue about how to do *good* UI.
Look at the retard that decided to put the Visual Studio 2012 menu is ALL CAPS. Who the hell reads a text in ALL UPPERCASE. This isn't the 1600's.
Good list. Minor comment:
4.5x) WinNT 4.0 - same UI as Win95 -- it was a major upgrade from NT 3.51
Maybe. Consider this:
Value is multi-dimensional and subjective.
Witness the price of vanity when people spend hundred of thousands of dollars on a watch. I don't wear a watch so they have zero value to me. Same item different costs.
To a collector, any rare item, has immense value. To the layman, anywhere from $0 up to some "reasonable" dollar amount.
And on the other hand, almost everyone considers the Mona Lisa to be a work of art. Now as to the actual price they would, or could, pay to own a copy of it varies but it is universally agreed that is is a treasure.
Putting this into more concrete terms. People who buy the same song off iTune for $0.99 all agree it is a "fair price." Is it junk? Only to the people who didn't buy it, or to the people who bought it and later regret it.
This is one reason I hate wikipedia and it's "No Trivia" rule. Some people find value in trivia ! Others don't. By including it the people who don't value it can simply skip it. But by not including it at all, the value of wikipedia is decreased because it could contain interesting information, but it doesn't.
Always funny to read about a geek seeing the value in saving something for "historical sake" while a company / university just wants get rid of old "junk"
One man's treasure is another mans junk.
Will interesting to see if the completed project actually works.
You expect the /. editors to actually do their job?
Bwahahaha.
They have been slacking the day /. started.
And yes, it sucks that they can't even post a summary to set the context.
There is a massive difference between 60 Hz and 120 Hz for gaming. Especially with LightBoost active. I agree that 30 fps is good enough for most gamers. I can instantly tell when a game fluctuates between 30 and 60 Hz. It looks choppy.
Is 24 fps film good enough? For most people yeah. Again film at 24 fps looks like total shit for me. 60 Hz is silky smooth. I estimate the upper end is around 96 - 120 Hz for film.
Cartoons don't usually have pans. Some of them look stuttery as hell too (due to only being animated at sub 15 fps) but that is their style.
grr, fixed the 24 fps link
http://red.cachefly.net/learn/...
-- /. "Slow down Cowboy!" and its 5 minute timer for re-posting
Fuck
Total nonsense
OWE my eyes @ 24 fps !
âhttp://red.cachefly.net/learn/panning-24fps-180.mp4ââ
Silky smooth @ 60 fps !â
http://red.cachefly.net/learn/...
> VS is perfectly fine & performs well for C#. 2008 and earlier absolutely sucked for C++ (I've not done C++ in VS2013), because of intellisense, which you cannot turn off.
Yes, you can. Microsoft doesn't officially support it but it is not that hard.
http://stackoverflow.com/quest...
Because it complicates argument processing, and path names. How do you separate / detect program arguments and filenames without a meta character?
To delete a filename with a space we have to quote it or double quote the whole filename
The whole dam issue would of been a non-issue if we could just specify underscores to signify spaces:
How is a shell supposed to know the complete path name?
There are other problems detecting valid filenames from options:
i.e.
Agreed. The solution would be for the OS to store underscores '_' but to display them as spaces ' '
This is total nonsense.
Algorithms are first _designed_ BY humans. Algorithms can be _optimized_ FOR computers.
Visualization is a way to augment understanding, not replace it.
There are 4 primary ways of learning:
* visual,
* auditory,
* kinesthetic, and
* mental.
Students have various ways that work "best" FOR THEM. Saying visualization is dangerous shows your ignorance about the subject. If you had seen the excellent move Temple Grandin you would understand that not everyone thinks the same way.
Frustration vented for not getting laid as much as they want ... ? :-)
I.e. this fucking POS {hardware/software/UI/language} ...
> Did anyone play BF 1942 when it came out?
Yeap. Played it quite a bit.
I don't remember it crashing -- only long ass load times.
Yeah, lots of my gaming buddies are not bothering with BF4 and EA.
You'll probably want to blacklist Ubisucks, er, Ubisoft, as well after the abysmal Tomb Raider and Thief reboots / remakes / re-imaging / re-cash grabs
It is noise while you are writing the function, but yes, I agree, it should be addressed once the algorithm has settled down.
Generally I recommend leaving most warnings on. But sometimes compiler writers go completely over board.
When you use MSVC you have to do stupid stuff like this
#define _CRT_SECURE_NO_WARNINGS // WIN32:MSVC disable warning C4996: This function or variable may be unsafe.
The following compiler specific header suffices to compile code using without warnings, at highest warning level.
#pragma warning( disable: 4061 ) // enum value is not *explicitly* handled in switch // first seen using 'struct' now seen using 'class' // conditional expression is constant // member template isn't copy constructor // inherits (implements) some member via dominance // needs to have dll-interface to be used by clients // exported class derived from non-exported class // "behavior change", function called instead of template // "'this': used in member initializer list // unreferenced function has been removed // default constructor could not be generated // copy constructor could not be generated // assignment operator could not be generated // destructor could not be generated // can never be instantiated user defined constructor required // default constructor could not be generated // destructor could not be generated // copy constructor could not be generated // assignment operator could not be generated // a local static object is not thread-safe // a member of the template class is not defined. // a base class of an exception class is inaccessible for catch // a base class of an exception class is ambiguous for catch // a base class of an exception class is inaccessible for catch // resolved overload was found by argument-dependent lookup // unreachable code, e.g. in header. // call was not inlined // call was inlined // some padding was added // a GUID can only be associated with a class, interface or namespace
#pragma warning( disable: 4099 )
#pragma warning( disable: 4127 )
#pragma warning( disable: 4217 )
#pragma warning( disable: 4250 )
#pragma warning( disable: 4251 )
#pragma warning( disable: 4275 )
#pragma warning( disable: 4347 )
#pragma warning( disable: 4355 )
#pragma warning( disable: 4505 )
#pragma warning( disable: 4510 )
#pragma warning( disable: 4511 )
#pragma warning( disable: 4512 )
#pragma warning( disable: 4513 )
#pragma warning( disable: 4610 )
#pragma warning( disable: 4623 )
#pragma warning( disable: 4624 )
#pragma warning( disable: 4625 )
#pragma warning( disable: 4626 )
#pragma warning( disable: 4640 )
#pragma warning( disable: 4661 )
#pragma warning( disable: 4670 )
#pragma warning( disable: 4672 )
#pragma warning( disable: 4673 )
#pragma warning( disable: 4675 )
#pragma warning( disable: 4702 )
#pragma warning( disable: 4710 )
#pragma warning( disable: 4711 )
#pragma warning( disable: 4820 )
#pragma warning( disable: 4917 )
Reference:
* http://alfps.wordpress.com/201...
Why do you assume all warnings are useful?? Some of the compiler warnings are just pedantic and are "noise" such as "variable declared but not used", etc.
There is a balance between no warnings and pedantic warnings, namely the useful ones.
Code snippets.
Technical analysis.
Just because *you* don't email code, doesn't imply that *other* people don't have a need to.
So is BF rising or falling? Which is it? Rising in popularity? Falling in quality?
No.
DICE = Swedish Digital Illusions CE
Dice = American Dice Holdings
... the weekly Tuesday BitCoin article.
One of the biggest problems with Python is that you can't email people code without it fucking with the formatting.
Any language design that relies on whitespace as being important is brain-dead.