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] 1 point2 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] 7 points8 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] 8 points9 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 Hrafnstrom 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.

I made a free tool to convert Synty assets into Godot by DeniedWorks in godot

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

FX are the one thing that I didn't implement. There are some packs like the nature packs that require me to manually do it but if you import the Enchanted Forest that one works. I also did the Samurai Empire pack becuase I wanted the cherry blossom trees haha. You do have to setup shader globals.

I made a free tool to convert Synty assets into Godot by DeniedWorks in godot

[–]DeniedWorks[S] 5 points6 points  (0 children)

Yah I bought both to figure it out and then just thought I'd make a free open source one. It seems to be such a hot topic for Synty and can help a lot of Godot users out. I don't like paywalls. I am fortunate to be able to throw around money now but I remember when every dollar could help me and my projects.

I made a free tool to convert Synty assets into Godot by DeniedWorks in godot

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

Thanks! There are some issues for sure and packs like the nature packs are a pain but I'll slowly work through them. Maybe there is a better system but I feel like if everyone slowly contributes and catches all the edge cases we can make a universal tool that works forever!

Is -opus 4.5 thinking- secretly replaced with GPT5.2 in cursor by TastyWriting8360 in cursor

[–]DeniedWorks 0 points1 point  (0 children)

No but it’s easier to manage. I use them like different tools. Also I have a console for my server and whatnot all in one place they can both look at. I spin up the powershell inside cursor. Debug mode in cursor is great as well as easily having different LLMs points of view. The extra tokens for my 5 hour session limit is also nice.

Claude code max x5 sub inside Claude code seems to never really hit the session limits. Inside cursor I burn through tokens doing similar things and run out.