Slashdot Mirror


User: WPsim

WPsim's activity in the archive.

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

Comments · 5

  1. You're right about such an OS to exist already, you merely got its name wrong. It is called seL4.

    (Disclaimer: I had my fingers in that pie.)

  2. How convenient. We can once again save on care. on Internet of Things Set To Change the Face of Dementia Care (theguardian.com) · · Score: 1

    But can we really? Do we expect our old and frail citizens to achieve what we typically can't, namely tame our ill-behaving devices? Think about it. When those wonderful "things" are bored from talking grandpa into taking his medicine they help other people with running a DDoS. And while doing that they conveniently forget what they were supposed to do for grandpa. I for one am not looking forward to all those sad news items about dead bodies in "modern" homes.

  3. This is boring on Slashdot Asks: Which Windows Laptop Could Replace a MacBook Pro? · · Score: 2

    Why do I have to read about other people's pedestrian shopping problems on a "news for nerds" site?

  4. classic game theory does not apply here on Rubio and Kasich Are Living Out a Classic Game Theory Dilemma · · Score: 5, Insightful

    ..because it assumes only rational agents.

  5. Constructive suggestion to reclaim cddb on Roxio Countersues Gracenote · · Score: 4
    I'm about to write a little proxy that everybody could run on his box and point his cd player and/or ripper to instead of cddb/freedb. Here's the pseudo-code.
    • if (cd is in freedb)
      • fetch data from freedb
    • else if (cd is in cddb)
      • fetch data from cddb
      • post data to freedb
    • else data = NULL
    • return data