topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Saturday September 19, 2026, 2:44 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 288 289 290 291 292 [293] 294 295 296 297 298 ... 404next
7301
Living Room / Re: Is Linux just a hobby?
« Last post by wraith808 on May 24, 2012, 03:47 PM »
That's a problem with Dell, isn't it?  And how is that theft?  If you don't like their licensing then don't buy, right?
7302
Found Deals and Discounts / Re: [Gamersgate] Spring Sales (Up to 80% off)
« Last post by wraith808 on May 24, 2012, 11:18 AM »
Recommended from that list:
  • Civilization V
  • King Arthur
  • Just Cause
  • Metro 2033
  • Project: Snowblind
7303
Living Room / Re: Is Linux just a hobby?
« Last post by wraith808 on May 24, 2012, 11:13 AM »
That's legal theft.

How is that theft?
7304
Python / Re: Book: Invent Your Own Computer Games with Python
« Last post by wraith808 on May 24, 2012, 11:08 AM »
I know this is an old thread but that book looks awesome, even for non-10 year olds, and now there's a sequel that delves more into pygame. Being able to dive right into small real-world applications is a great motivator.

I was considering using this book myself except that it is using Python 3 which is not the  "status quo" yet according to python.org, and Python 2 seems to be used for any program I've seen that uses Python as its scripting language (Calibre, Plex, etc.). However that should give the book some nice longevity.


If you're trying to learn, I recommend Hello World! Computer Programming for Kids and other Beginners by Warren D. Sande and Carter Sande, and The Quick Python Book by Vernon L. Ceder.  I used the Hello World! book for my Brother-in-Law when he was thinking of getting into programming, and it worked wonders.  He's on to more advanced things now, but that grounding in Python helped him prepare for his college classes.  It also delves into pygame, so you might want to look into it.  The other is just a really good reference.
7305
Living Room / Re: WTH, part Deu... Steam IS coming to Linux!
« Last post by wraith808 on May 24, 2012, 09:31 AM »
They're probably anticipating the downfall and mad rush away from Windows 8  :lol:

WinME was an unmitigated train wreck.  The numbers for Linux didn't improve.  Windows Vista wasn't much better.  And had the same results.  Considering that the largest issue that anyone can talk about is the Metro UI, I don't see that the same results won't be forthcoming.

What MS seems to be doing (to me) is to not really work on a Windows 8 UI.  They're working on a Windows 8 Kernel (including ARM support), but a Tablet/Phone shell.  What they could really do to salvage the PR disaster that's bearing down on them is to be forthcoming with this, i.e. Metro = iOS, and quit referring to the standard interface as the 'Classic Shell', but rather the 'Desktop Shell' or something similar.  Default to the 'Desktop Shell' on the desktop, and the Metro Shell on devices its meant for.  But leave the ability to switch between- which gives them a leg up on the whole iOS/MacOS dichotomy that Apple has created.

Just my opinion, of course.  I'm upgrading to 7 on my XP machines right now, so I know I'll be skipping for a while in any case, as I think I'll be looking at Clojure before delving into WinRT unless forced.


AFAIK, in a stable system (nudge, wink) as long as the binary is compiled correctly and calls the right versions of supporting libraries (which can be statically linked, if need be) then it'll work just fine.
I have, in times of desperation, used Red Hat and Slackware binaries on my system when Debian didn't have what I needed, without serious repercussion. 
So, it's very possible, but one can fairly reliably predict a new Steam/Valve forum section dedicated to posts like "[game] isn't working on [Linux distro]"...

Stable code base is quite a different thing from stable system.  Every version of the source engine is not the same.  They've finished and cleaned up the L4D2 version of the source engine, that would seem the logical choice to use, especially if they're still currently working on the most recent version of the source engine.
7306
Living Room / Re: WTH, part Deu... Steam IS coming to Linux!
« Last post by wraith808 on May 24, 2012, 07:32 AM »
Gabe Newell has already trashed Windows 8 in the press!

Interesting if Left4Dead is going to be the first port to Linux - why wouldn't they choose some of there most recent games first?
-Carol Haynes (May 24, 2012, 03:39 AM)

From http://www.phoronix....ampfnudeln&num=1

Right now the game they have been working on the most for their Linux client is Left 4 Dead 2. Why L4D2? Basically because it is a stable code-base to do for their initial porting.
7307
Living Room / Re: Request for help - potential website security issue
« Last post by wraith808 on May 21, 2012, 05:46 PM »
Try

Code: Text [Select]
  1. http://webcache.googleusercontent.com/search?sourceid=chrome&ie=UTF-8&q=cache%3Awww.swaledaleroadrunners.co.uk%2Fforum


with the actual link to a page in place of the

Code: Text [Select]
  1. www.swaledaleroadrunners.co.uk%2Fforum
.  

I doubt that it will work, but it sometimes does.
7308
The .net experiment did not succeed, it is now 10 years since it was introduced and there is still no .net-only OS for .net apps.

