Slashdot Mirror


User: e70838

e70838's activity in the archive.

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

Comments · 255

  1. Re:French fight for our freedom? on EU Authorities To Demand Reversal of Google Privacy Policy · · Score: 5, Informative

    I live in France, and I work into the IT field. I have the complete opposite feeling than the post above. The CNIL has always demonstrated a very deep understanding of technology. Even if it is a state agency, it has provided very sound analysis and opinions on the recent laws (HADOPI, ...) that were demonstrating the stupidity of the proposed laws. The laws were adopted almost unchanged and all the analysis of the CNIL have been proven to be true.

    The CNIL is not very powerful and can not go beyond its scope, but I have never been deceived by anything it has produced.

    The main root of the CNIL is the history of France during the 2nd world war where some files were used against jews.

  2. Re:They have to ban Windows in EU on EU Set To Charge Microsoft Over Ruling Breach · · Score: 1

    Wine works perfectly on my PC (photoshop, ...). I have also stone age crappy windows applications that are isolated in a virtual machine in order to keep my computer clean.
    Browser, email, media player, libre office suite are identical or superior on Linux.
    I think that Linux is not desktop ready, but it seems I do not have the same understanding of "desktop" as you.
    2 weeks ago, I booted a ubuntu live CD and my nvidia video card was not correctly handled, it was unusable.
    When I do a copy/paste, I have to cope with a mixture of windows and X conventions (Ctrl+CXV or mouse middle clicks).
    There is no uniformity in application look and feel.
    Gnome has put a layer that hides very well how things works. I have never found why hibernation was not working on my PC.
    For me, individual applications are better on Linux than Windows, but the whole desktop experience is still not there.

  3. Since 1992 (Linux 0.97) on Ask Slashdot: What Distros Have You Used, In What Order? · · Score: 1

    SLS
    slackware
    redhat
    mandrake
    LFS
    SUSE
    Ubuntu
    Debian
    CentOS
    Some short tries with knoopix, gentoo and gobolinux.

  4. Anyone can cook on Can Anyone Become a Programmer? · · Score: 1

    Different types of mind lead to different types of programmers, none of them being really superior.
    I know some experiences developers who have problems with recursivity. I have already met some very fast developers who were producing very good and clean code but who had difficulties to understand the requirements and the explanations.
    I really do not think that this is a question of intelligence. There are so many programming languages not only because of the different kind of problems to solve, but also because of the different kind of minds.
    Programming requires logic and abstraction. This may be slightly more difficult for some people, but as said Chef Gusto, "anyone can cook".

  5. Re:Chrome and IE on Firefox, Opera Allow Phishing By Data URI Claims New Paper · · Score: 2

    I never click on a shortened URL. Maybe I am too old :-(

  6. Radical mesures on Ask Slashdot: Rescuing a PC That's Been Hit By Scammers? · · Score: 1

    bring a new hard drive with you. Your father should first change all his passwords. You install Linux on the new drive (enable ssh for remote administration). Mount the old windows drive as read only and leave the task of retrieving his data to your father.

  7. Re:But...? on Improving Uranium Extraction From Seawater, Inspired by Shrimp · · Score: 2

    Uranium is very bad. It can be used for awful weapons. In order to clean the planet from it in a very efficient way, I suggest to disintegrate it in nuclear plants. Of course it will be only for ecologic purpose.

  8. Re:Algorithms on The Chaos Within Sudoku - a Richter Scale of Difficulty · · Score: 1

    Sudoku is very efficiently solved using DLX (dancing links). It solves thousands of sudoku per second whatever the level of difficulty.

  9. Re:Good on Microsoft Office 2013 Not Compatible With Windows XP, Vista · · Score: 1

    Sorry to contradict you. I am using ubuntu LTS and OpenOffice at home since years. I am using Word at work. OpenOffice crashes far more often than Word. I do not complain at all: OpenOffice has an excellent recovery of documents after crashing, I have never lost anything with OpenOffice. Word has also a recovery, but this does not work very well: it crashes again just after the recovery. I can not say for libre office, but OpenOffice crashes too often to deny it.

  10. This means the death of Google on Google Joining Fight Against Drug Cartels · · Score: 1

    If google declares war to drug cartel and illicit network, it will become the enemy of many political groups and this will not increase the support from other political groups. Google is already a target of many criticism. With this movement, they either commit suicide or change radically the world.

  11. Re:Negative coding on Torvalds Bemoans Size of RC7 For Linux Kernel 3.5 · · Score: 1

    In fact the core of the kernel has already been refactored many times and is of excellent quality. It represent only a very small percentage of the whole code. Most of the code is drivers. Many drivers are poorly written and may need to be rewritten, but developers are too busy coding the many missing drivers.

    In fact there is no real problem in Linux code, just a recent increase in the number of developers.

  12. Re:Why is this a story? on Torvalds Bemoans Size of RC7 For Linux Kernel 3.5 · · Score: 1

    No. I was using linux in 1992 on my 486dx33 with 16Mb. The high end was the 486dx2 66. 8Mb was the standard. I choosed to have more memory because the fastest machine were too expensive.

  13. Re:Why is this a story? on Torvalds Bemoans Size of RC7 For Linux Kernel 3.5 · · Score: 1

    At that time, 8Mb was just enought to continue using X server while compiling the kernel. It was usual for people to have only 4 Mb. Minix was running on 8086 with 640ko.

  14. Re:wow on Torvalds Bemoans Size of RC7 For Linux Kernel 3.5 · · Score: 2

    Minix still exists. The purpose of Linus Torvalds was to learn assembly and in particular how intel cpu were supporting multitasking and memory protection. Linus then criticize minix idea of message passing saying it was incompatible with an optimal usage of cpu performances. They are still fighting.

  15. Re:Damn! on Blocking Gun Laws With Patents · · Score: 1

    most criminals are stupid. Not stupid criminals are generally white collar criminals (or president in France).

  16. Excell VBA on Ask Slashdot: How Best To Teach Programming To Salespeople? · · Score: 1

    Salespeople have no time to lose. Teach them to program what is useful for them. VBA is shitty, but contains functions and most of the bases of programming.

    Excell is very important for salespeople and they will more easily understand the aim of exercises.

  17. Re:internals? in python? on Samba 4 Enters Beta · · Score: 1

    The opposition between clock cycles and developer time is wrong. In C, developers are so involved in fighting against bugs that they can not search for smart algorithms. Many programs written in C get faster when rewritten in python.

  18. Re:Nope, not going down on BSA Claims Half of PC Users Are Pirates · · Score: 1

    This post is under appreciated: the BSA is primarily an association of gangsters having often illegal practices.

  19. Re:Finally! An interesting question. on Ask Slashdot: Temporary Backup Pouch? · · Score: 1

    Or learn Perl. Perl can do easily the same things as bash, find, grep, awk, sed, ...

    Avoiding to learn all the intricacy of all these tools was one of the main purposes of Perl.

  20. There are two cases on Ask Slashdot: What Language Should a Former Coder Dig Into? · · Score: 1

    You want to focus on coding for untold reasons, but these reasons are important to give you advices.
    If you need to develop a standalone application, python is (by far) the easiest way. It is fast to learn, powerful.

    If your need is to come back on developer market, you need to learn web development. If you have been a developer a long time ago, php and mysql will be a piece of cake, but you may have more difficulties with javascript/html5/css3. Learning jquery and bootstrap is the best way to web development. You should definitively avoid learning any framework: they become obsolete very very fast.
    Learning how to use github will also be a good idea.

    Remark: everything is free. If you have notions of unix, Linux is a very good environment for developers. But, if all you know is windows, you have many things more important than linux to learn first. Stick with windows.

  21. A bank can cancel a transaction on German Court Rules That Clients Responsible For Phishing Losses · · Score: 1

    when it makes a mistake. Why the bank could not cancel a transaction when it is a fraudulent transaction. Transaction cancelling is not exceptional because bank employees are human. The only explanation of the fact that bank refuse to cancel fraudulent transaction is that they earn a lot with fraud. Or maybe someone knows better than me. My main source is my wife that tells me about the huge mistakes she discovers and fixes.

  22. Re:Not going to happen. Windows is "good enough" on Why Linux Can't 'Sell' On the Desktop · · Score: 1

    For me the trigger was the migration to Vista. Vista was too bad. It was a good opportunity to move to ubuntu. I think (dream) that all the societies that are still on windows XP should study a migration to linux.

  23. Re:Why not on Why Linux Can't 'Sell' On the Desktop · · Score: 1

    setup ssh and www.nomachine.com. Fix issues remotely.
    Take the money (at least for the rare cases where you have to be physically present).

  24. Re:Why not on Why Linux Can't 'Sell' On the Desktop · · Score: 1

    wine is for the mainstream. I have wrote many programs on windows that work perfectly well on Linux. Photoshop works fine. I have not tinkered at all, just click on the executable.

  25. Re:heh on Why Linux Can't 'Sell' On the Desktop · · Score: 1

    Windows installation is generally easy, but when problems occur, they are generally minor and difficult to solve, sometimes impossible to solve (because of closed source). Often, people live with them.
    Linux installation is not very difficult, but when problems occur, they are generally major and must be solved by an experimented user. Once the computer is installed, you do not need to be a power user.