⚠ Forum Archived — The THSCC forums were discontinued (last post: 2024-05-18). This read-only archive preserves club history. Visit thscc.com →  |  Search this archive with Google: site:forums.thscc.com your search terms

THSCC Forums

Tarheel Sports Car Club Forums
It is currently Tue Apr 07, 2026 10:07 am

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 128 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 9  Next
Author Message
 Post subject: Re: Winter projects 2014 thread
PostPosted: Tue Dec 23, 2014 12:05 pm 
Offline
User avatar

Joined: Thu Apr 09, 2009 9:35 am
Posts: 861
My winter project is to turn the Subaru rallyx car into a "rally rat".

Remove all paint and let exterior rust - in progress
Strut greasing - done
Remove all interior sound deadening - done
Install racing seats
Fix full tank problem
Install hydraulic e-brake
Install mud flaps
Move battery to trunk
Install rear windows

_________________
"Build a man a fire and he'll stay warm for a day. Set a man on fire and he'll stay warm the rest of his life."
'93 Subaru Legacy DIRTBOMB
'98 BMW M3
2013 Rallyx Co-VP


Top
 Profile  
 
 Post subject: Re: Winter projects 2014 thread
PostPosted: Tue Dec 23, 2014 6:42 pm 
Offline

Joined: Tue Dec 18, 2007 1:41 pm
Posts: 254
Location: Cary, NC
I'm working on building a replacement for AXWare. This is a long-term project that will take well past this winter to complete (if I ever manage to complete it!).

I'm using a very different set of tools to build it than I used for the Instant Results web app, so I've mostly been dealing with some learning curve so far. I have a little bit of REST API scaffolding built with Dropwizard, a little bit of database persistence with Hibernate, and an early attempt to cleanly separate the public representation models from the domain models and from the persistence models.

I haven't settled on a name for it. The working name is AxRunner. Someone suggested AXBeWare. I think AXMurderer is kinda funny. If anyone has any suggestions, I'd love to hear them.

_________________
2017 THSCC Autocross Chief of Timing and Scoring

03 Nissan Altima
02 Honda S2000


Top
 Profile  
 
 Post subject: Re: Winter projects 2014 thread
PostPosted: Tue Dec 23, 2014 9:15 pm 
Offline
My stiffness is only an illusion
User avatar

Joined: Fri Aug 29, 2003 2:49 pm
Posts: 4658
Location: on line looking at car ads
Carlton Whitehead wrote:
I'm working on building a replacement for AXWare. This is a long-term project that will take well past this winter to complete (if I ever manage to complete it!).

I'm using a very different set of tools to build it than I used for the Instant Results web app, so I've mostly been dealing with some learning curve so far. I have a little bit of REST API scaffolding built with Dropwizard, a little bit of database persistence with Hibernate, and an early attempt to cleanly separate the public representation models from the domain models and from the persistence models.

I haven't settled on a name for it. The working name is AxRunner. Someone suggested AXBeWare. I think AXMurderer is kinda funny. If anyone has any suggestions, I'd love to hear them.


Names....

> cone carnage
> cone ware
> ACTS: Auto Cross Timing System
> CCC: Cars clobbering cones
> Dodgeware
> AXstats

yeah, that's all I got for now. Carlton, thanks so much for trying to make an alternative to AXware. I'd copyright the results and claim the royalties!

_________________
Rodney

'08 Bullitt mustang, CAM 7
Autox VP '09-'10, President '11-'12, interim President 2nd half of ‘14
proud recipient of the Bowie Grey service award '12
Now just a guy driving a mustang....


Top
 Profile  
 
 Post subject: Re: Winter projects 2014 thread
PostPosted: Tue Dec 23, 2014 9:45 pm 
Offline

Joined: Thu Aug 28, 2003 8:14 pm
Posts: 832
Come on now, we can do better than that..... Also, keep in mind that timing is valuable to other sports (think Rallycross or bicycle racing).
TimeTool
TotalTimeTool
SportTime
How many ways can we insert time/timer into the name?
Charlie G

