Dr. Crusher’s Crusher

Alternate timeline Beverly who never met Jack, never went to medical school, and instead took over the family shuttle crushing and salvage business.

u/CantankerousOrder — 2 days ago

4 of 20

Would it be the worst casting idea to have Steve Buscemi guest star as a weed-loving Borg?

No. But it’s definitely close.

u/CantankerousOrder — 5 days ago

I May Not Always Drink Aldeberran Whiskey, but When I do…

There are starship captains.
And then there is Jean-Luc Picard.

He once lived an entire lifetime on a world that existed only in memory.

He has argued with omnipotent beings and made THEM reconsider their life choices.

He once commanded a starship while trapped in a time loop. Several times.

When faced with impossible odds, he asks for Earl Grey.

The Borg know his name.

The Romulans respect his judgment.

And even Klingons listen when he speaks.

He is… the most Interesting captain in Starfleet

u/CantankerousOrder — 6 days ago

The Teshari

The species calls itself the Teshari, and its homeworld, Veyos, orbits a dim orange K-type star near the edge of a dense nebular region that long obscured their system from distant observation. Veyos is a world of shallow inland seas, towering stone reefs, and immense wind-carved plateaus. The atmosphere is slightly denser than Earth’s, producing constant low-altitude air currents and dramatic cloud formations. The Teshari evolved along the margins of the reef continents, where visibility was often limited by mist and airborne mineral particles. Their large eyes, highly developed hearing, and subtle sensitivity to atmospheric pressure changes evolved as adaptations to this environment. Most major population centers today are built into cliff faces and plateau walls rather than on open ground.

According to Teshari archaeology, their civilization emerged nearly 12,000 years ago around a series of reef-city confederations that controlled access to freshwater aquifers beneath the plateaus. Early Teshari history was marked less by conquest and more by prolonged periods of economic rivalry between city-states. Because their world lacked many easily accessible metal deposits, technological progress advanced slowly but steadily, emphasizing efficiency, recycling, and conservation. Several periods of environmental instability nearly collapsed civilization entirely, leading to a cultural aversion to waste and reckless expansion. Their equivalent of the Renaissance was driven by atmospheric science, navigation, and geology rather than astronomy, as the nebular clouds surrounding their system obscured much of the visible night sky.

Modern Teshari civilization entered its industrial age approximately 300 years ago and achieved global political unification only 92 years before first contact. The unification followed a series of severe climate disruptions that required unprecedented planetary cooperation. Scientific institutions gradually replaced traditional regional governments as the primary centers of authority, resulting in a highly technocratic world government known as the Concordance of Veyos. Warp drive technology was achieved only eighteen years ago after breakthroughs in gravimetric field theory. Since then, the Teshari have cautiously tested their warp drive and have only barely begun exploring neighboring systems, establishing a handful of research outposts but no colonies. Their first encounters with other interstellar civilizations occurred only recently, making them one of the newest entrants to the galactic community.

Teshari culture places extraordinary value on measured speech, consensus building, and intellectual honesty. Open displays of anger are considered signs of immaturity rather than strength. Social status derives primarily from demonstrated expertise and contributions to public knowledge. Most Teshari maintain lifelong affiliations with academic, scientific, or artistic societies that function as both professional organizations and extended families. They view curiosity as a moral virtue and ignorance as a condition to be remedied rather than mocked. To outsiders they can appear reserved, analytical, and emotionally distant, but among themselves they possess a dry sense of humor and a deep appreciation for storytelling. The arrival of faster-than-light travel has created a profound cultural debate between those who believe the galaxy should be explored as quickly as possible and those who fear that rapid expansion could repeat the environmental mistakes that nearly destroyed their ancestors.

u/CantankerousOrder — 7 days ago

Skills and You

No, not your skills. Agent’s skills.

I am seeing a LOT of problems reported here of big loops of “99 bugs in the code” levels. I’m also seeing a lot of issues around quality control posted.

There is a way to ameliorate this - you can add skills to Agent to do things you want it to do. There’s a lot of them, and you can even make your own.

Example: Enterprise internal app. Changed from local user auth to SSO with local backup for admins. Agent kept breaking when doing testing because it couldn’t get into the system to launch its browser. It kept trying SSO.

I wrote a skill “use local auth” - it was just a prompt telling it to use the local system admin login and not SSO. Problem solved. Now whenever I make a change that needs testing I append “use the use local auth skill when testing the app.” to my prompt and it works.

I also add a manual and online help system to every app, and have a skill called “update help.” Whenever I do something that sound change the manual I append that with the use local auth skill to run both skills.

I have SRS documents in each app’s original prompt that I also reference, and those have rules against non functioning interfaces, reports that don’t match what they are named, etc. I add a skill called “check SRS”.

Skills are basically prompts telling the Agent how to do things it doesn’t normally do or how to get out of a bind it keeps finding itself in. Check out the skills tab. Use the existing ones as references. Make your own.

My advice: Build a repository of frequently used prompts that work for you and your processes in order to add quality controls into every prompt. Keep a file handy with your prompt appending text and copy/paste as needed.

You will be a happier person for it.

reddit.com
u/CantankerousOrder — 2 months ago
▲ 1 r/replit

Skills and You

No, not your skills. Agent’s skills.

I am seeing a LOT of problems reported here of big loops of “99 bugs in the code” levels. I’m also seeing a lot of issues around quality control posted.

There is a way to ameliorate this - you can add skills to Agent to do things you want it to do. There’s a lot of them, and you can even make your own.

Example: Enterprise internal app. Changed from local user auth to SSO with local backup for admins. Agent kept breaking when doing testing because it couldn’t get into the system to launch its browser. It kept trying SSO.

I wrote a skill “use local auth” - it was just a prompt telling it to use the local system admin login and not SSO. Problem solved. Now whenever I make a change that needs testing I append “use the use local auth skill when testing the app.” to my prompt and it works.

I also add a manual and online help system to every app, and have a skill called “update help.” Whenever I do something that sound change the manual I append that with the use local auth skill to run both skills.

I have SRS documents in each app’s original prompt that I also reference, and those have rules against non functioning interfaces, reports that don’t match what they are named, etc. I add a skill called “check SRS”.

Skills are basically prompts telling the Agent how to do things it doesn’t normally do or how to get out of a bind it keeps finding itself in. Check out the skills tab. Use the existing ones as references. Make your own.

My advice: Build a repository of frequently used prompts that work for you and your processes in order to add quality controls into every prompt. Keep a file handy with your prompt appending text and copy/paste as needed.

You will be a happier person for it.

reddit.com
u/CantankerousOrder — 2 months ago