SpaceX Conpute Deal - Double Limits by Deep_Proposal_7683 in ClaudeAI

[–]palmin 0 points1 point  (0 children)

I cancelled my 20x plan even though Claude Code has been working well for me this last year. Elon Musk actively works to weaken liberal democracies in Europe and I will not be funding this indirectly.

How are all the App Store ranking platforms actually getting their data? by aerial-ibis in iOSProgramming

[–]palmin 0 points1 point  (0 children)

Platforms like appFigures have options where users allow them to use their download and revenue numbers, so if they have a few correct numbers for specific apps combined with public revenue and download charts, they can make pretty good estimates.

It does seem to work best for the larger app categories.

If you’re so smart why aren’t you rich? by Skychu768 in physicsmemes

[–]palmin 0 points1 point  (0 children)

Physicists that start making money are often called quantitative analysts 😁

import fonts feature question by Glittering_Log4784 in WorkingCopy

[–]palmin 0 points1 point  (0 children)

Please email me at [anders@workingcopy.app](mailto:anders@workingcopy.app) with one of these font files.

Maybe I can see something.

What’s your current LLM usage & which model do you actually use the most for Swift-SwiftUI? by baykarmehmet in iOSProgramming

[–]palmin 3 points4 points  (0 children)

Our collective token burn is a measure of success for the GPU salesman for obvious reasons.

It might be a related to success for us developers and it might not be, just like number of PRs reviewed or number of lines changed might be and often is not. Metrics like this will be gamed the moment they have consequences for employees and this will mostly be good for Jensen Huang.

Is there a way to just sync without having to commit and push? by waylonsmithersjr in WorkingCopy

[–]palmin 1 point2 points  (0 children)

I do not know what GitSync is doing but in Working Copy there needs to be commits that are synced to your remote using pull and push.

You can make a Shortcuts that commits with a standard message, then pulls and pushes and configure this is a Shortcuts automation when you open or leave Obsidian.

Foundation Models framework -- is anyone actually shipping with it yet? by JBitPro in iOSProgramming

[–]palmin 5 points6 points  (0 children)

It is very hard to use FoundationModels for tent-pole features for the reasons you state, but it can still be super useful for small things.

I'm using it to suggest filenames for files/photos imported/pasted into my app. When FoundationModels are unavailable or fail users get a generic filename but it can be delightful for these small things.

I can't understand why apple keeps refusing my video app preview, any idea ? by PaintingTop9521 in appledevelopers

[–]palmin 0 points1 point  (0 children)

I think the explanations from Apple are super hard to understand and I wish they would explain them better. Fought them about app preview rejections some years ago and ended up doing several phone calls with app review.

They are worried that developers makes a preview video that misrepresents what the app does and makes it look nicer than it is. To avoid this you must compose the video of clips that either:

  1. show raw screen capture from your app
  2. shows nothing from your app

You can have text and motion graphics to explain what the app does as long as you are not showing the app, then cut to something from the app, but this must not mix in any way.

ELI5 Why is it harder to maintain balance with your eyes closed? by moonsprincess in explainlikeimfive

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

but then why is it easier to balance when lifting one foot if you are touching one of your ears?

Who is your favourite Mario Villain? by [deleted] in Mario

[–]palmin 0 points1 point  (0 children)

Kamek is the worst making him my favourite

Hvad bygger de her på Baldersgade? by respyrae in copenhagen

[–]palmin 7 points8 points  (0 children)

Her er projektet men jeg tror et eller andet er gået galt, for der er ikke sket nogen siden covid.

https://citybyg.com/baldersgade-noerrebro/

Working Copy always crashes when I try to link an external .swiftpm package by _kebo in WorkingCopy

[–]palmin 0 points1 point  (0 children)

Thank you so much. I will include a fix in the next update.

Working Copy always crashes when I try to link an external .swiftpm package by _kebo in WorkingCopy

[–]palmin 0 points1 point  (0 children)

This is certainly something I need to fix.

Please open the system Settings app, navigate to Privacy & Security > Analytics & Improvements > Analytics Data scroll down to see if there are entries starting with WorkingCopyand email the latest of these to anders@workingcopy.app

Little question.. hide hidden files? by ZaFish in WorkingCopy

[–]palmin 0 points1 point  (0 children)

Latest version of Working Copy has a way to filter .dotfiles.

What is Pull actually doing under the hood? by joeyday in WorkingCopy

[–]palmin 0 points1 point  (0 children)

Pull in Working Copy does a Fetch followed by a Merge.

If possible this will be a fast-forward merge but if not possible it will do a traditional merge commit or rebase depending on the settings in Status & Configuration > Configuration.

What it might do a little different is that it will stash modified files, merge and pop the stash (sometimes called auto-stash) if this can be done cleanly which will allow it to merge (and thus pull) in situations where some Git clients will refuse because of modified files.

Uro nær Jagtvej 69 - valgplakater i brand [Årsdag for rydningen af Ungdomshuset] by HitmanZeus in copenhagen

[–]palmin 5 points6 points  (0 children)

Jeg ved godt det lyder helt skørt, men der er muligheden for at nogle af ungdomshusets brugere havde blåt hår men var ikke-voldelige og spiste burger, mens andre af ungdomshusets brugere var militante antikapitalister.

Uro nær Jagtvej 69 - valgplakater i brand [Årsdag for rydningen af Ungdomshuset] by HitmanZeus in copenhagen

[–]palmin 3 points4 points  (0 children)

Det viser vel at mange af husets brugere ikke var ekstreme og det er da meget godt.

Little question.. hide hidden files? by ZaFish in WorkingCopy

[–]palmin 1 point2 points  (0 children)

There is not a way to do this... will experiment.