Slashdot Mirror


User: godefroi

godefroi's activity in the archive.

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

Comments · 982

  1. Re:Paid for on Windows 8 RTM Benchmarked · · Score: 1

    I understand you were going for an analogue, but it made no sense. You should've involved cars somehow instead.

  2. Re:Paid for on Windows 8 RTM Benchmarked · · Score: 1

    It's even less outlandish to think of WinPhone (and pretty much every other OS) as simply having the ability to hide and show the UI of a particular process on demand. I don't understand at all what the 'notification area' has to do with it.

  3. Re:Paid for on Windows 8 RTM Benchmarked · · Score: 1

    Well, no, not really. More like apps on your phone. They're still "there" but they don't show any UI or consume CPU. The "notification area" on Windows is purely a UI thing. There's nothing special about icons there, or the processes that create them. They're exactly like any other process, except they're more likely than normal to hide their main window.

  4. Re:Paid for on Windows 8 RTM Benchmarked · · Score: 1

    Alt-F4 doesn't exit Metro (sorry, Modern) applications. Thanks for playing, though.

    BTW, in case you're curious, the answer is, "you don't, not without pulling up the task manager and killing it". Windows (apparently... my 8 experience consists of an hour or two yesterday) "pauses" or "freezes" these apps when you switch to something else, and will close them later if it deems it necessary.

  5. Re:That's fine because I plan to bypass... on You Can't Bypass the UI Formerly Known As Metro On Windows 8 · · Score: 1

    I used Vista from day one until the day Win7 was released (MSDN sub), and UAC never bothered me. I understand that your experience was typical, but it was certainly possible to use without having to dread UAC.

  6. Re:That's fine because I plan to bypass... on You Can't Bypass the UI Formerly Known As Metro On Windows 8 · · Score: 1

    At least with Vista you could kill UAC and tweak it into a halfway usable OS

    Your credibility = zero, now. Thanks for playing.

    If you had to "kill UAC", then it was because of your shitty software, not Vista's security policies.

  7. Re:crash faster on Windows 8 Graphics: Microsoft Has Hardware-Accelerated Everything · · Score: 1

    Like I said... there are no companies producing video cards today with stable, quality drivers.

  8. Re:crash faster on Windows 8 Graphics: Microsoft Has Hardware-Accelerated Everything · · Score: 2

    Your video card's driver sucks. Install a working version, or switch to a company that provides working drivers (haha, as if that existed...)

  9. Re:crash faster on Windows 8 Graphics: Microsoft Has Hardware-Accelerated Everything · · Score: 1

    That's not the Bash answer, that's the GNU textutils answer. Since you asked, however, I'll give you the PowerShell answer:

    get-content .\datasheet_text.txt | foreach-object { $_ -replace '[^a-zA-Z ]', '' } | foreach-object { -split $_ } | group-object | sort-object count -desc | select-object -first 10

    That is, of course, quite verbose, and dangerously understandable by coworkers. In the real world, you'd want to do it like this:

    gc .\datasheet_text.txt | % { -split ($_ -replace '[^a-zA-Z ]', '') } | group | sort count -des | select -f 10

    No programs other than PowerShell are involved here. No external processes are being started. If that was still too much typing, you could alias some of the cmdlets to shorter names.

  10. Re:crash faster on Windows 8 Graphics: Microsoft Has Hardware-Accelerated Everything · · Score: 1

    It runs on the 2.0 framework, so you don't need the latest version of .NET.

  11. Re:Nothing new on Is Our Infrastructure Ready For Rising Temperatures? · · Score: 1

    In the cameraman's defense, (s)he most likely was not prepared for what happened... (s)he obviously forgot (s)he was filming and put the camera down.

  12. Re:Is this only for tablets on Microsoft: Windows 8 To RTM In August · · Score: 1

    The version numbers don't, however, reveal how much changed between Vista and Windows 7. Certainly less than what changed between XP and Vista, but more than what changed between 98 and ME, I'd say.

    Either way, Vista was released because SOMETHING had to be released, regardless of whether it was ready or not. I never had much trouble with it, but I ran it on capable hardware; it didn't scale well on the low end, I'm told. I think that a lot of the trouble people had with it was really due to drivers and especially applications that were written poorly and assumed they could and should do all sorts of things that MS had been saying not to do for a long time.

  13. Re:So now Google is literally a bunch of faggots? on Google Launches International Campaign For Recognition of Same-Sex Marriage · · Score: 1

    Why do corporations and governments have any say in who we love, live with, and raise together?

    Corporations don't have any say. They have an opinion, but that's different. You have a say (because you vote), they have an opinion.

  14. Re:Kitchen staff on Linux Played a Vital Role In Discovery of Higgs Boson · · Score: 1

    Erm, you stated that using Linux "means saving tens, even hundreds of thousands of dollars of licence fees". I'm not sure how that became four billion. Let's do it in reverse:

    "You use Linux, saving tens, even hundreds of thousands of dollars of license fees, and pretty soon, even your hardware is free! You can drop your $5b budget down to a Starbucks gift card and an iPad for browsing thingverse and instructables!"

  15. Re:Kitchen staff on Linux Played a Vital Role In Discovery of Higgs Boson · · Score: 1

    I know, right, I mean, when you've only got $9 billion in the budget, you can go around willy-nilly spending hundreds of thousands of dollars on license fees!

  16. Re:i don't really like bill gates that much but... on Bill Gates Says Tablets Aren't Much Help In Education · · Score: 1

    That's silly. Is a swimming pool a swimming pool if I fill it full of concrete? Is a lake a lake if I drain all the water out? Is Optimus Prime a semi truck when he's walking around on two legs? Of course not.

    Look, noone is saying your iPad isn't a tablet when you're carrying it around all by itself. When you've got it encumbered by all these external peripherals (tethered, tied to, weighed down by, attached to, use whatever word you like there), you've fundamentally changed its nature. You're free to change it back into a tablet whenever you want, but that's what you're doing, CHANGING it.

  17. Re:Gold on A Cashless, High-Value, Anonymous Currency: How? · · Score: 1

    If the value of precious metals is static, and the USD price of gold is going through the roof, wouldn't that mean the value of the dollar is getting lower all the time? If the dollar was in a "bubble", then a dollar would buy more and more gold, not less, correct?

    This is a legitimate question. I'm neither an economist nor currency expert.

  18. Re:Reverse engineer the Pi? on FishPi: Raspberry Pi Powered Autonomous Boat To Cross the Ocean · · Score: 1

    If FPGA was a good choice as GPU, I think Nvidia, ATI, and co would have figured that out by now.

  19. Re:Weekly Post on FishPi: Raspberry Pi Powered Autonomous Boat To Cross the Ocean · · Score: 1

    Thing is, for what it's doing, a $0.50 microcontroller would be sufficient.

  20. Re:i don't really like bill gates that much but... on Bill Gates Says Tablets Aren't Much Help In Education · · Score: 1

    Once docked its really not a tablet anymore is it?

    So, pairing it with my iPad no longer makes my iPad an iPad? If I also have power and the hdmi output hooked up to my projector, it's no longer an iPad? How's that?

    It's still an iPad, just not a tablet anymore. Otherwise, any touch-screen laptop (HP Pavillion TX2000Z, HP g7-1310us, others) is also a tablet, right?

    I believe (and this is an opinion) that the defining characteristics of a tablet are thin, light, touchscreen, self-contained input. Once you add a dock, screen, and keyboard, you're outside of the tablet definition.

  21. Re:i don't really like bill gates that much but... on Bill Gates Says Tablets Aren't Much Help In Education · · Score: 1

    Bill gives specific reasons why tablets don't work in education. Do you have reasons that they do, other than "tablets are not toys, you fucking luddite"?

  22. Re:What's your actual problem? on Ask Slashdot: Low Cost Way To Maximize SQL Server Uptime? · · Score: 1

    Now you're dependent on your internet connection, which, for me at least, has historically been less stable than my hardware. YMMV.

  23. Re:A nice approach perhaps... on MemSQL Makers Say They've Created the Fastest Database On the Planet · · Score: 1

    To be ACID the database must flush new data to disk (all the way to the platters, through the RDBMS cache, the OS cache, the controller cache if there is any, and the on-disk cache) at every transaction commit. If the RDBMS just puts the data in memory, and then the power goes out, then your data is lost, and the system isn't ACID.

  24. Re:What the Hell??? on Verizon Wireless Goes Ahead With 'Bucket' Data Plans · · Score: 1

    Your question is silly, and the answer is obvious:


    country....population....area
    Iceland....320,060.......103,001 km2
    USA........313,753,000...9,826,675 km2

    Add to that the fact that 2/3 of the population of Iceland is in one single metropolitan area, and you can see what's going on there.

  25. Re:Engadget review negative? on Speech Recognition Using the Raspberry Pi · · Score: 1

    How about this (from the very first question):

    The Raspberry Pi is a credit-card sized computer that plugs into your TV and a keyboard. It’s a capable little PC which can be used for many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video. We want to see it being used by kids all over the world to learn programming.