Slashdot Mirror


User: ArcadeNut

ArcadeNut's activity in the archive.

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

Comments · 324

  1. Re:Can't Go Backwards on Ask Slashdot: Why Is It So Hard To Make An Accurate Progress Bar? · · Score: 3, Insightful

    I hate those, they're totally pointless. "I'm possibly doing something, I don't know how much of it I've done, and I don't know when it will end, and I won't show you when I started".

    To be honest, progress bars shouldn't be used for indeterminate timescales. If you can guess a time remaining, then say that, as this can be changed, and it is visually more useful than a context-less progress bar that can go in reverse.

    Well, they are not pointless. They let the user know "Something is happening, but I have no idea when it's going to be done.". If you don't do something like that, then the user thinks your app has locked up and they kill the application. It's called "User feedback".

    Now on to the original theme of the story....

    Progress bars shouldn't be based on time, they should be based on quantity of work. Typically when they do the marquee style of progress bar (where it just show animations, but no actual progress), it means the quantity is unknown. This happens in a lot of situations where the total number of steps to be processed is unknown due to the data, or the amount of time it would take to calculate the total number of items would take too long.

    Progress bars should also be a different subject then Time Estimates as they are not the same. I have 100 things to process, so my progress is between 1 and 100. How long that takes depends entirely upon what I am processing. If I'm processing Invoices say, then how long it takes depends a lot on what is involved with the invoice (line items, calculations, other look ups).

    Just because it took 10 seconds to process the last one doesn't mean it's going to take 10 seconds to process the next one. In order to determine how much time is left, what most people do is take the quantity left and multiply that by the average time it's taken so far. You could apply smoothing to the average (so it doesn't jump around a lot), but other then that, how else would you estimate the time? If the amount of time it takes to process items is fairly even, your estimate will be very accurate, if they are vastly different between items, then your estimate is going to jump all over the place and be wildly inaccurate.

  2. Re:They should have gone with Python on Gnome Goes JavaScript · · Score: 1

    Please define:

    Better
    Faster

    As they have completely different meanings depending on context and what goals you have as a developer.

  3. Re:It sort-of is Atari on Atari Files For Bankruptcy · · Score: 2

    If PageMaker had been developed for the ST, things
    would be very different today.

    Seriously doubt that. The Atari ST has Calamus Desktop Publishing (http://en.wikipedia.org/wiki/Calamus_(DTP)). It was a fantastic DTP software way ahead of it's time.

    What killed Atari is a lot of different things.

    The ones that stick in my mind are

    1) Not listening to it's customers
    2) Slow to come out with new products, and when they did, they were minor upgrades to older products.
    3) Lack of Marketing

  4. Re:How about adding a search box? on Google Chrome 25 Will Serve Searches Over SSL From the Omnibox For All Users · · Score: 2

    The address bar is a search bar. Type in what you're searching for in place of the URL and it will search for you, or are you referring to something else?

  5. Re:Open Source drivers? on Driver Update Addresses Radeon Frame Latency Issues · · Score: 4, Informative

    DVD"s are MPEG-2, not MPEG-4.

  6. Re:Just because it's on YouTube doesn't make it re on How the Internet Makes the Improbable Into the New Normal · · Score: 2

    you just described porn

    half the crazy shite you see in porn movies is edited from different takes with lots of breaks

    Guess I better do some further "research" to confirm or deny this...

  7. Just because it's on YouTube doesn't make it real. on How the Internet Makes the Improbable Into the New Normal · · Score: 2

    With Video Editing and Rendering software being ubiquitous , now we have to ask, "Is it real, or is it CGI?". There are plenty of examples on YouTube that look real, but are 100% fake. So the paradigm has shifted from "Is the rumor real" to "Is the video real".

  8. Antec Case on CES: IN WIN Displays Costly but Beautiful Computer Cases (Video) · · Score: 1

    This is probably the best case I've ever purchased:

    http://www.newegg.com/Product/Product.aspx?Item=N82E16811129093

    Too bad it's discontinued :(

  9. Re:Connecticut mis-spelled in Title on Connecticut Groups Cancels Plan to Destroy Violent Games · · Score: 1

    You must be new to /.

    The editors don't correct anything here...

    </sarcasm>

  10. Sorta like this? on FBI Publishes Top Email Terms Used By Corporate Fraudsters · · Score: 4, Funny

    I know this is a grey area, and this may sound like a cover up, but we need to keep this failed investment off the books or do a write off. Nobody will find out.

  11. Re:Perhaps on Are Programmers Responsible For the Actions of Their Clients? · · Score: 1, Troll

    So by your logic, anyone who writes FTP clients/servers, or Web Browsers, or ANYTHING that could be used for Illegal activity, then they should be held accountable?

    No thanks.

    If it's only purpose is for illegal activities, then sure, prosecute away...

    (IANAL) I have a feeling that if the guy wasn't selling it to anyone in the US or anyone outside the US that was using it for illegal purposes he probably won't wind up in jail. They've (Not necessarily NY) tried to hold other non-software companies liable for the actions of their customers and have failed.

  12. A couple things that kept me from upgrading... on Windows 8 Even Less Popular Than Vista · · Score: 4, Interesting

    1. The default UI was Metro.
    2. They took my start button away.
    3. Multi Monitor support was changed (Task bar now goes across all monitors).

    While not major, it's still very annoying.

    I know you can get utilities/hacks, etc... to fix this, but I shouldn't have to. At the minimum, they should have given options to turn them back on, even if they were off by default. So now they are trying to force their way of doing things on me.

    Maybe they'll do better with Windows 9...but for now Windows 7 for me.

  13. So it's basically Watson? on Google's Second Brain: How the Knowledge Graph Changes Search · · Score: 2

    While Watson was somewhat specific to Jeopardy, I'm sure the same principals could be applied to Google Searches.

  14. Re:Google Fiber 2.55 MB/s? on Netflix Ranks ISP Speeds · · Score: 0

    Because it sounds better? 1,000MB* or just a lowly 1GB*?

    * - Marketing Numbers used here...

  15. Re:$5/$10 minimum donation?? on FreeBSD Project Falls Short of Year End Funding Target By Nearly 50% · · Score: 2

    Every time you make a donation via credit card or PayPal the organization gets dinged with fees. Typically it's a percentage and a per transaction fee. So with such a small donation, the fees might wind up costing them too much for the size of the donation.

  16. Re:Yes you are on Ask Slashdot: Where Do You Draw the Line On GPL V2 Derived Works and Fees? · · Score: 1

    If you install the "Trial Version" (assuming there is one), then you have the Binaries, therefore you should be able to request the source no?

  17. Re:On Error Resume next on The Scourge of Error Handling · · Score: 1

    I last typed that when I was about 13...

    Are you 14 or 41 now? It's all relative.

    VB has
    On Error Goto <label>|<line number>
    On Error Goto 0
    On Error Goto -1
    On Error Resume Next

    All of which I'm happy to never see or use again. Ever.

  18. So then... on As Fish Stocks Collapse, Overpopulated Lobsters Resort to Cannibalism · · Score: 1

    Why is Lobster still so expensive?

  19. Some earlier pictures of the Factory... on Inside the Raspberry Pi Factory · · Score: 1

    Can be found here:

  20. Re:No problem on Australia's Biggest Telco Sold Routers With Hardcoded Passwords · · Score: 1

    Damn it! Now I have to change my password! Thanks!

  21. Programmer vs Engineer on Ask Slashdot: Developer Or Software Engineer? Can It Influence Your Work? · · Score: 1

    To me, a programmer is anyone who just sits down and bangs out code, with no concern for architecture, coding standards, best practices, etc...

    A Software Engineer is someone who plans, designs, follows best practices, coding standards, etc... They care about error handing, usability, reliability, and maintainability.

  22. Re:eBay... on Ask Slashdot: What To Do With Over 500 Used DIMMs? · · Score: 5, Funny

    So the next /. story would be "Hey, I just bought 500 DIMMS on eBay, what should I do with them?"

  23. Re:Seaworthy? on Steve Jobs' Yacht Revealed · · Score: 1

    Maybe that's Transparent Aluminum!

  24. Re:News: Cisco is overpriced on Cisco Pricing Undercut By $100M In Big Cal State University Network Project · · Score: 1

    The Sky is still blue, you just can't see it through all the clouds :P

  25. Very simple... on Kaspersky's Exploit-Proof OS Leaves Security Experts Skeptical · · Score: 4, Insightful

    If it's man made and accessible, it's exploitable.

    Thinking otherwise is foolish.