_________________
1998 BMW Z3
1987 BMW 325is
2000 BMW
1996 F250 Turbo Diesel


Top
 Profile  
 
 Post subject: Re: Winter projects 2014 thread
PostPosted: Tue Dec 23, 2014 10:58 pm 
Offline

Joined: Tue Dec 18, 2007 1:41 pm
Posts: 254
Location: Cary, NC
Thanks for the suggestions. I'm planning to release the project as free open source donationware. I don't have a public repository yet, but once i get a little further along and settle on a name, I'll start publishing my code online.

I want to keep the project focused on autocross. I think it would be tricky to build the necessary abstractions to accomodate other types of racing. Right now, I just want to get an autocross timing and scoring program off the ground. Keeping the project scope fairly narrow will help with that.

Perhaps at some point in the future, some enterprising software developer might like to fork the code and add the necessary abstractions to accomodate other types of racing.

_________________
2017 THSCC Autocross Chief of Timing and Scoring

03 Nissan Altima
02 Honda S2000


Top
 Profile  
 
 Post subject: Re: Winter projects 2014 thread
PostPosted: Tue Dec 23, 2014 11:08 pm 
Offline
User avatar

Joined: Thu Apr 09, 2009 9:35 am
Posts: 861
Carlton Whitehead wrote:
I'm working on building a replacement for AXWare. This is a long-term project that will take well past this winter to complete (if I ever manage to complete it!).

I'm using a very different set of tools to build it than I used for the Instant Results web app, so I've mostly been dealing with some learning curve so far. I have a little bit of REST API scaffolding built with Dropwizard, a little bit of database persistence with Hibernate, and an early attempt to cleanly separate the public representation models from the domain models and from the persistence models.

I haven't settled on a name for it. The working name is AxRunner. Someone suggested AXBeWare. I think AXMurderer is kinda funny. If anyone has any suggestions, I'd love to hear them.


Good luck! Its not "rocket science", but not a trivial project either. What are you writing it in?

_________________
"Build a man a fire and he'll stay warm for a day. Set a man on fire and he'll stay warm the rest of his life."
'93 Subaru Legacy DIRTBOMB
'98 BMW M3
2013 Rallyx Co-VP


Top
 Profile  
 
 Post subject: Re: Winter projects 2014 thread
PostPosted: Wed Dec 24, 2014 12:01 pm 
Offline

Joined: Tue Dec 18, 2007 1:41 pm
Posts: 254
Location: Cary, NC
Michael Czeiszperger wrote:
Good luck! Its not "rocket science", but not a trivial project either. What are you writing it in?

I'm writing the backend in Java 8. I had started prototyping the core service with a Spark REST interface a few weeks ago, but the project quickly outgrew it. I just finished moving what I have so far over to Dropwizard. Its learning curve is much steeper (Spark's was nearly zero), but I think it'll be a much better fit for the project going forward.

And ... cue the Java haters coming out of the woodwork.

_________________
2017 THSCC Autocross Chief of Timing and Scoring

03 Nissan Altima
02 Honda S2000


Top
 Profile  
 
 Post subject: Re: Winter projects 2014 thread
PostPosted: Wed Dec 24, 2014 2:52 pm 
Offline
You're just jealous

Joined: Thu Aug 28, 2003 6:14 pm
Posts: 2553
Location: Raleigh, NC
Carlton Whitehead wrote:
Michael Czeiszperger wrote:
Good luck! Its not "rocket science", but not a trivial project either. What are you writing it in?

I'm writing the backend in Java 8. I had started prototyping the core service with a Spark REST interface a few weeks ago, but the project quickly outgrew it. I just finished moving what I have so far over to Dropwizard. Its learning curve is much steeper (Spark's was nearly zero), but I think it'll be a much better fit for the project going forward.

