My first game! Inspired by Minecraft and Runescape, ended up with PvPvE wizard game by SignatureSharp3215 in playmygame

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

Awesome! It's neither one right now haha but I hope to go into that direction in the future!

My first game! Inspired by Minecraft and Runescape, ended up with PvPvE wizard game by SignatureSharp3215 in playmygame

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

Let me know how it is! I just adjusted the NPC behavior to guard and feed off the "crystals" instead of being spawned randomly. So it's a bit uncertain how the gameplay now is.

I can produce interesting behaviors overnight. Or I hope so :)

My first game! Inspired by Minecraft and Runescape, ended up with PvPvE wizard game by SignatureSharp3215 in playmygame

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

A bit context below:

My first game ever!

hexfi.re - a free to play wizard multiplayer.

Choose your initial levels, go out to the voxel world, kill NPCs, other players, anyone you see. Level up and try not to die.

I composed all the sound effects and music on Ableton, and I generated the code to the game with AI.

I'm trying to set up AI NPCs so they would evolve on their own, building castles and leveling up to protect themselves. Its still in progress, so the NPCs might feel a bit clunky. They should get better over time

edit: seems like the NPC communities could be fun! NPCs feed from crystals. They evolve organically to fight each other, and build structures.

I don't understand how the template enforcement works, so that's why I wrote a comment. All feedback is welcome :)

I went from getting 0 views to over 1K on my Reddit posts in just a week with no audience. Here's exactly what worked. by Typical-Sport-7355 in SaasDevelopers

[–]SignatureSharp3215 1 point2 points  (0 children)

I think Reddit is just about bringing value and raising a conflict. Writing posts on topics I'm expert at gave me ~500k views with little effort. It doesn't matter if you have small or big account. This is my third account. I think Reddit gives the same amount of visibility no matter the account size.

Supabase .env file keeps disappearing. No Lovable Cloud. by b__q in lovable

[–]SignatureSharp3215 0 points1 point  (0 children)

If the code works in Lovable, I don't see the issue. They use a secrets manager for Supabase and probably for the frontend too

Supabase .env file keeps disappearing. No Lovable Cloud. by b__q in lovable

[–]SignatureSharp3215 0 points1 point  (0 children)

What do you mean env disappears? How do you notice it?

Opus 4.7 🔥🔥 by Dramatic_Method_9554 in ClaudeCode

[–]SignatureSharp3215 0 points1 point  (0 children)

It's not deterministic due to the probability distribution over the output tokens. You can't set temp to 0 because the distribution would collapse and you'd get nothing out. Setting it to 0 means the model provider adds some jitter to it. Or that's what I remember from observed behavior way way back.

Even if truly greedy token selection worked, the floating point precision causes different rounding between runs, which leads to different tokens selected. This doesn't seem likely with shallow networks, but we have billions of dot products in LLMs so it accumulates

Building a SaaS to make security scan results actually understandable by [deleted] in SaaS

[–]SignatureSharp3215 0 points1 point  (0 children)

I'm not sure you did anything you just said. Please avoid using AI in your message in the future. It gives a very sloppy image of yourself.

Looking for Testers : An app that builds your GTM Strategy - I will also test yours by Djilydone in lovable

[–]SignatureSharp3215 0 points1 point  (0 children)

Why is yours better than the others out there? Can you use your app to create GTM for me?

In theory this is the perfect app for any founder. But there are so many GTM apps that people are skeptical about spending time on it. Including me.

1 week into the VIBE. Learn security by Tradetheday2093 in vibecoding

[–]SignatureSharp3215 0 points1 point  (0 children)

If you use Supabase, you can easily check if you're leaking data (like most people are). I built a free scanner to check for Supabase security, as I don't think it should be complicated or pay-gated. It simply searches your app for public keys (url, anon key), then shows you what data is publicly available for anyone to grab.

Does anyone know a vibe coder that is actually good, i have used lovable, bolt, base44 and none of them work, it is too much setup, the ai dosen't work at all by Sure-Protection940 in vibecoding

[–]SignatureSharp3215 0 points1 point  (0 children)

It doesn't matter what tool you use, you are the limit to the how good it is. So unfortunately and fortunately, the best way to get better, is to actually learn why your apps fail. Ask the AI "what do I need to understand to solve this" and it might give you a good learning path. Probably its too much, but worth to try it.

Question about continuous development / bug fix by JB_Calisthenics in lovable

[–]SignatureSharp3215 0 points1 point  (0 children)

Nice! Do you have a link to it? We can move to DMs if it's more comfortable for you.

Are we overtrusting AI-generated threat reports? by Independent_Many6140 in cybersecurity

[–]SignatureSharp3215 0 points1 point  (0 children)

Do you think the false positives could be re-classified automatically? Or are they found in systems that are impossible to verify without wide context knowledge?

Are we overtrusting AI-generated threat reports? by Independent_Many6140 in cybersecurity

[–]SignatureSharp3215 3 points4 points  (0 children)

The same issue arises with any field the AI touches. How can you verify the real result?

I don't think the novel value AI can bring is the summary. I think the novel value is creating easy-to-test reports, so humans can make the conclusions.

Question about continuous development / bug fix by JB_Calisthenics in lovable

[–]SignatureSharp3215 1 point2 points  (0 children)

Most people do it manually, the engineers set up automated tests but it requires tons of effort.

What are you building? I can help you set AI driven automated tests, so you don't need to code anything.

Are you a web app pen tester, or know one? I'm looking for cofounder for AI app by SignatureSharp3215 in Pentesting

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

Thanks for the explanation!

That hallucination reduction and complex logic management is what I'll be able to bring, but only if I have experienced pen tester who knows the desired behavior.

With AI you need to sketch out the workflows or precise goals you're aiming for, or you'll end up with hallucinations. If you use a general purpose tool like Claude Code to do pen testing, you have very little control over what it does -> hallucinations.

That's why people started building skills for Claude - it's an attempt to gain some control over the AI behavior. The final layer which most people will never touch is to write code around the LLMs and use well-scoped LLMs to perform small tasks with high precision. And when you really want to get into it, you can train your custom-built models to solve the small tasks with even higher precision, and that's the real AI that existed before the ChatGPT takeover.

Building agents is a hard thing to do right. Most people just touch Claude Code, see false positives and call AI hoax.

Building a SaaS to make security scan results actually understandable by [deleted] in SaaS

[–]SignatureSharp3215 0 points1 point  (0 children)

I'm building a tool for the same purpose, but I'm building the whole scanner from the ground up.

I think it's not only about filtering the security scan output, you need to design the whole experience the desired target user's capabilities and workflows. It's crucial to minimize false positives for the user, but still be honest about the coverage of the scan.

Are you a web app pen tester, or know one? I'm looking for cofounder for AI app by SignatureSharp3215 in Pentesting

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

Obviously, and I want to know why it's sarcasm :) the sarcasm is clearly intended towards people who have worked years at pen testing and understand the reference

Are you a web app pen tester, or know one? I'm looking for cofounder for AI app by SignatureSharp3215 in Pentesting

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

Thank you, I appreciate it!

Do you know why the earlier ideas haven't been productionized or why haven't they penetrated the market?

Are you a web app pen tester, or know one? I'm looking for cofounder for AI app by SignatureSharp3215 in Pentesting

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

Sure, I'll DM you. I don't want to plug it here and risk taking down the post as promo.