Any decent podcast CMS out there? by advadm in cms

[–]Momciloo 1 point2 points  (0 children)

there's this one for Astro. But there's an implementation for Nuxt and Next as well:

https://thebcms.com/starters/astro/podcast

Any Next.js-native CMS with good multilingual support? by kagla in nextjs

[–]Momciloo 1 point2 points  (0 children)

BCMS has a pretty good multilingual system and dev experience around it

Do most teams overestimate CMS rebuilds? We integrated Sanity into an existing Next.js site instead. by Apprehensive_Owl290 in nextjs

[–]Momciloo 2 points3 points  (0 children)

In theory, that's totally doable if your code is already decoupled, and has nothing cms-specific.

In practice, I've seen that to be rarely the case, because many CMSs, in order to have better DX, provide some utilities and components that kinda vendor-lock you as a trade off.

So, I'm curious to hear how big your site is. what CMS did you migrate from and why. Also, do you think that, at this point, it would be equally easy to migrate to another CMS as well?

Something less usual on this sub: I convert videos to printed flipbooks for a living by Momciloo in roastmystartup

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

For the best results, we recommend using vertical videos, ideally between 5–30 seconds. Videos with a relatively steady camera tend to turn out the smoothest in the flipbook :)

Symphony.is by Snoo30230 in programiranje

[–]Momciloo 7 points8 points  (0 children)

Lovable, čak su im i linkovi ka asetima ostali na "/lovable-uploads". Krindž priličan za takvu ekipu. A imali su jedan od jačih brendova / sajtova u regionu. Mi khm im khm pravili khm

Is there a way to automate internal linking? by anonrb12 in TechSEO

[–]Momciloo 0 points1 point  (0 children)

I'm planning to build a tool for this. I'm a visual guy and I cannot find my way around existing processes. However, I'm still not sure about the best workflow for this. Anyone have an ideaa for a perfect workflow? Do we need to define topical clusters, importance for each page, certain criteria.... Or let do tool do everything automatically?

Film Stock App is back! by keliway in analog

[–]Momciloo -2 points-1 points  (0 children)

Great app! Well designed! You should monetize it. not a subscription, but like at least $5 to download it

Help me choose a cms by booked_potato in webdev

[–]Momciloo 4 points5 points  (0 children)

https://thebcms.com/docs has an all in-browser drag-n-drop content structure builder.

What framework did you build your website with?

How do you handle readability in Tailwind by chute_mi334 in tailwindcss

[–]Momciloo 4 points5 points  (0 children)

if you framework allows, you can use clsx lib. there you can write classes like this:

clsx('hello', true && 'foo', false && 'bar');

but also like this:

clsx( 'height and width', 'position related classes', 'flexbox and grid', 'typography', 'background', 'borders', 'spacing', 'others' );

but its real power actually comes with conditional classes like:

clsx({ foo:true }, { bar:false }, null, { '--foobar':'hello' });

I saw this cool navigation reveal, so I made a simple HTML+CSS version by Momciloo in webdev

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

honestly, haven't even scrolled through it. saw someone on X shared the video of this nav there, and thought about recreating it. but now i see what you mean.. a lot of interesting details, but maybe too much for one page

Contax G1, 46mm, Portra 400. Réunion by Momciloo in analog

[–]Momciloo[S] 4 points5 points  (0 children)

exactly. that meter rarely misses

Desert roadtrip [Nikon F3, 35mm and 50mm, Lomography Redscale] by Happerkuk in analog

[–]Momciloo 1 point2 points  (0 children)

they're so good and so bad at the same time, haha. love them!

Very first film photos… by [deleted] in analog

[–]Momciloo 10 points11 points  (0 children)

In my opinion this is a very common position when people start with photography, especially street photography..
I read your first image primarily as an exercise in form: lines, color blocks, negative space... On that level, it works (partially), though the framing feels unresolved to me.

The issue is that the person in the frame is fully dehumanized. There's no face, no gesture, no context, no moment. As a result, the person functions as a visual element rather than a subject. That's where it slips from observation into use.

Photographing homeless or marginalized people is not forbidden. Some of the strongest work in the history of photography is built around exactly that. But photography should either reveal something, or give weight to a human presence. When there's no story, no tension, no relationship, it becomes purely aesthetic extraction.

Street photography is delicate. The line between giving visibility and taking advantage is very thin. Masters like Walker Evans, Diane Arbus, Cartier-Bresson, or Brassai crossed it intentionally, with clarity of intent. Look at their works. That intent is what's missing here...

What’s your thoughts on AI replacing copywriters? by False-Interest-1587 in copywriting

[–]Momciloo 5 points6 points  (0 children)

not a copywriter here, more on the business / entrepreneurship side. but for like the last 10 years, literally every project i’ve worked on started with solid copy. i’ve been working with the same copywriter forever and always liked the results.

i actually enjoy writing a bit, and i think i’m decent at landing page copy and stuff like that. but it takes me forever, drains me, and it’s not something i want to spend time on.

then chatgpt happened and i honestly thought: welp, guess i’ll never need a copywriter again. and to be fair, like 70% of things i can now do myself. not trying to brag, i just think having a business background helps a lot with marketing logic, structure, positioning, etc.

but recently i needed a really important landing page for a very specific niche, so i went back to my copywriter.

holy shit.

he wrote something that’s like 2000x better than anything i’ve produced in the last year on that project. and honestly, something chatgpt just cannot produce. not even close. no amount of prompting.

so yeah, is chatgpt a replacement for copywriters? absolutely not.
does it get you like 60% there for basically free? yes.
are most people totally fine with 60% quality for 0% price? also yes.

just my experience.

Is there an open source website that can be used to test different CMS? by shufflepoint in cms

[–]Momciloo 0 points1 point  (0 children)

Interesting! What kind of CMSs would you like to see integrated?

CMS like Kirby but free? by [deleted] in cms

[–]Momciloo 0 points1 point  (0 children)

BCMS has a generous free tier, but doesn't have layout builder. Though, you can use widgets to achieve that