This, I don't get.  I don't think there is a failed experiment there, nor was there the intent for a .net only OS.  They never made that push like they are for WinRT.  Not so sure it is just about the API either; it seems more a function of the functionality of the OS, and how they see that to have a successful tablet, they apparently need to go the Apple route.  They tried the Linux/Android route several times, and Windows just isn't meant to be a tablet OS.  Having never used an Android device, I'm not even sure how they pulled it off as Linux is very much more keyboard oriented than Windows, so hats off to them.  But if Microsoft has tried it twice and failed miserably both times, then why would they try the same thing again?
7309
So how come Firefox works on Android? Aren't all Android devices ARM devices? :huh:

I am confuzzled.

It's an OS level issue.  Consider that Google made the Android OS on the Linux kernel but for mobile devices (helped by the fact that pure Linux has been used in such applications) and that Windows doesn't fit on mobile devices (the mobile environment has always been on a different kernel) and you start to see the difference.  I doubt that Windows could be stripped down enough to make it mobile.

While Microsoft does not ban 3rd party web browsers on ARM devices, those browsers (unlike IE) would have to run in a WinRT sandbox. They'll be like 2nd class citizens compared to IE.

Will it necessarily be a WinRT sandbox, or is this just bad information disseminated without knowledge of what it really means?  Microsoft is building WOA (windows on ARM), which will support the same WinRT APIs, in addition to having a commonality with Windows on Intel and AMD.  (1)  They haven't stated whether you can even build for WOA without using WinRT, but it seems so from that blog post- MS is just minimizing word of it in favor of WinRT, which only makes sense from their perspective as changing platforms is a big deal and they want total buy in (and seem to be muscling people to get it).  I don't agree with this approach, but I can understand it from a business perspective.
7310
I think not allowing 3rd party Win32 apps (hence FF and other browsers) on ARM tablets is a very stupid move from Microsoft. If recompiled, native Win32 applications worked on an ARM tablet, that would be a big advantage. Without it, why choose a Win8 ARM tablet over Android or iPad? I see no reason at all.

Win32 apps have never worked on ARM on any of the Microsoft mobile platforms.  I'm not sure why this non-issue is such an issue.  Mozilla made Firefox home on iOS which definitely required development- if they want a browser on the platform, then port their browser to the platform.  It would be different if they said that no 3rd party browsers are allowed, but that's not what this is saying.
7311
I suppose they could start selling an ARM version Firefox or Chrome app for Metro through Microsoft's App Store. If MS refuse to do that then I am sure a lawsuit would follow - which might have interesting repercussions for Apple and Safari on iOS.
-Carol Haynes (May 16, 2012, 08:45 AM)

Why?  I never use safari on my iOS device.  Never have, never will.
7312
This only applies to the tablet/smartphone/whatever version of windows, where applications must be programmed using a specific language which is not what firefox is coded in. It's a situation not unlike what happens in android/ios, I'm not surprised. I would be worried if this were to happen on the "regular" desktop Windows.

+1 - I can't use FF on my current Windows 7 phone either ... So what exactly is "changing"? Sounds like chapter two of the Vista era FUD bashing fad is cranking up to me.  :-\
-Stoic Joker (May 16, 2012, 06:42 AM)

^ This.
7313
Living Room / Re: 9 Signs Self-Publishing Is out of Control
« Last post by wraith808 on May 15, 2012, 03:44 PM »
Simple - the 'self-publishing' repository websites could work on the principle that unless more than 50 or 100 copies is sold per month it gets pulled. They could give new publications 6 months to achieve that level of sales. It won't make much difference for people who genuinely want to self publish via their own website but will prune the pointless dross that no one wants to read.
-Carol Haynes (May 15, 2012, 02:57 PM)

I'd like it better if this was a ping of some sort, rather than a determination by the masses that this piece of work shouldn't be available, i.e. your publication has not sold very much.  Please confirm/resubmit to keep it in the catalog.

The trouble, as I see it, is not that real publishers are dying in the new world because of self publishing but that the mega-corps are effectively ousting them - eventually Amazon, Apple, et al will become the new world publishers with even less help and support for authors as they establish a leech-like grip on authors.
-Carol Haynes (May 15, 2012, 02:57 PM)

To a certain extent this happens, but without lock-in, it will just mean that there is the normal indie vs. mainstream stratification.  Look at Smashwords.  Within 4 years this one indie outlet has published what all of the print publishers do in one year.  That's quite an accomplishment, especially considering that it is still gaining steam, and still doesn't restrict the users use of the publications they publish.
7314
Living Room / 9 Signs Self-Publishing Is out of Control
« Last post by wraith808 on May 15, 2012, 10:48 AM »
The conversation at The Graveyard Shift has a better title - 9 Signs Self-Publishing Is Out of Control

http://www.leeloflan...rol-opinion-or-fact/

