Author Topic: A lot of stuff unrelated to Cattle Chat. :)  (Read 5809 times)

0 Members and 1 Guest are viewing this topic.

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Cattle Chat
« Reply #15 on: December 13, 2005, 10:06:44 pm »
I program directly on my webserver, so I know about parse errors in about 2 seconds, no fussing with FTP or anything.  Plus, vim will tell you if you're missing a bracket or if you spelled a function name wrong, which is all I really need. 

I don't think I could function very efficiently without Zend.

*looks for his T&T++ program* apparently, you can't WITH it, either! :P


I program in-directly on my webserver, without the useage of a FTP server (I use Samba instead), which is fast enough to be humanly indifferent. :P

It doens't highlight the code for you, though.  :(

Trust me, my opinion isn't unjustified.  I've tried using Notepad2.  I use vi(m) when Zend isn't available, but when it is, I'm sure as hell going to use it.

Really.  Notepad2 and an Apache server....fuck Zend.

Ew, no.  Zend is too hot to fuck.  I've already said I like Notepad2; I don't know why you think I don't run an Apache server, because I do.  Just because I use Zend's development tools doesn't mean I also use their optimization tools.  ZendStudio is amazing.

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: Cattle Chat
« Reply #16 on: December 13, 2005, 10:21:25 pm »
I'm saying in general.  Using N2 is good (because it rocks), and if you run your own Apache server, then you completely eliminate the need for Zend.  IE: What I do.  I don't like Zend Studio.  It tries to be too much.

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Cattle Chat
« Reply #17 on: December 13, 2005, 11:27:51 pm »
I'm saying in general.  Using N2 is good (because it rocks), and if you run your own Apache server, then you completely eliminate the need for Zend.  IE: What I do.  I don't like Zend Studio.  It tries to be too much.

I do run my own Apache server:

http://www.sidoh.org

Here it is:



You don't have to use all of what it does.   :P

For me, Notepad2 isn't enough for heavy development. :)
« Last Edit: December 14, 2005, 03:45:43 pm by Sidoh »

Offline mynameistmp

  • Full Member
  • ***
  • Posts: 111
  • Hi! I'm new here!
    • View Profile
Re: Cattle Chat
« Reply #18 on: December 14, 2005, 03:14:54 am »
I program directly on my webserver, so I know about parse errors in about 2 seconds, no fussing with FTP or anything.  Plus, vim will tell you if you're missing a bracket or if you spelled a function name wrong, which is all I really need. 

Which reminds me (since we're all off topic here), check out how I interact with your server:
Quote
bash-3.00$ javaop uname -a
Linux darkside 2.4.29 #6 Thu Jan 20 16:30:37 PST 2005 i686 unknown unknown GNU/Linux
bash-3.00$ javaop id
uid=1009(tmp) gid=100(users) groups=100(users)
bash-3.00$

Or, if I just want a shell:
Quote
bash-3.00$ javaop
Linux 2.4.29.
Drink Canada Dry!  You might not succeed, but it *is* fun trying.
tmp@darkside:~$


I don't use any aliasing.
« Last Edit: December 14, 2005, 03:16:40 am by mynameistmp »