Jump to content

REtransInternational

Members
  • Posts

    483
  • Joined

  • Last visited

  • Days Won

    12

Posts posted by REtransInternational

  1. Dropped drive = physical damage = $$$ for recovery

    Unless you have some irreplaceable data on there, it wouldn't be worth it to do a recovery.

    Remember this advice to keep your data safe:

    "If it's not backed up, it's not data you want to keep."

    If it's a removable hard drive consider getting an SSD instead, those are much more shock-resistant (they have their own disadvantages, but being irreparably damaged in one drop isn't one of them.)

  2. Just some progress report about current situation

    - Scripts are badly extract, a lot of missing file and some lines are missing from script

    - We have to halt all progress until we finish check those script, TL will be resumed in script that was checked.

    - Leader (datOtakoGuy) is never show up at IRC or help us with any progress. <_<

    It seems we have a bad start :(

    You are misunderstanding All the lines that need to be translated are present. There is nothing missing.

    Most if not all of us are enjoying the holidays or doing other things and too busy to work on this. Be patient.

  3. Really? I think CSS can be hardware accelerated. At the very least it did animations better when I was playing around on my Android Tablet than jquery's animate.

    Hardware acceleration just means you can run the animation loop faster, and with no framerate limiting it still try to run as fast as it can and consume all CPU + GPU. Google "CSS animation high CPU usage" and you will see... real problem here can be fixed by limiting the framerate.
  4. I do not see any delay in that file, so it is just going to try to loop through the flake drawing as fast as possible, which is going to take up all the CPU time it can. Put a sleep in the main loop, 50ms or so is enough to calm things down, no reason why this needs to go as fast as possible.

    Seems to be a bit slow because it's a Javascript animation. Nayleen should try it as a CSS animation it might be faster.

    CSS tends to be even worse...
×
×
  • Create New...