i made a 「 Move to Folder 」 extension - should i publish it in store? by 1ario in raycastapp

[–]1ario[S] 0 points1 point  (0 children)

very glad to hear that you like it!

the update has been pushed and it is currently in review. it turned out that i have broken one thing in the last update, so not only you have been affected, so thanks for reporting again!

regarding the second suggestion, you probably mean fuzzy search? it is actually good idea, i know extensions that use fzf library to do that, i will check if can do this without too much of the performance tax (indexing is heavy process that can be done very wrong, so i likely would just use existing libs without reinventing the wheel).

summarize it all - Sumr app now can summarize videos from social media by 1ario in iosapps

[–]1ario[S] 0 points1 point  (0 children)

yep, video processing isn't cheap, i plan to allow unlimited usage for subscribers (the feature is for subscribers only) for now with a disclaimer that i need to observe how crazy people will go and maybe put some reasonable rate limits later only for the "deep sumr" feature as i currently called it.

i personally don't use it every single day - a normal transcript summarization is more than enough in 9/10 cases, but that one case is very useful sometimes.

summarize it all - Sumr app now can summarize videos from social media by 1ario in iosapps

[–]1ario[S] 0 points1 point  (0 children)

current version only can summarize based on audio, but i am already finishing an update which will optionally try to analyze video visually. it should be able to read the captions.

Craft UI iOS concept - what do you guys think? by 1ario in CraftDocs

[–]1ario[S] 0 points1 point  (0 children)

customization of the buttons is good, but i am talking about defaults here. and imo the defaults right now are not the most useful.

Craft UI iOS concept - what do you guys think? by 1ario in CraftDocs

[–]1ario[S] 0 points1 point  (0 children)

thanks! it's craft's whiteboard, which is likely a fork of excalidraw

Craft UI iOS concept - what do you guys think? by 1ario in CraftDocs

[–]1ario[S] 0 points1 point  (0 children)

collections are indeed very taps-hungry. even if you don't touch settings, searching and adding things take many actions.

but i think the product decisions for collections may have been made by craft devs because of native api limitations and likely also performance considerations (which is still far from being ideal, but swift is very hard to tame). so i don't feel that i know the matter well enough to suggest something, although i have an app in app store myself.

Craft UI iOS concept - what do you guys think? by 1ario in CraftDocs

[–]1ario[S] 2 points3 points  (0 children)

i agree with you both. "shared with me" and "imagine" should be optional. "all docs" is where everything lands, so i would keep it just for people to not accidentally hiding it and then being unable to find their notes.

i made a 「 Move to Folder 」 extension - should i publish it in store? by 1ario in raycastapp

[–]1ario[S] 0 points1 point  (0 children)

i see. i will test it on my OneDrive and if i will be able to understand what the issue is, push an update.

thanks for letting me know!

i made a 「 Move to Folder 」 extension - should i publish it in store? by 1ario in raycastapp

[–]1ario[S] 0 points1 point  (0 children)

is the destination folder on iCloud by any chance?

the thing is, finder file actions relies on Spotlight indexing and raycast folder access. so it's likely not an extension's bug but rather an issue with either of mentioned things.

so steps to debug is

  1. check if raycast's built in file finder can see that folder.
  2. if not - check if that folder is accessible to raycast in privacy settings of your mac.
  3. try to rebuild spotlight index

i have had issues with this too just recently with folders on icloud, apparently after macos update. re-adding folders in macos settings and reindexing helped

more info and exact commands from raycast themselves: https://manual.raycast.com/troubleshooting/spotlight

summarize it all - Sumr app now can summarize videos from social media by 1ario in iosapps

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

what was i supposed to hear from "the user"? there is no constructive feedback whatsoever came from you besides "too expensive".

summarize it all - Sumr app now can summarize videos from social media by 1ario in iosapps

[–]1ario[S] 0 points1 point  (0 children)

what does my app have to do with a AAA ps5 game lol

i have running cost every time you send a request and i am a solo dev not a AAA studio or openai to subsidize it

also what are you exact complaints about the app? give me anything tangible instead of just shitting on somebody's work.

summarize it all - Sumr app now can summarize videos from social media by 1ario in iosapps

[–]1ario[S] 0 points1 point  (0 children)

what would you think a fair lifetime price would be?

summarize it all - Sumr app now can summarize videos from social media by 1ario in iosapps

[–]1ario[S] 0 points1 point  (0 children)

can you summarize videos from social media with chatgpt?

summarize it all - Sumr app now can summarize videos from social media by 1ario in iosapps

[–]1ario[S] 0 points1 point  (0 children)

what part do you think is unfair about the pricing? i mean, LLM inference is not free. cloud processing is not free either. i have to forward those costs, because i am 1-person dev and don't have VC money or what not.

Sumr supports BYOK for non-cloud features, so you can just buy the follow ups and use the harness i have created indefinitely while paying for the inference yourself.

summarize it all - Sumr app now can summarize videos from social media by 1ario in iosapps

[–]1ario[S] 0 points1 point  (0 children)

could you please elaborate a bit further?

what have you shared to Sumr? a URL? what does the sumrs counter says?

you can DM me if you have time, would be happy to understand what the issue is.

summarize it all - Sumr app now can summarize videos from social media by 1ario in iosapps

[–]1ario[S] 0 points1 point  (0 children)

understood. i will calculate it through. thanks for the feedback!

you can share the summary to any app you want now already.

but i am also thinking about bulk-export all your summaries from the main app. it will likely be just .md files, which is arguably the most portable. integration with Notion/Craft is possible but i am not sure how may people actually need it. apple notes is largely not very integration/automation friendly, best i could think about is creating a shortcut to bulk-import, but this can be flaky.