I'm not sure where you got your information about Aero's code structure (I thought this was private), but I'll agree with you that it is a resource hog. If you're saying it's game-like because it uses the GPU, then that's not very accurate, because lots of non-game software makes use of the GPU. You don't think Aqua (OSX GUI) is running solely off CPU power, do you? That would be a lot less efficient.VIsta's Graphical Interface takes so much resources and was a total screwup because it had same code structure(and looked like) as a GAME! instead of an OS GUI.
Unix, Windows does it really matter?(security)
Moderator: Talkative People
- Innerscope
- Chaos Rift Junior
- Posts: 200
- Joined: Mon May 04, 2009 5:15 pm
- Current Project: Gridbug
- Favorite Gaming Platforms: NES, SNES
- Programming Language of Choice: Obj-C, C++
- Location: Emeryville, CA
- Contact:
Re: Unix, Windows does it really matter?(security)
Current Project: Gridbug
Website (under construction) : http://www.timcool.me
Website (under construction) : http://www.timcool.me
- Netwatcher
- Chaos Rift Junior
- Posts: 378
- Joined: Sun Jun 07, 2009 2:49 am
- Current Project: The Awesome Game (Actual title)
- Favorite Gaming Platforms: Cabbage, Ground beef
- Programming Language of Choice: C++
- Location: Rehovot, Israel
Re: Unix, Windows does it really matter?(security)
I'm sure it was in a book I've read... Think it's "Advanced 2D game development" by Jonatan Harbour but don't get me on that.Innerscope wrote:I'm not sure where you got your information about Aero's code structure (I thought this was private), but I'll agree with you that it is a resource hog. If you're saying it's game-like because it uses the GPU, then that's not very accurate, because lots of non-game software makes use of the GPU. You don't think Aqua (OSX GUI) is running solely off CPU power, do you? That would be a lot less efficient.VIsta's Graphical Interface takes so much resources and was a total screwup because it had same code structure(and looked like) as a GAME! instead of an OS GUI.
"Programmers are the Gods of their tiny worlds. They create something out of nothing. In their command-line universe, they say when it’s sunny and when it rains. And the tiny universe complies."
-Derek Powazek, http://powazek.com/posts/1655
blip.fm DJ profile - http://blip.fm/Noobay
current code project http://sourceforge.net/projects/vulcanengine/
-Derek Powazek, http://powazek.com/posts/1655
blip.fm DJ profile - http://blip.fm/Noobay
current code project http://sourceforge.net/projects/vulcanengine/
- Innerscope
- Chaos Rift Junior
- Posts: 200
- Joined: Mon May 04, 2009 5:15 pm
- Current Project: Gridbug
- Favorite Gaming Platforms: NES, SNES
- Programming Language of Choice: Obj-C, C++
- Location: Emeryville, CA
- Contact:
Re: Unix, Windows does it really matter?(security)
Yea, it sounds like they were talking about heavy usage of the GPU for 2D drawing."Advanced 2D game development"
Current Project: Gridbug
Website (under construction) : http://www.timcool.me
Website (under construction) : http://www.timcool.me
- Netwatcher
- Chaos Rift Junior
- Posts: 378
- Joined: Sun Jun 07, 2009 2:49 am
- Current Project: The Awesome Game (Actual title)
- Favorite Gaming Platforms: Cabbage, Ground beef
- Programming Language of Choice: C++
- Location: Rehovot, Israel
Re: Unix, Windows does it really matter?(security)
As Apple becomes more popular, more people seem to be making harmware for it's products --> http://www.itwire.com/content/view/23941/53/
"Programmers are the Gods of their tiny worlds. They create something out of nothing. In their command-line universe, they say when it’s sunny and when it rains. And the tiny universe complies."
-Derek Powazek, http://powazek.com/posts/1655
blip.fm DJ profile - http://blip.fm/Noobay
current code project http://sourceforge.net/projects/vulcanengine/
-Derek Powazek, http://powazek.com/posts/1655
blip.fm DJ profile - http://blip.fm/Noobay
current code project http://sourceforge.net/projects/vulcanengine/
- Innerscope
- Chaos Rift Junior
- Posts: 200
- Joined: Mon May 04, 2009 5:15 pm
- Current Project: Gridbug
- Favorite Gaming Platforms: NES, SNES
- Programming Language of Choice: Obj-C, C++
- Location: Emeryville, CA
- Contact:
Re: Unix, Windows does it really matter?(security)
[defending apple fanboyism] Did you actually read the article? It's more about Safari vulnerabilities then OS X exploits. This had nothing to do with a correlation between Apple's popularity and harmware. [/defending apple fanboyism]Netwatcher wrote:As Apple becomes more popular, more people seem to be making harmware for it's products --> http://www.itwire.com/content/view/23941/53/
Current Project: Gridbug
Website (under construction) : http://www.timcool.me
Website (under construction) : http://www.timcool.me
- Netwatcher
- Chaos Rift Junior
- Posts: 378
- Joined: Sun Jun 07, 2009 2:49 am
- Current Project: The Awesome Game (Actual title)
- Favorite Gaming Platforms: Cabbage, Ground beef
- Programming Language of Choice: C++
- Location: Rehovot, Israel
Re: Unix, Windows does it really matter?(security)
This hack is legitimate, but it just shows how easy it is to do that, and because Apple's popularity rises, it is inevitable that these things will happen by crackers.
"Programmers are the Gods of their tiny worlds. They create something out of nothing. In their command-line universe, they say when it’s sunny and when it rains. And the tiny universe complies."
-Derek Powazek, http://powazek.com/posts/1655
blip.fm DJ profile - http://blip.fm/Noobay
current code project http://sourceforge.net/projects/vulcanengine/
-Derek Powazek, http://powazek.com/posts/1655
blip.fm DJ profile - http://blip.fm/Noobay
current code project http://sourceforge.net/projects/vulcanengine/
- M_D_K
- Chaos Rift Demigod
- Posts: 1087
- Joined: Tue Oct 28, 2008 10:33 am
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C/++
- Location: UK
Re: Unix, Windows does it really matter?(security)
There is a major major difference between OS vulnerabilities and application vulnerabilities. OS vulnerabilities would fall under say network stack overflows or exploiting anything that is built into the OS itself. Application vulnerabilities cover exploits that affect a specific application.
Yes as a particular OS becomes more popular more exploits in the system will be found, but that doesn't mean *UNIX systems like Mac OSX or linux will turn into the walking security hole.
Yes as a particular OS becomes more popular more exploits in the system will be found, but that doesn't mean *UNIX systems like Mac OSX or linux will turn into the walking security hole.
Gyro Sheen wrote:you pour their inventory onto my life
IRC wrote: <sparda> The routine had a stack overflow, sorry.
<sparda> Apparently the stack was full of shit.
Re: Unix, Windows does it really matter?(security)
i didn't read so thoroughly, but didn't they say safari on windows had the same problem?
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
Dad, "Yea well I have a fan belt in street fighting"
Re: Unix, Windows does it really matter?(security)
I can't live without DEV-C++, Game Maker, MMF2, and Perl. I believe three of those are windows only.programmerinprogress wrote:and I can't live without Code::Blocks, so i'm GOLDEN!Netwatcher wrote: I can't live without Visual Studio, seriously.
Although i use windows (however I will be trying out a form of linux when I get a blank system to add it too), I would still say, keep your options open, if the OS is free and open-source, install it on a low-end machine, you might as well, means you could compile a project to that OS pretty easily, you could wait till later on to decide which one you want to use as your primary OS.
As for security, more people are going to write bad crap for a more popular OS, but also take into account that open-source software is being constantly changed and updated, by a large volume of programmers which are likely to surpass, microsoft for example in quantity exponentially, however, you do have to take into account all of these changes conflicting and undermining eachother, which could lead to futher risk.
In conclusion, you just have to weigh the pros and cons up, I wouldn't worry about it too much, theres always going to be some bastard writing for some OS that wants to destroy the contents of your computer, why not make it a computer you enjoy using
I'm an altogether bad-natured Cupid.
- Netwatcher
- Chaos Rift Junior
- Posts: 378
- Joined: Sun Jun 07, 2009 2:49 am
- Current Project: The Awesome Game (Actual title)
- Favorite Gaming Platforms: Cabbage, Ground beef
- Programming Language of Choice: C++
- Location: Rehovot, Israel
Re: Unix, Windows does it really matter?(security)
Safari is in all MACs as far as I know so... yeah...
and IE has more exploits then safari, all PCs running Win have it
and IE has more exploits then safari, all PCs running Win have it

