Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    176
    Views
    21,426

    I doubt mir will win, since IMO it is pretty much...

    I doubt mir will win, since IMO it is pretty much impossible for 5 or so developers with no prior experience in that field to write something that actually works...
    Also Wayland is backed by Intel...
  2. Replies
    117
    Views
    14,104

    Qt is just so much better than GTK. Every commit...

    Qt is just so much better than GTK. Every commit gets reviewed and they have a decent CI system.
    Makes sense to choose it.
  3. Replies
    23
    Views
    2,618

    It is not so much about reduced RAM usage. The...

    It is not so much about reduced RAM usage. The important point is that with smaller pointers you can fit more into the CPU caches.
    The biggest slowdown is usually cache misses, and those could be...
  4. Replies
    12
    Views
    1,823

    JNI only adds a few clock cycles to every call....

    JNI only adds a few clock cycles to every call. On my machine it was like 5-10 nanoseconds.
    So if your function call takes 1millisecond without JNI, it will take 1,000005 milliseconds with JNI.
    IMO...
  5. Replies
    29
    Views
    4,468

    I hope CS:GO will be available for Linux soon

    I hope CS:GO will be available for Linux soon
  6. Replies
    15
    Views
    2,620

    I guess they just want to make it easy to run...

    I guess they just want to make it easy to run some scripts directly from applications (i.e. letting the user configure something).

    And btw what a fantastic name... A Java based JS engine called...
  7. 135 entry points doesn't mean much, what if one...

    135 entry points doesn't mean much, what if one of them is like ioctl(2)
  8. Replies
    110
    Views
    20,205

    This is the worst "article" I have ever read on...

    This is the worst "article" I have ever read on Phoronix. Micheal's articles may not be the best, but at least they contain useful information, this here is just pure ****
    Clearly the author has no...
  9. Replies
    132
    Views
    17,820

    Only ONE developer maintaining GTK, no one for...

    Only ONE developer maintaining GTK, no one for GLib. No way I will use those libraries for any of my future projects

    Luckily Qt has every code change reviewed an a proper continuous integrations...
  10. Replies
    53
    Views
    12,027

    I don't think it is possible without ugly hacks....

    I don't think it is possible without ugly hacks. AFAIK Qt only reports that key as a modifier and therefore it cannot be used as a hotkey. Maybe if you mess with raw X and somehow make sure you don't...
  11. Replies
    20
    Views
    8,830

    Yeah, properly working Alt-Tab would be really...

    Yeah, properly working Alt-Tab would be really nice.
  12. Replies
    10
    Views
    1,689

    Just use clang while developing and compile the...

    Just use clang while developing and compile the final executable with GCC, you get the best of both worlds.
    clangs error messages are just so much better that I always use it.
  13. Replies
    15
    Views
    1,856

    Good to see they can choose good beer ;)...

    Good to see they can choose good beer ;) Zirndorfer is pretty much the best value for money you can find in Franconia
  14. Replies
    57
    Views
    6,391

    1. I use both VS as well as Eclipse at work and...

    1. I use both VS as well as Eclipse at work and in my Opinion Eclipse (for Java) is much better than VS for C#. Ctrl+Space has worked perfectly in Eclipse for ages...

    2. C# is okay as a language...
  15. Replies
    22
    Views
    4,840

    x32 for the kernel does not exist, this is just...

    x32 for the kernel does not exist, this is just for userspace. You need a x86_64 kernel for it.
    There will not be much need for x86_64 programs (except for e.g. big databases) since most...
  16. It's only 50 Kilometers from real Bavaria, but...

    It's only 50 Kilometers from real Bavaria, but you won't see anybody wearing them in the whole of Franconia.
  17. Replies
    37
    Views
    5,273

    But that would imply that Mint is the worst...

    But that would imply that Mint is the worst distro out there. Oettinger is the most disgusting beer in the whole of Germany, the only reason why so much of it is sold is that it only costs like 30...
  18. Until RC I had some issues with systemd, but ever...

    Until RC I had some issues with systemd, but ever since 12.1 final was released not one problem.
  19. Replies
    29
    Views
    7,194

    +1. This feature in Dolphin is just a must-have...

    +1. This feature in Dolphin is just a must-have for me.

    Instead of designing new file managers, the GNOME devs should rather implement a proper file dialog which runs at an acceptable speed.
    E.g....
  20. Replies
    9
    Views
    2,463

    I think the problem ist that its for Tumbleweed...

    I think the problem ist that its for Tumbleweed which is 11.4 + new packages. And some packages need i.e. the new directory layout with /run etc. which might break other packages which are not from...
Results 1 to 20 of 44
Page 1 of 3 1 2 3