Slashdot Mirror


User: gerbouille

gerbouille's activity in the archive.

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

Comments · 41

  1. also in Java flavour ... on Bill Gates Proclaims End of Passwords · · Score: 2, Informative

    Axalto has developed a Java-based version of this card, too.

  2. Re:Question for Europeans on Ceefax Turns 30 · · Score: 1

    It's hard to compare Teletext/Ceefax and Minitel. Minitel was a sort of BBS with a dedicated terminal and real keyboard and the service ran (well, it is still running) through telephone. Teletext is sent via TV signal in a non-interactive way and it's free.

    The only common point is that it's ugly by 2004 standards.

    Minitel has turned 20 recently and is still generating revenue (around 500 M euros in 2002) though decreasing smoothly.

  3. let's help our american friends on Our Friend, The Meter · · Score: 1

    In order to ease the transition from Imperial to Metric units in the US, maybe we could replace metre by Freedom meter ?

  4. Re:Since this is an Apple product on iTunes Europe Goes Live · · Score: 1

    France is (was ???) the biggest apple market in Europe IIRC

  5. deja vu on More on the Swedish Stealth Ship · · Score: 1

    There's also a French frigate with comparable characteristics, its design is not as stealth and it's not made of carbon but other composite material and it's twice as big. The French Navy has five ships of this type.

  6. Re:Why not PostgreSQL? on CA Advantage Ingres To Be Released As Open Source · · Score: 1

    Sorry, I don't think there is an equivalent sound in english for "Ingres". Try somethinq between "On-Gre" and "Inn-Gre", but with no "S" (the final "S" is never pronounced in French).

  7. Re:It's possible on Creator of the Gaia Hypothesis Urges Nuclear Power · · Score: 2, Interesting

    Sorry to reply to myself ... I just wanted to give the Slashdot crowd an example of "energetic" hypocrisy : the German government banned nuclear power a few years ago, now they buy French nuclear energy. The funniest part is that they used to send back their nuclear waste to France for reprocessing, now they only use "clean" energy like oil or coal ... how cynical.

  8. It's possible on Creator of the Gaia Hypothesis Urges Nuclear Power · · Score: 3, Interesting

    Here in France around 80% of the electricity is nuclear (15% hydroelectric ...), it's not cheap but it's possible. EDF , the french monopoly, is actually the world leader (45 € billions, 22 % of the electricity of the European Union), so it can even become profitable (despite the huge investments). There's however a problem with nuclear waste, which is vehemently debated here. All nuclear plants are using the same technology (pressured water) and the MOX fuel, so on a large scale, they reduce costs and increase security.

  9. invulnerable web server ? on Invulnerable, Waterproof PDA · · Score: 1

    I don't think so ... ;-)

  10. another nice article... on XFree86 4.4 Released · · Score: 5, Informative

    there's a nice article on OSnews which looks back on the whole XFree86 affair of past year ...

  11. I don't get it ... on Switching from Another Industry to Engineering/CS? · · Score: 1

    What exactly are you talking about ? What part of computer science and information science are you interested in ? Computer science (although I don't like these limitative words, CS is not only about "machines") is like medicine, possible positions range from the nurse (no offense) to the highly trained specialist. It is mainly composed of anonymous, indistinguishable and outsourceable programmers, because the quality of the average occidental programmer is the same as in India. And you have small niches where the quality of your academic path is important. I'm in the "software security and reliability" field (planes, trains, cars, nuclear plants ...) : you can't just be a script kiddie in this business. You need a solid academic education on semantics, high level languages, abstract models, formal systems ... I'm definitely not in the same business (and the same level of requirements) as Joe "Average" Programmer.

  12. the author probably suffers stockholm syndrom on PC Mag - Mac OS X Insecure · · Score: 1

    His mental health suffered too much proximity with Windows PC ...

  13. recalls me something on Japan, China & South Korea May Develop OS · · Score: 1

    anyone remembers PC98 japanese standard ? i hope they will succeed this time ...

  14. Same story in France ... on Telecommunication Customer Service Worldwide · · Score: 1

    Here, France Telecom (historical state-owned phone/ISP/mobile company) does exactly the same despite deregulation (enforced by EU commission). Fortunately "courageous" private ISPs are continueing to fight against artificial technical limitations and commercial abuses (when every challenger has to register his customers to you, it's soooo easy to call them and suggest low-price services, arguing you're the number one and that, well you're an ISP and you do it well ...) Of course FT is so big thanks to happy taxpayers ...

  15. Re:Imperative and functional lanuages on Inside Microsoft's New F# Language · · Score: 1

    Actually O'Caml is a functionnal AND imperative AND OO language. It's also very optimized (during byte-code interpretation and native code execution). See The Great Computer Language Shootout. I hope that those guys at Microsoft are working hard to reach this level of performance ...

  16. future programming language ? on The Hundred-Year Language · · Score: 1

    it will come from research labs ...

    Interesting readings :

    The join-calculus (how to express parallelism/distributed computation in a language)

    http://pauillac.inria.fr/join/

    Reactive programming

    http://www-sop.inria.fr/meije/esterel/esterel-en g. html

    and of course logic programming with Prolog ...