And ... cue the Java haters coming out of the woodwork.


What do you think you can do better than axti.me which seems to have good reviews and apparently is selling?

_________________
Dick Rasmussen

FS 50 2018 Mustang GT


Top
 Profile  
 
 Post subject: Re: Winter projects 2014 thread
PostPosted: Wed Dec 24, 2014 3:05 pm 
Offline
Nay
User avatar

Joined: Thu Aug 28, 2003 6:35 pm
Posts: 1273
Location: Raleighwood
Charlie Guthrie wrote:
Come on now, we can do better than that..... Also, keep in mind that timing is valuable to other sports (think Rallycross or bicycle racing).
TimeTool
TotalTimeTool
SportTime
How many ways can we insert time/timer into the name?
Charlie G

Tarheel Interval Timing System 2.0 nod to Neal Harrington

_________________
George Bright Member # 141
One of the youngest of the old farts.
Yes I voted against you joining the club.


Top
 Profile  
 
 Post subject: Re: Winter projects 2014 thread
PostPosted: Wed Dec 24, 2014 3:52 pm 
Offline

Joined: Tue Dec 18, 2007 1:41 pm
Posts: 254
Location: Cary, NC
DickRasmussen wrote:
Carlton Whitehead wrote:
Michael Czeiszperger wrote:
Good luck! Its not "rocket science", but not a trivial project either. What are you writing it in?

I'm writing the backend in Java 8. I had started prototyping the core service with a Spark REST interface a few weeks ago, but the project quickly outgrew it. I just finished moving what I have so far over to Dropwizard. Its learning curve is much steeper (Spark's was nearly zero), but I think it'll be a much better fit for the project going forward.

And ... cue the Java haters coming out of the woodwork.


What do you think you can do better than axti.me which seems to have good reviews and apparently is selling?

I think the autocross timing software market is not large enough to sustain more than one commercial product. AXware has (had?) a monopoly, let their software stagnate, and treats their customers like dirt. axti.me has a lot of awesome things going for it, and I could see them running AXware right out of business. Once enough clubs make the switch, network effects will put additional pressure on the remaining AXware users to switch too. That would leave axti.me with the monopoly. I don't know how the owners of axti.me will run their company if/when they get into that position, and I don't really want to wait to see how that shakes out. What if the owners run it well, but decide to sell off the business and it ends up with someone less benevolent?

I'm planning to make my project free and open source. Anyone with the skill and the will would be able to make contributions to it. If it gets even a little bit of traction, it'll help keep the commercial offering honest and innovating.

I definitely want to match some of the features that axti.me has. Real-time updates, worker roles, mobile/desktop browser-based access. I don't think they have split/sector times, and I'd love to build that in.

_________________
2017 THSCC Autocross Chief of Timing and Scoring

03 Nissan Altima
02 Honda S2000


Top
 Profile  
 
 Post subject: Re: Winter projects 2014 thread
PostPosted: Thu Dec 25, 2014 8:23 am 
Offline
You're just jealous

Joined: Thu Aug 28, 2003 6:14 pm
Posts: 2553
Location: Raleigh, NC
Carlton Whitehead wrote:
I think the autocross timing software market is not large enough to sustain more than one commercial product. AXware has (had?) a monopoly, let their software stagnate, and treats their customers like dirt. axti.me has a lot of awesome things going for it, and I could see them running AXware right out of business. Once enough clubs make the switch, network effects will put additional pressure on the remaining AXware users to switch too. That would leave axti.me with the monopoly. I don't know how the owners of axti.me will run their company if/when they get into that position, and I don't really want to wait to see how that shakes out. What if the owners run it well, but decide to sell off the business and it ends up with someone less benevolent?

I'm planning to make my project free and open source. Anyone with the skill and the will would be able to make contributions to it. If it gets even a little bit of traction, it'll help keep the commercial offering honest and innovating.

