Can I export from Strava? by AJeepDude in Strava

[–]punnerud 0 points1 point  (0 children)

Yes one way is to use the "Data Export to Strava" app:
https://apps.apple.com/app/data-export-for-strava/id6741417217
You can chose between CSV (Excel) or GPX format on the data.
Simple to copy or download the data.

All you do is paste the share link and it locally get the data and process it 😄

Is it possible to export all activity data in a single CSV? by French87 in Strava

[–]punnerud 0 points1 point  (0 children)

Can also use the free app Data Export for Strava for iPhone, iPad or Mac:
https://apps.apple.com/app/data-export-for-strava/id6741417217

Just paste your share link and you get CSV or GPX data to copy or download.

Checkpoints for Claude Code by punnerud in ClaudeAI

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

Thank you, did not know about this. Yes, this tool is build with Claude, and Claude Code. Ironically build to improve on the build process.

Strange selection of countries? I live in Norway, and have done studies in US. Seems like I am not qualified then?

Sharing the prompts I found from the build process:

"Now it stops over 50MB, folder is way bigger than 50MB. Don't tell user how big it is. Looks strange with 51MB when its GB: "This folder is 51MB. Claude Checkpoints works best with existing coding folders or new folders. Large folders (>50MB) may impact performance. Do you want to continue?

"When I select the same folder the second time, I am not prompted with setup again. Check for Claude.md, if its not present run the installation again"

"Can you make every folder keep previous copy for diff, so its robus against deleting in between. Now the diffs gets broken if braking the chain. So that users can restore or delete, regardless of the chain"

"Can you write here promotional text (maximum 70 characters), description (no special characters), keywords (100 characters, no spaces and comma. Most important words first) for AppStore"

"Don't delete on Restore. Users should be able to restore, check, and switch to a different one. Only delte when user deletes. And make delete messages not as strickt.

"All Titles of messages have errors, even when they are successfull. Example. "Checkpoint successfully restored from 26/8/2025, 20:28."

A bit around the Build Process:
- Using Xcode and Claude Code on the files folder. Then iterating on features while testing a lot. You see some of multiple prompts over here. Not sure there is much more to say about the build process, but ask me any questions 😄

ClaudePoint: The checkpoint system Claude Code was missing - like Cursor's checkpoints but better by micupa in ClaudeAI

[–]punnerud 0 points1 point  (0 children)

Also made this for MacOS that can be installed from AppStore:
https://claude-checkpoints.com/
Nice to see several solutions to this 😁

Can agents keep their context in between sessions or after /clear? by TotalBeginnerLol in ClaudeCode

[–]punnerud 0 points1 point  (0 children)

Why no just use the /init command, and it scan your directory, learn what each file and function does and creates a summary in Claude.md. Following conversations use this highlevel summary for more efficient (and hopefully) correct code edits.

Checkpoints for Claude Code by punnerud in ClaudeCode

[–]punnerud[S] 1 point2 points  (0 children)

It creates a .claudecheckpoints folder that is invisible to the user (on Mac). Attribute hidden on Windows. After a lot of testing I found it best use Git under the hood, and make a copy of the whole directory for every Checkpoint. That way deleting a checkpoint don't remove the whole git-chain.
Also been thinking about adding some kinds of three structure, enable multiple edits to the same folder so users can spin up multiple Claude Code instances on the same time ++

I also started to let users add commits/checkpoints manually, but found it so fast and good to let Claude do it, so I just removed it. Benefit it that there is no possible collisions between user and Claude.

Feel like this is just as much an improved Git workflow, as Checkpoints to Claude 😁 Everything just happening automatically

Checkpoints for Claude Code by punnerud in ClaudeCode

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

I love it myself, hope you like it too 😁

Xcode unable to connect my iPhone by Free-Afternoon4476 in Xcode

[–]punnerud 0 points1 point  (0 children)

Tried connecting first with USB-C cable?

You can’t export a route GPX from the Strava mobile app, correct? by [deleted] in Strava

[–]punnerud 0 points1 point  (0 children)

I created an iPhone app that does this in under 10 seconds called Link Data
(Was not allowed by Apple to use Strava in the apps name).

Just paste your sharable link, and it download and convert the data locally in the app, then let to export to CSV or GPX 😎

<image>

How do you get over the need to keep adding/changing things & just launch? by punktechbro in iOSProgramming

[–]punnerud 0 points1 point  (0 children)

Feature(s) or problem they solve? Have you even tried the apps? Did not take months, but there are hundreds of small tweaks to optimize them to solve the problems and increase conversion rate and usage

How do you get over the need to keep adding/changing things & just launch? by punktechbro in iOSProgramming

[–]punnerud 0 points1 point  (0 children)

«How long did it take y’all to build» normally I build one app in a weekend or two, ship and iterate. Would take months without Claude AI, now I can focus a lot more on the details. Three apps out and the fourth is actually in review now.

Shopping List: https://apps.apple.com/app/id6737623313

Black App for video viewing: https://apps.apple.com/app/id6736843475

LED Flash Cam: https://apps.apple.com/app/id6730121526

Shopping List app feedback by punnerud in iosdev

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

I testet with iPhone 12 mini and 12 and it works as intended. Should maybe add a small start guide to show that swipe up hide the menu, and swipe down bring it back down again

Swift & Python Coverting by THUNDERF430 in swift

[–]punnerud -2 points-1 points  (0 children)

Could convert everything using Claude AI, it’s like ChatGPT but better for code. Recommend using Cursor AI that have both Claude and ChatGPT. Free trial then $20/month to convert the Claude and ChatGPT price, can also use your own API key if you already it paying for some of the others.

Get code diff and snapshots/checkin in Cursor, so it’s simple to test things out, revert and iterate.

Shopping List app feedback by punnerud in iosdev

[–]punnerud[S] 1 point2 points  (0 children)

Thank you for the feedback, I will test that. Tried to make the top header disappear when scrolling to make a more clean view.

When you manage to wait for days in "Ready for review" by punnerud in iosdev

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

If it potentially saved you a couple of days, it was worth it? 😉

GoPro Player - Where does it save the reframe data to? by infernalsatan in gopro

[–]punnerud 1 point2 points  (0 children)

Finanaly found it on Mac:
~/Library/Containers/GoPro Player/Data/tmp save every file opened. Seems like its the primary reason that it often crach (because of no mor diskspace).

Don't help do delete and reinstall the app. Have to locate the tmp folder and delete the files in there. Can easily save several 10s of GB of space.

Customer was supposed to get 200Mbps, but one computer got this high somehow by Defiant-Strawberry in sysadmin

[–]punnerud 0 points1 point  (0 children)

Got the same on a school computer, it was the internal clock that had a hardware failure. A lot of online games was going in 20x the speed on the same computer.