MyFutureSelfnMe Phoenix


Joined: Feb 27, 2010 Posts: 1288
|
Posted: Tue Jun 12, 2012 12:44 am Post subject: |
|
|
No I find it interesting, I wrote a simple HTTP server a couple years ago and then wired it into the Ruby MRI for Ruby-esque "active server pages". 1400 lines total. Way more efficient than the mess that is Apache/PHP, with the notable exception that Ruby is a slow language. Wasn't a serious issue for what I was doing, which was to add a web based UI to what was effectively a desktop app.
Try not to have globals, especially when writing network software. They're something to be generally avoided, but especially with multithreaded software, which network software tends to be. |
|
| Back to top |
|
amboxer21 Deinonychus


Joined: Jun 24, 2011 Age: 26 Posts: 329 Location: New Jersey
|
Posted: Tue Jun 12, 2012 8:37 am Post subject: |
|
|
| MyFutureSelfnMe wrote: | No I find it interesting, I wrote a simple HTTP server a couple years ago and then wired it into the Ruby MRI for Ruby-esque "active server pages". 1400 lines total. Way more efficient than the mess that is Apache/PHP, with the notable exception that Ruby is a slow language. Wasn't a serious issue for what I was doing, which was to add a web based UI to what was effectively a desktop app.
Try not to have globals, especially when writing network software. They're something to be generally avoided, but especially with multithreaded software, which network software tends to be. |
I had no idea you were so good. A few years ago; I could only image what you could do now! I have always liked ruby. I've been meaning to check it out more! That's what all of those metasploit modules are written in too. It's a choice between ruby and Haskell.
But yeah man, I guess I have to step my game up a notch. Instead of writing these small UI's, and useless servers and clients; I need something bigger. A summer project. You know something that'll take me a few months.
Thanks for the advice btw! |
|
| Back to top |
|
Brianm Blue Jay


Joined: Aug 24, 2010 Age: 25 Posts: 83
|
Posted: Sat Jun 16, 2012 3:15 am Post subject: |
|
|
| I wouldn't have anything to contribute. I've done some Visual Basic.Net, C#, C++, ASP.Net, XML, and HTML. |
|
| Back to top |
|
Recycler Butterfly


Joined: Jan 13, 2012 Age: 20 Posts: 16 Location: Germany
|
Posted: Thu Jun 21, 2012 8:32 pm Post subject: |
|
|
Not sure if I'm right in this topic, but at least the topic title suggets I am.
I'm working on a multiplayer mod for Fallout 3 and Fallout: New Vegas (C++). Lot of work (reverse engineering, network programing, systems programming, and more) and I can't spend much time on it. Currently I'm the only active developer.
https://github.com/Recycler1993/Vault-Tec-Multiplayer-Mod _________________ Your Aspie score: 155 of 200
Your neurotypical (non-autistic) score: 47 of 200
You are very likely an Aspie |
|
| Back to top |
|
|
|