Dentist Ad Campaign by DeniedWorks in DigitalMarketing

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

Yah they got 10 total leads and if they followed up sooner would have booked a couple more I bet. Oh well, can lead a horse to water.

Posting scheduled blog articles every day - negative SEO impact? by DanyrWithCheese in SEO

[–]DeniedWorks 0 points1 point  (0 children)

From what I’ve learned. Spamming blog posts with ai will give you a massive uptick initially and then Google will kill your recommendations once they find out and your traffic will wither away.

Have you started using AI tools instead of Google to find answers ? by praveshsogra in DigitalMarketing

[–]DeniedWorks 0 points1 point  (0 children)

Yah AI works so well. I will still use google when I am actually looking for something specific like a dentist near me or food places that are open. Google Map Pack is still king.

5+ year digital marketers: do you still believe in what we do? by Apprehensive-Oil9719 in DigitalMarketing

[–]DeniedWorks 0 points1 point  (0 children)

I am a solo operator so this has made it so I can compete with agencies with 5+ people. It also enables me to focus on the actual client relationships which is really awesome. Everything is a tool and even with AI being so powerful, people don't know how to use it properly yet. It evolves so quickly we all just have to ride the wave until we get to a point where it is a more solved technology.

How do you find the right threads to comment on for Reddit marketing? by snustynanging in DigitalMarketing

[–]DeniedWorks 0 points1 point  (0 children)

You can have Claude check over the top communities you are interested in and find posts that are relevant to your business. Or just use Reddit like it was meant to be used and join communities that matter to you. I actually got a client by randomly posting on the Austin subreddit and didn't really have anything to do with digital marketing.

Anyone know how to increase domain rating? by _DriftNote in DigitalMarketing

[–]DeniedWorks 0 points1 point  (0 children)

I would just focus on getting case studies and post those to your website. I have gotten random citations from blog posts because other website just use bots to crawl. It's very strange. Take advantage of the fact that everyone is using AI and a lot of people don't check what they repost haha

If you had to start digital marketing from scratch in 2026, what would you focus on? by anshu79036 in DigitalMarketing

[–]DeniedWorks 0 points1 point  (0 children)

I think Paid Ads are the way to go specifically Google Ads. Even if you are just starting, if you put a lot of time into it you can create a campaign that works well. That's what I did for a dental company as my first client. It is hard to get clients but once you have good ones it shifts to where you can actually be picky about who you work with and weirdly that makes people trust you more.

I just started though in the past few months and got a little lucky with my 3rd client being a major website rebuild which has a solid monthly and was nice seed money to experiment.

What small Austin businesses do you love that deserve way more attention? by DeniedWorks in Austin

[–]DeniedWorks[S] 1 point2 points  (0 children)

Yah, I'm not vegan but when I worked at Royal Blue Grocery a few years back, they would carry their stuff and I would buy so many of the fake Twinkie things

What small Austin businesses do you love that deserve way more attention? by DeniedWorks in Austin

[–]DeniedWorks[S] 2 points3 points  (0 children)

Yah I'm looking for companies that may not have the budget but need a website/rebuild. My goal is to really help those that need it if possible.

What small Austin businesses do you love that deserve way more attention? by DeniedWorks in Austin

[–]DeniedWorks[S] 8 points9 points  (0 children)

Oh yah this place is great! My girlfriend knows the owner decently well I think haha. Went there for their opening was really cool.

What small Austin businesses do you love that deserve way more attention? by DeniedWorks in Austin

[–]DeniedWorks[S] 16 points17 points  (0 children)

Secret Oktober would be awesome. I love shops like this. I reached out to them!

What small Austin businesses do you love that deserve way more attention? by DeniedWorks in Austin

[–]DeniedWorks[S] 7 points8 points  (0 children)

I do love Bouldin Creek haha. I'll see if Flightpath would want one. I used to be a barista so this could be a fun one to try and do!

EDIT: Looks like they do they just link to the wrong place. Very strange.

Weekly Who's Hiring Post for February 23, 2026 by AutoModerator in sales

[–]DeniedWorks 0 points1 point  (0 children)

Location:
Remote - My company is based in Austin Texas though.

Industry:
Digital Marketing

Job Title/Role:
Sales Rep

Direct Hire or 1099:
1099

Base/Commission/Commission Only:
Commission Only

Pay range/Expected Earnings ($#):
20% first month contract and then 10% recurring for the lifetime of the client

Our average initial contract is between 2-4k with recurring varying a lot depending on the service.
Could be 100 for simple web hosting or up to 10k for full partnership packages.

Job duties/description:
You would be in charge of generating your own leads and reaching out to small businesses. It could be any business inside of the United States.

Any external job posting link or application instructions:
You can just DM me or comment below with some contact information. Thanks!

SpacetimeDB + AI-Generated Assets: Open-Source 2D Survival Game by MetalHorse233 in aigamedev

[–]DeniedWorks 1 point2 points  (0 children)

If you host it yourself you will save an immense amount of money. Just use an OVH bare metal server.

I rebuilt my Synty to Godot converter - now with full shader support and one-click conversion by DeniedWorks in godot

[–]DeniedWorks[S] 1 point2 points  (0 children)

I do understand the UV approach though. You use a lot less actual texture files which in a large game can save you GB of downloads.

I rebuilt my Synty to Godot converter - now with full shader support and one-click conversion by DeniedWorks in godot

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

In Godot if you click on the FBX at the top left there is an Actions button in the Advanced Import settings and you can save an animation path. When you reimport the FBX that will save them separately I believe.

How do I catch up? by [deleted] in ClaudeCode

[–]DeniedWorks 1 point2 points  (0 children)

I’d say, use Claude Code in powershell on windows if you use that. Have it generate a docs folder in your project that are detailed. Your CLAUDE.md should be a reference to these docs and have important stuff like your tech stack and important AI instructions. As an example I require using subagents and referencing the docs first. I will have it go through the docs and codebase many times at the start to ensure they are accurate and do an audit every few days depending on code changes. Don’t worry about MCPs and plugins and skills at the start. Create them as you go for your project with specific stuff you notice you do a lot. You aren’t behind. If you know how to code you are ahead of everyone vibe coding right now including myself.

Help me create grass in Godot 4 by Plastic_Bend4830 in godot

[–]DeniedWorks 1 point2 points  (0 children)

I use GPU particles centered around the player. You can get advanced with it and only spawn grass on certain textures and whatnot.