Slashdot Mirror


User: RaceProUK

RaceProUK's activity in the archive.

Stories
0
Comments
1,521
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,521

  1. Re:Not bad, but still missing the point... on Intel Unveils Tiny Next Unit of Computing To Match Raspberry Pi · · Score: 4, Insightful

    For that price, you may as well buy a cheap laptop. Bung something like edubuntu on, and bam - portable educational PC on a budget.

  2. Re:They're not the first to dream on Microsoft Forges Ahead With New Home-Automation OS · · Score: 1

    To expand on that last point, from Wikipedia's UUID article:

    The probability of one duplicate would be about 50% if every person on earth owns 600 million UUIDs

  3. Re:They're not the first to dream on Microsoft Forges Ahead With New Home-Automation OS · · Score: 1

    Both MS and Java use version 4 generation methods.

  4. Re:They're not the first to dream on Microsoft Forges Ahead With New Home-Automation OS · · Score: 1

    How often do those ID spaces overlap though? MS GUIDs are mostly used for COM, which would allow a Java-space UUID to have the same value without a collision, unless the Java app exposes itself as a COM object. But then, if it does that, it should use an MS GUID for that purpose, not a Java UUID.

    Regardless, a GUID/UUID collision is so incredibly rare that, for all practical purposes, GUIDs/UUIDs can be treated as truly unique.

  5. Re:Local impact = climate change? on New Study Suggests Wind Farms Can Cause Climate Change · · Score: 1

    Her name's Linda, IIRC.

  6. Re:Local impact = climate change? on New Study Suggests Wind Farms Can Cause Climate Change · · Score: 1

    Wind farms can cause climate change, but then it's equally valid to say I can spontaneously vanish and reappear in Hawai'i. How probable these events are is another thing entirely.

  7. Re:They're not the first to dream on Microsoft Forges Ahead With New Home-Automation OS · · Score: 1

    UUID format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

    GUID format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

    The incompatibility just leaps from the page.

  8. Re:Microsoft Research uses LaTeX? on Microsoft Forges Ahead With New Home-Automation OS · · Score: 3, Insightful

    Or maybe they're using the right tool for the job? LaTeX was specifically designed to automate typesetting, so authors can concentrate purely on the semantic content. Word was designed for non-tech users who want to make gaudy documents that liberally abuse WordArt.

  9. Re:Buffer overflow on C/C++ Back On Top of the Programming Heap? · · Score: 1

    Just had a look into NGEN - it still runs on top of the CLR, so still runs within the .NET VM. So I think we're back to my original challenge to write a full C#->native compiler :)

  10. Re:Buffer overflow on C/C++ Back On Top of the Programming Heap? · · Score: 1

    Compiled C# assemblies are normally run through the JIT - the Native Image Generator is an option.

    But you're right in saying it's all down to the bindings.

  11. Re:Buffer overflow on C/C++ Back On Top of the Programming Heap? · · Score: 1

    You write the C# -> native compiler first ;)

  12. Re:I'll believe it on Planetary Resources Confirms Plan To Mine Asteroids · · Score: 1

    How many zeroes can you write (within reason)? If asteroid mining is implemented properly, the potential returns could dwarf the US national debt. Run improperly on the other hand, and we'll need a hotline to Bruce Willis (backing music from Aerosmith).

  13. Re:Finally arrives? No, not really... still broken on Skype Finally Arrives On Microsoft Phones · · Score: 1

    Funny - I call them WinPhones, as do many of the people I know, as well as most of the sites on the 'Net.

  14. Re:FULL universe simulation on First Full Observable-Universe Simulation · · Score: 2

    Well I once heard that to have a real simulation of the universe, you would need to have a computer the size of the universe

    Not if we use winzip to compress it.

    I prefer 7-Zip - smaller files when done right.

  15. Re:4G on Everything Everywhere To Sell UK 4G Spectrum · · Score: 1

    "Everything Everywhere" isn't a UK phone operator, its the motto of their government surveillance service.

    It's both.

  16. Re:lolwut? on Everything Everywhere To Sell UK 4G Spectrum · · Score: 1

    Mod parent up - I would if I had mod points. A similar arrangement applies to other 'operators' such as Asda Mobile and giffgaff.

  17. Re:This is what Community Service is for on UK Man Jailed For 'Offensive Tweets' · · Score: 1
  18. Re:Fuck you, MPs. on UK MPs Threaten New Laws If Google Won't Censor Search · · Score: 1

    One of the big influences in Google's algorithm is (weighted) links to the page in question. If there are enough, it pushes the site up the rankings. This same 'bug', as you wrongly call it, will be present in Bing, or any search engine for that matter.

  19. This is what Community Service is for on UK Man Jailed For 'Offensive Tweets' · · Score: 1

    I'd have no problem if he was sentenced to, say, 100 hours of community service, but gaol time is excessive. Yes, 'gaol' is correct this side of the Atlantic ;)

  20. Re:Not exactly any license. on Is the CodePlex Foundation Truly Independent Now? · · Score: 1

    Which supports the FAQ answer :)

    I wonder if the CodePlex Foundation blogger reads Slashdot...

  21. Warning! Sensible Recommendation Ahead! on YouTube Gets a Vuvuzela Button (Seriously) · · Score: 3, Informative

    Just don't click it. It's not like it's labelled 'Do Not Click'.

  22. Re:Not exactly any license. on Is the CodePlex Foundation Truly Independent Now? · · Score: 1

    Does it mention any other OSS licences? It'd seem a bit one-sided if it was only the GPL /.ers were worried about, given that the various BSD, MPL, MIT, Apache, etc. licences are fairly widely used.

  23. Re:Let me get this straight on Is the CodePlex Foundation Truly Independent Now? · · Score: 1

    99.9% is a little high - I'd say more like 99.8% :P

  24. Re:Not exactly any license. on Is the CodePlex Foundation Truly Independent Now? · · Score: 2, Informative

    From http://www.codeplex.org/About2/FAQ/Mission.aspx (emphasis mine):

    The Foundation has no pre-suppositions about particular projects, platforms, or open source licenses.

    Doesn't sound hostile to the GPL to me.

  25. Re:It's A Trap on Is the CodePlex Foundation Truly Independent Now? · · Score: 2, Informative

    I doubt it - MS still makes the majority of their profit on Windows and Office. Keeping devs tied to Windows keeps that lucrative stream going, regardless of whether those devs are writing OSS.