I definitely want to match some of the features that axti.me has. Real-time updates, worker roles, mobile/desktop browser-based access. I don't think they have split/sector times, and I'd love to build that in.


Understood and appreciated. Do you anticipate help from other developers once you get far enough along to attract their attention and interest?

_________________
Dick Rasmussen

FS 50 2018 Mustang GT


Top
 Profile  
 
 Post subject: Re: Winter projects 2014 thread
PostPosted: Thu Dec 25, 2014 1:45 pm 
Offline

Joined: Tue Dec 18, 2007 1:41 pm
Posts: 254
Location: Cary, NC
DickRasmussen wrote:
Understood and appreciated. Do you anticipate help from other developers once you get far enough along to attract their attention and interest?

A few people have already expressed interest in contributing in various ways. There are a lot of very technology-oriented people in the autocross scene, and I suspect the temptation of tinkering with an open source timing and scoring project would be hard to resist.

_________________
2017 THSCC Autocross Chief of Timing and Scoring

03 Nissan Altima
02 Honda S2000


Top
 Profile  
 
 Post subject: Re: Winter projects 2014 thread
PostPosted: Mon Dec 29, 2014 2:49 pm 
Offline
User avatar

Joined: Sun Nov 22, 2009 10:41 pm
Posts: 3172
Location: Seattle, WA
Carlton Whitehead wrote:
DickRasmussen wrote:
Understood and appreciated. Do you anticipate help from other developers once you get far enough along to attract their attention and interest?

A few people have already expressed interest in contributing in various ways. There are a lot of very technology-oriented people in the autocross scene, and I suspect the temptation of tinkering with an open source timing and scoring project would be hard to resist.

Post up a git repo when you have that ready to go. I'd like to contribute.

Front end: browser based? or thick client?

My opinion would be browser based so it'll be as platform independent as possible (yet another booyah to AXWare :) ). With the number of clubs across the country on a tight IT budget using 3+ year old laptops for T&S, requiring bloated ass Windows is far from ideal.

It would be amazing walking into a bus and seeing a T&S laptop running Ubuntu/CentOS ;) and never having to hear the words "Axware was being flaky so we rebooted Windows" :soap:

_________________
2011/2012 Autox VP
2013/2014.5 President
2013 Top Gun

2015 Fit

22R-EC => 4G63 => D16Y7 + D16Y8 => EJ255 + K24Z2 => K20Z3 + K24Z2 => K24Z2 + M54 => L15B


Top
 Profile  
 
 Post subject: Re: Winter projects 2014 thread
PostPosted: Mon Dec 29, 2014 3:17 pm 
Offline
User avatar

Joined: Thu Apr 28, 2005 9:10 am
Posts: 2524
Location: greenville
-Clean out my garage and re organize.
-FINALLY get the 350f running
-Time to restore the Mini, it's hurting a little bit. AC aux fan needs replaced. Install gauges I've had for about 8 years waiting to do. New wheels, tires, graphics.
-Avoid buying more stuff I don't need!
-

_________________
2002 MCS, 2003 MCS Track Rat, 2003 Generic White Yukon, 2003 BMWk1200rs, 1973 CB350F, 02 996. 08 Cayenne Turbo
http://www.clinehallagency.com


Top
 Profile  
 
 Post subject: Re: Winter projects 2014 thread
PostPosted: Mon Dec 29, 2014 3:19 pm 
Offline
User avatar

Joined: Thu Apr 28, 2005 9:10 am
Posts: 2524
Location: greenville
Steven Carter wrote:
Get my swing speed to 105 mph
!


And how do you propose to do that? I'm thinking of a dedicated exercise program to see If I can accomplish this.

_________________
2002 MCS, 2003 MCS Track Rat, 2003 Generic White Yukon, 2003 BMWk1200rs, 1973 CB350F, 02 996. 08 Cayenne Turbo
http://www.clinehallagency.com


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 128 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 9  Next

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group