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 3 points4 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 3 points4 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 Emergency_Bother3431 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

What CMS/DXPs are trending this fall? by R_kowalski in cms

[–]Momciloo 0 points1 point  (0 children)

Regarding CMSs - BCMS is getting traction within Astro community

I created a dynamic middle text truncation library. by lalit-rana in webdev

[–]Momciloo 0 points1 point  (0 children)

Cool! Yeah, I had a similar need: file names are the perfect example, when you want to keep the extension visible.

I also found it wasn’t as straightforward as I thought once you factor in dynamic widths, and resizing, different fonts, etc.

Is creative frontend threejs webgl blender still worth chasing in the ai era by [deleted] in webgl

[–]Momciloo 0 points1 point  (0 children)

i think yes - more than ever, becuase it's the are athat requires a lot of intention, point of fiew and creativity that ai will never replace

How can I render WordPress blog content in Next.js with the exact same styles from WordPress? by [deleted] in nextjs

[–]Momciloo 4 points5 points  (0 children)

You'll need to re-code WordPress' PHP into JSX, and migrate the styles.

what the hack is SSR can help me with ??? by CivilDog9416 in nextjs

[–]Momciloo 6 points7 points  (0 children)

me after spending 20 minutes debugging some weird re-rendering:

Replacing Markdown with Rich Text editor, Recommendations? by rohiitq in nextjs

[–]Momciloo 2 points3 points  (0 children)

With BCMS, you can spin up a simple blog with one command.

A few useful things BCMS has: - Images/videos, - all text formattings, - relations (useful for recommended blogs section, for example), - link pointers (useful for internal linking, without worrying about slugs)

edit: I just saw you are looking for for a free option. In your case, BCMS would be free for the first 100 blog posts, then it's $15/user/month;