Slashdot Mirror


User: dolmen.fr

dolmen.fr's activity in the archive.

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

Comments · 513

  1. Re:Then we're gonna... on Flash Mob Supercomputer? · · Score: 1

    Then run two.
    Then run ten.
    Then take over the world.

    Then Profit !

  2. Re:I don't understand on Mandrake Blocked By XFree86 4.4 License · · Score: 1

    A better translation would be "Allez vous faire foutre !" (with the space before the '!').

  3. Re:The X Windows Trap on Mandrake Blocked By XFree86 4.4 License · · Score: 1

    The GPL has absolutely no end-use restrictions.

    He's right.

    Now who's talking bullshit? The GPL places restrictions on what I can and can't do with it. What if I want to develop a closed source commercial product and incorporate some code from a GPL'd product? Can I do it? No! I'm restricted from doing that.

    The GPL restriction are not on end-use (I mean running the code) but on distribution.
    You can do whatever you want with GPLed source code for your own usage. The licence restrictions applies only when you want to distribute the code to others.
    This is why the GPL is not a licence to which you have to agree for using a program (a licence screen with a 'I agree' button is useless in a install program).
    So the parent is right.

  4. Re:Try SQLite on MySQL: Building User Interfaces · · Score: 1

    Yes. Microsoft Access stores the application code, forms and all in the .mdb file with the data.

  5. Re:Try SQLite on MySQL: Building User Interfaces · · Score: 1

    Do they actually include Jet as part of Windows now?

    Yes, they do. Jet was even used in Windows services in Windows NT 4.0 Server, such as DHCP or Winbind even if the the database didn't had a .mdb extension. I don't know if it is still the case in Win2k.

    The lastest version MSJet can be installed with Microsoft Data Access Components : http://www.microsoft.com/data/

  6. Re:Rootless? on Announcing Cooperative Linux · · Score: 1

    Your problem is not related to XFree or to the rootless mode but would be the same with any X server.

    When you start an X server, only the local (started from the same machine) client applications are allowed to display on the X server. If you want to display applications running on another machine, you must explicitly autorise this.
    From the cygwin bash prompt :
    export DISPLAY=127.0.0.1:0.0
    xhost + remote-host1 remote-host2 remote-host3...

    I made a small batch file that I use to start XFree in rootless mode :

    @echo off
    path .;%CYGWIN_ROOT%\bin;%CYGWIN_ROOT%\usr\X11R6\bin;%P ATH%
    start XWin -multiwindow
    set DISPLAY=127.0.0.1:0.0
    xhost + host1 host2 > NUL

  7. Re:Zip on Slashback: Zip, Language, Opportunism · · Score: 1

    I still don't know how to copy a zip file created by WinXP to a floppy disk. Any ideas?

    Take your brain, unplug it, place it back into the box it was delivered in, and ship it back to the factory.

  8. Re:UMDOS on Announcing Cooperative Linux · · Score: 1

    Network is probably the solution as they are already displaying X11 applications on a Cygwin/XFree86 Windows host.

  9. Re:Rootless? on Announcing Cooperative Linux · · Score: 5, Informative

    Cygwin/XFree86 can be run rootless, and even using Windows as a WM for better integration.

    From the Cygwin bash prompt, launch:
    XWin -multiwindow &

    There is a startxwin.bat that does that and that is bundled with Cygwin/XFree86.

  10. Re:Collaborative Real-Time Content Delivery on RSS & BT Together? · · Score: 1

    Very interesting link.

  11. Re:WebTorrent on RSS & BT Together? · · Score: 1

    Instead of needing multiples requests from the proxy to find the "proxytorrent.info" which will not exist for most sites, it would be more appropriate for the target server to have an HTTP header (or a tag in HTML) in the reply that says "proxytorrent.info is there", the same way browser find "favicons".

  12. RSS on P2P would be good, but not with BitTorrent on RSS & BT Together? · · Score: 1

    Distributing RSS feeds on a P2P network may be a good idea. But BitTorrent is not the way to go.

    Distribution of content to clients machines is what was called "push" by software companies (Microsoft and start ups) around 1997. Finally they abandonned the idea, as few content was distributed and no standard emerged. RSS feeds is just that, and is succeeding thanks to blogs. In 1997, P2P was a therorical concept and has not been implemented for so-called "push".

    The main problem with RSS feeds is not the distribution of the RSS page, but the notification of changes. Today, smart RSS readers (may be they are to few) use HEAD HTTP requests instead of GET requests to avoid loading the whole RSS feed every hour (assuming HEAD requests are correctly handled by the server to return the last modification date).
    However the ultimate solution would be to replace pulling by pushing. Notifying RSS feed changes over IRC or Jabber seems to be a better idea, while keeping the RSS content distibution with HTTP.
    For content distribution, a P2P network may be useful to distribute the load after the notification of a change. But the protocol should be much lighter than BT which was designed for big files.

  13. Use case of generating OpenOffice.org files on Fulfilling the Promise of XML-based Office Suites? · · Score: 1

    I've searched for a while how to generate documents from a template and data in a database to publish on paper the schedule of my hikers association. A requirement was to be able to reformat the document with a word processor to tweak the page setup after the extraction (so PDF was not a solution).

    Finally I developped a solution generating OpenOffice.org Writer documents using Java and Velocity (jakarta.apache.org) -based templates for content.xml/styles.xml of the OOo document. The Java code expose an object model (built from Java classes that handle database extraction) to the Velocity templates.

    For more information you can contact me: dolmen bigfoot com (email).

  14. Re:Color Laser Printeres on Color Printing Without the Inkjet Mess? · · Score: 1

    Do you known that there isn't just Europe, US and Canada in the world?

  15. m�l on French Government Bans Term 'E-Mail' · · Score: 1

    The previous official french word for e-mail was "mél". See http://www.culture.fr/culture/dglf/cogeter/2-12-97 -mel.htm.

    However, nobody uses it. And most people don't even know what it means. At least, "courriel" is more obvious so it will probably have a better future.

  16. Re:Word to PDF on Special Edition Using Star Office 6.0 · · Score: 1

    But how will you add a word to your document?

    You should compare what is comparable. Word documents are editable. PDF are not.

  17. Re:What is missing... on Special Edition Using Star Office 6.0 · · Score: 1

    It seems you haven't used the graphical SQL OOo query tool. It is exactly the same as in Access.
    OK I admit it is quite hidden in the interface.

  18. Re:Easy on Special Edition Using Star Office 6.0 · · Score: 2, Informative

    If you understand french, here is a tutorial to install a free (like beer) PDF printer on Windows using GhostScript, RedMon and the Adobe Poscript drivers.

  19. Re:I've seen this before on Denial of Service via Algorithmic Complexity · · Score: 1

    You are thinking too much with arrays. Two pointers is not two arrays. You can have two pointers that points to the same memory block (the same array).

    One pointer will contain the address of a[i]. The other will contain the address of a[i-offset].
    Using pointer is more efficient as you avoid one substraction at every step of the algorithm.

  20. EAN13 barcode applet on Barcodes: The Number of the Beast · · Score: 1

    It seems to be an appropriate story to post the URL of my quite old (7.5 years) EAN13 applet.

  21. Read Marc Fleury's 'White' paper on JBoss on What Makes an Open Source Project Successful? · · Score: 1

    You should read the 'White' paper (in the 'Blue, White, Red' serie) by Marc Fleury. Marc Fleurey is the leader of the JBoss projet, and he is making profit from service around the JBoss EJB server. In this paper he shares how his business works around a Free Software product.

  22. Why Sun doesn't support Eclipse on Eclipse 2.1 Released · · Score: 1

    There is some other reasons why Sun isn't supporting Eclipse:
    - NetBeans was open-sourced by Sun before Eclipse
    - Eclipse is based on the SWT GUI framework which is an alternative to the official AWT/Swing framework bundled with Java
    - The name of the project is not just a joke, and Sun is not crazy to eclipse itself!

  23. See also Linux Mag France on Manage Packages Using Stow · · Score: 2, Informative

    For french guys, there is a Stow tutorial in GNU Linux Magazine France of this month (http://www.linuxmag-france.org/). The article is not available online.

    Here is the author web site : http://hocwp.free.fr/ln_local/index.html
    However I don't recommend his ln_local tool (a simple stow replacement) as it is seriously flawed: this shell script doesn't escape spaces (and other more dangerous shell chars) in filenames when handling them.

    Stow is here : http://www.gnu.org/software/stow/stow.html
    See also XStow : http://xstow.sourceforge.net/

    Dolmen.

  24. Re:SDF? on Slashback: NWLink, Vivendi, Gatherings · · Score: 1

    In french: Sans Domicile Fixe which means "homeless".

  25. PDA on Authenticating With Your Mouse? · · Score: 1

    The most useful usage of such authentication schemes is for authenticatino on a PDA such as a Palm.
    I know that some application are available for PalmOS that use this things, however I don't remember the names.