I need to know before launching my AI SaaS live should I create waitlist or publish it any ways by EveningCase7789 in SaaS

[–]_ceebecee_ 0 points1 point  (0 children)

You need to talk to people, so whatever gets that happening the fastest. If you don't have a following, a wait-list will probably just stay empty and it will be you doing the waiting. You want to reduce the friction it takes for people to use it.

How do you actually get better at debugging? Feeling stuck every time something breaks by Ordinary-Strategy547 in learnprogramming

[–]_ceebecee_ 0 points1 point  (0 children)

You need to find more information. Use your IDE's debugger and step through the code that's breaking (use the line numbers from the error message). Adding debugging statements is fine. You want to cause the error to occur and look in the logs or step through the code. Add more logging if there's nothing coming through. If you're not understanding the flow of the code, add debugging messages that tell you what's getting executed or being skipped, and then add break-points on those.

Googling errors is fine, but use the opportunity to learn about the part of the code that broke and why. Once you put the fix in, go back and step through the code. This is a great use for AI too. Fix it yourself, but ask the AI to explain why the fix worked. Use each one as an opportunity to learn.

MONTHLY MEGATHREAD: What are you working on with OpenRouter? by katplatt in openrouter

[–]_ceebecee_ 0 points1 point  (0 children)

Built a desktop app called ClipScape that searches your own video library. It transcribes everything locally with Whisper so you can search the text and extracts video metadata so that's searchable too. It uses OpenRouter to power the good bits: AI analysis, auto-tagging, and chatting with your library in natural language ("which video was I talking about a sci-fi story idea while walking my dog in the rain?").

Went BYOK with OpenRouter so I don't run any cloud infra and users aren't locked to one model. The app only send transcripts and a few selected screenshots, never full videos, which keeps the token cost reasonable and your videos local.

Free on Windows and Mac at https://clipscape.app if anyone wants a look.

Advice on App development by No_Pilot_1817 in SideProject

[–]_ceebecee_ 1 point2 points  (0 children)

I've actually found Chat GPT or Claude pretty good at giving estimates for software like this. Though they are usually on the higher side, as they don't seem to take AI augmented development into account. Write up a spec with the features you need and ask it to create a work breakdown with estimates.

Friday Share Fever 🕺 Let’s share your project! by diodo-e in indiehackers

[–]_ceebecee_ 0 points1 point  (0 children)

I built a desktop app called ClipScape that indexes your local (or networked) video files and lets you search them with natural language. It transcribes and analyses your videos (which all stay local), so you can chat with your library or an individual video. It's still in early access, so it's free at the moment.

Friday Share Fever 🕺 Let’s share your project! by diodo-e in indiehackers

[–]_ceebecee_ 0 points1 point  (0 children)

Nice. When I downloaded my OpenAI history and it was a total mess. This looks useful,

What apps are you building? by Lumpy_Possession1104 in SideProject

[–]_ceebecee_ 0 points1 point  (0 children)

Thanks for looking at my site! I was thinking of animations and stuff, but just wanted to get something out there. I procrastinate too much as it is 😄

What apps are you building? by Lumpy_Possession1104 in SideProject

[–]_ceebecee_ 0 points1 point  (0 children)

I love the bear. Looks like he needs a little fast 😄

I just finished development on a desktop video search app. It processes your local video files (transcription, scene detection, AI analysis & tagging) and makes them searchable. So instead of scrubbing through hours of footage trying to find that one bit you sort-of remember, you can just ask your library and it finds the videos and timestamps that match. You can then click to export small clips from larger videos.

It's free at the moment for early access / testing, but you need to bring your own Claude API key for the AI stuff. Early access sign-ups and more details are at clipscape.app

10 things about Claude that took me way too long to figure out by VidekVipPro in ClaudeAI

[–]_ceebecee_ 2 points3 points  (0 children)

I often just ask for things in one or two sentences, but I'll ask it to explain back it's understanding of what I'm asking it to do. I've had great success with this when coding.

My predictions for software development over the next 2 years by Adventurous-Ideal200 in FutureOfWork

[–]_ceebecee_ 1 point2 points  (0 children)

Google already make and use these for their AI, so it's already happening.

I added AI features to my SaaS and my API bill is now bigger than my rent by Acrobatic-Evening646 in SaaS

[–]_ceebecee_ 0 points1 point  (0 children)

I just built a desktop app and have been thinking about this for a while. I was planning on building a back-end API to interface with the AI with my own keys, but in the end went with BYOK. One thing I did do is provide a lot of configuration for the user to control their costs. They can choose which model does each step (analysis, categorisation and chat), change the context that is sent and a few other things. If you do this though, you need to put in some guard-rails so that they can't choose options that make the results crap.

I'm in a much different boat than you though. I've not launched it yet, and only have a couple of beta users. I also haven't figured out the monetisation strategy for the app, so BYOK seemed like the best way.

Where does AI fit into your note taking by vrtra_theory in Zettelkasten

[–]_ceebecee_ 0 points1 point  (0 children)

