| bio | website | none |
|---|---|---|
| location | ||
| age | 35 | |
| visits | member for | 2 years, 9 months |
| seen | 2 days ago | |
| stats | profile views | 138 |
I am a software developper working on both Linux and Windows. I'm dealing mostly with C/C++, and working on multiple levels of development (from GUI to device drivers). I'm using Ubuntu on both my dev and personal computers.
|
Apr 14 |
awarded | Famous Question |
|
Jul 28 |
awarded | Yearling |
|
Jun 17 |
awarded | Analytical |
|
Jun 8 |
awarded | Constituent |
|
Jun 8 |
awarded | Caucus |
|
Dec 4 |
awarded | Nice Answer |
|
Nov 17 |
awarded | Notable Question |
|
Oct 9 |
awarded | Enlightened |
|
Oct 9 |
awarded | Nice Answer |
|
Jul 29 |
awarded | Yearling |
|
Jul 18 |
comment |
How can I prevent eyestrain? Regarding the refresh rate: can you see how much it is on windows (if different)? Also on Windows, are you using some 'polishing' tools like ClearType? |
|
Apr 25 |
awarded | Popular Question |
|
Jan 9 |
answered | How to setup NX server and client? |
|
Dec 21 |
comment |
Does Visual Studio Express work well with Wine? I've tried it some times ago, for my job. I had to stop for stability purpose. As TJ Ellis says: it's worth trying again, after some time. But you also should know that, if it works at one point, it may break some times later with a new update... So if you really NEED it to work flowlessly, it may be safer to make it run on its 'real' environment. Personally, I have a Windows VM for that purpose, and it works fine. But of course, your needs may differ from mine. |
|
Nov 27 |
comment |
Which package contains the C standard library? Daniel is right: libc6-amd64 (and its 'dev' version) are usefull only for cross-compiling from i386. Whatever your platform, if you want to build for the same platform, you only need libc6/libc6-dev. |
|
Nov 27 |
comment |
Which package contains the C standard library? build-essential is actually a dummy package, which has dependencies on "all you need to make a build". Very usefull, as you seldom know about all the libraries you'll actually need when building your applications from sources. But overkill if you only need the glibc. |
|
Nov 24 |
comment |
What constitutes a bug? I tend to say "undocumented features" rather than hidden :-) |
|
Nov 22 |
answered | How to program for Windows in Ubuntu? |
|
Nov 20 |
answered | How do I convert a FAT32 to ext3 (keeping the data on it) |
|
Nov 20 |
answered | How to change handler of APT: URLs? |