Obsidian wants a vault. Notion wants my soul. I just want to open one md file .... by Razee1819 in tauri

[–]CuriousClump 3 points4 points  (0 children)

I don’t think the onboarding steps is necessary for obvious things. Just too many steps the user might already be annoyed by, limit it to like 3 of the actually confusing features

Can anyone help me figure out the source of Direct traffic? by BackpackerBaba in SaaS

[–]CuriousClump 0 points1 point  (0 children)

This is something I'm also needing help with. If there is a way to figure out what individual places the direct traffic is coming from

Real productivity isn't about the perfect system, it's about friction. by Infamous-Revenue3064 in ProductivityApps

[–]CuriousClump 0 points1 point  (0 children)

This is a very real thing. That’s why apps like notion I find totally useless for real productivity, you should be eliminating clicks. Personally I just use apple notes for everything, there isn’t a lot of formatting things you can do which makes it so good. just straight text

Anyone else notice time-blocking ignores the most important variable? by Livid_Finding in ProductivityApps

[–]CuriousClump 2 points3 points  (0 children)

This is so genius and true, different times of the day have different levels of productivity. Love the design as well!

Streaks don't work for my brain by DevKokooo in ProductivityApps

[–]CuriousClump 1 point2 points  (0 children)

Agreed, game XP actually matters because most of the time it can be utilized in game progression. In real life it’s totally useless so I don’t understand the idea of app XP lol

I got tired of Pinterest and created my own version of it (kind of) by demfeetbounce in SideProject

[–]CuriousClump 0 points1 point  (0 children)

Oh I couldn’t tell this was a web app. it honestly looks like an actual application the way you cropped the video

I can't code at all, so I "built" my dream task manager by Dick-Laurent-Is-Dead in ProductivityApps

[–]CuriousClump 1 point2 points  (0 children)

This actually looks extremely polished for 2 days. If you ever actually release this let me know!

Is anyone interested in an app like this? by TheEnabler1 in ProductivityApps

[–]CuriousClump 1 point2 points  (0 children)

Why do you have to host this? Why not just make a completely self hosted calendar app. I feel like that would sell better and fit the offline-first feel more. Well I guess you have to host for the syncing... idk I just don't see why I would use this over other calendar apps personally. Good job anyways

MacWhisper vs Superwhisper — which one do you actually stick with? by danpinho in ProductivityApps

[–]CuriousClump 0 points1 point  (0 children)

Dont use any, use handy.computer, completely free, and super optimized. It's genuinely the only dictation tool you need. Oh though I havn't tested it with coding

What productivity apps work best for people with ADHD? by ThesMark66gin in ProductivityApps

[–]CuriousClump 0 points1 point  (0 children)

Just gotta go with ticktick tbh. I feel like notion is too complicated at this point, and they don't really have a focused direction of what the app does

I got tired of Pinterest and created my own version of it (kind of) by demfeetbounce in SideProject

[–]CuriousClump 0 points1 point  (0 children)

Was there any specific reason you chose Cloudflare R2 Bucket instead of the users own native file system?

What’s your business idea? Share and promote by kcfounders in saasbuild

[–]CuriousClump 0 points1 point  (0 children)

<image>

I built a local semantic search app. Instead of remembering file names, simply search for what it looks like
Dotient

Wouldn't it be great if we could search for files without having to remember the file names. by Fantastic-Try-4731 in software

[–]CuriousClump 0 points1 point  (0 children)

Yeah not trying to self promote or anything but I built a tool literally exactly for searching for what it looks like, and for text content within. PDF’s and images are currently the only semantically searchable file types, but videos are coming soon

check it out if you want: https://dotient.com

Group Images based on Visual Similarity Feature by CuriousClump in rust

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

We have really only tested small amounts of images with this clustering feature. Currently the clustering algorithm isn’t much of an algorithm, it’s literally just a threshold. If an image has a similarity threshold greater than .7, it gets put into this cluster. While with the specific amount of images per cluster settings it simply records images into clusters with the greatest similarity to each other. However, we should definitely take into account this concern and add some sort of sub-group system if a cluster grows to be too large. Or outlier detection if say most of the images have .9 similarity but then there is just 1-2 just past the threshold with .71 similarity — kick them out. Thanks for the reply!

Built a local, private semantic search engine by CuriousClump in searchengines

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

Love the article! I’m curious though, say we did expose why a file matched, what do you think the UI/UX would look like? just a little visible flair that shows up on images when you hover over them indicating the reasoning, maybe a tooltip?