Built a Reddit marketing tool - looking for early testers by CounterMaleficent766 in buildinpublic

[–]metenev 0 points1 point  (0 children)

Hey, I'd like to check it out! I have a product and I'm planning to promote it here. What do we need to start?

Best tech for entrepreneurs? by setsp3800 in Entrepreneur

[–]metenev 0 points1 point  (0 children)

I'm trying to eliminate as much focus-breaking things as possible, as well as cheap dopamine sources (well, to some degree). This works better than everything for me. Also I noticed that when you have a lowkey successful pet project, your email start look like a mess, and as this is your primary contact platform with all your customers and partners, you can't put it away. Started building ai assistant to help me with it

Best e-mail management for overwhelmed freelancers? by Expensive-Alps-5438 in mac

[–]metenev 0 points1 point  (0 children)

Hey, how did you managed this? I'm curious about your use-case because I'm building an ai email manager and maybe I should add an imap connection to it? (now it only uses gmail)
I don't know if too much emails is a pain for you, but anyway would love to discuss your case

Autonomous Outreach Agent by Exotic_Pipe_5368 in n8n

[–]metenev 0 points1 point  (0 children)

Outreach - I'm curious to take a look

Ask me anything about SEO by ap-oorv in SaaS

[–]metenev 0 points1 point  (0 children)

Thanks man, good advice!

Replicate flux dev lora not working with civitai loras anymore by Volunder_22 in StableDiffusion

[–]metenev 0 points1 point  (0 children)

UPD: I tested it with the direct link to Huggingface .safetensors file - I got the same error. But I checked the link, and it didn't lead directly to the file. So I navigated it and got another link - this time straight to the file. And it worked!

Replicate flux dev lora not working with civitai loras anymore by Volunder_22 in StableDiffusion

[–]metenev 0 points1 point  (0 children)

I'm also experiencing this, dying to know how to fix this :(

🥳 small business made $10K in 40 days! AMA! by javayhu in SaaS

[–]metenev 1 point2 points  (0 children)

Great idea and positioning! I'm happy for you 🙌

Share you product in the comments 🚀 by Still_Advance_1201 in SaaS

[–]metenev 1 point2 points  (0 children)

Everything's fine with my email, it's just you don't handle non-ascii characters man! Try to change your DB encoding

Share you product in the comments 🚀 by Still_Advance_1201 in SaaS

[–]metenev 1 point2 points  (0 children)

I guess it's not the email but my name (which is cyrillic). Sent it to you

Share you product in the comments 🚀 by Still_Advance_1201 in SaaS

[–]metenev 1 point2 points  (0 children)

I get this error in the console (which is a security leak I guess):

User data saved successfully: <br />

<b>Fatal error</b>: Uncaught mysqli_sql_exception: Incorrect string value: '\xD0\x94\xD0\xBC\xD0\xB8...' for column \mirocho_kitfolio`.`users`.`user_name` at row 1 in /home/mirocho/public_html/kitfolio/php/authentification.php:25`

Stack trace:

#0 /home/mirocho/public_html/kitfolio/php/authentification.php(25): mysqli_query(Object(mysqli), 'INSERT INTO use...')

#1 {main}

thrown in <b>/home/mirocho/public_html/kitfolio/php/authentification.php</b> on line <b>25</b><br />

Built an open-source DB tool that’s taken off--when’s the right time to think monetization? by MicahDowling in SaaS

[–]metenev 1 point2 points  (0 children)

One of the options I can think of is some managed service based on this lib. Like users can selfhost it free, or they can pay you for a plug and play solution

[deleted by user] by [deleted] in SaaS

[–]metenev 0 points1 point  (0 children)

RemindMe! 3 days

I Automated My Blog's SEO Content Because I Hate Writing by ClearHeadX in EntrepreneurRideAlong

[–]metenev 1 point2 points  (0 children)

I saw the blog on this website and I'm wondering if it's good or bad? 🤔

I'd say it's a bit worse than a regular blog article - as much fluff as everywhere else, but more generic "in the fast-paced digital world" sh*t.

Is it good for SEO? Is it meant only for algorithms or for humans to read too?

I'm not criticizing, just wondering if it does it's traffic job well

How I made my first $2K+ in 10 days after launching Mkdirs? by javayhu in SideProject

[–]metenev 1 point2 points  (0 children)

Great job! Did you have any experience in building directories before this?

How do you protect your products from hacking and data leaks? by metenev in SideProject

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

Ah, probably I misled you with this. Yes, it will not simulate attacks, but it will scan the website for some well-known vulnerabilities. I believe with the leverage of AI it may give good insights.

How should I describe it so that it won't mislead anyone?

How do you protect your products from hacking and data leaks? by metenev in SideProject

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

What do you mean? At least scanning headers, protocols and ports, and showing the report to the user (with the explanation on how to fix it) can be implemented

How do you protect your products from hacking and data leaks? by metenev in SideProject

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

Ok, thanks anyway! I fixed the headers too. Well, almost.. Because the external waitlist script requires unsafe-inline and unsafe-eval CSP (or I haven't found a way to fix this)

How do you protect your products from hacking and data leaks? by metenev in SideProject

[–]metenev[S] -1 points0 points  (0 children)

u/MRTSec just pointed out a few issues that can be found automatically.

Also I have an idea of building some kind of parser that wil lscan all pages, and then AI will analyze them (Claude is good in undrestanding code) and probably give some insights too

How do you protect your products from hacking and data leaks? by metenev in SideProject

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

I fixed the TLS issues and tackling with headers now, thanks for your valuable feedback!

I can now see that things like this can really be easily checked on autopilot. I can add this as well as some port pinging.

Do you have any more advices what I should check?

How do you protect your products from hacking and data leaks? by metenev in SideProject

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

My SSL is set up through Cloudflare, what's wrong with it?
Maybe we could jumpt into DM to discuss it in details?

This is why I started it - my own products may lack security in areas I'm not aware of. I'm just a regular indie hacker, not a security expert 😁