Jump to content
SubSpace Forum Network

CypherJF

»VIP
  • Posts

    530
  • Joined

  • Last visited

Everything posted by CypherJF

  1. Are you going to leverage the existing Wiki over at wiki.minegoboom.com?
  2. IntelliJ has been the best IDE I've seen, but costs $$. Eclipse and NetBeans are runner's up.
  3. There needs to be improvements which might break backwards compatibility; maybe the server can disconnect older client's if the settings leverage some new settings like this?
  4. Isn't this a problem with any zone with thors? Everyone is irritated because when the time comes everyone gets as many as they can and fling em into the base (and vice versa).
  5. Actually, I think it will become inevitable. I know for certain patients they would welcome a centralized database of medical records. For example, my one relative has to see numerous doctors for different issues, and each prescribe different medications. Sure, the patient needs to inform each doctor of the medications prescribed but would be best if it was in 1 central spot. It also would offer a complete chronological order of medical history as opposed to separate records for each clinic the individual goes to. If Google really wants this to work they're really going to need "to do no evil", secure the patient database, and not scan/sell the details of the patient to advertisers.
  6. Uh duh? Google is hiring for their Google Copernicus Center.
  7. Power supply went bad; Mine GO BOOM is going to take a look at it after work, not sure how bad the damage might be. That's incase you also wonder why the Server Help Forums are offline as well.
  8. First one is zone name from the client; and the other actual ban message?
  9. To see how it renders on different browsers check out this site: http://browsershots.org/http://www.sscentr...php?c=continuum
  10. Fixed, should be back up and running.
  11. Update: the biller was up and running for a long time last week it seemed like, but the Xen host I'm using seem's to be acting up, will be investigating.
  12. A example: I had seen a article where a guy had went searched a price online, went to the store found a higher price, the cashier took him to a computer terminal and the website showed a different price (it is a internal look alike site with the stores prices). The guy took out his iphone and showed the price which had been published on the real internet site. http://www.cnbc.com/id/18846852 http://www.doj.state.wi.us/news/2005/nr052405_CP.asp Also, BestBuy settled or lost a class action lawsuit in California for failing to pay employee's overtime with accordance with state and federal laws. I know at least one individual who did receive a partial settlement from it a couple of years ago. Just a few examples of the company being investigated by several state's attorney general, knowing individuals who have worked for the company, and many other people's experience with their purchases (granted sometimes personal emotion or full story aren't reflected but wouldn't put it past em).
  13. i don't really support best buy because of their questionable tactics they play on consumers
  14. I use Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11 With no issues.
  15. I believe it was taken out due to it causing lag for players.
  16. This mightly sucks, I don't know what's causing it. I had put up a new build at 4pm EST so that's less then 2 hours of uptime before it became unresponsive. The entire app is running because it is recording data out to the database for resource usage purposes and expiring ?messages appropriately. It seems to be effecting the server connectivity threads.
  17. That was strange - the processes were terminated for no apparent reason. I relaunched accede.
  18. How many commands are you doing in a minute? I can discuss the algorithm in private. Anyway, the biller was found to be stuck at 99% CPU again. Restarted biller.
  19. I just bounced the server instance, so far the CPU usage is very low. -crosses fingers-
  20. I've noticed accede is spinning up using 99%+ of the memory, I fear I've introduced a spin/dead lock somewhere. If you find the biller becomes unavailable please let me know and I'll restart the server and/or box. I won't have much time to look into it until later this week (or weekend). I will update this topic with information as I find it out...
  21. When I read the original post all I thought was that it should be flexible (to adapt), and implements a versioning system which makes updates to it easier.
  22. since when can merv run on ASSS? It always has as it supports the Subspace 1.34 protocol. That's all which is necessary (and perhaps sysop privileges?).
  23. CypherJF

    Banned?

    Everything which was needed to be said, has been said, and therefore future posts are irrelevant. Closed.
  24. CypherJF

    Banned?

    I don't know why everyone is crying foul. You know the rules, you know you're breaking them, so stop crying when the rules are enforced. Take some responsibility ... and stop blaming others.
  25. log4j was pretty easy to use... include the JAR file in the classpath and add the following to your class file private static final Logger logger = Logger.getLogger(ClassName.class); bam, done. Looks from the FAQ all you need is: Here is the suggested usage template: public class Foo { private static readonly ILog log = LogManager.GetLogger(typeof(Foo)); ... other code } An equivalent and more portable solution, though slightly longer, is to use the declaring type of the static constructor. public class Foo { private static readonly ILog log = LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); ... other code } Note: the .NET Compact Framework 1.0 does not support System.Reflection.MethodBase.GetCurrentMethod().
×
×
  • Create New...