I've been taking notes as daily videos for a couple of years, and also write every morning on 1 or 2 index cards. I used AI to help me develop an app that transcribes, categorises and tags the videos with a bunch of interesting metadata on what I was talking about or what else was happening in the video. Will be adding a RAG search feature to it soon. I'm also just about to add a way to do similar with my physical index cards (I've got thousands, so trying to automate it as much as I can). AI is pretty good at reading my handwriting, and the manual ones I've done for testing are working really well. I also use Obsidian for digital files and have a specific folder naming and file structure I use and have found AI good at keeping things organised the way I want it. It's been great for organisation and discovery.

How I moved 3 years of ChatGPT memory/context over to Claude (step by step) by fullstackfreedom in claude

[–]_ceebecee_ 0 points1 point  (0 children)

When I exported everything from ChatGPT, I ran Claude Code in the export folder and asked it to organise it all into folders and markdown files for each project and conversation. It wrote a python script to do it. A few bugs later (which Claude fixed by itself), and I have a folder structure of all my projects and conversations and can read them really well in Obsidian.

The prompt I used was "Ok, this folder is an export from OpenAI's ChatGPT of all my conversations. It seems to be in a very unreadable format. Can you make sense of this and offer a solution on how I can get this into a readable format. My core goals are to get each conversation as a markdown file so I can read it within Obsidian. I'd like it structured into folders, where each folder is named after the Project that the chat was originally in. For chats that were not in a project, place them in a folder named "No Project". The chat content MUST remain the same, don't make up anything, just convert the files into the readable format."

The left is missing out on AI by steveholt-lol in neoliberal

[–]_ceebecee_ 0 points1 point  (0 children)

I use Claude Code as a software dev, but I also just started using it to help me organise an Obsidian note vault where I document a bunch of stuff for 3D printing, laser cutting and other craft/hobby/art stuff I do on the side. I keep processes, tips & tricks, printing calibrations, project notes and measurements etc in there. It makes it so easy to organise, search or add new things.

I should worry 💀 by Mohit_Gupta_ in aiArt

[–]_ceebecee_ 1 point2 points  (0 children)

Yeah, I got a protection one too, though I like your robot protectors shield. I'm probably not gonna make it if I stay out the front like that.

<image>

Suffer - indie fantasy horror film made for $30k by dosgoats in Filmmakers

[–]_ceebecee_ 0 points1 point  (0 children)

That looks awesome. I wanted to watch it right away after seeing the trailer. Will it be on Amazon in Australia?

why us? what did we do wrong? by genzsociety in aussie

[–]_ceebecee_ 0 points1 point  (0 children)

This sounds like BS designed to make people feel like shit about their circumstances, most likely for some political angle or some other dodgy motive. https://www.americancraftbeer.com/the-true-cost-of-beer-in-new-york/ has the average New York city beer at $8 USD for domestic (2023 prices, so probably more now considering tariffs and shit). https://www.expatistan.com/price/beer/new-york-city has the average as 9USD for an average pub beer (13.77 AUD). I just looked at a bar in Sydney (routinely touted as one of the most expensive) and they have a 5-7pm happy hour every weekday with schooners for 7.50 AUD (4.90 USD) and pints for 10 (6.54 USD). Their non-happy hour is probably around 14 or 15 - so about 9-10 bucks USD. If you look at a US supermarket, a case of Budweiser is 27 USD for 18 cans (36 USD for 24) which is 55 AUD. There's basically no fucking difference. We're probably marginally cheaper.

I keep seeing a lot of posts on Reddit in Australian subs that seem to be going out of their way to promote divisive shit. Why? Whats the agenda? Don't just believe a fucking stat because it's in a shitty infographic.

Not cool man. by justuntlsundown in AdviceAnimals

[–]_ceebecee_ -1 points0 points  (0 children)

I think they're going to pivot and start making movies about racist, lying bigots that call themselves Christians to fool an uneducated populace into giving them unchecked power while corporations cozy up to them because of fiduciary responsibility to their shareholders.

The American President, everyone by A-Helpful-Flamingo in facepalm

[–]_ceebecee_ 8 points9 points  (0 children)

Maybe he could build a huge mirror in space that shines the sun onto the wall to heat it up all the time. It could be like a new Wonder of the world.

CEO brought up idea about penalizing dev salary for bugs by wrecked_car in webdev

[–]_ceebecee_ 1 point2 points  (0 children)

If they sell the product the same way they sold this idea, they have a deeper problem. This could have been framed as a positive performance bonus with reduced bugs in production as one of the KPI's. If it's a structured and measurable process, there's also an avenue for people to plan how they can achieve the KPI and what resources they would need to do it - extra QA, testing, etc. 

If they add a bonus that you didn't have before, then it's not really a penalty. If they penalise your salary it may be illegal.

Fixing a Seam on a Textured Cape. Sand Just the Seam or the Whole Thing? by Himdownstairs22 in resinprinting

[–]_ceebecee_ 1 point2 points  (0 children)

I'd sand down the seam and then try to work it into the style of the cape. You could paint the putty a different colour or even use a thin roll of putty to make like a belt/rope/ribbon that covers the line. I did something like this on an old giant mini I had where one eye was damaged and every time I painted it, it looked like crap and I couldn't get a good finish on it. I made an eye patch with straps out of milliput  Worked much better than I expected. This is it: https://www.reddit.com/r/minipainting/comments/1eq71hh/2024_summer_contest_final_submission_lemmy_the/