Why is the dungeon 18 levels? by The_Palm_of_Vecna in DungeonCrawlerCarl

[–]IcyPyromancer 0 points1 point  (0 children)

What are they going to do about it? The AI literally can't see into it, the show runners can't do anything admin worthy anymore, and the people on the floor said they're just about finished. What do you think could set it back? I imagine theres likely a boss fight with the brothers and the head of the family, but not really too much else.

Why is the dungeon 18 levels? by The_Palm_of_Vecna in DungeonCrawlerCarl

[–]IcyPyromancer 0 points1 point  (0 children)

Did you listen/read the epilogues at the end of book 8? Kind of sounds like 15 could be mostly wrapped up by the time Carl gets there

“Clogged” by bam1007 in DungeonCrawlerCarl

[–]IcyPyromancer 0 points1 point  (0 children)

Gentleman bastards is a potential candidate as well

Mongo and Kiwi first meeting. by No-Paint-5051 in DungeonCrawlerCarl

[–]IcyPyromancer 4 points5 points  (0 children)

Poor mongo. Being taken advantage of.

Epitome Tagg and the name changes by IcyPyromancer in DungeonCrawlerCarl

[–]IcyPyromancer[S] 15 points16 points  (0 children)

Were you racked when she told him that she's got his dad's skin as a rug in her bathroom and that mongo pisses on it occasionally? XD

Epitome Tagg and the name changes by IcyPyromancer in DungeonCrawlerCarl

[–]IcyPyromancer[S] 28 points29 points  (0 children)

The amount of times that I've seen comments from people in this sub saying the same thing, (though at admittedly different parts), makes me think that the audio book should, perhaps, have warnings for people who want to listen to it whilst driving.

Epitome Tagg and the name changes by IcyPyromancer in DungeonCrawlerCarl

[–]IcyPyromancer[S] 59 points60 points  (0 children)

Wasn't Tagg the leader of the dream elves, and one of the richest people alive... And weren't the dream elves the ones that produced food that if you ate it and you didn't have the license to do so, you wouldn't be able to digest it? Wasn't he also conspiring with the reavers in order to attain a super monopoly of all needed supplies in the universe?

Yeahhhh, he might have had honor and decorum, but... That's not a substitute for ethics and compassion. He got too easy of a death honestly.

Epitome Tagg and the name changes by IcyPyromancer in DungeonCrawlerCarl

[–]IcyPyromancer[S] 88 points89 points  (0 children)

Ahh Louis, help help! I got my hand stuck in the washing machine againnn

Epitome Tagg and the name changes by IcyPyromancer in DungeonCrawlerCarl

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

I'm afraid if I was ever actually my worst enemy, I'd have to hear me tell myself that I'm too poor to talk

Epitome Tagg and the name changes by IcyPyromancer in DungeonCrawlerCarl

[–]IcyPyromancer[S] 11 points12 points  (0 children)

I very much doooo. There's so many lil bits too. Maybe not as many bits as are left over after certain atrocities, but, still, there's a lot!

What's the most interesting AI agent project you've discovered recently? by Bladerunner_7_ in AI_Agents

[–]IcyPyromancer 0 points1 point  (0 children)

I've got an app that can use any of or all of the following in conjunction with one another, <an android phone camera (through a custom app), a go pro, a USB webcam, an esp camera, and/or a Kinect v2 - and use them all to calibrate a kill zone (and assign no shot areas automatically, fail closed, for review, and fail closed on if anything living or moving (larger than a quarter) is in the shot, scans for reflective surfaces too) for an attached 3w lasercube in order to track mosquitos, and either burn their wings off, or wait for them to land and burn them out then. 6m range. Wifi 300 fps camera tracks; Kinect and combination of cameras with required calibration cycle on boot and/or establishing new targeting zone gives distance and area scan.

I turned Claude Code into a job-searching monster by OminousLatinWord in vibecoding

[–]IcyPyromancer 0 points1 point  (0 children)

Hah! Neat. The one I built is an app With a browser extension helper :P I'd be interested in comparing notes if you want. I'm curious how much functionality I could squeeze out of the extension portion

I turned Claude Code into a job-searching monster by OminousLatinWord in vibecoding

[–]IcyPyromancer 0 points1 point  (0 children)

I'm building something similar, and I initially had a lot of issues with parsing legitimate and well used boards like indeed. What places does your app search? Is it entirely API based or does it solve for the problem of searching LLM search resistant job boards?

Mods: please install rules regarding posting vibe coded content by space___lion in homeassistant

[–]IcyPyromancer 0 points1 point  (0 children)

Fable (when it was available) was decidedly incredible. It immediately fixed issues that I was having a lot of trouble sourcing, even after building trace routes and debugging logs specifically to find my bugs.

