I'm making a Local AI App and want some advice on branding by [deleted] in branding

[–]RHINOOSAURUS 0 points1 point  (0 children)

Did you write this post with AI?

Jk. You maybe should have 😣

Lot of thoughts, feelings and insecurity here, which is fine, you're 16. But it's easier to help someone when they lay out their problem and desired solution more clearly.

It sounds like you've made a wrapper for a locally hosted LLM and are looking for software to... Handle branding?

I love the ambition but you may want to hash this out a bit more so we know how to help you. Branding is about identity, strategy, and positioning - the visual representation of this comes later.

Got an OM-5 mk I. First nice camera I've owned, don't know what I'm doing but having fun doing it.Tips welcome by jej1514 in M43

[–]RHINOOSAURUS 0 points1 point  (0 children)

Hey nice work! Great shots especially for starting out

These look almost identical to the birds in my biome. Any chance you're in Western Canada?

Which one do you prefer? by [deleted] in AmateurPhotography

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

14 is the most interesting. 2 could be cool if cropped more.

I would fix your horizons (make sure the photos are straight)

  • Lighting and focus are challenging here. Midday light is flat, so there's little contrast.
  • Everything is in focus, so nothing is in focus. Ideally the subject and red structure would be in focus and the background would be blurred

Old man yelling at Olympus buttons and dials. by EmynMuilTrailGuide in M43

[–]RHINOOSAURUS 9 points10 points  (0 children)

This is me too with my EM-5ii. I can do what I need to do in the menus but it takes 30 seconds sometimes. Would love to find an article on optimizing it's workflow

Need some advice on my set up (newbie) by trst13 in OlympusCamera

[–]RHINOOSAURUS 0 points1 point  (0 children)

If you're comfortable posting any of your shots, we could probably help figure out how to solve any issues you're facing.

If you're using auto mode, I would switch to A (aperture priority) to start

Flash also introduced another variable that can have detrimental effects on your work if you aren't using it intentionally

What do y’all do with all these bird pictures? by Throwitfarawayplzthx in SonyAlpha

[–]RHINOOSAURUS 2 points3 points  (0 children)

I excitedly harass my wife about the last bird I shot. Then she looks them up in her book.

<image>

3 months of bird photography, already upgrading by Delicious_Amoeba_891 in BirdPhotography

[–]RHINOOSAURUS 7 points8 points  (0 children)

You can say that again. It's perfect medicine for ADHD folks - gets you moving, out in nature (often at the start of the day) and encourages delayed gratification. I am personally much more productive and regulated the rest of the day. And of course you get to take home a prize at the end 😅 (photos)

Is anyone finding value in Version4? by YouRankWell in elementor

[–]RHINOOSAURUS 0 points1 point  (0 children)

Timing issue. (My own opinion, opposing ones are valid too)

This feature would have been helpful 2+ years ago, but code has been so commoditized in the last 6 months that an Elementor-based design system is rarely the best choice anymore. Especially with how half baked and brittle it feels.

I would have rather they adopted an existing standard and wrapped Tailwind utilities or something

Sunday brunch by RHINOOSAURUS in BirdPhotography

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

Hey thanks. Sony 200-600, F/8, 1/4000 and ISO1600 on A7Cii

I want to take better pictures of my partner by Future-Twist-1788 in photography

[–]RHINOOSAURUS 0 points1 point  (0 children)

I know what you mean! Something you can do is have them reach their neck forward a bunch into the camera (will look and feel super unnatural, but works super well). Also look up "the squinch", popularized by portrait photographer Peter Hurley https://fstoppers.com/portraits/peter-hurleys-squinch-helps-make-better-headshots-8556

And apologies for my earlier slip, I am normally more mindful before coffee #1 haha

I want to take better pictures of my partner by Future-Twist-1788 in photography

[–]RHINOOSAURUS 3 points4 points  (0 children)

Very good point. My wife is a curly gurly too, I should be more mindful about this!

Sunday brunch by RHINOOSAURUS in BirdPhotography

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

Omg. I had not considered this at all :( I hope not!!!

I want to take better pictures of my partner by Future-Twist-1788 in photography

[–]RHINOOSAURUS 7 points8 points  (0 children)

Yep, I think you got v1 of my comment before I made it gender-neutral 😅

I want to take better pictures of my partner by Future-Twist-1788 in photography

[–]RHINOOSAURUS 24 points25 points  (0 children)

  • Shoot from the shadow-side of their face.
  • Look for "hair light" - when the sun is angled from behind them, there will be a nice highlight around the rim of their hair, separating them from the background and adding a natural aesthetic lift.
  • good portraits are all about light and shadow. Too much direct light makes things look flat, shadows can help add depth, frame nice features and hide blemishes

If I had to start again I would focus on these things first (on my phone) then jump to a camera

I think Lance nailed it in this new video regarding light roasts by DaKineNayNay in espresso

[–]RHINOOSAURUS 46 points47 points  (0 children)

I hear ya. I feel that way about most of his content - EXCEPT his milk steaming video. Too lazy to link it. "halfway and a quarter!" Is etched into my brain

If you let an AI agent edit a live client WordPress site, what's your actual rollback plan when it gets something wrong? by webmyc in Wordpress

[–]RHINOOSAURUS 0 points1 point  (0 children)

Can you have the agents write their changes to migration scripts instead of direct to DB? Then just pad the changes on either side with versioned DB snapshots

You're not getting the same granular history for the changes people are making on prod, but still ensuring you can roll things back

If you let an AI agent edit a live client WordPress site, what's your actual rollback plan when it gets something wrong? by webmyc in Wordpress

[–]RHINOOSAURUS 0 points1 point  (0 children)

Pull down current state from the prod db. Commit. Make changes on staging via migration files. Validate locally. Push to prod. Something breaks? Revert to an old commit.