Slashdot Mirror


User: philcolbourn

philcolbourn's activity in the archive.

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

Comments · 13

  1. Re:memset() is bad? on First Phase of TrueCrypt Audit Turns Up No Backdoors · · Score: 4, Interesting

    Say you store a password in a memory buffer. Use it. Then overwrite it with a call to memset. If this buffer is never used again, a compiler may think this is a wasted write and optimise-out this call to memset.

  2. I like Gnome3 on The GNOME Foundation Is Running Out of Money · · Score: 1

    Seems I am in a minority, but I like gnome 3's simplicity. I don't like how much resources it consumes, but I can not have everything. I like gnome 2 as well, but I decided that I should not be wedded to any particular GUI and that I should use different ones to maintain awareness of strengths and weaknesses. I have used Unity, mate, gnome2, gnome3, xfce, kde (not so much) and I try others from time-to-time, but I seem to prefer gnome3 right now. If Gnome had supported both v2 and v3 I suspect no one would care, but they seemed to abandon v2 and that upset it's community. Gnome 3 does have a fallback mode that seems very close to v2 in look and feel - is this so bad?

  3. Can mathematics come from nothing? on Mathematical Proof That the Cosmos Could Have Formed Spontaneously From Nothing · · Score: 1

    Mathematics would be an axiom for this wouldn't it?

  4. Re:What is to stop Australians using this? on Quiet Cellular Antenna Tech To Boost S. African SKA Bid · · Score: 1
  5. No more Windows upgrades? on How Microsoft Can Lock Linux Off Windows 8 PCs · · Score: 1

    Does this mean that you wont be able to install another version of Windows either?

  6. I now balk at Apple products. on Jobs Says No Tethering iPad To iPhone · · Score: 1

    It is artificial (AKA marketing) limitations like this that cause me to balk when considering Apple products. I have several. And I like them. And they work well. But I have not purchased an iPhone and instead I will probably get an Android phone and one for my wife as well. I like the iPad, but these limitations, no camera and the high cost of the extra GB's will cause me to look for something else. And while I am on the topic, iTunes is also a great system - as is iPhoto. But I am feeling locked-in and I will move to something like Picasa for photos and ??? for music, videos and podcasts.

  7. Do they run FreeBSD+Apache? on Server Failure Destroys Sidekick Users' Backup Data · · Score: 1

    Netcraft says www.danger.com uses freeBSD+Apache+PHP http://uptime.netcraft.com/up/graph?site=www.danger.com

  8. What is the effect of these 4 mutations? on All Humans Are Mutants, Say Scientists · · Score: 1

    The abstract of the article seems to say there were actually 4 changes in total. But these changes are in the 'letters' - the T(U)CAG. These are grouped by three's into Codons (I think) and this process adds a lot of redundancy since there are only 20 different amino acids - multiple codons code for the same amino acid. So, changing GCU into GCG makes no difference in the amino acid produced since GCU, GCC, GCA, GCG all code for Alanine. Given the 64 letter combinations code for 20 amino acids, the true error rate may be 1-2 changes over the 13 generations.

  9. They already use ClamAV and Spamassassin on Report That OS X Snow Leopard May Include Antivirus · · Score: 1

    ClamAV is listed as one of many Open Source products included in Leopard. http://www.apple.com/opensource/ Spam assassin is also used. I suspect they are both used for Apple's mail app.

  10. Re:Is this $5200 per household? on Australia To Build Fiber-To-the-Premises Network · · Score: 1
  11. Is this $5200 per household? on Australia To Build Fiber-To-the-Premises Network · · Score: 1

    How much is that per household? According to the Australian Bureau of Statistics, there are 4.3M households that have broadband presently. This is 52% of all about 8.3M households. Now $43B / 8.3M is about $5200 per household. I wonder who is going to pay for this.

  12. 10,000 kWHr per person - is this right? on First Town In US To Become 100% Wind Powered · · Score: 2, Interesting

    Ok, US average according to wiki http://en.wikipedia.org/wiki/List_of_countries_by_electricity_consumption is about 12,000 kWHr per person per year. But this average would include industry and government consumption averaged over the whole population. Would Rock Port, Missouri have significant industry to make it's consumption only slightly less than average (about the same as AU average)? 10,000 kWHr per day per person seems far too much. http://en.wikipedia.org/wiki/Rock_Port,_Missouri Wiki says that there are about 650 households, so each consumes 55kWHr/day - Csn this be right?

  13. Other uses in software development on Algorithm Rates Trustworthiness of Wikipedia Pages · · Score: 1

    It could also be useful for the trust worthiness of code from various authors! - Poorly written/designed code will probably have more faults and require more edits.