"Programmers are the Gods of their tiny worlds. They create something out of nothing. In their command-line universe, they say when it’s sunny and when it rains. And the tiny universe complies."
-Derek Powazek, http://powazek.com/posts/1655
blip.fm DJ profile - http://blip.fm/Noobay
current code project http://sourceforge.net/projects/vulcanengine/
-Derek Powazek, http://powazek.com/posts/1655
blip.fm DJ profile - http://blip.fm/Noobay
current code project http://sourceforge.net/projects/vulcanengine/
- M_D_K
- Chaos Rift Demigod
- Posts: 1087
- Joined: Tue Oct 28, 2008 10:33 am
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C/++
- Location: UK
Re: Unix, Windows does it really matter?(security)
But that doesn't make it an OS exploit. You can remove safari and IE, although IE is a bitch to remove.Netwatcher wrote:Safari is in all MACs as far as I know so... yeah...
and IE has more exploits then safari, all PCs running Win have it
Gyro Sheen wrote:you pour their inventory onto my life
IRC wrote: <sparda> The routine had a stack overflow, sorry.
<sparda> Apparently the stack was full of shit.
- Innerscope
- Chaos Rift Junior
- Posts: 200
- Joined: Mon May 04, 2009 5:15 pm
- Current Project: Gridbug
- Favorite Gaming Platforms: NES, SNES
- Programming Language of Choice: Obj-C, C++
- Location: Emeryville, CA
- Contact:
Re: Unix, Windows does it really matter?(security)
Yes, but who uses Safari or IE? I use Firefox.Netwatcher wrote:Safari is in all MACs as far as I know so... yeah...
and IE has more exploits then safari, all PCs running Win have it
(pesky side note: although you may have been doing this for emphasis, capitalizing "MAC" sounds like you're referring to a machine address. Mac = Computer/OS)

Current Project: Gridbug
Website (under construction) : http://www.timcool.me
Website (under construction) : http://www.timcool.me
- Netwatcher
- Chaos Rift Junior
- Posts: 378
- Joined: Sun Jun 07, 2009 2:49 am
- Current Project: The Awesome Game (Actual title)
- Favorite Gaming Platforms: Cabbage, Ground beef
- Programming Language of Choice: C++
- Location: Rehovot, Israel
Re: Unix, Windows does it really matter?(security)
yea... I just do it cos PC is capital, and MAC sounds more important then Macintosh(something in Yidish?)...Innerscope wrote:Yes, but who uses Safari or IE? I use Firefox.Netwatcher wrote:Safari is in all MACs as far as I know so... yeah...
and IE has more exploits then safari, all PCs running Win have it
(pesky side note: although you may have been doing this for emphasis, capitalizing "MAC" sounds like you're referring to a machine address. Mac = Computer/OS)
Now to another subject, can you ban MAC addr in IRC?
"Programmers are the Gods of their tiny worlds. They create something out of nothing. In their command-line universe, they say when it’s sunny and when it rains. And the tiny universe complies."
-Derek Powazek, http://powazek.com/posts/1655
blip.fm DJ profile - http://blip.fm/Noobay
current code project http://sourceforge.net/projects/vulcanengine/
-Derek Powazek, http://powazek.com/posts/1655
blip.fm DJ profile - http://blip.fm/Noobay
current code project http://sourceforge.net/projects/vulcanengine/
- thejahooli
- Chaos Rift Junior
- Posts: 265
- Joined: Fri Feb 20, 2009 7:45 pm
- Location: London, England
Re: Unix, Windows does it really matter?(security)
I agree.avansc wrote:avarage windows user: does not know anything about security or programming or anything other than watching porn. writing granma a letter in word. and so on.
avarage linux user: security semi savvy. looks for open ports. knows the system architecture. etc etc...
People I know who use mac's say that it crashes a lot less than Windows. This is only because the people who use Mac's ( except for the occasional person) are the people who know nothing about computers and don't use their computers for anything more than the programs Apple give you. On Windows most people don't know anything about security and expect their antivirus software to prevent their computers from any harm. On Linux people know about their computers and are less likely to allow people to give them virus'.
I'll make your software hardware.
Re: Unix, Windows does it really matter?(security)
mmm.... i think there are more poeple who use macs that are computer savvy than you might think.thejahooli wrote:I agree.avansc wrote:avarage windows user: does not know anything about security or programming or anything other than watching porn. writing granma a letter in word. and so on.
avarage linux user: security semi savvy. looks for open ports. knows the system architecture. etc etc...
People I know who use mac's say that it crashes a lot less than Windows. This is only because the people who use Mac's ( except for the occasional person) are the people who know nothing about computers and don't use their computers for anything more than the programs Apple give you. On Windows most people don't know anything about security and expect their antivirus software to prevent their computers from any harm. On Linux people know about their computers and are less likely to allow people to give them virus'.
i remember 90 percent of my csc professors had a mac, and probably 30 percent of the students.
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
Dad, "Yea well I have a fan belt in street fighting"