IRSSI on Windows

by percent20 1/18/2008 4:12:00 PM

One bad thing about me is I have several avenues of communication open to me.  From e-mail, IRC, IM to even Twitter.  My favorite though would have to be IRC, but there is one little snag.  I haven't found a "good" IRC client which as the UX (user experience) I am after.  There are a lot of GUI ones available, but the UI is wonky to work with and in windows that is pretty much it.  In *nix you have the opposite most IRC clients are command line based.  However, I will say the command line based ones give me a better UX than most GUI ones.  So until I find a good GUI one that I like I am stuck with what is available for windows.  Since, the command line based IRC clients are closest I was ecstatic the other day to find out that IRSSI is available now for windows.  So in honor of my great happiness of finding it I want to dedicate a post to setting it up and using it.

Step 1: Get IRSSI

First, we need to download IRSSI. Be sure to get the windows version of the binaries.

CropperCapture[33]

 

Step 2: Install IRSSI

Installation is pretty easy just download it and run the self-extracting executable.  I usually put it in a programs folder in my My Documents.

CropperCapture[34]

Step 3: Run IRSSI

Once you have it extracted proceed to the folder you extracted it to and run the irssi.bat file.

CropperCapture[35]

Step 4: Configure and Join IRC Server and channel

Pretty much all you have left to do is set your default username by typing

/set nick nickname

Then to join a server and then a channel

/server irc.freenode.net
/join #alt.net

When you have that done it should look like:

CropperCapture[36]

Now you should be able to chat with people.  For more configuration stuff visit IRSSI documentation page.  Specifically, the Startup HowTo.

Hope to see you in IRC.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Awesome Stuff | Windows

Linux Use So far

by percent20 2/11/2006 8:03:00 AM

Well I am using ubuntu and while there are a quite a few things that I am so annoyed with about it, I am finding it quite usable. There are several things that I have needed to do for life, business, and school, and I am able to accomplish all of them so far. I must say ubuntu is very nice for a comprhensive alternative to windows. It takes some work to figure out things to use alternativly compared to windows, but it is quite doable.

One thing I find quite instersing is I need to remote into a windows server 2003 machine well I didn’t want to boot up my laptop just to do that one thing so I did a little bit of searching and some asking around and found out about grdesktop. This is an amazing app. I was able to easily remote into Windows Server 2003 perfectly from a gui interface. I was very much impressed.

For the most part everything that I have needed to do I have been able to accomplish through a GUI which makes me very happy. The one problem though is you have to take a lot of time to find little programs that come default in windows. I currently don’t seem myself going back to windows on my desktop unless when I do get my 64bit computer I can’t do anything, but so far from everything I have seen there is plenty of support for 64bit.

Later I will post up what I use in linux that correlates to an app in windows. I know this is a bad thing to do because you shouldn’t look at Linux as a direct comparison to Windows since they are two completely different things, but what they hey why not.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , ,

Awesome Stuff | Linux | Open Source | Windows

Windows (My Opinion)

by percent20 4/21/2005 5:32:00 AM

Windows is an excellent OS to use. It is one of the easiest out to understand, and get started with. People from the age of 2 to 70 can figure out how to use it fairly quickly. It has awesome configuration tools that are easy to understand and use. In windows I can usually figure out how to configure something with 15 to 20 minutes just by clicking stuff. For example I need to set up SMTP on Windows Server 2003 so I could receive e-mails, and I just started clicking a few things here adding what I “thought” goes there and bam it worked. I knew absolutely nothing about setting it up, but with easy to understand configuration tools I figured it out. With other OS’s I basically had to learn how to configure things from scratch, which when you are in a hurry is not good. Programming for Windows is much nicer with the .NET Framework you can easily program applications for windows, or the web. Windows also has the best IDE of any OS nothing can beat Visual Studio.NET with its intellisence and dynamic coding allow for coding to get done quick.

Windows is excellent for getting stuff done quickly and efficiently. I enjoy using it for all of my development.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

Microsoft | Windows

ASP.NET is More Efficient than Java (Here's why)

by percent20 4/12/2005 5:43:00 AM

Disclaimer:
This is only one example of how ASP.NET is better than Java. There might be several reasons that Java is better than ASP.NET. These are just my views of a particular situation. I do believe though that ASP.NET for web applications is better source than Java on a Windows machine.

Ok, where I work we are about to switch over to clocking in at our desk instead of going to a designated spot and clocking in and out. This is a good thing to have happen because it will help on productivity because people can work right up to closing time then clock out without having to walk somewhere. This will save money because people won't be as likely to idle around waiting for time to finish they can keep working. This is a plus to this system, but that is not what I am going to talk about.

This little application that we use is a web based application. It is hosted on a server in our intranet so that all you have to do is go to a web address anywhere in the company and you can clock out. However the problem is, in my opinion, that it is running a Java applet. While this may not be bad to the general user that doesn't care; It annoys the heck out of me because it takes so long to load and I know of a more efficient way of doing it.

You see what happens is the computer calls the server and the server loads up the web application and the clients browser sees that there is a java applet. So it then calls on the runtime to interpret and run this applet. This takes quite a bit of time, I have clocked it at 5 seconds. While this may not seem like a lot on a large scale this can is a lot of wasted time, and waste of resources because the applet has to run on the clients machine.

Another problem with running the java applet is that the IT department must now spend quite a bit of time going to every computer and installing the java runtime. With a company at well over 100 computers this is an all day project. Not to mention you have to make sure that no one is at the computer, or you have to waste a Saturday coming in and installing it. This will cost a the company money because not only does the company have to pay for the time to get it installed on a computer, but they have to worry about headaches that may arise if he misses a computer or something happens to the runtime, though rare can happen.

Now if the company were to use ASP.NET then it would save time in many ways. Not only would the development life cycle be shorter, but the IT department would not have to go around to the computers and install the java runtime, saving a significant amount of time. What does this mean. Well the application can be cheaper, and you don't have to pay people to waste time installing a runtime.

With ASP.NET it will display the same thing to you that the java applet will, but run it completely off of the server so that the users browser only has to read the HTML. This is a significant performance advantage because only one program is doing something. Also with the way that IIS 6.0 processes ASP.NET pages there is almost no strain, if any, on the server when running the application.

With significant performance gains lower Total Cost of Ownership of a intranet based web application you can tell that ASP.NET is a better way to go in this case. I hope that maybe I helped you learn something today. Again these are my views enjoy.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

.NET | ASP.NET | Windows

Powered by BlogEngine.NET 1.3.0.0
Theme by Mads Kristensen


My Flare

AddThis Feed Button

National Blog Posting Month

Eagle Scout

I'm Test Driven

[Reserved for MVP status I want to earn]

View Buddy Lindsey's profile on LinkedIn

Twitter



Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008

Sign in