Slashdot Mirror


User: TheSunborn

TheSunborn's activity in the archive.

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

Comments · 991

  1. Support for trim on software raid? on Linux 3.7 Released · · Score: 1

    Does: "MD: TRIM support for linear (commit), raid 0 (commit), raid 1 (commit), raid 10 (commit), raid5 (commit)"

    meen that if I run a software raid-1 on sdd disk, then Linux can do Trim on the disks?

  2. Re:He Was Fired... on Python Creator Guido van Rossum Leaves Google For Dropbox · · Score: 1

    Google replacing Python with Go in large parts of the company. Do you have documentation for that? (I am really interested, because that would be an interesting event).

    But I don't think Python ever had an important job at Google. I can't even name any of their important projects which are done in Python.

  3. Re:Liars, damn liars, and made up figures. on Hit Game Makes £52 In First Week On Windows RT · · Score: 1

    You do know, that since Windows RT can't run Android java code, or iPhone objective C code, they most likely had to rewrite large parts of the game.

    I Think that 10.000£ development sounds low, considering it is a game which have sold over 100.000 units on Android.
     

  4. Re:Why can't it run Rt software? on Why Microsoft's Surface Pro Could Fail · · Score: 1

    So what does the following from the article mean:

    "although it won’t be able to run apps developed for Windows RT, unless the developers in question also built a version of their app for Windows 8—you really can’t get here from there"

  5. Why can't it run Rt software? on Why Microsoft's Surface Pro Could Fail · · Score: 1

    Why can't it run software for Windows 8 RT?

      I thought RT used .net and thus the software would be supported on both arm and x86.

    The biggest problem I see with the surface pro, is that it is a tablet with no tablet software, because it can't run RT software. So it is a niche marked, even within the niche windows tablet marked.

  6. Re:Reliability? on OCZ Launches Vector Indilinx Barefoot 3 SSD, First All In-House Design · · Score: 1

    Neither, both have quality problems. And my Corsair SSD disk will not even boot with usb on linux. I don't know how they managed to make a non-standard usb interface.
     

  7. Re:I can save them a lot of trouble on FTC To Recommend Antitrust Case Against Google · · Score: 1

    Funny. If i search, the top hits are:
    1: Wikipedia
    2: Wikipedia
    3: Opera
    4: Opera
    5: "News for webbrowser"
    6: "Firefox"
    7: "Firefox"
    8: webopedia.com
    9: Chrome.

    And it might be a personalized search, but I have newer used or searched for opera before.

  8. Re:Unit tests, automated deployment on Ask Slashdot: How Often Do You Push To Production? · · Score: 1

    The solution is very simple: The unit test must be written by a different person from the guy who wrote the code. That way you also ensure that the documentation is written and correct, because you can't write a unit test if you don't have any documentation for what the function should do.

  9. Re:I don't give a Zuck! on Zuckerberg: Betting On HTML5 Was Facebook's Biggest Mistake · · Score: 2, Insightful

    The problem with html5 apps is javascript. That language is just not designed to delopment of huge applications.

  10. Re:How is this different? on Ubisoft Ditches Always-Online DRM Requirement From PC Games · · Score: 1

    There is no single player mode in "Diable 3". Yes you can play alone but it is still multiplayer and your actions may still changes have effects for other players even if you newer meet them. (Auction house, and the fact that all your heros share part of the same world) are examples on this effect. You can say this design suck, but it was the way Blizzard build it.

    To take the newest ubisoft settlers* for example. There is a campaing which is single player only. You can't play it with other players even if you vant to. And it still required that always online drm.

    *Which sucks. Settlers 2 is imo still the best settlers game ever made.

  11. Re:OP here on Ask Slashdot: Best *nix Distro For a Dynamic File Server? · · Score: 1

    The boottime problem can be solved simely by buying a small(32/64GB) ssd disk, and then install linux on that. This will cost you less then 200$. And if you don't have the budget for that, then please your story to thedailywtf.com because it sounds like some interesting fuckup happend someware in your organization.

  12. Re:Do you need a unified filesystem at all? on Ask Slashdot: Best *nix Distro For a Dynamic File Server? · · Score: 1

    Seems someone ate the rest of my text. But if you do it this way, then the windows computers will se a single system with a folder for each harddisk. The only reason this might cause problems is if you really need files from different harddisks to appear as if they are in the same folder.
     

  13. Do you need a unified filesystem at all? on Ask Slashdot: Best *nix Distro For a Dynamic File Server? · · Score: 2

    Why do you need a unified filesystem. Can't you just share /myShareOnTheServer and then mount each disk to a subfolder in /myShareOnTheServer (such as /myShareOnTheServer/disk1).

  14. Re:Just use Postgresql on Is MySQL Slowly Turning Closed Source? · · Score: 1

    Where did you look? There is a binary installer available for Linux, Windows and MacOSX at http://www.enterprisedb.com/products-services-training/pgdownload

  15. Re:Wrong direction... on Rootbeer GPU Compiler Lets Almost Any Java Code Run On the GPU · · Score: 1

    Nothing which the require the developer to write in php can be called progress.

    And while the ability to run LibreOffice and modify the code while the program is running would be really cool, the available tools are still far from able to do that.

    There are funny enough java tools which are working in that direction. And the best are able recompile parts of a running program, and then let the program use the new code without stopping it.

  16. Re:Here's A Real Programming Language, Boy on Rootbeer GPU Compiler Lets Almost Any Java Code Run On the GPU · · Score: 1

    They have. The multithreaded garbadge collecter which is available in java 7 really only pause programs for a very very short time because it does most of the garbadge collection in the background. (Also a very good use of modern multi core cpus).

  17. Re:Boot-to-Game on Why Valve Wants To Port Games To Linux: Because Windows 8 Is a Catastrophe · · Score: 1

    Because then it will not work on any graphics card/motherboard released after the game release, due to missing drivers.

    It will also make patching really difficult, and you need to cache most of the game data to the harddisk anyway which will be difficult for any non-standard hd setup such as raid. (Streaming a game directry from a dvd will be far to slow. Even consoles cache most of the games to harddisk).

  18. Re:Who codes a website these days? on Ask Slashdot: Value of Website Design Tools vs. Hand Coding? · · Score: 1

    True, but you need to write your own html template, to configure the look and feel of the website. Unless you want a total generic looking website. Which may be ok, depending on budget and customer.

    But this is a site for an architect, and based on what happend last time I designed a site for an architect he will end up doing a new theme from start anyway even if he ends up using a cms :-}

  19. 3 Reasons not to use WYSIWYG on Ask Slashdot: Value of Website Design Tools vs. Hand Coding? · · Score: 1

    First a note "When you write: WYSIWYG editors" i asume you talk about using them as graphics designers with drag/drop and not just as fancy html editors.

    First: No I don't think there is any value in "knowing and using WYSIWYG editors" if you already know html. If you know html then writing html is at least as fast as using a WYSIWYG editor. But there are really 3 reasons that most sites are not made with a WYSIWYG.

    1: What happens when the architect want to edit the text on the site, or want to add an other page to the top menu? Then you need a cms system, and converting a handwritten html document to a cms theme is relative simple. Converting from WYSIWYG to a theme is hell.

    2: Javascript: If you want to apply any simple javascript transformation such as "read more", enlarge image on click. Fade part of the page down or anything else, then doing that on the WYSIWYG is very difficult, because you don't know how the dom look.

    3: And to make matters much worse. The current implementations of WYSIWYG sucks. It's like the software developers have accepted that there software vil not be used to do design of highend websites, so they have given up any quest to produce valid small and valid html. And they miss the features such as third party cms system theme integration which would actuelly make them usefull.

  20. Re:Subsidized price on It Costs $450 In Marketing To Make Someone Buy a $49 Nokia Lumia · · Score: 1

    If Item 33 is true, then that missing feature is in itself using the phone useless for me.

    I have configured my Android phone, to flash both the light and screen in case of missing phone calls/sms messages. So If someone calls me and I don't take it, the screen will flash(3 second on, 60 second pause) until i acknowledge the missed call.

    Is this basic feature really missing from Windows Phone?

  21. Re:The most cost effective way... on Keeping Your Cloud Costs Under Control · · Score: 1

    True, but most of the downtime for datacenters are due to external events, such as lost power/internet connection.

    And you can't really make the power company restore power to you, before they restore it to Amazon.

  22. Re:Carriers buy phones, not people on Nokia To Cut 10,000 Jobs and Close 3 Facilities · · Score: 4, Interesting

    In the USA that is true, but Nokia sells most of it phones outside of USA where consumers pick the phones.

  23. The root cause of this problem is an email server on Bitcoinica Breach Nets Hackers $87,000 In Bitcoins · · Score: 5, Interesting

    From https://bitcointalk.org/index.php?PHPSESSID=a5fdf1db75465f52e9f1ebb06e67b70e&topic=81045.380:

    "The root cause of this problem is an email server compromise. The email server belongs to one of our team members."

    Really? Does their server really send (unencrypted) emails with root passwords to their entire system? Or did the email server just happend to have root access? I don't even know what possibility is worst.

  24. Re:This e-mail was years after Google started Andr on Google Developer Testifies That Java Memo Was Misinterpreted · · Score: 1

    But there were no way Google could ever be compatible with java on the phone. Because they would either have to be compaitble with the entire java jdk 1.6 stack including awt/swing and would end up with something which would be really really slow, ugly, huge and not something you would ever want on a phone.

    Or they could be compatible with Java Me, but then Android would really really suck, because Java Me is a really bad platform to base an entire system on It is missing far to many things and Java Me are not designde to be the base for a modern smartphone.

    So to sum up:
    Java the language is really good on smart phones, which is why google is using it in all but name.
    Java the virtual machine(With its bytecode system and security model) is ok on mobile devices which is why google made Dalvik which is very close to the official java vm.
    Java the library/framework/platform sucks for mobile devices and there is no way in hell Google could make something successfull while beeing 100% compability with anything available under the java name.

    Which is why they wanted to license the language and vm, and then implement their own mobilephone platform using that(Which is what this memo most likely is about).

    But sun fucked up. They should have said: Ok we accept that the current java libraries/frameworks are not usefull for a full mobile platform, so pay us some money for a license to java, and the java vm implementation, and then make a new platform. Let us call it "java me 7.0" and then that platform would have been what is now android.

    It is the same problem Microsoft had with java. They originally wanted to make java the program language used for windows gui programming, but they correctly identified a range of problems with java which made it very cumbersome to develop gui applications in java. So they updated the language. And then sun should have said "Hey your are right, your changes to the language will make it much more usefull, lets include them in java 1.2. Insted they said no and launched a lawsuite which ended with Microsoft developing .net.

    And as a guy who do gui development in java, I can only say that I wish Sun would have included most of Microsofts changes to the java language with jdk 1.2, because the current system of using interfaces to simulate callbacks really really suck. But at least they will fix it in java 1.8 so better late then newer.

  25. Re:So... The vaccine did work. on In Calif. Study, Most Kids With Whooping Cough Were Fully Vaccinated · · Score: 4, Insightful

    No, the vaccine worked. The reason most of the children who got infected also had the vaccines, was that 81% of all children had recieved the vaccine. The risk of getting the infection was still greater for the children who newer got the vaccine.

    So the correct headline would be "Vaccine not as effective as previously thought".