Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Joe

Pages: [1] 2 3 ... 56
1
[x86] Announcements / Happy new year, x86!
« on: January 01, 2024, 01:44:42 am »
🎉

2
JavaOp Board / JavaOp2 updated for 2020
« on: October 09, 2020, 05:59:00 pm »
As tagban referenced, there's a resurgence of Battle.net bot development going on currently in the Bnetdocs discord. I've pushed a few commits up to the Github repo for JavaOp2, which once again compiles on modern systems. If you're interested, check out the commits or join us on Discord. Remember, there's a Discord server for x86 also!

3
General Discussion / 15 years
« on: June 23, 2019, 02:31:03 am »
x86 was founded in 2004. Newby posted the first topic on October 11th, 2004.

Does anyone know the actual date the clan was founded? I assume a few days prior.

What should we do?! I'm not sure if I'll be able to get to the best coast this October, but we definitely need to have some kind of live get-together.

If you're reading this and for some reason you're not on Discord yet, join up!

4
General Discussion / What are you doing now?
« on: December 01, 2013, 03:25:22 pm »
It's been a long time since this clan was active. What's everyone up to now?

5
General Discussion / x86 Midwest Meetup
« on: June 16, 2012, 02:34:26 am »
Discuss!
















Kidding. I'm in Madison, WI and I can travel a few hours away. I'd be cool to plan a meetup some time this summer. Anyone interested in a midwest meetup please reply here and we can make a map of everyone and find a good centroid. Also reply with any un-available blocks.

6
Gaming / Star Wars: The Old Republic
« on: May 04, 2012, 03:38:55 pm »
I've been playing SWTOR. Who else?

One thing I find super shitty (or maybe I'm just dumb) is that you can't /friend someone unless they're online. Listing our toons here is completely useless, but anyhow..

Hashrocket (26 Jedi Sentinel) @ Wound in the Force
Bashrocket (~16 Jedi Consular) @ Wound in the Force
Crashrocket (1 Sith Inquisitor) @ Wound in the Force

7
JavaOp Board / A few changes..
« on: August 21, 2011, 01:55:06 am »
Hello!

If you follow me on twitter, you certainly know that I was at a Ruby conference these past few days. As yesterday was Whyday, I decided to remove the ant build script and replace it with rake. This means two things:
  • Install JRuby, or you can't build JavaOp anymore.
  • Builds are a lot more awesome.

The ant script ran clean,build,jar on my MacBook Pro in about 8 seconds. Rake runs clean,build,jar in just under 13. You're probably thinking, "whytf did you do that, then?". Most of the startup time for rake with JRuby is loading a JVM (and using standard rake isn't an option for building Java projects). There's a neat project called Nailgun that keeps a server JVM running in the background. By typing 'jruby --ng-server &', you'll start up a Nailgun server, and then run 'jruby --ng -S rake clean build jar'. This still takes 13 seconds. However, JVM has been optimizing the compiler. Running it again only takes 7 seconds, so the ant script is outperformed after only two runs. The next takes 5 seconds. Do you see a trend? It's unlikely that I'll sit down, fix a bug, test, commit and push in one build cycle, and if I do, it only cost me an extra 5 seconds in build time.

Equally important, and much more important to users, is that rake is awesome for testing. I was using JUnit before, mostly to fix some CheckRevision bugs I made by testing local hashing directly against BNLS. JUnit is a real pain. I need to download the JAR, put it in the correct place, figure out dependencies and classpaths, etc etc, and maybe it'll run. Check this out:

Code: [Select]
[00:52:48] [william@enterprise ~/Documents/Git/GitHub/javaop2]$ jruby --ng -S rake test
Loaded suite /Users/william/bin/jruby-1.6.3/bin/rake
Started
Testing D2DV..  local: 573e1c0c, remote: 573e1c0c
Testing D2XP..  local: 7264e3da, remote: 7264e3da
Testing STAR..  local: -5bab8e79, remote: -5bab8e79
Testing W2BN..  local: -3122f25d, remote: -3122f25d
Testing WAR3..  local: 32a227d6, remote: 32a227d6
Testing W3XP..  local: 32a227d6, remote: 32a227d6
.....
Finished in 1.061 seconds.

5 tests, 15 assertions, 0 failures, 0 errors

This is really neat because now every time I run rake tests, it makes sure I didn't break CheckRevision. Unit testing is a Ruby philosophy, and being adopted in a bunch of other communities. Now, if I break CheckRevision (through any means leading up to the absolute result that gets sent to BNET), I'll be immediately notified. I'm sure this makes rabbit very, very happy.

Happy JavaOping.

8
General Discussion / Sup?
« on: July 30, 2011, 11:02:24 pm »
So, I forgot the forums existed for a few weeks and I come back and there are three new posts. THREE!

Then I post a thread much like this one, and then iago's server </life>'d and he rolled back the DB.

