Live data from Hacker News

Viewing profile — ruediger

ruediger

HN member
Joined
Fri, Dec 21, 2007, 12:36 AM UTC
HN karma
59
Public activity
37 items

About ruediger

No profile information was provided.

Recent public activity

  1. comment
    Comment #4091207

    There is a PPA for the snapshot https://launchpad.net/~cassou/+archive/emacs http://emacs.naquadah.org/ (Debian)

  2. comment
    Comment #4091206

    Complete list http://www.gnu.org/software/emacs/NEWS.24.1

  3. comment
    Comment #4023335

    They could add support for GCC (MinGW) and ship it.

  4. comment
    Comment #3998675

    No APL code? I'm disappointed!

  5. comment
    Comment #3907065

    Can you elaborate on that? Why does Unicode suck for Japanese text?

  6. comment
    Comment #3907053

    > Also UTF-8 string can't be cut at arbitrary position. Neither can be any other kind of Unicode string because of Combining Characters. That's why the Unicode standard (or an Anne…

  7. comment
    Comment #3907035

    ICU has some UTF-8 functionality. But ICU is really ugly. http://userguide.icu-project.org/strings/utf-8

  8. comment
    Comment #3906626

    http://www.utf8everywhere.org/#faq.asians

  9. comment
    Comment #3874618

    The problem with start ups is that engineering is fun but business and administration is no fun. Nobody is enthusiastic about filling out tax forms and yelling at people because th…

  10. comment
    Comment #3840382

    Linux and *BSD have a fixed ABI for C++.

  11. story
  12. comment
    Comment #3728833

    What about lwn.net?

  13. comment
    Comment #3656593

    Did you report that? It seems you should rather discuss that on the gcc mailinglists with the gcc developers.

  14. comment
    Comment #3656589

    I guess the reason for Google to start contributing to Clang and using it for their tools is the availability of the frontend. As far as I know the GCC developers made it extra har…

  15. comment
    Comment #3654510

    Why is the competition not-so-friendly? I believe GCC has already improved due to Clang at least a lot of the error message improvements in the last releases seem to be inspired by…

  16. comment
    Comment #3638532

    No. I'd rather like to see Linus talk about Linux (or git) and Bjarne talk about C++. That would be far more interesting than having them fight a flame war over such a silly issue …

  17. comment
    Comment #3630473

    That's just the question of having a license. Not whether the implementation is open source.

  18. comment
    Comment #3629285

    Microsoft is threatened. Selling Office (and Windows) licenses is the backbone of Microsoft and that's what's financing all the other adventures. Large companies have to buy Office…

  19. comment
    Comment #3622947

    > In order to "fully open source" it, they would have to include an open source H264/mp4 decoder. Which would probably not be allowed by everyone who owns H264. Alas. There are exi…

  20. comment
    Comment #3601092

    Apple doesn't use glibc.

  21. comment
    Comment #3601074

    I'd guess something between 150 MiB and 4 GiB.

  22. comment
    Comment #3598817

    > He did this so it would work better with tools like diff, patch, and version control in general. git supports a --color-words option which is quite handy for text. > I thought "h…

  23. comment
  24. comment
    Comment #3594824

    You can have all of that in Emacs and probably in vim as well. See ctags/etags, cedet, ropemacs (refactoring Python), xrefactory (refactoring C and C++), wrangler (refactoring Erla…

  25. comment
    Comment #3590506

    That lsb_release is "an optional package in many distributions" is only a minor complain: > There's already the lsb_release tool for this, why don't you just use that? Well, it's a…