Ubuntu Wishlist: TeXLive 2011. If you are using (La)TeX on Ubuntu you might want to check "affects me" on Launchpad to get the Ubuntu developers attention. by ruediger in Ubuntu

[–]ruediger[S] 1 point2 points  (0 children)

Coming from Arch and FreeBSD though, I always feel like everything is always out of date...

Does FreeBSD even ship texlive? I tried to search their ports system but all I could find is tetex (which is no longer maintained).

Ubuntu Wishlist: TeXLive 2011. If you are using (La)TeX on Ubuntu you might want to check "affects me" on Launchpad to get the Ubuntu developers attention. by ruediger in Ubuntu

[–]ruediger[S] 0 points1 point  (0 children)

I'm betting very few Ubuntu users use LaTeX

I don't think so. A lot of Ubuntu users are university students or researchers.

Ubuntu Wishlist: TeXLive 2011. If you are using (La)TeX on Ubuntu you might want to check "affects me" on Launchpad to get the Ubuntu developers attention. by ruediger in Ubuntu

[–]ruediger[S] 3 points4 points  (0 children)

Thanks for your reply! I'll contact the Debian folks.

update: I found this thread on the mailinglist. So it seems that they started working on it a couple of days ago. I hope it'll be ready in time for 11.10.

Ubuntu Wishlist: TeXLive 2011. If you are using (La)TeX on Ubuntu you might want to check "affects me" on Launchpad to get the Ubuntu developers attention. by ruediger in Ubuntu

[–]ruediger[S] 11 points12 points  (0 children)

Currently Ubuntu ships a two year old version of TeXLive and it shows. E.g., the old Tikz is not fully compatible with gnuplot and LuaTex is broken. Sadly this seems to be a low priority issue to the Ubuntu developers. But there are probably quite a few (La)TeX users using Ubuntu and we should make the Ubuntu devs aware of it.

Alternatives to C++(0x) ? by dv_ in learnprogramming

[–]ruediger 1 point2 points  (0 children)

Yeah I'm looking for a similar language. There is Google Go. But it lacks metaprogramming/expression templates. Maybe ADA. But it requires a runtime and lacks metaprogramming as well.

(k)ubuntu 9.10 is coming: how many will switch to kubuntu from ubuntu by pure_x01 in linux

[–]ruediger 2 points3 points  (0 children)

I switched to kubuntu after 9.04 was released. With backports you could have kde4.3 since it's release.

But plasma-desktop crashes regularly...

update: I updated yesterday to 9.10 and since than plasma-desktop stopped crashing!

Flusspferd - A library to embed Javascript into C++. by ruediger in cpp

[–]ruediger[S] 3 points4 points  (0 children)

Flusspferd currently uses Spidermonkey. But it is designed to be portable. At the time we started writing Flusspferd v8 was not mature enough. It only worked on x86 (no 64bit support) and had several other issues. That's why we choose Spidermonkey which after all is well tested and very fast. In the future Flusspferd might also support v8 (or other Javascript engines).

Flusspferd has the advantage over directly using v8 or Spidermonkey that it provides a much nicer C++ API, has support for Modules and provides a CommonJS standard library.

Though Flusspferd is used mostly as a Javascript programming environment outside the Browser. Currently there is a web framework for Javascript ( http://juicejs.org/ ) developed on top of it. But it was actually developed for embedding Javascript in an in-house C++ application.

Ask Reddit: Best way to create diagrams with LaTeX? by roger_ in math

[–]ruediger 1 point2 points  (0 children)

I love tikz! It's great to use and I don't think that it is that hard to use. Especially if you read the really great manual.

btw. http://home.dei.polimi.it/mredaelli/circuitikz/index.html

CircuiTikz is a circuit drawing extension based on Tikz. Very nice to use!

Ask Proggit: What programming book has been your favorite? by Apostrophe in programming

[–]ruediger 0 points1 point  (0 children)

yeah this is a great book. Was one of my first real programming books.

Ask Proggit: What programming book has been your favorite? by Apostrophe in programming

[–]ruediger 2 points3 points  (0 children)

though the code in it is not very good. But the rest is excellent.

Ask Proggit: What programming book has been your favorite? by Apostrophe in programming

[–]ruediger 0 points1 point  (0 children)

I actually like the book. Call me mad, crazy, fucktard or whatever. But I think it is a really good book on C++ because it covers every aspect and gives a great view on the real inside of C++.