What's everyone's excuses for not posting!? :(

9
General Discussion / WWDC 2011
« on: May 12, 2011, 05:49:53 am »
Just got my email last night with my invitation. Booking my flight tomorrow most likely. ^_^

http://developer.apple.com/wwdc/

10
General Discussion / Madison Wisconsin protests
« on: March 12, 2011, 06:51:45 pm »
I'm sure you've all heard about them. What are your thoughts, and do you have any questions as to what the media is telling the truth or lying about? (Hint: If it's Faux News, it's lying).

I'll be back. Afk, capitol.

11
JavaOp Board / Git Repository Information
« on: February 23, 2011, 01:39:08 am »
What?! The project isn't dead?! No you fool! At least not this week!

I'm using Git for all of my school stuff and I like the system a lot better than SVN. Therefore, if I want to work on JavaOp without SCM getting in the way (at least, as little as possible), I need to use Git. K? K.

Github is a site that offers free hosting of public repositories, or for-pay hosting of private repositories. You can find JavaOp2 here, with instructions to check it out. As usual, if you feel you should have commit rights to the project, contact me.

The SVN repository will remain available as long as Google exists.

12
iago's forum / Vegan Tofu Burgers
« on: November 26, 2010, 08:33:51 pm »
http://savvyvegetarian.org/vegetarian-recipes/tofu-burgers.php

They taste pretty good. I just made some, but instead of the basil leaves I just used a quarter cup of dried basil flakes, mostly because that's what I had laying around. Toasted bun, lettuce and ketchup. Yum!

13
General Programming / iPhone / iPad Programming
« on: June 30, 2010, 04:11:10 am »
Since I'm apparently not the only one interested in this anymore, I figured I'd make a thread on it. I've been working with Cocoa Touch and Objective-C for a few months and have one app on the App Store, and Newby's also starting.. probably much to his father's distaste.

A few course podcasts:
Stanford University (class website)
University of California - Davis
Madison Area Technical College (advanced iPhone development)

I'll be taking the class featured in the third podcast during spring of 2011. If anyone is interested in getting started, head over to Apple's developer website, create a free account and download the SDK. Oh, and you have to have a Intel-based Mac, but if you don't suck at life, you already have one.

14
JavaOp Board / JavaOp 2.1.3 (r60) released!
« on: June 19, 2010, 11:54:33 am »
Last release: January 19th. 5 months to the day. I push releases faster than the entire Ubuntu team!

General:
This is the "Snow Leopard" of JavaOp. Hardly any new features, but the bot is overhauled to be harder, better, faster, stronger.  Some key issues addressed are enhancements to SwingGui for OS X, and general fixes to many issues. I also removed a ton of old debugging code that was spamming the console. Also, with StayConnected, the bot should be 100% more robust. Finally, this version has timewarp powers. When I said back in February that the 2.1.3 would be released that Wednesday, I meant it. You're all just crazy.

Core:
users.Statstring: Removed debugging messages of raw statstrings, and checking for general bad data (NullPointerException's)
users.War3Statstring: Checking for bad data (NullPointerException's), changed icon resolving to using a dictionary which should highly optimize it. If that's not true in Java, blame MyndFyre for misleading me.

AutoRejoin:
Renamed from Auto-Rejoin.

ChannelProtection:
Renamed from Channel Protection.

BnetEventProcess:
Renamed from SimpleEventProcess.

BNetLogin:
versioning.Game: Removed left over CD-Key debugging output.
versioning.GameData: Allowing customization of the hash file directory. Please delete your current _GameData.txt file if you use local hashing.
cdkey.Alpha26Decode: Fixed a critical error that caused 26 character keys to not work. Also, fixed the key translation tables to fix the product value errors. (This was also fixed in a new BNetLogin for 2.1.2)
cdkey.Decode: LoginExceptions have been replaced with an IllegalArgumentException. I could say that it's because bad cdkeys are illegal arguments, but it's really so I could...
cdkey.Decode: Added a debugging method for printing key's values.
util.ServerSignature: Since the SID_AUTH_CHECK class was getting messy, all code related to server signatures has been moved to this class, so now validating the signature takes one line of code.

GlobalCommand:
Renamed from Global Command.

SwingGui:
JavaOpFrame: Now using native look-and-feel.
JavaOpPanel: Added margins to the ColorTextPane. Added customizable font. Check for it under global preferences.
JavaOpPanel: Caught exceptions won't be displayed if minimum display level is below Error.
JavaOpPanel: Font sizes should now work. Reported by sm3.
GameIcons: Fixed issues where some game icons wouldn't show up.

StayConnected:
Finally fixed the plugin. Finally!

Under the hood:
- All revisited code will conform to my personal coding standards: line maximum of 80 characters, and curly braces go on the same line as their opening statement and following catch / else statement, except where their opening statement is more than one line long.
- All revisited code will have generics removed. It leaves the code open to bad plugins, etc.
- Removed all jardesc and manifest files. The bot is built using a new Apache Ant script, which I wrote in about 15 minutes.
- All plugins now run in their own namespace. The main class no longer has to be PluginMain -- it's specified as Main-Class in the JAR's manifest. I can't believe I did all that by hand.

15
Joe's Bunker of Pie / New acquisitions
« on: May 27, 2010, 07:59:04 pm »
Today I decided to browse craigslist to see if I could find any good deals, and it just so happened I did. A drive to Madison, $65, and a few hours later, I'm the proud owner of two new (old) computers:

iMac G4
1GHz PowerPC G4
768MB DDR SDRAM
80GB Hard Disk
GeForce4 MX (32MB VRAM)
White Apple Pro Keyboard, Apple Pro Mouse (to be replaced by a two-button mouse..)

PowerMac G4 (tower)
400MHz PowerPC G4
320MB SDRAM
10GB Hard Disk
ATI Rage 128 Pro (16MB VRAM)
Graphite Apple USB Keyboard, Apple USB Mouse (hockey puck)

Time to clean my desk and set up the tower. More after the break!

The tower isn't as impressive as I'd hoped. It'll find shelter in my closet along with my iMac G3's. Time to reformat the iMac and load it with stuffs!

Pages: [1] 2 3 ... 56