Slashdot Mirror


User: pato101

pato101's activity in the archive.

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

Comments · 282

  1. Re:In my dreams on IBM Policy Switches From MS Office To OO.o · · Score: 1

    Also, I kind of hate Leslie and Don a little for giving us that awful capitalization scheme when talking about their projects.

    Not sure what you are talking about, but perhaps it is solved with these lines at your preamble:
    \lhead{\nouppercase{\rightmark}}
    \rhead{\nouppercase{\leftmark}}
    or, if you use fancy headings
    \fancyhead[el,or]{\fancyplain{}{\sl\nouppercase{\rightmark}}}
    \fancyhead[er,ol]{\fancyplain{}{\sl\nouppercase{\leftmark}}}

  2. Re:In my dreams on IBM Policy Switches From MS Office To OO.o · · Score: 1
    I agree LyX has problems with version compatibility. Some small changes are sometimes required to "upgrade" your old .lyx document.

    Personally I'd like to see a click-editable one-pane LaTeX editor with dual mode view for source view (even if the live rendering isn't perfect, eg LyX, it's good enough).

    Perhaps, Texmacs would do for you? Note also, that current versions of LyX show you the LaTeX code live.

    It has a great start, but LyX needs tons of polish before it's anywhere close to achieving its full potential.

    While I agree, I just want to point that LyX has improved very much during the last years.

  3. Re:Interesting stuff on India's First Stealth Fighter To Fly In 4 Months · · Score: 1
  4. Re:Mods on crack again? on FSF Attacks Windows 7's "Sins" In New Campaign · · Score: 1

    I vote for Funny moderation for GP.

  5. Re:These people are delusional. on FSF Attacks Windows 7's "Sins" In New Campaign · · Score: 1

    Do you understand that? I typed it really slowly to make it easier.

    yes, we noticed that.

  6. Re:And I'll be the first to say: on Scientists Learn To Fabricate DNA Evidence · · Score: 4, Insightful

    Yeah, insightful, I agree. However, let me point that people are supposed to be not-guilty until demonstrated otherwise. Of course, in practice, having non-guilty evidences is very important.

  7. Re:Knew this was going to happen. on Preview the Office 2007 Ribbon-Like UI Floated For OpenOffice.Org · · Score: 2, Interesting

    I loved the way the old StarOffice behaved: a toolbar wich adapts to whatever you are doing at that moment. I saw this concept previously at CorelDraw if I recall correctly. Inkscape does also the same. In old StarOffice, it had the problem that sometimes you had several available toolbars active to switch among with an arrow button (that was not nice). Inkscape is almost doing what in my opinion a GUI for that kind of app should do:
    1. Several global-use toolbars.
    2. One specific-use adaptable toolbar.
    3. Dockable dialogs (see Inkscape path/fill properties), for complex and repetitive tasks.
    4. Menus for the following reasons: backup of tool-bar options, hierarchical organization, optimal space use, easy keyboard navigation and keyboard shortcuts reminder.
    (Inkscape just fails a bit since some dialogs are not dockable yet, but does scroll-docking, side-by-side docking and tabbed docking).
    I've never used ribbon thing but, correct me if I'm wrong, they are placed on the top zone, which is not a god thing nowadays monitors tend to be landscape proportions, specially for text-editing. Dockable dialogs are nice in this sense.

  8. Re:Descent! on Which Game Series Would You Reboot? · · Score: 2

    Mee too. Descent 1 was amazing.

  9. Re:Everything works for me on Gaming On Windows 7 · · Score: 1

    "Also," means "besides":
    I'm not talking about how to enable dual screens, which is trivial with nvidia-settings (nvidia-drivers, as stated by parent) or with gnome-display-properties (plain xorg drivers).

  10. Re:Everything works for me on Gaming On Windows 7 · · Score: 1

    I'm sure there are windowed versions, but this works perfectly for me.

    gnome-display-properties

  11. Re:Everything works for me on Gaming On Windows 7 · · Score: 4, Informative

    Also, you can add a gnome-panel and drag it to second screen (press ALT and drag and drop it), and then place a window list applet to it: from that moment, each panel shows only the windows residing at that monitor.
    Compiz also is pretty well aware of the screens, so you can do scale ("exposé") to only one of the monitors if you wish.

  12. Re:pre-trial ruling on Downloading Copyrighted Material Legal In Spain · · Score: 2, Interesting

    That is limited to music and films, under the right of private copy, in the same sense that you can share your CDs with your friends -as far as you don't make profit from it-.
    You cannot download privative software legally from P2P or whatever (note that you cannot share that software with your friends either).

    Not a layer, but a Spanish guy as well.

  13. Re:Yeah but.... 1/4 the price alternative on Bugatti's Latest Veyron, Most Ridiculous Car on the Planet? · · Score: 1

    even if the cops bought a Veyron, they'd be eating your dust ...

    except when you reach to the first curve.

  14. Re:Which is It? on HIV/AIDS Vaccine To Begin Phase I Human Trials · · Score: 1

    AIDS is a symptom of HIV.Of course they are going to be talked about together. That's like not talking about a cough when you have a cold.

    Dr. House?

  15. Re:Or earth could turn into an elephant on Earth Could Collide With Other Planets · · Score: 1

    Weather people believe in some God or not

    Seems that God doesn't play dices, plays billiard!

  16. Re:Let's start with the truth on The Anti-ODF Whisper Campaign · · Score: 2, Interesting

    Does LaTeX have a 'hide codes' option?

    Yes, for sure, give LyX a try.

  17. Re:Stupid on Triangular Buttons Make On-Screen Keyboards More Usable · · Score: 1

    Why not just normal buttons with triangular or circular sensitivity zones?
    I'm getting sick just by seeing those triangles.

  18. Re:Only if you know how to use the tool on MS Word 2010 Takes On TeX · · Score: 1
    Further, LyX has keep improving from release to release. Nowadays, LyX 1.6.x is a Killer App:
    Handles subdocuments so smartly: you can enable the outline and navigate through the outline no matter where the section actually is.
    Automatically transforms any kind of figures to whatever (pdf)LaTex needs. You can use alpha-chanel png directly and you get blended figures at Beamer presentations.
    New "MDI" is just what you want: be able to split the window and see different documents at the same time and popup newer windows if you wish.
    The only caveat is that spellchecking must be done for each subdocument independently... I'm sure they are working on this...

    LyX's approach is IMHO great -WYSIWYM.

    Also, the fact of being able to include LaTeX commands directly is a good thing.

  19. Re:Yeah.. on Why Linux Is Not Yet Ready For the Desktop · · Score: 1

    Also,
    2.3 Text antialiasing and other GUI operations are software rendered by GUI libraries (GTK->Cairo/QT->Xft).
    Which use hardware acceleration through X-render extension as far as drivers implement it.
    2.5 No double buffering.
    This one is funny. Often, people claim GTK is slow (see 2.2). GTK seems slow because is fully double-buffered. GTK never ever flickers, it may lag though. If your machine is fast enough, you will feel GTK fast and again, will never flicker. QT 3.x does some double-buffering/single-buffering so it feels typically faster but sometimes flickers. QT 4.x perhaps is doing full double-buffering, I'm not sure.

    The article is a mess. There are many reasons why Linux does not become mainstream, certanly. But a similar list could be made out of Windows or OS-X, by mixing old-time already solved problems, incorrect assertions and some painful truths.

  20. Re:No maintenance? on Small Nuclear Power Plants To Dot the Arctic Circle · · Score: 1

    Seems like the particular extreme (cold) is ideal for [...]

    raising the thermodynamical efficiency of a thermal machine, which at the end a nuclear plant is.
    The Second Law of Thermodynamics (Lisa, we obey that one) tells us that in the best of cases, the efficiency is limited to:
    1-Theat/Tcold
    where Theat is the average temperature achieved at the thermal machine, and
    Tcold is the ambient temperature.
    There exist three ways to raise thermal efficiency:
    1) Increase the machine functional temperature (this is why thermal engines are so hot). This is limited to materials technology, cooling systems, ...
    2) Lower the ambient temp. This is why nuclear plants are placed close to a river, but also one of the reasons why airplanes fly so high. You are typically limited here, but in this case seems that it is what they are trying to use.
    3) Increase your efficiency as a deviation from the ideal one (1-Theat/Tcold): improve your thermodynamic cycle, improve your thermodynamic components efficiency (turbines), improve your cooling processes (so you can higher Theat without deviate too much from the ideal efficiency).

  21. Re:Uptime on NetBSD 5.0 Released · · Score: 1

    From fortune:

    Tim Schmielau wrote:
    > the appended patch enables 32 bit linux boxes to display more than
    > 497.1 days of uptime. No user land application changes are needed.

    Thank you for doing this labor of love -

    I will let you know how it goes sometime
    after March 23, 2003 -

    - J Sloan on linux-kernel

  22. Re:The year of linux on the desktop. on USB-Based NIC Torrents While Your PC Sleeps · · Score: 1

    Even Microsoft is embracing it now.

    These guys at MS, may be fired soon: not only they have used Linux for the device: they have used LaTeX to write the paper!:
    producer: MiKTeX GPL Ghostscript 8.60
    creator: dvips(k) 5.96dev Copyright 2007 Radical Eye Software
    At least (for them) MiKTeX is a windows LaTeX install

    MiKTeX (pronounced mick-tech) is an up-to-date implementation of TeX and related programs for Windows (all current variants).

  23. Re:Netbook Remix 4 EeePC 900? on Ubuntu 9.04 Released · · Score: 1

    I own a huawey E272 modem, and with Intrepid it started working out of the box without any vodafone software, thanks to network-manager. Also, vpnc got perfectly integrated at network-manager, so I can control the vpn from there as well.
    I don't know how much of it is due to that man, but just in case, God bless Dan Williams!.

  24. MS asking for something from OSS? on Microsoft Asks Open Source Not to Focus On Price · · Score: 1

    Since when does MS listen to OSS queries?

  25. Size matters! on 12 Small Windmills Put To the Test In Holland · · Score: 1

    It's no matter of output. It's matter of efficiency.
    In fluids, there is a thing called "Reynolds number" which compares the convective forces (from where you can extract power in this case) and the viscous forces (the bad guys which lower efficiency). This number is roughly:
    rho*V*L/mu,
    where:
    rho is the fluid density (the air density in this case)
    V is the characteristic speed of the motion (the wind speed in this case)
    L is the characteristic length of the motion (the windmill radius in this case)
    mu is the fluid viscosity (depends on the temperature)

    As a result, a windmill twice as bigger, is more efficient than two smaller counterparts.
    In aerodynamics/fluid mechanics: size matters! (that is why we tend to construct larger airplanes whenever is possible -they will fly full of people-, larger boats, larger windmills, ...).