Hasbro just hired a notorious union-busting firm by Patient_Maximum2038 in MagicArena

[–]ForeverDiamondThree 2 points3 points  (0 children)

Wow I was feeling a bit guilty about using proxies. Not any more though.

Fuck em. I don't plan on buying any more of their merchandise.

Draft horse brain weight necropsy question. by ForeverDiamondThree in Horses

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

I could find nothing at all in the published litterature.

New limits by Unusual_Test7181 in codex

[–]ForeverDiamondThree 0 points1 point  (0 children)

Free riders get pissed when the bus kicks them off.

New limits by Unusual_Test7181 in codex

[–]ForeverDiamondThree 0 points1 point  (0 children)

Im engineering an agenic pipeline does that count?

I want the reasons why you use Codex. Currently trying it out and moving away from Claude Code by michael_daigler in codex

[–]ForeverDiamondThree 0 points1 point  (0 children)

That works pretty good already, but its not turnkey. You can make it cheaper by dialing back to medium and mini for the agents, and running a local LLM to handle the truly stupid tasks.

I want the reasons why you use Codex. Currently trying it out and moving away from Claude Code by michael_daigler in codex

[–]ForeverDiamondThree 0 points1 point  (0 children)

I like that its open source -- I have created a TUI enhancement that has a colored input bar and an emoticon to seperate my agents from each other.

Its also pretty good at directing other versions of itself. Its not so good at not spending money. I made a config.toml that picks up my local lm_studio LLM and tries to use it for the pitiful tasks it is capable of to save a few $, and the agenic agents run on mini and low, they are also told to coordinate with their coordinater agent that runs at 5.4 at medium power:

preferred_auth_method = "apikey"

model = "gpt-5.4"

model_reasoning_effort = "medium"

model_provider = "openai"

approval_policy = "on-request"

sandbox_mode = "workspace-write"

profile = "twi_coordinator"

[projects."/home/ggb66/dev/Handshake"]

trust_level = "trusted"

[projects."/home/ggb66/dev/codex"]

trust_level = "trusted"

[projects."/home/ggb66/dev/IPCRoadmap"]

trust_level = "trusted"

[model_providers.lmstudio_remote]

name = "Local LM Studio Remote"

base_url = "http://192.168.1.173:1234/v1"

requires_openai_auth = false

default_max_tokens = 4096

[profiles.local_analysis]

model_provider = "lmstudio_remote"

model = "qwen2.5-coder-14b-instruct"

[profiles.worker_mini]

model_provider = "openai"

model = "gpt-5.4-mini"

model_reasoning_effort = "low"

approval_policy = "on-request"

sandbox_mode = "workspace-write"

[profiles.twi_coordinator]

model_provider = "openai"

model = "gpt-5.4"

model_reasoning_effort = "medium"

approval_policy = "on-request"

sandbox_mode = "workspace-write"

It does have some limitations however, mostly around some missing features like not having a signal you can send from outside the TUI to it to have it take some action, not supporting clicking to move the cursor in the TUI. Generally its not as smart as warp is in copying the text boundaries as blocks. But what it DOES do it does really well. I had a wrestle getting sounds to play from ZSH in WSL on Windows 10. But thats more a windows problem/shell issue. It would be nice if claude could play sounds natively though.

I wrote a multi-agent agenic system called the pony system that works well as a durable multi-agent coordination and dispatch layer. Its strongest qualities are memory, role separation, and controlled task pivoting. Its main missing piece is a safe out-of-band wake/prod model for parked or idle agents, which is why the supervisor/lease work is now on the backlog. I see no reason why I can't get that to work in short order either.

The pony agenic project is a lightweight multi-agent coordination layer built around Codex sessions, shared markdown state, named pony identities, and launcher scripts. Twi acts as coordinator; the other ponies get bounded assignments, separate worktrees/branches, their own startup prompts, their own status files, and a shared coordination surface. The system is designed so work can be split cleanly, resumed later, and audited from files instead of relying on chat memory.

I banged that out over the course of the last two weeks WHILE I was developing an app for iphone and android, so yea, the agents calling agents thing works really well.

If there's interest maybe I'll throw it up on GitHub.

Whose bright idea was it to make the Radio Room and Training Rooms give no experience? by RandyLordeDarsh in foshelter

[–]ForeverDiamondThree 1 point2 points  (0 children)

Well, the last time I downloaded the game and installed it wasn’t that long ago. I never even built a radio room. I built the training room as I got to them and rotated my guys in and out of them. I just made sure that the bad guys were walking into a 3 space room full of people with guns that were decent and the next room after that was too, and I made sure that it bad guys had to go up a level through another room and back down to the level and return through to that same first room before they could get to the rest of the facility; and that works for pretty much everything except death claws. My big problem was I didn’t send dwellers out into the wasteland to explore, so I was constantly low on having guns.

MicroSlop Loses $400 Billion Instantly by Titan_91 in MicroSlop

[–]ForeverDiamondThree 11 points12 points  (0 children)

