Search:

Type: Posts; User: JanC; Keyword(s):

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    160
    Views
    11,450

    ALSA itself has supported Bluetooth & the like...

    ALSA itself has supported Bluetooth & the like for quite some time, but most userspace applications used ALSA in a way that didn't work (well) with Bluetooth, and those same applications also didn't...
  2. Replies
    106
    Views
    9,577

    The GPL does never apply to the author of the...

    The GPL does never apply to the author of the code, because the GPL grants (extra) rights to non-authors on top of the legal rights they might already have (things like fair use, citation, the right...
  3. Replies
    103
    Views
    14,166

    You forget that 64-bit pointers need twice as...

    You forget that 64-bit pointers need twice as much RAM/cache size as 32-bit pointers, and because of that there are also differences in instruction size. It's very well possible that a tight loop...
  4. Replies
    103
    Views
    14,166

    I'd expect browsers (or more specifically: web...

    I'd expect browsers (or more specifically: web rendering engines) to be hit by that significantly, considering the huge object trees they have to manipulate.
  5. Replies
    103
    Views
    14,166

    On PAE, each application can use only 4 GiB of...

    On PAE, each application can use only 4 GiB of virtual memory (the system can use more). There can be speed advantages in some cases (more & larger registers, larger vectors). There are also some...
  6. Replies
    103
    Views
    14,166

    Even on netbooks that have a 64-bit CPU you...

    Even on netbooks that have a 64-bit CPU you probably don't want a 64-bit OS, as they usually only have 1 GiB of RAM (and part of that is unavailable because it's used by the GPU).
  7. Replies
    103
    Views
    14,166

    AFAIK the Boost library packages haven't...

    AFAIK the Boost library packages haven't implemented multiarch yet, but once somebody does that, it should be possible to install i386/amd64/armhf/etc. packages in parallel... (I'd expect more work...
  8. Replies
    49
    Views
    5,593

    AFAIK Canonical still employs several development...

    AFAIK Canonical still employs several development teams to work on Launchpad (the teams work in a rotation on either new features, bugfixes, etc.), a QA team, and last year hired a new community...
  9. Replies
    49
    Views
    5,593

    You forget MySQL (and its derivatives like...

    You forget MySQL (and its derivatives like MariaDB, Percona, etc.).
  10. Replies
    17
    Views
    2,004

    Fluendo uses GStreamer for everything they do, so...

    Fluendo uses GStreamer for everything they do, so I assume they are quite involved...
  11. Replies
    89
    Views
    11,710

    Hint: they need porting to Gtk3 to run on Wayland...

    Hint: they need porting to Gtk3 to run on Wayland too...
  12. Actually, the first high level language (much...

    Actually, the first high level language (much higher level than C—but then again, before C there was already COBOL, LISP, FORTRAN, etc.) was designed in the first half of the 1940s (so even before...
  13. A satellite of Earth is an object that is in an...

    A satellite of Earth is an object that is in an orbit around Earth.

    There are 2 types of satellites: natural (like the Moon) and artificial (launched into orbit by humans). So Mir clearly was an...
  14. Replies
    117
    Views
    14,088

    C doesn't have direct language support (as in...

    C doesn't have direct language support (as in "syntactic sugar") for those things, but it doesn't prevent you from using (some of) them, and that is what happens in Gtk, which is based on the GObject...
  15. Replies
    118
    Views
    22,704

    http://packages.ubuntu.com/gambas3

    http://packages.ubuntu.com/gambas3
  16. Replies
    117
    Views
    14,088

    Both Gtk & Qt are OOP toolkits, so I don't see...

    Both Gtk & Qt are OOP toolkits, so I don't see how that changes things in that respect...?
  17. Replies
    32
    Views
    3,967

    AFAIK, most of the patches that are not...

    AFAIK, most of the patches that are not upstreamed are either not useful upstream and/or upstream doesn't want them.
  18. Replies
    58
    Views
    7,708

    With SiS it might depend on the BIOS/VBE revision...

    With SiS it might depend on the BIOS/VBE revision (I once had two identical machines but with a different BIOS revision, and it worked on one of them but not the other).
  19. Replies
    49
    Views
    9,407

    The did improve support for some file formats.

    The did improve support for some file formats.
  20. Replies
    49
    Views
    9,407

    There have always been several office suites for...

    There have always been several office suites for linux (some of them closed source though).
Results 1 to 20 of 100
Page 1 of 5 1 2 3 4