Slashdot Mirror


User: jones_supa

jones_supa's activity in the archive.

Stories
0
Comments
6,543
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,543

  1. Re:no, it's easy. on Ask Slashdot: Why Is It So Hard To Make An Accurate Progress Bar? · · Score: 1

    You actually have to flip the variables around.

    progress = current / total

  2. Re:Not hard at all on Ask Slashdot: Why Is It So Hard To Make An Accurate Progress Bar? · · Score: 2

    Have you tried PowerShell? It has replaced the "MS-DOS Prompt" if that is what your experience is of. In some ways PS is more advanced than UNIX, for example it allows you to pass data in an object-oriented fashion, avoiding the need to constantly parse data delimited with spaces with various commands (awk, sed, xargs...).

  3. Re:potentially worth... on OpenOffice: Worth $21 Million Per Day, If It Were Microsoft Office · · Score: 1

    I found a secret download link from their website which allowed me to nick it for free!

  4. Re:potentially worth... on OpenOffice: Worth $21 Million Per Day, If It Were Microsoft Office · · Score: 1

    Ummm yeah, we're talking about the other way around. Can you open my PPTX resume with star-wipes on your 13 year old platform/software?

    No, we are talking about the right way around. The compatibility pack allows an older version of Office to open files saved with a newer one. More or less, it actually does work.

  5. Leave it out on Ask Slashdot: Why Is It So Hard To Make An Accurate Progress Bar? · · Score: 1

    It is sometimes hard to make a good progress bar for certain procedures. In such case, please don't even try. No one wants to see those bars that sit at 0% for three minutes and then jump to 100%. Leave the progress bar out completely or use one of those "infinite" bars that just have block sliding from left to right, or the Win8 spinning pearls animation.

  6. AMD Catalyst on Ask Slashdot: Why Is It So Hard To Make An Accurate Progress Bar? · · Score: 1

    The AMD Catalyst installer progress bars are my favorite comedy example. It's jarring that such a high-profile product can have such a hacked solution in place.

  7. Re:That was my first thought. on £6700 Phone Uses Android Instead of Windows · · Score: 1

    The screen is the biggest power consumer, but that doesn't mean that the power consumption of other components shouldn't be paid attention to.

  8. Re:Obligatory on Of the Love of Oldtimers - Dusting Off a Sun Fire V1280 Server · · Score: 1

    Just remember that you have to craft a quite custom software setup if you want to actually do something useful with the cluster.

  9. 3D graphics on Of the Love of Oldtimers - Dusting Off a Sun Fire V1280 Server · · Score: 1

    Use it to create some cool 3D animations. You could possibly set up the system to render using all the CPUs.

  10. Re:Ad? on Pepsi To Release New Breakfast Mountain Dew · · Score: 1

    Made me actually crave Mtn Dw.

    Gotta grab a bottle tomorrow.

  11. Re: "they" can fuck off, the binary units are the on When 1 GB Is Really 0.9313 Gigabytes · · Score: 1

    I think it's partly about what we are used to. Even "giga" sounded funny to me at first.

  12. Re:"they" can fuck off, the binary units are the o on When 1 GB Is Really 0.9313 Gigabytes · · Score: 1

    True, but some of that space is set hidden for wear leveling. The user space is still rounded to GBs.

  13. Re:"they" can fuck off, the binary units are the o on When 1 GB Is Really 0.9313 Gigabytes · · Score: 1, Interesting

    I say "gib".

  14. Stay in school on Ask Slashdot: Best Alternative To the Canonical Computer Science Degree? · · Score: 3, Insightful

    If you are doing fine in school (passing courses etc.) why not just complete it? Two years will go really fast and a degree is always a nice addition to your experience. At the same time you can prepare your web development career.

  15. Re:Geeks, get to work. on Surface Pro Sold Out; Was It Just Understocked? · · Score: 1

    I want this thing running linux before the month is out.

    Why?

  16. Re:Paywalled!!! on Apple Said To Be Working On a 'Watch-Like Device' · · Score: 1

    Nerds want everything for free?

  17. Re:And I should give a rat's ass... on Apple Said To Be Working On a 'Watch-Like Device' · · Score: 3, Insightful

    And during later years Apple will be remembered being the one which "invented" this thing.

  18. In my opinion... on What To Do When an Advised BIOS Upgrade Is Bad? · · Score: 1

    BIOS flashing shouldn't be that scary thing that might brick your computer. It's just software. Manufacturers should take the responsibility that their BIOS updates work.

  19. Re:Use it or dont - if you do learn more security on Six Months Without Adobe Flash, and I Feel Fine · · Score: 1

    If you want to be paranoid, safe, ahead of the curve, compromise what you can do, then remove flash. If you want the internet the way it is then you'll still need flash.

    Yeh. For pragmatists, just having Flash running is the way to go. For select websites only, of course.

  20. Re:So did I, about four months ago. on Six Months Without Adobe Flash, and I Feel Fine · · Score: 2

    Gotta add that VLC can play YouTube videos too. In XFCE I was able to create a launcher for VLC and drag'n'drop URLs to the icon.

  21. Re:Two Month without adobe pdf and I feel .. on Six Months Without Adobe Flash, and I Feel Fine · · Score: 1

    .. fine, because now I use SumatraPDF, small fast no nagware no nagdates .. I feel great!

    Windows 8 comes also with a nice Reader app for PDFs.

  22. Re:Gnash on Six Months Without Adobe Flash, and I Feel Fine · · Score: 1

    Not everything has to be free. I understand the need of broadcasters to protect their content.

  23. Re:HTML5 on YouTube? on Six Months Without Adobe Flash, and I Feel Fine · · Score: 1

    Minitube is actually really nice, it's just a shame that it does not really support all the functionality of YouTube. It's best suited for watching random stuff.

  24. Re:use on GNU Hurd To Develop SATA, USB, Audio Support · · Score: 1

    Because software is engineering, not science.

    Says who? Maybe some purely experimental projects (and I'm not necessarily saying Hurd is one) can be very useful too.

  25. Re:Inefficiencies matter less over time on GNU Hurd To Develop SATA, USB, Audio Support · · Score: 1

    I wonder if a nice addition would also be to convert the source to C++? Maybe to help with maintainability without causing much of a performance overhead.