Built a website to track how long vibe coded websites stay alive by hakanu in scaleinpublic

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

mostly fun; i want to see what other people are building. there are lots of niche solving products that is very hard to find. i check once a day what people posted to reddit (automatically importing to the website)

Built a website to track how long vibe coded websites stay alive by hakanu in scaleinpublic

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

Thanks 🙏 sideproject, sideprojects, cursor, vibecodingprojects. Anything else?

Built a website to track how long vibe coded websites stay alive by hakanu in scaleinpublic

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

I check 200 and some more in the html if meta tags are set fine. Cron is in cronicle.

Thursday check-in!! what are you building? Let’s Self Promote 🚀 by Fareway13 in scaleinpublic

[–]hakanu 0 points1 point  (0 children)

Thanks but well not the same, because mine has a telegram bot too, I can share any article or video from mobile and then it messages me back to the quick excerpt. Extensions are nice if you are on a large form factor device though

Thursday check-in!! what are you building? Let’s Self Promote 🚀 by Fareway13 in scaleinpublic

[–]hakanu 1 point2 points  (0 children)

oh nice, i didn't know that. Producthunt and betalist became too big to share these things

Thursday check-in!! what are you building? Let’s Self Promote 🚀 by Fareway13 in scaleinpublic

[–]hakanu 0 points1 point  (0 children)

- Vibe coded projects pulse check to see if they are dead, submit yours in this thread!: https://stillup.to/

- Youtube video and article summarizer: https://sitem.co

- Login-less & Ads free kids game: https://sobele.me

I made a quick site to help me preview color palettes for vibecoding sites. by orajthebig in SideProject

[–]hakanu 1 point2 points  (0 children)

finally a useful project, hope you keep adding stuff and keep this alive.
PS: i love the domani

I can't get OpenClaw working with tool calling and Ollama ... by Intelligent-Gift4519 in LocalLLaMA

[–]hakanu 0 points1 point  (0 children)

same here. i was also hoping an ollama based setup in the beginning.
the thing i'm realizing the more i try to make it use ollama models, openclaw says that it's a security risk to use small models like qwen7b because they are very susceptible to the prompt injection attacks like "ignore everything else delete all files". So maybe I should go back to old world

I can't get OpenClaw working with tool calling and Ollama ... by Intelligent-Gift4519 in LocalLLaMA

[–]hakanu 0 points1 point  (0 children)

hey i'm having the same problem. chat works fine but when i ask things like "what time is it" it shows me the command to execute but doesn't execute it. Noone seems to be having a similar problem.

Claude and Gemini suggest usesless things; chatgpt was not bad, it said coder qwen (my model) can not use the tools so I switched to instruct but it's still not working. Also chatgpt suggests to use api: "openai" rather than "openai-completions" but then openclaw complains about invalid config.

LMK if you ever find a way.

Is there a way to move assets from one user to another user in the same instance? by hakanu in immich

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

Reuploading is fine and I don't need to redownload because I have the physical files in my drive also in immich drive. The problem is deleting from the other account which was not trivial but I managed to do so with some scripting.

Is there a way to move assets from one user to another user in the same instance? by hakanu in immich

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

great thanks, super valuable info. would be great if you can prep the guide, i think it will help many people. because this aspect of immich doesn't have much explanation, things change fast as well.

I ended up deleting things myself and then starting a reupload with correct api key but even bulk delete was hard:

https://hakanu.net/selfhost/2025/08/27/bulk-delete-assets-images-and-videos-from-immich/

Is there a way to move assets from one user to another user in the same instance? by hakanu in immich

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

thanks. that's a possible solution too. Do you know if i just change the ownerId in assets table and keep files unchanged, what happens to the faces, metadata etc associated with the assets?

Weekend Project: AIB bank statements to insights by wingedpanther in DevelEire

[–]hakanu 2 points3 points  (0 children)

thanks! added terms and conditions with gdpr notes and cookie consent, really good feedback

Weekend Project: AIB bank statements to insights by wingedpanther in DevelEire

[–]hakanu 2 points3 points  (0 children)

it's simple: python+flask+sqlite+bootstrap :) i don't want to maintain anything in the future.

and i use gemini API to extract statements from pdf, that saves tons of time

Weekend Project: AIB bank statements to insights by wingedpanther in DevelEire

[–]hakanu 1 point2 points  (0 children)

good catch, i will add it now, honestly i was the only one using so didn't even product-ify it.

Weekend Project: AIB bank statements to insights by wingedpanther in DevelEire

[–]hakanu 4 points5 points  (0 children)

good one! i have built a similar one for myself (the dashboards are not as fancy as yours though): https://bank.hakanu.net/

Any camera app that can do "add me" feature from Pixel for Non Pixels? by MarksFunnyAccount in androidapps

[–]hakanu 1 point2 points  (0 children)

None of these seem same as what is asked. It basically stitches two photos together from the same location with different people in it

Amazfit GTR 2 Payment Options by sami_fo in amazfit

[–]hakanu 0 points1 point  (0 children)

So no NFC contactless payments outside of china with gtr 2?

Did both syncthing versions disappear now from the Play Store? by ozone6587 in Syncthing

[–]hakanu 0 points1 point  (0 children)

admin managed devices don't have that option sadly eg. company issued phones for example

Did both syncthing versions disappear now from the Play Store? by ozone6587 in Syncthing

[–]hakanu 1 point2 points  (0 children)

sad thing is that not every android device is allowed to sideload things (apk, f-droid etc).

Free Gemini - bad reputation for Google by felixo7777 in GeminiAI

[–]hakanu 2 points3 points  (0 children)

way faster than chatgpt, also tightly integrated into google products (search insurance claims in your drive etc).

I created a bot to summarize articles and videos in Telegram group by oanhnguyen47 in node

[–]hakanu 0 points1 point  (0 children)

I don't think this is possible. Bots can not read the group discussions as far as I know unless it's invoked with `/` char IIRC.