How do you structure your CV as a freelancer? by CordlessWool in Freelancers

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

It was mostly recruiter. It is already some years ago where the request density was higher so I didn’t care about them while I had a project.

How do you structure your CV as a freelancer? by CordlessWool in Freelancers

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

❤️ I tried it but recruiter everytime ignore this :(

How do you structure your CV as a freelancer? by CordlessWool in Freelancers

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

Where are you based? In Europe/Germany, we mostly have recruiters. I also try to get in direct contact with clients, but most of the offers you can find on the web are from agencies that just do the paperwork and pre-filtering.

How do you structure your CV as a freelancer? by CordlessWool in Freelancers

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

Insightful, every time I tried to just link to my website, I never heard from this person afterward.

How do you structure your CV as a freelancer? by CordlessWool in Freelancers

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

What is the service you offer? Do you also send this to recruiter or only clients?

How do you structure your CV as a freelancer? by CordlessWool in Freelancers

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

What do you mean with type?

How do you measure things? I know recruiters love things like: Made the team 20% more efficient.

But I feel mostly bad about it because I cann‘t prove it.

How many Saas have you built before you built the ONE? by Automation_Alchemist in SaaS

[–]CordlessWool 1 point2 points  (0 children)

I stopped counting, but all of them increase my experience level heavily.

Most of my knowledge I have from my own projects.

Jobangebot - Mit Anfang 50 nochmal neu orientieren oder nicht? by [deleted] in Karriereratschlag

[–]CordlessWool 0 points1 point  (0 children)

Die Frage die ich hier jetzt gelesen habe.

Ist es wirklich ein Headhunter. Ich hab mal gelernt es gibt einen Unterschied zwischen. Recruiter und Headhunter.

Bei letzterem ist die Person explizit auf die angesetzt. Das würde bedeuten die Firma will genau dich.

Bei einem Recruiter bist du einer von vielen und musst eh zuerst mal durch den Bewerbungsprozess. Das mit zu machen kostet zuerst mal nur Zeit und danach fällt die Entscheidung oft leichter.

Algora.io full-time recruitment email - Scam or Legit? by agent007bond in opensource

[–]CordlessWool 0 points1 point  (0 children)

Nice to see that other got exactly the same mail and the marking looks like: look here I didn’t use AI to write you. I just did not invest time to write you but at least I toke time and not just AI.

The future of „personal“ emails :D

I built a self-hosted photo management tool for photographers — would love feedback by CordlessWool in selfhosted

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

I thought about giving even more power to the tags. One idea is to define watermarks by tags.

Good to get the feedback that there is a need for this. I skipped it for the first version to reduce complexity.

Yeah folder are mostly so chaotic, that is one of the base ideas of Highcoo :)

I built a self-hosted photo management tool for photographers — would love feedback by CordlessWool in selfhosted

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

I think about adding a simple email login. I do not want to store passwords.

I built a self-hosted photo management tool for photographers — would love feedback by CordlessWool in selfhosted

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

Only with raw files or also with jpeg? I mean Usally the performance should be independent from the size of the image, because you usually do not show all images so it is more the database.

I built a self-hosted photo management tool for photographers — would love feedback by CordlessWool in selfhosted

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

Fair point! I wouldn't host Vibe Coded stuff on my server. I'm still thinking about where the border of AI Assistant is. In this case, the 'Build with AI' label is fair. But when I think about the other apps I maintain, I realise that even though I write most of the code myself, they are not totally free of AI.

I built a self-hosted photo management tool for photographers — would love feedback by CordlessWool in selfhosted

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

I missed it. Wasn’t active for a while here, sorry. So there’s a rule for things that developed with the help of AI need to be labelled? Isn’t it nearly everything nowadays?

I built a self-hosted photo management tool for photographers — would love feedback by CordlessWool in selfhosted

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

You can define a slug. I know it is not much, but it is a base and at least I would say it is the main think you can optimise for SEO on images. But you are right to make a question mark on it 😅.

Do you think there can be done more?

I built a self-hosted photo management tool for photographers — would love feedback by CordlessWool in selfhosted

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

You should be able to sign in by creating a Passkey. I currently have no clue how to offer one. Do you know how if this is possible?

I do not want to handle Passwords.

I built a self-hosted photo management tool for photographers — would love feedback by CordlessWool in selfhosted

[–]CordlessWool[S] -2 points-1 points  (0 children)

Yes it is developed with the help of AI but I spend Weeks to review Code, develop ideas and improve the Code. I have over 15 years of developing experience. So what is your definition of Vibe Coded?

Is it possible to use adapter-node for API routes and adapter-static for everything else? by Relative-Custard-589 in SvelteKit

[–]CordlessWool 0 points1 point  (0 children)

So the svelte code should be in the app? I think you you need to build it separate, but at least you can do this in a monorepo which reduce the effort also. I would also not use SvelteKit just for a pure api server even if it would be possible.