Interesting blog post- but more interesting on The Graveyard Shift site- especially the conversation going on.
7315
Yeah.. you use their downloader to download it, but not to run it.  It installs as normal once you've downloaded the installer.
7316
^ I wasn't going to respond, as Josh has already pointed that we should get back on topic (transition to Linux in case we're keeping track) so it doesn't seem that this is constructive.  Your own post speaks for itself (in regards to the OEM licensing, which was what I stated; my license is not an OEM license).  As far as the other, it appears that I have offended you (or something in that regard) and if I did, I do apologize for that was not my intent.  Your statements were a blanket statement, and I was correcting them from person experience, as this was a discussion and I offered my points, not to denigrate yours, but to give a fuller picture that you might not have been aware of.  I hope that this terminates this line if conversation, so we can get back on topic. :)
7317
Living Room / Re: Firefall developer: "Consoles, I believe, are dead"
« Last post by wraith808 on May 03, 2012, 02:21 PM »
You scared me with that title.  I thought it meant command prompts   :sick:

I read that the same way!  :D

I read it as Consolas the font - couldnt get my head around it...

It's, the, commas.  They always, cause problems in, comprehension. ;D
7318
I never said it made a difference.  I was responding to your statements, so others wouldn't believe that.  I already said that I talked to MS about the one, and they said it was fine (and registered it for me), and shrug on the second part.  I've already given the caveat, i.e. you have to be knowledgeable, which is the truth.  And as far as the last statement, that seemed borderline passive-aggressive, so with that I'll bow out. 
7319
Living Room / Re: Apple Rejecting Apps That Use Dropbox
« Last post by wraith808 on May 02, 2012, 10:31 PM »
^ That doesn't prevent device lock-in.  If I have iOS Apps, no matter what you do, they are not going to run on Android, and vice versa.  And they've already said that jailbreaking and such does not violate the DMCA.
7320
Living Room / Re: Apple Rejecting Apps That Use Dropbox
« Last post by wraith808 on May 02, 2012, 06:39 PM »
^ To prevent a device lock-in, you'll have to enforce a standard across OS's, and that's not really realistic.  Also, anything like that would have to be enforced from a DOJ level, on a per-country basis.  I personally think it's just better for everyone to compete on their own merits, and know that their responsibility is to the consumer after a certain growth level is reached.  But... yeah...
7321
Living Room / Re: Apple Rejecting Apps That Use Dropbox
« Last post by wraith808 on May 02, 2012, 06:15 PM »
<sarcasm>Yes, Apple doesn't have a dominant position in the marketplace- that's why their market capitalization has outstripped Microsoft.</sarcasm>

The existence of alternatives doesn't change dominance.  iOS is the dominant OS in the mobile market- not to the same extent as Windows on the desktop, but still dominant. Though charts of penetration have variance, most show iOS with around a 65% penetration.  For an example see this chart from NetMarketShare.  Apple did something that was dissimilar from Microsoft- it set rules for participation before there was competition.  However, as those rules show their lack of coverage (i.e. iCloud vs DropBox, iBooks vs Kindle/Nook), they change the rules, using their gateway to entry to strong arm the competition.

One might say, well go to the competition.  Buy-in and sunk cost are two very big reasons why this isn't a really viable alternative.
7322
Don't speak too loudly about that, because your using an illegal copy of Windows.... Don't beleive me, just read the EULA with the CD or on MS's web site....  In fact, I'm kind of surprised that you were even able to register it with the MS website, which is automatic, unless you ran one of the various hacks to bypass Windows DRM.

No... I actually called MS and they registered it for me.  I think your read of the EULA is wrong.  They asked me if I had it installed anywhere else, and I said no.  The OEM version has different licensing, but it costs a whole lot less for that reason.

Well lets see, if MS stops issuing security updates, then obviously XP won't stand a chance on the internet.  Therefore I'd have to disable the networking side of things to prevent someone from accessing XP over the internet...

Fallacious again.  Unless there is a severe vulnerability found (not outside of the realm of possibility) then this is FUD at its worst.  And even in most of those cases you have to (a) download something that contains the payload or (b) open yourself up to direct access to the internet.  A good firewall, turning of unused services, decent internet practices, and awareness of possible vulnerabilities protect you from most attacks.  This isn't to say that it might not come to the point where XP is unusable because of an extreme unpatched vulnerability.  But to say that lack of support makes it immediately dead in the water is FUD.
7323
Living Room / Apple Rejecting Apps That Use Dropbox
« Last post by wraith808 on May 02, 2012, 04:37 PM »
Apple Rejecting Apps That Use Dropbox Because *Gasp!* Users Might Sign Up For Dropbox Accounts (via Techdirt)

Ok DOJ... I think it's past time that you step in on this issue (and the others where Apple uses its dominant position on iOS to restrict competition and 'tax' developers unreasonably for use of service).
7324
DC Gamer Club / Re: Sniper Elite v2 out now!
« Last post by wraith808 on May 02, 2012, 01:04 PM »
Ballistics and interaction with the objects in the environment are the two things that I enjoyed.  The story and such not so much, but it does excel at creating an environment that gives that suspenseful feeling as you go about your mission.
7325
General Software Discussion / Re: Powerful Yet Light Weight Image Editor
« Last post by wraith808 on May 02, 2012, 12:46 PM »
^ I've never used your image editor... I knew about your icon editor and it's aces, so I'm glad this came up so I can take a look!
Pages: prev1 ... 288 289 290 291 292 [293] 294 295 296 297 298 ... 404next