Slashdot Mirror


User: BitZtream

BitZtream's activity in the archive.

Stories
0
Comments
12,389
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 12,389

  1. Re:Painful on Steam Client for Mac Launches, Linux Client On the Way · · Score: 1

    So you change your file names in memory to a specific case to sort by name rather than using a proper sorting algorithm? That falls under shitty programming practices. You pull that sort of shit in my development team and you'll find yourself looking for a new job.

  2. Re:Please stop the apple spam on Apple Loses Another 4th-Gen iPhone · · Score: 1

    The problem is, we want SOME Apple news, just not stories every time they sneeze.

  3. Re:Lost? You keep using that word. on Apple Loses Another 4th-Gen iPhone · · Score: 1

    Thats also not what you're supposed to do.

    One of your early steps is to notify the police, then Apple has a real hard time doing anything to you.

  4. Re:Part deux on Apple Loses Another 4th-Gen iPhone · · Score: 1

    You know how good Apple is at misleading rumors?

  5. Re:Valve ... you suck, no case-sensitive filesyste on Steam Client for Mac Launches, Linux Client On the Way · · Score: 1

    Unless you do something to actively screw with filenames like forcing them all to upper or lower case, or you use hard coded file names in multiple places in your apps without using the same case because you are too stupid to use a #define or constant, than it doesn't matter.

    I write software for windows, you don't do anything different because its a case insensitive file system, it has always been case insensitive but case perserving. I have ported several apps from Windows to BSD and now OSX, I've never had to make a single change to deal with case sensitivity.

    Its really not like you think it is, and for reference ...

    I'm the primary author of a SaaS package that includes clients for Windows, OSX and FBSD. It works with a great deal of file names. We have roughly 75k users across the 3 platforms. It started out as a windows only apps. There is no code to deal with 'case' anywhere in the app, which is why it works across all three without any issues.

    You really don't have any idea what you're talking about but if you think you do, please describe a situation where a problem with case sensitive file systems would arise when porting from Windows to something with a case sensitive file system.

  6. Re:What to do on Steam Client for Mac Launches, Linux Client On the Way · · Score: 1

    but I could theoretically 'give' or 'sell' my Steam account to someone else, without any hassle from Steam, so I'm not sure how histrionic we need to be.

    So in order to give or sell ONE of my steam games I have to give or sell ALL of my steam games, or create entirely different accounts for every game I buy.

    Lets not forget that once I've transfered it to someone else, it will be nearly impossible for the new owner to get Valve to let them back into the account after its been transfered (since they aren't me and valve will do their best to ONLY deal with the account creator unless you trick them into not realizing you aren't that person) if they get locked out.

    Ever hear of Securom?

    Thats what they remove from all the games I download from piratebay after I buy them so I don't have to use the CD anymore isn't it?

    No, secure rom doesn't bother most of us because we've already accepted we have to pirate our software in order to get a decent value out of it.

    In case you haven't noticed, steam is regularly on the front pages of slashdot ... due to its DRM or in the recent couple of posts, the Linux port, but its rather retarded to pretend Steam is the holy grail of DRM.

    DRM sucks regardless of how you look at it and it hurts no one but legitimate customers. Anyone who is okay with stealing the software is just going to get it from someone already cracked and thats not something you can overcome.

    Gabe wants you to stop browsing slashdot now and get back under his desk, you have work to do.

  7. Re:But, for now.. on Steam Client for Mac Launches, Linux Client On the Way · · Score: 2, Funny

    Apparently the really complex part is dealing with case sensitive file systems since they couldn't actually pull that off.

    I know, I would have expected the hard part to be graphics, sound and input, but no, it looks like the hard part is not using hard coded file names in different places within your source that have different capitalizations on them.

    I guess no one told them about #define

  8. Re:I am happy. on Steam Client for Mac Launches, Linux Client On the Way · · Score: 1

    Which is what emulation is.

    A ARM emulator on a PC is translating arm instructions and registers into something used by the x86 chip.

    Words do have meaning, one day you'll figure them out.

    WINE doesn't emulate a PC, but it is a emulation layer that translates Win32 (and friends) api calls into ones for X. That is emulation. Just like MAME and every other 'emulator' you can find on the planet.

  9. Re:I am happy. on Steam Client for Mac Launches, Linux Client On the Way · · Score: 1, Troll

    GNU is Not Unix ... except when everyone calls Linux UNIX and spends countless hours arguing about it.

    One thing OSS is good for is ... the worst possible names on the planet, ones which they think are 'witty' but are often just retarded.

    WINE is no exception. It is most certainly a emulation layer, regardless of what they want to call it.

  10. Re:But wait on FBI To Prosecute "Money Mules" · · Score: 3, Insightful

    legal money laundering

    The government gets taxes out of it in most cases, so they don't mind so much what happens on wall street or who they steal it from.

  11. Re:Steam on Linux, for how many games? on Steam Client for Mac Launches, Linux Client On the Way · · Score: 1

    None, unless you have a case-insensitive file system!

  12. Re:Valve ... you suck, no case-sensitive filesyste on Steam Client for Mac Launches, Linux Client On the Way · · Score: 1

    It indicates very very low quality of code. It takes effort or sloppiness to cause your applications to have problems with case sensitive file systems.

    I develop apps for FreeBSD, Windows and OSX, I have never in my life had to do anything special to deal with FBSD or my case sensitive OSX install.

    There are 2 ways this happens. You didn't use defines or constants or environment variables, so you hard coded file names in multiple places in your code using different case, causing the software to look for two different files ... OR ...

    You did something even more insanely screwy that I can't even come up with to intentionally make your app case insensitive.

    Apple has a series of scripts and utilities to detect the issues and pinpoint them so you can fix them. Its really not difficult. It shows just how bad their software/developers are, its not like it would take them more than a day to fix their entire collection of software if you threw 3 or 4 people at it.

  13. Re:Painful on Steam Client for Mac Launches, Linux Client On the Way · · Score: 0

    Whats hard? No one would ever notice really, with a GUI the issue is moot unless you care about it.

    When you're pointing and clicking for everything the case doesn't matter to users.

    There are two reasons apps have problems with case sensitive file systems.

    1) The developer went out of their way to make a shitty app that depends on insensitivity.
    2) The developer doesn't use constants or defines for hard coded file names, so they have different case in different places in the source.

    You really have to be a douche bag to make an app that cant' deal with case sensitive file systems. It takes effort or absolutely unacceptable programming practices to accomplish what they've done.

  14. Re:What? on Steam Client for Mac Launches, Linux Client On the Way · · Score: 1

    I do it all the time, not sure what the problem is. Its not really any different than telling someone to use the command prompt in windows, which is rather common when debugging problems over the phone or forums and such anyway.

    When you give someone a list of instructions to follow and they are already well outside their comfort zone, the terminal doesn't really make it that much scarier.

    The only thing my wife notices about the terminal is that when she sees white text on a black screen, it means I'm working on a server so she knows to leave me alone if possible as its probably important.

  15. Re:I am happy. on Steam Client for Mac Launches, Linux Client On the Way · · Score: 2, Interesting

    You want to make your game work on Mac OS X, then you have to write it to be able to use OpenGL instead of Direct3D, and write it with a Unix environment in general in mind.

    Except ... as has already been found out by myself and others, they didn't write it with unix in mind. It requires a case insensitive filesystem and write access to the steam application by normal users.

    That is in no way anything anyone would do on any sane unix unless they happen to still be in a highschool programming class.

  16. Re:Painful on Steam Client for Mac Launches, Linux Client On the Way · · Score: 1

    Oh its better than that, Apple has several tools for helping you deal with the conversion from between case insensitive and sensitive filesystems, its a freaking trivial task.

    Honestly, you have to freaking go out of your way to screw this one up, I've never put ANY effort into making an app deal with case sensitivity, I honestly don't know how you manage to do it unless you don't use defines or constants for static filenames, in which case, you're a fsking moron in the first place.

  17. Re:My Question on Steam Client for Mac Launches, Linux Client On the Way · · Score: 1

    hahaha yea, and Microsoft writes secure code. Were you born yesterday? Have you not heard the horror stories of people losing their libraries with no recourse?

  18. Re:and my big question is on Steam Client for Mac Launches, Linux Client On the Way · · Score: 1

    Yes, there are games tagged in the system as being playable on multiple platforms, they are marked with an icon so you know they are available on multiple platforms and playable across any of them when you buy them.

    This I'm sure will change after Mac and Linux people buy into it and they can start ripping us off for multiple copies again.

  19. Re:Valve ... you suck, no case-sensitive filesyste on Steam Client for Mac Launches, Linux Client On the Way · · Score: 1
  20. Valve ... you suck, no case-sensitive filesystems? on Steam Client for Mac Launches, Linux Client On the Way · · Score: 0, Troll

    Kick ass ... steam for OS X ... and it won't run on a case-sensitive file system ... fucking brilliant guys, good job.

    Probably better this way, less of your infected DRM on my machine. Sometimes its good that you do such retarded things that I get tripped up and don't make my own retard moves.

  21. Re:for your convenience, the URL they didn't give on Steam Client for Mac Launches, Linux Client On the Way · · Score: 4, Insightful

    WHY THE HELL DO EDITORS APPROVE POSTS LIKE THIS WITHOUT A GOD DAMN URL TO THE IMPORTANT BITS.

    For fucks sake, it takes your users to actually post the important parts of the story slashdot, come on.

    User driven content is one thing, slashvertising for some other site that doesn't even have the information your users care about is just retarded.

    Thank you FooAtWFU for providing the one bit of information I actually cared about (And joe_bruin below for the free portal linkage)

  22. Re:Social networks on Creating a Better Facebook · · Score: -1, Troll

    If social networks function in the same way as (say) eBay, then you'd be right.

    Uhm, they do. Both are the realm of idiots. No one with half a clue still uses facebook or ebay. The people who still use facebook are simply attention whores looking for attention (This was always teh case), and for ebay its either sellers who rip of morons or morons being ripped off by sellers depending on which side of the coin they are on.

  23. Re:Lost your phone? on Apple Loses Another 4th-Gen iPhone · · Score: 1

    Except there is an app for that, and it isn't flash, and its built into every iphone since the 3G

    https://secure.me.com/account/#findmyiphone

  24. Re:They need to stop arresting the FINDERS on Apple Loses Another 4th-Gen iPhone · · Score: 1

    Well, he won't get the title, it will be sold at auction after the car runs up a large storage bill at the towing companies storage facility when its unclaimed.

    The owner can either claim it and pay the storage fees then sue the guy who had it towed, or the owner can leave it until the storage company sells it to cover their fees.

    Its rather common, but the guy who called it in doesn't get to keep the car, it goes to auctions and there is a certain amount of legal paperwork that has to be filed first so the police are made aware of the car and whats happening with it.

  25. Re:Part deux on Apple Loses Another 4th-Gen iPhone · · Score: 1

    I tend to beleive these are some cheap knockoffs made in Asia.

    The device is simply too ugly for me to believe its from Apple.