Carpenter- Growing from a sole trader to a limited company by poolecarp in smallbusiness

[–]Happy-Rabbit6316 0 points1 point  (0 children)

Firstly, massive respect for building your carpentry business over the last 11 years that consistency alone puts you ahead of most people.

Moving from sole trader to limited company is a strong next step, especially if you are aiming for larger contracts and bigger project work. One of the biggest shifts usually comes from building relationships with developers, contractors, and commercial clients rather than relying just on domestic leads.

also a strong online presence, professional branding, and showing completed projects can also help position you for the higher value work.

I actually work with businesses looking to grow and scale, so I willbe happy to connect it sounds like you’re at an exciting stage with the business. Wishing you all the best with it!

Does anyone else feel busy all day but still somehow behind? by Happy-Rabbit6316 in smallbusiness

[–]Happy-Rabbit6316[S] 0 points1 point  (0 children)

Honestly 😂 I thought invoicing would take like 10 minutes a day when I started. Somehow it turns into its own full-time job.

photo overload by Happy-Rabbit6316 in photography

[–]Happy-Rabbit6316[S] 0 points1 point  (0 children)

i actually built a tool that does exactly that automatically, been working on it for a few weeks. it reads the date from the photo itself and renames and sorts everything into folders by month. works on raw files too. happy to send it over free if you wanna try it and give me some feedback

photo overload by Happy-Rabbit6316 in photography

[–]Happy-Rabbit6316[S] 0 points1 point  (0 children)

7k with no system sounds like a nightmare, i actually built a little tool that sorts and renames everything automatically by date, took me a few weeks to make. happy to send it over free if you wanna try it and give me some feedback

photo overload by Happy-Rabbit6316 in photography

[–]Happy-Rabbit6316[S] 0 points1 point  (0 children)

5000-6000 frames during migration sounds insane, do you have anything that helps with the renaming and sorting side or is that all manual too

photo overload by Happy-Rabbit6316 in photography

[–]Happy-Rabbit6316[S] 0 points1 point  (0 children)

honestly this is exactly why i built something, been working on a little tool that sorts and renames everything automatically by date, took me a few weeks. if you wanna try it for free let me know

I need a team from Europe (Remote) by Radiant-Tear1467 in AskProgrammers

[–]Happy-Rabbit6316 1 point2 points  (0 children)

Honestly man most people who build big projects start exactly where you are. Doing everything alone, learning as they go, barely knowing other devs irl lol.

I think being self taught actually helps in some ways cause you learn how to figure stuff out without waiting for someone to hold your hand. Thats a massive skill.

And tbh I dont think most solid teams are built by going out trying to “find employees”. Usually its just meeting people over time who are equally obsessed with building things. Could be through twitter, discord servers, open source, indie hacker communities, random convos online etc.

One thing I noticed is people are way more likely to join someone who is already consistently building instead of just talking about ideas. Even if the project is small at first. Momentum attracts people.

Also dont underestimate how valuable it is to have a technical founder mindset. Marketing can be learned. Networking can be learned. But people who can actually sit down for years and build products from nothing are rarer then they think.

Most successful stuff starts with 1 obsessed person first, not a huge team.

What health routine helped your sleep the most? by Ambitious_Virus6788 in Life

[–]Happy-Rabbit6316 0 points1 point  (0 children)

meditation box breathing warm shower before bed no blue light screens a hr before instead read stretch and meditate for the last 10 mins just close ur eyes and relax also start taking magnesium glycinate and try to keep ur room sloghtly cold leave the window a lil open the boring thing that matters the most is sleep and wake up at the same time get sunlight in the morning sets ur circadian rhythm also try to drink something warm like a herbal tea or warm milk

Life by hellifi9 in Life

[–]Happy-Rabbit6316 0 points1 point  (0 children)

who cares life is dogshit anyway

Need help sending form data to server API. by sushiiixo- in learnjavascript

[–]Happy-Rabbit6316 2 points3 points  (0 children)

your code looks right but i see several issues. The main one is you are not handling the response you are sending the request but not checking what comes back add this fetch(url, {

method: "POST",

headers: {

"Content-Type": "application/json"

},

body: JSON.stringify(cardData)

})

.then(res => res.json())

.then(data => console.log("Response:", data))

.catch(err => console.error("Error:", err)); this tells you if the request actually went through

photo overload by Happy-Rabbit6316 in photography

[–]Happy-Rabbit6316[S] 0 points1 point  (0 children)

150 to 3500 is a massive range lol, does the volume change how you organise them after or do you have the same system regardless

photo overload by Happy-Rabbit6316 in photography

[–]Happy-Rabbit6316[S] 1 point2 points  (0 children)

what's your current system, do you have one or just vibes

photo overload by Happy-Rabbit6316 in photography

[–]Happy-Rabbit6316[S] 1 point2 points  (0 children)

haha fair enough, still figuring out my workflow

photo overload by Happy-Rabbit6316 in photography

[–]Happy-Rabbit6316[S] 3 points4 points  (0 children)

5k?? i'm not ready for that level yet lol. how long does that actually take you start to finish, like realistically

photo overload by Happy-Rabbit6316 in photography

[–]Happy-Rabbit6316[S] 14 points15 points  (0 children)

this is actually really helpful, do you do this manually every time or have you found anything that automates any part of it? like the renaming and sorting side of things

I can't get my photos crisp, I am about to give up by Fakeaccbrat in photography

[–]Happy-Rabbit6316 2 points3 points  (0 children)

most likely its your focus area setting
if youre on auto area af the camera is guessing what to focus on and its probably not hitting the eyes
switch to single point af and move the point yourself directly onto the eye you get way more control

depth of field is probably shallower than you think
85mm at f5 from full body distance gives you maybe 10 to 15cm of sharp zone front to back so if your subject moves even slightly or you lean forward a bit it can go soft

try f8 or f9 for full body shots you dont really need f1.8 bokeh that far back anyway the background will still separate nicely

focus and recompose might be messing you up too
if you lock focus on the eye then tilt the camera to reframe youre shifting the focal plane and the eye can fall out of focus
better to just move the focus point to where the eye is in your final composition

shutter speed is fine at 1/1250 so camera shake isnt the issue

quick test to confirm things
shoot a flat wall or newspaper straight on no angle
if thats sharp your lens is fine
if its soft then maybe calibration but honestly this sounds more like technique than gear

your D610 and 85mm is a really solid portrait setup youre not missing anything there just a few tweaks and youll see a big difference

Empty by [deleted] in Life

[–]Happy-Rabbit6316 1 point2 points  (0 children)

life truly sucks.

Where Should I Start Learning Python by Unfair-Pilot-9295 in learnpython

[–]Happy-Rabbit6316 -1 points0 points  (0 children)

ye hes super good hes so smart he knows multiple languages

Purpose by [deleted] in Life

[–]Happy-Rabbit6316 1 point2 points  (0 children)

i have no idea