Slashdot Mirror


User: ribuck

ribuck's activity in the archive.

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

Comments · 176

  1. ...the Android phone I bought has no buit-in text editor facilities at all ... Lame...

    Fortunately, there are app stores. On my Android phone I have a text editor app called Ted, which meets my needs nicely. There's no reason why a text editor should be be pre-installed on each phone.

  2. Re:The article conveniently ignores Python on 400,000 GitHub Repositories, 1 Billion Files, 14TB of Code: Spaces or Tabs? (medium.com) · · Score: 1

    Yes, I got that completely wrong. Sorry about that! I don't know what I was thinking.

    And thanks to those who replied in order to correct my unintentional misinformation.

  3. The article conveniently ignores Python on 400,000 GitHub Repositories, 1 Billion Files, 14TB of Code: Spaces or Tabs? (medium.com) · · Score: 2

    The article conveniently ignores Python, a 100% tabbed language.

  4. It's tiny compared to airships of the past on World's Largest Aircraft Completes Its First Flight (cnn.com) · · Score: 4, Informative

    Airships of the past were much bigger. The Hindenberg was 803 feet long (245 meters), more than twice the length of this midget.

  5. Re:Major players going backwards on Is Microsoft Trying to Become "King of Search" With Cortana Strategy? · · Score: 1

    With the elimination of the ability to perform exact searches ...

    From any Google search results page, click "Search Tools", "All Results", "Verbatim".

  6. Obligatory Orkut joke on Google Kills Orkut To Focus On YouTube, Blogger and Google+ · · Score: 4, Funny

    Larry Page says to Sergey Brin: "Hey Sergey, did you know that Orkut has ten million Brazillian users?"

    Sergey looks puzzled, then says "Larry, remind me again how many is a brazillion..."

  7. Re:What about the alternative virtual coins ? on Operation Wants To Mine 10% of All New Bitcoins · · Score: 1

    A bitcoin is a unit of measurement. It's no more meaningful to ask what a bitcoin looks like than to ask what a centimeter (or an inch) looks like.

    The global shared ledger of the Bitcoin system, the "block chain", holds transactions. Each transaction contains inputs and outputs. All inputs must be valid outputs of a previous transaction. Inputs and outputs have a size specified in bitcoins (with the base unit being 0.00000001 bitcoin, also known as a "satoshi"). All outputs are labelled with a bitcoin receiving address, which is the hash of a public key. The receiving address was generated by the holder of the corresponding private key, who can spend the corresponding output as the input to a new transaction.

    A miner collects unprocessed transactions and attempts to get them accepted into the block chain. By consensus (enforced through software), each block is accepted if accompanied by a valid hash whose value is less than a certain limit. Miners compete against each other to be first to find a suitable hash for a new block, because each block is allowed to include a reward for the miner. The reward is a freshly minted output.

    The consensus (enforced through software) is that the block reward halves approximately every 4 years, such that the total bitcoins issued will asymptotically approach a fixed maximum of 21 million. Currently the reward is 25 bitcoins per block.

    The threshold for a valid hash adjusts approximately every 10 days to ensure that new blocks are produced approximately every ten minutes. This is expressed as the "difficulty factor", and will rise as more hashing power joins the network.

  8. Re: 64 bits ought to be enough for anyone on Mathematician: Is Our Universe a Simulation? · · Score: 1

    You are right of course, and I stand corrected. The universe is seriously big!

  9. 64 bits ought to be enough for anyone on Mathematician: Is Our Universe a Simulation? · · Score: 1

    Diameter of the observable universe is 10e26 meters.
    Planck length is just over 10e-35 meters.

    Therefore, 61 bits per dimension is enough to represent everything we can see. Add a few bits for various flags, and it fits nicely into a 64 bit register.

  10. Re:That brings back memories... on Watch Steve Jobs Demo the Mac, In 1984 · · Score: 3, Interesting

    It's tough to describe how space-age that stuff was in the 1980s

    They were amazing times. I remember having my mind blown by a demonstration of the Apple Lisa in 1983.

    In this video, when they show the Paint program, listen to the gasps of wondrous amazement when the "eraser" tool is demonstrated.

  11. Re:How to get them though? on Flattr Adds Support For Funding In Bitcoin · · Score: 1

    I'd love to use bitcoin more but I'm having a hard time getting any

    An easy way to get bitcoins is to sell your second-hand stuff for bitcoins at http://bitmit.net/

  12. When will Wikipedia accept Bitcoin donations? on Interview: Ask Jimmy Wales What You Will · · Score: 1

    When will Wikipedia accept Bitcoin donations?

  13. You can start people clapping really easily on Length of Applause Not Tied To Quality of Presentation · · Score: 5, Interesting

    When I was in my teens, I was watching a circus. Between every act, a cleaner with a broom and a garbage bag would clear any detritus from the ring.

    After a few acts, I clapped this guy, just for a laugh. To my surprise, everyone else joined in. From that point on, until the end of the show, the cleaner got rapturous applause every time!

  14. The first online appliance that non-geeks discover on Timothy Lord Discovers the Good Night Lamp at CES (Video) · · Score: 1

    This product is significant because it will be the first online appliance that most non-geeks will discover.

    After people get used to the Good Night Lamp, they won't bat an eyelid when their car tweets that it has just received a parking ticket (and by the way, the front left tire is half-flat). They'll take it in good stride when their refrigerator emails to say that it is shutting down unless the six-month-old lump of rotting blue cheese is removed by midnight.

    People will expect their toothpaste tube to order the next tube to be delivered just in time, and won't be surprised if the park bench posts a YouTube video of their fat ass sitting on it.

  15. Re:Agree complete on New Call For Turing Pardon · · Score: 1

    Parliament can and should come out and say "Many years ago, our country adopted laws and policies which we now know were morally wrong. We apologize for those acts. We cannot undo all of the wrong that was done, but this is what we are doing: repealing all laws against victimless crimes, and releasing everyone currently imprisoned for victimless crimes

    Fixed it for you!

  16. There is a better way to use exceptions on The Scourge of Error Handling · · Score: 2

    But even in exception-based languages there is still a lot of code that tests returned values to determine whether to carry on or go down some error-handling path

    The key to taming exceptions is to use them differently. Any exception that escapes a method means that the method has failed to meet its specification, and therefore you will need to clean up and abort at some level in the call chain. But you don't need to catch at every level (unless your language forces you to), nor should you need to do anything that relies on the "meaning" of the exception. Instead, you take a local action: close a file, roll back the database, prompt the user to save or abandon, etc, and either re-throw or not according to whether you have restored normality. There will only be a few places in your app where this type of cleanup is needed.

    If you're not doing it this way, you're using exceptions as a control structure, and that's never going to be clean.

  17. It was never added to OpenStreetMap on Sandy Island, the Undiscovered Country · · Score: 1

    Another reason to prefer OpenStreetMap. There's no pressure for contributors to add fake map features in the name of copyright enforcement.

  18. Re:Either it's life or overeager techies on What "Earth-Shaking" Discovery Has Curiosity Made on Mars? · · Score: 1

    My guess is that they have found levels of Carbon 14 higher than we can currently explain without living organisms.

    That's not quite the same as finding life, but it would be pretty exciting to a scientist.

  19. Head of Comedy on Wayback Machine Trumps FOI Tribunal · · Score: 3, Funny

    I love how the list of attendees includes Jon Plowman, Head of Comedy.

  20. Turn off your mining rigs on Slashdot Asks: Beating the Summer Heat? · · Score: 4, Funny

    To beat the summer heat, turn off your Bitcoin mining rigs. If you turn on the air conditioning to compensate, it's going to cost you more electricity than the value of the Bitcoins that you generate.

  21. Let the fun and games begin on NASA To Future Lunar Explorers: Don't Mess With Our Moon Stuff · · Score: 3, Funny

    Heh, it would be quite a coup for a less-than-friendly space-faring nation to bring back to earth the Apollo 11 lunar lander (descent stage) as a "trophy"!

  22. Not what it seems! on Jimmy Wales Backs UK Government Bid To Free Academic Data · · Score: 3, Insightful

    If the government really wanted tax-funded information to be free, they would just declare that it was public domain. Society would find a way to disseminate that information at zero cost to the taxpayer.

    Instead, this looks like a bureaucratic project designed to take years and absorb lots of taxpayer's money, while giving the illusion of making information nominally "free" but retaining control, and giving Jimmy a high-profile ego-stroke in the hope that he may moderate his objection to internet censorship.

  23. Re:Up Next: Picasso's "Guernica" is banned? on Spanish Company Tests 'Right To Be Forgotten' Against Google · · Score: 1

    That's right. People tend to do stuff that they know. Those who learn history seem to be doomed to repeat it.

    Those who learn underlying principles, rather than study individual historic instances, end up having the tools they need to do things better the next time round.

  24. Re:Bitcoin was designed for early adopters on Major Bitcoin Exchange Ceases Operation · · Score: 1

    the creators ... have long since turned their fake bitcoins into real spendable dollars

    The public blockchain shows that the majority of coins generated in Bitcoin's first year have not moved.

  25. Don't forget Google as predicted in 1964 on Predictions of the Future...From the 1960s · · Score: 4, Interesting

    Don't forget Google as predicted in 1964 in a children's book.