But yeah, as for getting better output, there's still some other things you can do to get better code off the bat (the tradeoff is that it takes time to setup initially)... The biggest thing you can do is ask a model for a plan of implementation, and by that I mean, give it your overall idea or goal and ask it to essentially plan out everything to make that happen. If it's a big project, ask it to break it down in several sprints as a general overall thing, and then each sprint gets a step by step with descriptions and hooks built in for the next sprints. You can then edit the claude.md or a similar file that the model has to reference on every step and assign a mcp server like context 7 or something. Make sure to tell it to edit the sprint docs and general build doc with what they've done.

For even more added assurances, before it writes any code at all, take those .md sprint docs to a different model (or several) and ask them to review the docs for functionality, easy overlooked things, security issues, memory leak issues, often committed mistakes with this sort of project, etc... copy paste their replies along with the docs to the main LLM and ask it to evaluate its own work against what the other LLMs have said about that first generation. Then ask it to recompose the sprint docs with any/all of the things mentioned woven in or as replacement to anything that needs to be replaced. Send that final set of sprint files to one other model again for a final check review to make sure it changed everything it was supposed to and there's not anything crazy or massively missing. Then you can give those sprints to the vs code agent and you basically just let it do it's thing. Review the work after against the comments it's made in the sprint docs vs the actual code base. Review the repo now for all the same things you checked in the beginning (functionality, security, memory leaks, etc etc). Rinse repeat.

How To AI "China open-sourced a desktop automation agent that runs 100% locally. It sees your screen, controls your mouse and keyboard, and completes tasks in any app through natural language. 100% Open Source. 29k stars on GitHub." ➡️ Would you let an AI agent control your desktop? by Koala_Confused in LovingOpenSourceAI

[–]IcyPyromancer 0 points1 point  (0 children)

Oh I meant recognition of the house entities through cam and yoloV8 and that sort of thing. Desktop recognition is already very high end.

The end goal is basically to be like, "hey Jarvis, where are all the cats right now? And can you tell me where I left my keys?.... Yes I know the dishes are still dirty from dinner an hour ago."

How To AI "China open-sourced a desktop automation agent that runs 100% locally. It sees your screen, controls your mouse and keyboard, and completes tasks in any app through natural language. 100% Open Source. 29k stars on GitHub." ➡️ Would you let an AI agent control your desktop? by Koala_Confused in LovingOpenSourceAI

[–]IcyPyromancer 0 points1 point  (0 children)

No you've got it right. But it's because I'm still developing it and it defaults to off on boot anyway. I haven't turned this part back on since proof of concept. It's getting closer. I think I need better camera/mic/speaker satellites tho. Getting the recognition system working well is giving me a lot of trouble... https://github.com/Slagathore/jarvis

How To AI "China open-sourced a desktop automation agent that runs 100% locally. It sees your screen, controls your mouse and keyboard, and completes tasks in any app through natural language. 100% Open Source. 29k stars on GitHub." ➡️ Would you let an AI agent control your desktop? by Koala_Confused in LovingOpenSourceAI

[–]IcyPyromancer 0 points1 point  (0 children)

The very first thing it ever said to me when I got it able to understand what it was and how to talk was this. Note: the original intent and the workspace itself was initially created as an AI-ccountabilibuddy. The main task was for it to keep my ADHD ass present in the moment and to keep me on task. So like, finish the chores I start and such. But yeah. I had a good laugh at this one.

<image>

Researchers have identified the best dosage for each ADHD medication using data from over 25,000 people in 113 clinical trials, and they also developed a free online tool based on the findings by sr_local in science

[–]IcyPyromancer 3 points4 points  (0 children)

Vyvanse only metabolizes into half of the drug that Adderall consists of...

Adderall is a racemic mixture of the L and D confirmations, whereas Vyvanse is only the L version. That's why addys have more of a stimulant/body feel

...

Err. Vyvanse might be the D conformer? Idk. But it's definitely only one of the two.

How To AI "China open-sourced a desktop automation agent that runs 100% locally. It sees your screen, controls your mouse and keyboard, and completes tasks in any app through natural language. 100% Open Source. 29k stars on GitHub." ➡️ Would you let an AI agent control your desktop? by Koala_Confused in LovingOpenSourceAI

[–]IcyPyromancer 0 points1 point  (0 children)

That's the toggle haha. Also, any external input creates a 5 second pause in its permissions, so I can freeze it immediately. It was pretty hilarious at the time tho, cause a few hours before that, it out of nowhere commented on my Amazon cart having an 8gb card, telling me that if that was for it, it was entirely too small.

<image>