I’m sick of seeing these threads on gaming forums. I don`t give a #$*& about Freds computer specs. All I care about is being able to type, compile and run. [/rant]
That desktop… it has too many shortcuts on it for me! I love mine almost spotless with a folder here or there and the trash bin! Anymore than that and I go on a cleaning spree and delete all of it!
FX 6300
XFX R7850
600W Corsair PSU
2x4 gigs of DDR3 RAM
Can’t remember the motherboard… oh well
1 TB hard drive
21 inch 1920x1080 monitor
20.5 inch monitor that supports some odd resolution… I keep it at 1280x1024 because that monitor runs off my integrated graphics…
I also am learning Python on my RaspberryPi, so I guess that counts too!
Eclipse for Java, visual studio for any C* library, and notepad++ for HTML/CSS.
Yep, no icons on the desktop screen is fun. I run Fedora (Linux), and for every new version there are always beautiful wallpapers (this is Gnome Shell with the latest wallpaper), so I always use their wallpapers and have disabled ever putting anything on the desktop. Because I use Gnome Shell, I can get to everything that I would have on the desktop just by opening up the Activities menu, so it works well. Being able to disable putting anything on the desktop completely ties into why I love Linux; it lets me do almost whatever I want. It’s not a great example of complete control, but still, I love complete control.
In terms of specs, my old answer applies except for that I switched to Fedora as my OS and video games never distract me anymore. In most cases it is programming distracting me from work that I actually need to get done. For example, right now (this is not programming, but I still count it among the bunch). I am pretty sure that this laptop will last a really long time, considering that right now I have my email client (Evolution), chat client (Empathy), browser (Firefox), internet radio streamer (Rhythmbox), file browser (Nautilus), Emacs, and PDF viewer (Evince) open and the CPU usage is about 2–5%. I am glad. I also have an old 2005 computer that I am looking to set up for cross-compiling Windows binaries for C, among other compilations. It is running Crunchbang right now. In terms of what I use now, I have started to use Emacs for everything. In my case, everything is typically C, Ruby, Python, Java, and C#. I typically have the left half of my screen showing Emacs, and the right half of my screen showing Terminator. I then usually split Terminator horizontally so that I have two terminals; the top half I usually use for running what I am working on, and the bottom half I use for calling git and any other Shell commands that I may need. This is an example of what I mean, with me working on a Rails website. Excuse the ugly code; others wrote the majority of the code, as I started working on that website a year after it was written. At the time that it was written, those who wrote it did not have good code style. They do now, though, but the ugly code remains. I really love Emacs because it is so configurable. I used to use Sublime Text, but it wasn’t free software so I decided to find free software that could compete. Emacs does, once you install packages that do what you want.