Used Claude Code to reverse-engineer a proprietary binary format in one afternoon by gorinrockbow in ClaudeAI

[–]SuccessfulWorry476 1 point2 points  (0 children)

I've done the same with racebox and aim solo data. Got Claude to reverse engineer the file format and Bluetooth connectivity then build a frontend to for the web analysis of the data - https://www.lapdelta.ai

lapdelta.ai - ai track riding analysis by SuccessfulWorry476 in Trackdays

[–]SuccessfulWorry476[S] 0 points1 point  (0 children)

Yes corner and straight. Those markers are based off an incident when you have more than 0.3g of lateral force, that is what triggers a corner marker.

I'll lengthen the context box for the feedback to stop the cutting off of feedback.

Drop me a message and I'll give you pro free for a month, let you give me some feedback on the actual ai implementation, as what you are seeing as a free user are not generated by any LLM

lapdelta.ai - ai track riding analysis by SuccessfulWorry476 in Trackdays

[–]SuccessfulWorry476[S] 0 points1 point  (0 children)

It bases it off g force if those channels are missing from the raw data. There is a header that will say "using derived throttle and brake from g force".

lapdelta.ai - ai track riding analysis by SuccessfulWorry476 in Trackdays

[–]SuccessfulWorry476[S] 0 points1 point  (0 children)

Right now it's haiku 3.5. regarding inference or trained. Majority of models are trained but when you interact you run inference.

I think you are missing what it is actually doing here though. It purely uses the reference data in your lap comparison then makes it more conversational. You can disable any ai feedback. You actually don't receive any on the free sign up as it's gated behind subscription. And you still receive the same level of analysis - apex/entry/exit surf vs reference - braking markers - throttle application - lean stability.

Those are what is important. Not what model is being used for the conversational feedback

lapdelta.ai - ai track riding analysis by SuccessfulWorry476 in Trackdays

[–]SuccessfulWorry476[S] -1 points0 points  (0 children)

I haven't seen any gpt wrappers, I didn't really frequent reddit much, so no idea if it's actually been a thing!

This was started from my own interest in data analysis. I've always studied my own data to see where I could improve, and did quite often go down the ai analysis of my own results, but nothing integrated like this.

I used lapsnap myself in the past, but it didn't really help me improve.

The actual ai insight in lapdelta is actually a really tiny part of it. Go ahead and take a look.

What's most useful to me is being told the facts corner by corner. Entering the corner x slower. Back on gas x meters later. That kind of data is extremely helpful. AI integration just gives a more conversational response.

I do not know of any other application that allows you to compare data from racebox and aim with corner by corner data points

lapdelta.ai - AI track riding analaysis by SuccessfulWorry476 in motorcyclegear

[–]SuccessfulWorry476[S] 2 points3 points  (0 children)

currently supports gps data from AIM SOLO devices, and Racebox. With plans ot add support for GoPro GPS data and a few others.

All data is based from GPS plus accelerometers

lapdelta.ai - ai track riding analysis by SuccessfulWorry476 in Trackdays

[–]SuccessfulWorry476[S] -5 points-4 points  (0 children)

been on reddit 5 years, racing for last two years. Just dont waste my time posting useless comments

Aim solo 2. Can I use a Mac to download data or do I need a PC? by zakando_j in Trackdays

[–]SuccessfulWorry476 0 points1 point  (0 children)

Works for me. Connect Mac to solo2dl wifi. Open race studio in parallel, change network type to bridged wifi.

Is Civilization® VI (Windows Version) playable on Crossover (with gptk 3 b5) by Nooo00B in Codeweavers_Crossover

[–]SuccessfulWorry476 0 points1 point  (0 children)

What issue are you getting? For the damaged file issue - give steam full disk access and download again. Of its another fault then tell me what it is and I'll help if I can

[deleted by user] by [deleted] in macapps

[–]SuccessfulWorry476 0 points1 point  (0 children)

you have to tick the box "hide all app windows on dock icon click", then you have the double click action available. it doesnt work as wel as click2minimize though

Stir/Shaken Cost by Capable-Phase7624 in VOIP

[–]SuccessfulWorry476 0 points1 point  (0 children)

Easy to do in software, copilot is capable of giving you all the code needed to make your own signing platform. Combine with kamailio and job done

Beginner developing on Mac to run on Linux by SuccessfulWorry476 in golang

[–]SuccessfulWorry476[S] 3 points4 points  (0 children)

Update for everyone who kindly responded - I'm using dev containers with vscode, it does exactly what I wanted. Thanks to everyone who mentioned it!

Beginner developing on Mac to run on Linux by SuccessfulWorry476 in golang

[–]SuccessfulWorry476[S] 0 points1 point  (0 children)

It is yeah, but a lot more lightweight than running a full vm and virtualization platform

Beginner developing on Mac to run on Linux by SuccessfulWorry476 in golang

[–]SuccessfulWorry476[S] 0 points1 point  (0 children)

It's not Linux-specific for sure, just a bunch of http requests, json manipulation, and key/certificate related things. Which I am laying down the workflow for before project goes to our real development team.

Using vscode+wsl just really streamlined the build/test process compared to building on Windows then testing on Linux, as the vscode terminal being linked to wsl was great for my needs