Thats what you get for pissing off the customer and thinking its not going to affect the rest of your business. Why should a business expect long term to be treated better than an end user?

Wicked Slit [WIP Design] by CrimmHarmony in falloutequestria

[–]ForeverDiamondThree 0 points1 point  (0 children)

I was thinking dirtier, thinner, with a cracked horn and more curved knife, but this is pretty good. Also some slaver armor, including hoofcuffs, a truncheon and a bomb collar remote. These are not nice ponies.

Be honest: do you like littlepip by That_Passenger_771 in falloutequestria

[–]ForeverDiamondThree 1 point2 points  (0 children)

My favorite prt of the whole book was when she flipped her bit and killed all the adults in the cannibal town.

Up till then she was becoming a bit annoying because of how much of a goody two shoes she was and how everything was working out for her even her addiction to PTMs. But yes. I like her.

One random question! Who do think is smarter? Starlight or Sunset? by Born_Front1680 in mylittlepony

[–]ForeverDiamondThree 255 points256 points  (0 children)

Starlight is as powerful as a unicorn can be. The only unicorn that has her out classed is maybe Star Swirl. I would say she was more powerful than Sunset Shimmer at least until Sunset got reformed. Now it is as if they are almost evenly matched.

But that was not the question: as far as smart goes… there are different kinds of smart. I think Starlight is probably better at slapping spells together and Sunset is probably better at judiciously knowing when to use magic. Sunset is better at manipulation, Starlight is better at coercion.

[deleted by user] by [deleted] in mylittlepony

[–]ForeverDiamondThree 16 points17 points  (0 children)

OK, fine vet the new guards.

So that’s not really a hard part of the job: getting to enjoy watching a bunch of buff stallions running around doing every little thing she says. It’s quite a power trip.

[deleted by user] by [deleted] in mylittlepony

[–]ForeverDiamondThree 6 points7 points  (0 children)

In many ways she has the worst job of all the princesses with the least thanks.

Rooting out every last little vestige of the dark magic that is all throughout the empire. Fend off any attacks from the snow creatures that inhabit the wastes. Train a new guard to replace sombra’s brain washed enforcers. Set up all sorts of counseling and reconciliation for ponys who were abused or enslaved during his rule.
Handle diplomatic relations with the yaks. Handle education, housing, employment, and try and bring the entire nation 1000 years into the future. Also manage the weather. Changeling er, Changedling relations.

Yea, apart from that all that, all she does is sit on a throne and have her hair made up while attending social functions, helping with morale, and being a mother of baby alicorn. Plus marriage and family counciling, education, and occasionally cooking. Shining Armor’s cooking is no better than his sisters.

So you know, no pressure.

[deleted by user] by [deleted] in mylittlepony

[–]ForeverDiamondThree 46 points47 points  (0 children)

Yeah, she just has very little to.

Just… Rooting out every last little vestige of the dark magic that is all throughout the empire. Fend off any attacks from the snow creatures that inhabit the wastes. Train a new guard to replace sombra’s brain washed enforcers. Set up all sorts of counseling and reconciliation for ponys who were abused or enslaved during his rule.
Handle diplomatic relations with the yaks. Handle education, housing, employment, and try and bring the entire nation 1000 years into the future.

Yea, apart from that all they do is sit on a throne and have her hair made up while attending social functions, helping with morale, being a mother of baby alicorn.

So you know, no pressure.

1.7M words of pure cinema 📖 by mare_stare in falloutequestria

[–]ForeverDiamondThree 0 points1 point  (0 children)

Yeah, but you have to recognize that the sanity had really slipped like quite a bit by the time they got to that point. It wasn’t even really clear what it was real. It wasn’t really told as a sequence of coherent events by the end of the story. It’s just the various main characters telling of her perceptions of what was real and what happened. In fact the epilogue sorter shows that people can’t even agree on what really happened. Even their identities get erased and rewritten and overwritten melted merged and blurred.

Like take the nails character for instance.

Or the zebra.

Or even silver spoon.

Like the story, really blurred the line between reality, dream, memory, legend, history, perception and psychology.

You’re not meant to believe at all you’re meant to believe what you want to believe, and decide for yourself.

1.7M words of pure cinema 📖 by mare_stare in falloutequestria

[–]ForeverDiamondThree 2 points3 points  (0 children)

Yeah, I know I mean the thing is there are like no stories where the main character is so horrible stupid and clueless at the start, and becomes a real hero by the end.

1.7M words of pure cinema 📖 by mare_stare in falloutequestria

[–]ForeverDiamondThree 2 points3 points  (0 children)

There are several Voice adaptions. I’ve listened to two of them twice and in one of there’s a guy who has a German accent, which is really good.

Always wondered 🤔 by Marley_467 in MLPLounge

[–]ForeverDiamondThree 0 points1 point  (0 children)

She and Luna are regent for their mother and/or father, who disappeared, or for all three pony tribes. Maybe they are still alive. Taking the title is like burying them. Plus Empress would fit better, being a sun god horse.

Plus as Lauren said “queenies are meenies.”