Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411659 Posts in 69395 Topics- by 58452 Members - Latest Member: Monkey Nuts

May 16, 2024, 01:02:56 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperTechnical (Moderator: ThemsAllTook)The grumpy old programmer room
Pages: 1 ... 184 185 [186] 187 188 ... 295
Print
Author Topic: The grumpy old programmer room  (Read 740248 times)
Ben_Hurr
Level 10
*****


nom nom nom


View Profile
« Reply #3700 on: November 02, 2012, 04:21:01 PM »

Because dark souls is somehow fun

Maybe I should rephrase that to "Eclipse is to CDi Zelda..."
Logged
InfiniteStateMachine
Level 10
*****



View Profile
« Reply #3701 on: November 02, 2012, 06:36:59 PM »

yeah dont compare it to dark souls. It's more like playing space invaders with yoru hands tied together. :p

Outside of the academic world I've never seen anyone use Eclipse. Every other job I've had with Java used Netbeans. I think like Java, it's one of those things that's just pushed by universities so a lot of students came out experienced with it.

These days at my school a lot of the newer and younger teachers are starting to backlash against it and trying to get it removed in favor of other IDE's. It's actually kind of funny. There's a direct correlation between the teachers who worked in the industry for years not liking Eclipse and the academic teachers who have never worked outside of a university loving Eclipse.

Putting all that aside, even if a fair amount of people use something that doesn't automatically make it good.
« Last Edit: November 02, 2012, 06:44:33 PM by InfiniteStateMachine » Logged

RedKnight
Level 0
***


View Profile
« Reply #3702 on: November 02, 2012, 07:12:25 PM »

Quote
Comparing the Dark Souls masterpiece of a game to ...Eclipse..a java IDE

 Mock Anger

HOW DARE YOU TO COMPARE AN IDE TO DARK SOULS??
JUST USE COMMON TEXT EDITOR, for Christ's sake!
*slams door*
Logged
moi
Level 10
*****


DILF SANTA


View Profile WWW
« Reply #3703 on: November 02, 2012, 07:20:45 PM »

In the past I used to code in java using notepad and I found it better than eclipse, most people use eclips becauise it has easy shortcuts for complex tasks (for example it would be mad trying to dev in java for android outside of eclipse)
Logged

subsystems   subsystems   subsystems
Graham-
Level 10
*****


ftw


View Profile
« Reply #3704 on: November 02, 2012, 07:54:49 PM »

emacs baby
Logged
George Michaels
Level 0
***


I like big butts and I can not lie


View Profile
« Reply #3705 on: November 02, 2012, 08:36:41 PM »

Sublime Text 2 represent!
Logged

Yeah, that.
melos
Level 10
*****


View Profile
« Reply #3706 on: November 02, 2012, 08:41:28 PM »

VIM baby
Logged

play hydlide 2
IzzyReggie
Level 1
*


View Profile
« Reply #3707 on: November 02, 2012, 09:02:42 PM »

I program in the url bar in internet explorer 5
Logged

Twitter: @fistpuncher (no relation to the game)
InfiniteStateMachine
Level 10
*****



View Profile
« Reply #3708 on: November 02, 2012, 09:49:25 PM »

Sublime Text 2 represent!

I really like Sublime Text. Great interface. All code with that nifty mini code browser. Also very responsive.

I program in the url bar in internet explorer 5

new level of hardcore
« Last Edit: November 02, 2012, 10:31:12 PM by InfiniteStateMachine » Logged

Geti
Level 10
*****



View Profile WWW
« Reply #3709 on: November 02, 2012, 10:23:22 PM »

You guys are too butthurt about eclipse. I've had good and bad experience with it, but I've had the same with vim + cli tools, geany + build scripts, MSVC++, monodevelop, flash builder, flashdevelop... I find its the small niggles that piss me off more some gigantic failing on the part of some IDE.

Sublime Text 2 is god-tier though.
Logged

Graham-
Level 10
*****


ftw


View Profile
« Reply #3710 on: November 02, 2012, 10:24:14 PM »

Logged
_Tommo_
Level 8
***


frn frn frn


View Profile WWW
« Reply #3711 on: November 03, 2012, 01:19:23 AM »

Dev-Cpp all the way
Logged

Impmaster
Level 10
*****


Scary, isn't it?


View Profile WWW
« Reply #3712 on: November 03, 2012, 01:43:07 AM »

Do people actually use emacs and whatnot for productivity, or just for the "hardcore" factor?
Logged

Do I need a signature? Wait, now that I have a Twitter I do: https://twitter.com/theimpmaster
rivon
Level 10
*****



View Profile
« Reply #3713 on: November 03, 2012, 03:38:29 AM »

I don't actually know about anyone using Emacs (well, apart from one girl working for Google) but I know a lot of people who use vim.
Logged
InfiniteStateMachine
Level 10
*****



View Profile
« Reply #3714 on: November 03, 2012, 04:15:05 AM »

I know one person who uses Emacs (and is a big Richard Stallman fan)  and maybe 4 who use Vim.
Logged

BorisTheBrave
Level 10
*****


View Profile WWW
« Reply #3715 on: November 03, 2012, 05:18:13 AM »

I use Emacs at work, where it is better suited for remote development than Eclipse. It's not a real IDE, which I miss, but other than that it is packed with features, and very well documented on how to make best use of them. I mainly like how it is oriented towards using keyboard exclusively, and its excellent buffer/window management.
Logged
InfiniteStateMachine
Level 10
*****



View Profile
« Reply #3716 on: November 05, 2012, 09:29:05 PM »

Trying to stream video to a quad in openGL. Right now the approach is to have 2 chunks of memory allocated and constantly be decoding video to one. The one that is not being decoded to is used as the openGL texture. This so the decoding can be done on a different thread to try to improve performance.

I get a little performance boost but FPS when rendering 3 video streams the fps drops from 60 to 20. Is there anything else I can do or is this really about as far as I can go?

Using lwjgl and also bypassed Slicks texture loader for our own which did improve performance, but obviously not enough.

Also we are using crappy computers with onboard video.
Logged

Muz
Level 10
*****


View Profile
« Reply #3717 on: November 05, 2012, 09:31:33 PM »

Outside of the academic world I've never seen anyone use Eclipse. Every other job I've had with Java used Netbeans. I think like Java, it's one of those things that's just pushed by universities so a lot of students came out experienced with it.

It's used quite extensively by Android developers because it can visualize the layouts better. And it integrates quite well with a lot of the Android commands and stuff.

I did switch to Netbeans after getting really frustrated at spending a few hours trying to create a simple Java hello world project, and Netbeans was so much more pleasant. I'll probably switch over to Netbeans later.

I actually use Sublime to read code, Eclipse just to navigate it.
Logged
Muz
Level 10
*****


View Profile
« Reply #3718 on: November 06, 2012, 01:58:11 AM »

fucking polish is an endless task
Logged
Rohit
Guest
« Reply #3719 on: November 11, 2012, 07:46:23 AM »

Collision detection against brushes in my BSP renderer works on my desktop, but not on my laptop.
« Last Edit: November 11, 2012, 08:24:50 AM by Rohit » Logged
Pages: 1 ... 184 185 [186] 187 188 ... 295
Print
Jump to:  

Theme orange-lt created by panic