Slashdot Mirror


User: CySurflex

CySurflex's activity in the archive.

Stories
0
Comments
176
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 176

  1. About to start development of an old-school game on Timeline of Online Gaming · · Score: 1
    We are in the early design stages of a turn-based strategy game. In the gaming industry, you're always asked "What's the BFI?" (Big Fucking Idea). If you don't have a BFI, it's just a rehash of an old game.

    Well the spin here is that I work at a TV channel (G4) - and therefore the idea is that the game will somehow integrate with some on-air elements within it's universe. (Live or pre-recorded). Not yet sure what those elements will be, but there are quite a few possibilities. (From just displaying stats to actually having some of the gameplay on TV, etc.)

    You can read the post here, where we're soliciting input from the G4 community before starting development.

    -CySurflex

  2. Re:Call me ignorant, but.. on Five PVR Users Allowed To Join Replay Court Fight · · Score: 1
    The TV industry is adapting. I work at a TV channel, and I'm seeing it first hand. We have a huge sponsorship deal with Pringles (Procter & Gamble).

    Obviously part of the sponsorship includes ads on TV, but it also includes changing one of the show titles from "Cheat" to "Cheat Pringles Gamers Guide", and changing the actual set of the show to include Pringles "stuff". The show home page on our web site (for this show) is also part of it.

    You get exposure even if you fast forward the commercials.

  3. I switched to Mozilla.. on No Pop-up Blocking in Netscape 7.0 · · Score: 5, Interesting
    I recently switched to mozilla after using IE for quite a few years as my default browser. The pop-up blocker won me over.

    Being a web developer, this causes me to primarly develop with Mozilla, and then leave the other browser testing to the QA cycle. Ultimately this causes sites I develop to be "optomized for Mozilla", which in turn may cause more users to use Mozilla.

    So although currently the percentage of the userbase using Mozilla is low, I would guess that the percentage of web developers is much higher - meaning we are at the begining of a growth cycle.

    -CySurflex

    my dads web site..

  4. Re:Stop Xbox on linux now! on Linux on Xbox One Step Closer? · · Score: 1
    The main reason for me is I want a cheap box that I can put in my entertainment center and not have it look like crap

    Have you seen this? That would make any entertainment system owner proud...

  5. Re:In response to several people... on Congress to Ashcroft: Go After Song Swappers · · Score: 1
    What do you THINK the terrorists want? To disrupt every-day life...

    So what you're saying is,

    If the government does not start going after individual Kazaa users, then the terrorists have already won.

  6. DeCSS D.O.S. on Jon Johansen DVD Trial Date Set · · Score: 1
    Maybe if enough people host this other piece of software, also called DeCSS, it will confuse them enough to back off?

    DeCSS

    So, I decided that if I couldn't distribute DeCSS, I would distribute DeCSS. Like, I could distribute another piece of software called DeCSS, that is perfectly legal in every way, and would be difficult for even the DVD-CCA's lawyers to find fault with.

    So that's what I'm doing. I wrote a small utility called "DeCSS" that strips Cascading Style Sheet tags from an HTML document. Yes, agreed, that's pretty much USELESS, but what the fuck. Maybe somebody wants to do that. AND it makes the name of the software much more plausible.

  7. Re:Yeah, I'm an old fuddy-duddy on Google Art Creator · · Score: 1
    This has gotta be taxing on usenet

    This message seems to be of interest and is stimulating to the thousands of Slashdot readers.

    90% of usenet is spam and wastes our time instead of being interesting...and you lash out against the one interesting message??

    Besides, I've always been a big fan out of people maximizing and being creative within a small limited set of possibilities. (As opposed to someone being creative within a blank slate, such as a regular painting or a brand new piece of code)

    -CySurflex

  8. Feature Wish List on Suggestions for Home PBX/Key System? · · Score: 2, Interesting
    Feature Wish List from PC/PBX integration:

    • Being able to call in remotely and:
      1. changing settings of the phone system
      2. listening to voice mail
      3. having your email read to you
      4. control X10-home-automation stuff (call in through your phone and turn the air conditioner on 30 minutes before you get there!)
    • Being able to do all of the above through a remote web browser (including listening to voice mail through the web)
    • bonus: all of the above with speech recognition?
    • having an IM sent to you at work when you get a voice mail at home
  9. Textpad on Recommended Text Editors for Win32? · · Score: 3, Informative
    Textpad from http://www.textpad.com

    Mentioned twice before but I figured I'd add my bit:

    1. Regular expression "replace" - very useful

    2. opens (very) large files quickly

    3. I actually paid the shareware fee - for those that know me that should say something...

    4. Hex mode

    Also, not a text editor but a very usefull addition to your toolset is "EasyDiff" and "EasyDiff Pro", which is a powerhouse of text and file system comparisons.

    CySurflex

  10. Trust is the issue... on Randomizing Survey Answers For Accuracy · · Score: 1
    This is a very novell scientific idea with very little useful application, IMO. What percentage of the public is going to actually believe that their individual answers are not going to be stored? Or an even better question - what percentage of companies claiming to use this technique will not actually store the data entered by their users?

    -CySurflex

  11. Dr.... on Randomizing Survey Answers For Accuracy · · Score: 0, Flamebait
    "Right now, the rate of falsification on Web surveys is extremely high," Dr. Cavoukian said.

    Does he help people kill themselves or do they kill themselves over all these e-commerce surveys?f

  12. Re:Metglass on New Alloy Stronger Than Fe And Ti · · Score: 1
    the razor companies didn't want to touch it with a 10 foot pole because the blades were so durable that you would only need one a year.

    Speaking of which..
    I'm really sick of my Gillette razors becoming dull after 3 shaves! I tried the "VONS generic brand" ones and they seem to last MUCH longer, but then I get more cuts & nicks. Maybe this new metal is the answer? Any high-tech suggestions out there? (Maybe this should be posted as an "Ask Slashdot"...)

    -CySurflex

  13. This isn't real data mining on Data Mining, Cocaine and Secrecy · · Score: 5, Informative

    Searching for matching records in a database (phone call logs) with known values (phone #'s of known agents) is not data mining. It's simply setting up an indexed data warehouse and issuing queries.

    Data Mining is looking for UNKNOWN relationships between that data, not KNOWN relationships. So although referring to it as Data Mining may make it sound advanced and exotic, it's incorrect.

    - CySurflex

  14. Re:Glad they emphasis SQL-92 on The Practical SQL Handbook: Using SQL Variants (4th ed.) · · Score: 1
    The difference is actually beyond a pretty syntax, when you're dealing with an outer join. The two join syntaxes function in a subtly different way.

    The SQL-89 outer join syntax using *= performs the rest of the WHERE clause after the join, whereas the SQL-92 version, using the LEFT OUTER JOIN syntax performs the WHERE clause before the join. This can result in a different result set in certain cases - and if you know what you're doing, the difference can be used for your benefit.

  15. read the label on that Verbatim floppy.,.. on UVA Computer Science Museum · · Score: 1

    Read the label carefully on that verbatim floppy ... It says it's a l33t warez copy of Zork Text adventure

  16. the hookers and the drugs wont be gone.... on The Music Biz Is the New Book Industry · · Score: 1, Funny
    The glamour, the influence, the youth, the hipness, the hookers, the drugs -- gone

    Except the retired rock stars that will have to work as hookers and drug dealers

  17. Script Kiddies on Tracking Mafiaboy · · Score: 1

    There is a very thin line between a "script kiddie" and a hacker. Don't most professional software development books preach reusing as opposed to reinventing? Didn't we get as far as we have today technology-wise, due to each generation being able to build on the accomplishments of the previous one?

  18. Dont focus so much on the competitors! on Verizon's Wireless Road Warriors · · Score: 3, Insightful
    Interesting article. These "roaming station wagons" are pretty good P.R. for Verizon.

    You'd think they would be able to do this from their home office - except for the part about testing each of their competitors signal at the same point. Do they really need to do that though? What they should be doing is comparing signal strengh to usage, and concentrate on making the high usage areas have a good signal, regardless of their competitors.

    When I commuted across the Bay Bridge, there was a gap in the Sprint services on the bridge that lasted no more than 50 yards, but it would always drop your call. I'm sure that's one of the heaviest populated gaps in service in the country, yet it went uncovered for years.

  19. Related Wired Links on PCs Pilfered, Paralyzing Populace · · Score: 1

    Related Wired Links: Latin America: The Mobile World not so mobile anymore, huh?

  20. microwave beamed energy to power Wireless Palms? on Lunar Power · · Score: 1
    harmless microwave beams

    The only thing that's truly keeping our wireless PDA's grounded is the need for juice...

    Where do I sign up to buy a springboard-microwave-energy-receiver-module ?

    CySurflex

  21. Hoax or not, it's still an interesting topic... on Apple Deals with Devil, Communists · · Score: 1
    If you really want to learn about the latest on both side of the argument, I recommend reading the two top sellers on each "side" of the argument. (As I did several years ago):

    #1 pro Evolution book
    The Blind Watchmaker

    #1 pro Creationist book
    Darwin on Trial

    CySurflex
    Avid athiest with an open mind.

  22. Re:I'm happy with my old 32mb card on GeForce4 Ti 4200 Preview · · Score: 1

    Any word on what kind of system that is going to be? I'm with a pretty similar set-up - PII-450 with a Matrox 400-TV. Whatever card I get will have the TV/Video IN+OUT just like the 400-TV - and I'm trying to decide between just upgrading the card to getting a new system.

  23. Re:I'm happy with my old 32mb card on GeForce4 Ti 4200 Preview · · Score: 1

    While I certainly do agree with you that the rate of developments in this field is dizzying (for the pocket as well) there is definitely something to be said for HOW FUCKING AWESOME all the new games are.

    It may even feel a bit like a conspiracy between the game developers and the 3D card makers. You may even think that the differences between last year's games this year's are real subtle. Just compare Quake I, Quake II, Quake III and maybe Soldier of Fortune 2 (released a day or two ago) to get a better appreciation of how far we've come.

    CySurflex
    (Unhappy with my old 16MB card)

  24. said Luis Mill�n V�zquez de Miguel, on Spanish Province Dist-Upgrades · · Score: 0, Troll

    switched to open source, said Luis Millán Vázquez de Miguel

    My name is Luis Millán Vázquez de Miguel. I have slept with over a thousand women.

    My name is Luis Millán Vázquez de Miguel. You killed my father. Prepare to die.

  25. Mac OS X/IE problem using Flash on Mac OS X Slow for Web Browsing? · · Score: 1

    We encountered a different problem with this platform/browser combination - under a specific set of circumstances, a very common Flash/Action Script command seems to fail (LoadMovie). We currently have an open incident with Macromedia and they're investigating - it's been over two weeks. So there goes your "stability" theory...