Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Blizzard Shizzard (Score 1) 252

really, How likely?  How many people wait for the cheats before they purchase? vs. How many people can actually get a refund if they don't like it because of the cheating? vs. How many people don't buy a game because they heard there were cheats?
It is just as likely that Blizzard is reaping financial benefit and not sharing it with the creators (which is fine, they were never asked to)
Besides, the code itself does no harm - only when the users actually use it does it do anything at all.  Gunmakers don't go to jail or get sued when someone commits murder with one of their guns.

Comment What we need is... (Score 0) 158

A Posix consortium to establish some standards for self standing games that boot themselves and can only interact with specific partitions (intentionally not NTFS, HFS so a game is less likely to mess with them)
If there were better tools for it, game vendors would prefer to build on a single platform that could run on MS*, i*, PS*, etc...
It would be up to them whether they wanted to include anything besides their game (a browser for looking up game hints... ok, ok really to serve ads and do in app purchases)

Comment Its called a CDN (Score 1) 105

"in which content companies could pay them for faster delivery of Web content to customers"
This could be interpreted to allow Netflix (or whoever) to pay local ISPs to host content on local servers so that content doesn't need to go through the slow interwebs.
Honestly they should do some modified version of torrent format that prefers seeders on the same ISP so users can provide the hosting.

Comment Re:Disappearing $3 Billion (Score 1) 51

Its not hard to make them disappear on the server side:
1. mkfifo a named pipe somenthing like <image>sender-receiver-timestamp
2. read the incoming file from the tcp socket and write to the named pipe
2a. verify file is less than the size of the pipe buffer via return value of write
2b. if error or size exceed PIPE_BUF return error message
3. send messages to sender and receiver with unique uri
4. when either the sender or receiver goes to the uri:
a the pipe is read back just like a regular file to the tcp socket and the data disappears
b since it was never really on the filesystem (it only looks like it) there will be no trace
... at least after a reboot to clear traces in RAM, but you could memcpy zeroes for that
5. run a cleaner daemon that deletes all pipes older than X hours in case they aren't viewed in a timely fashion

6. make the end users agree to an EULA saying that they won't save the data in any way
-- no matter what you do the receiver could take a screenshot or take a picture of the screen with a camera

Comment Re:Slashdot being a prime example of bad (Score 0) 382

And Radio Shack recommends a separate site for rendering on the remaining Tandy 1000s in operation....(j/k) right whatever,  OK Apple you can sell a bunch of pretty machines but can't make them play nicely with regular resources.... mmmKay

Lesson:
Don't use a bunch of hacky hacks to make sites work better on devices that you know.  Use real world data of width, height and resolution to make it behave on all devices.
Why do web devs have such a problem with things like dpi and icon sizes?  Its not that hard, but does require some trickery since DPI is not an ECMA standard.
Till there _is_ a standard way of getting DPI, Apple needs a button (it has to be a button or something even simpler, because it is for an Apple user) to emulate a standard DPI.

Comment Which one charges you to use external services? (Score 1) 174

I'm sorry but I will not buy another MS box that wants to charge me for access to services they don't even provide like watching Netflix or Hulu.  I've paid enough MS taxes over the years as one time expenses, buying a computer, android phone, etc... With the PS removal of "Other OS" and the Wii forcefully removing dvd playback at a hardware level, I hope the steam box drives them both under.  Till then steam gets preferred status followed by wii and games that play on an un-updated PS3 followed by games (for my kids) that are only available for kinect.

Slashdot Top Deals

There's nothing worse for your business than extra Santa Clauses smoking in the men's room. -- W. Bossert

Working...