Post a shot of your dev environment

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

Post by lukem95 »

Woah, thats a lotta wires :)
~ Lukem95 [ Cake ]
Release: 0.08b
Image
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

lukem95 wrote:Woah, thats a lotta wires :)
That's actually quite tame. :roll:

I'll never post my setup, I'm a poor house keeper.. :wink:
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

Woah, thats a lotta wires
It's a good thing you haven't seen the mess behind my desk, where I got all my boxes wired up. I prefer not to get back there - I might actually not get out :shock:

@JamesM: do you mind cutting up, resizing (or linking offsite) the wide image, it's stretching the layout making the other posts hard to read.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

There are more wires at the back! But I agree there aren't really very many.

@Combuster: Done. I don't know if my browser is better than yours, or I'm just on a higher resolution but it looked fine to me! 8)
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

JamesM wrote:@Combuster: Done. I don't know if my browser is better than yours, or I'm just on a higher resolution but it looked fine to me! 8)
Higher resolution, and a dualheaded setup. The problem was that my firefox window got 2½ pages wide so I had to scroll left to right for all lines that'd normally wrap
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
Love4Boobies
Member
Member
Posts: 2111
Joined: Fri Mar 07, 2008 5:36 pm
Location: Bucharest, Romania

Re: Post a shot of your dev environment

Post by Love4Boobies »

:P :D did anyone read XCHG's code comments? --- see the his picture on the first page :D now that's well-commented code... :) what the...
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Re: Post a shot of your dev environment

Post by AndrewAPrice »

I'm inspired to post a shot of mine, but my desktop's back in Adelaide :( My Brisbane setup consists of my tablet (Tecra M7 (with the nVidia card, not Intel integrated)), Creative 5.1 speakers, G15 keyboard, IntelliPoint mouse.

In another room (though still part of my "setup" when I carry my tablet (it converts in to a laptop) across and do XNA deving) is my Xbox 360 and a HD LCD TV.

I have 24Mbit DSL in Adelaide and Brisbane that I connect to via wifi.
My OS is Perception.
User avatar
neon
Member
Member
Posts: 1567
Joined: Sun Feb 18, 2007 7:28 pm
Contact:

Re: Post a shot of your dev environment

Post by neon »

Im using MSVC++ for editing NASM sources and compiling my bootloader and other programs.

Im in the process of developing a new OSLoader program for the bootloader (Its a 32bit PE program) :

Image
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: Post a shot of your dev environment

Post by Troy Martin »

Here's some pics from me.
Working on TBOS2 in MSVC++ 2008, waiting to be compiled in NASM.
Working on TBOS2 in MSVC++ 2008, waiting to be compiled in NASM.
The testbed, Pyranna (on the left) and main dev machine, Kazinsal (right).
The testbed, Pyranna (on the left) and main dev machine, Kazinsal (right).
The computers are named after my WoW main and alt, Kazinsal and Pyranna. Both are Blood Elves, ret paladin and combat rogue respectively.
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
Slaeshjag
Posts: 2
Joined: Sun Jun 08, 2008 10:31 pm
Location: 40 miles north of Stockholm, Sweden
Contact:

Re: Post a shot of your dev environment

Post by Slaeshjag »

Now whem I'm starting to get going, here's some pic's from me :)

Main dev. corner:

Image
Screenshot (Cartman)

Specs
Cartman (main dev machine)
Pentium 3 733MHz
320MB RAM
4GB HDD
GeForce FX5200 (Overkill? :D )

Randy (testbed)
DEC PC 3000
Pentium 2 300MHz
128MB RAM
6GB HDD
Matrox G200 graphics card

And my primary workstation etc. (where I rarely do any OS-dev)

Image
Screenshot (Kenny)

Specs
Kenny (main workstation)
AMD Athlon X2 4800+
3GB RAM
~ 2TB HDD
GeForce 7200GS

And yes, I do name my computers after Characters in South Park 8)
As long as you try, you can't say you'll fail in the end!
Current project name: tP/OS (The Parsing OS)
Progress: Standing on ground, scratching head. Codename: "Crash and burn"
The place where the magic happens
jgraef
Member
Member
Posts: 47
Joined: Wed Jan 16, 2008 7:37 am
Location: Wonsheim, Germany

Re: Post a shot of your dev environment

Post by jgraef »

Slaeshjag wrote:And yes, I do name my computers after Characters in South Park 8)
So I guess you run the OS known for instability on Kenny, so it dies every day ;)
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Re: Post a shot of your dev environment

Post by AndrewAPrice »

What abour Randy? btw he says "Digital Computer" on it.. :-k

Also, your mouse mat boasts "Enhance Virus Performance".
My OS is Perception.
User avatar
imate900
Member
Member
Posts: 80
Joined: Sat Feb 28, 2009 11:43 am

Re: Post a shot of your dev environment

Post by imate900 »

Gentoo Linux and my development enviorment is:
  • GCC 4.3.2
  • KDE 4
  • Vim
  • Kate (when gvim won't open)
  • GVim
  • VirtualBox OSE 1.6.6
The less tab on Konsole is open to viewing a part of Linux 0.01 :)
Attachments
My Desktop (Konsole open and Firefox window hidden)
My Desktop (Konsole open and Firefox window hidden)
Current work on a OS: SauOS (project homepage: http://code.google.com/p/sauos/)
Image
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: Post a shot of your dev environment

Post by Troy Martin »

Ooh! My turn! (wait, I've already posted, but that was a whackload of months ago)
My main box, for OSDev.
My main box, for OSDev.
My old box, for game dev.
My old box, for game dev.
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
User avatar
JackScott
Member
Member
Posts: 1031
Joined: Thu Dec 21, 2006 3:03 am
Location: Hobart, Australia
Contact:

Re: Post a shot of your dev environment

Post by JackScott »

Hang on Troy... you use your 'main' box for developing software for 80186 systems, and your 'old' box for developing computer games? I don't see the logic in that. Surely it should be the other way around...

What languages/libraries do you use for developing games?
Post Reply