Pulp Alley Online Card and Roster Builder

My friend and I are finally getting ready to Pulp Alley. Going through the rules in the next two weeks. As I am reading the book, I have decided to aid my experience using some AI tools.

Since we will be playing modern-themed characters, we will need to create our own cards. I worked with Claude to create a card builder. I am not a programmer but with the current tools, you can do some amazing things.

It is a work in progress, but it should be a good start for card and roster creation. Feedback is welcomed.

Online Card and Roster Builder

reddit.com
u/Low_Survey9876 — 1 day ago

Online Card and Roster Builder

My friend and I are finally getting ready to Pulp Alley. Going through the rules in the next two weeks. As I am reading the book, I have decided to aid my experience using some AI tools.

Since we will be playing modern-themed characters, we will need to create our own cards. I worked with Claude to create a card builder. I am not a programmer but with the current tools, you can do some amazing things.

It is a work in progress, but it should be a good start for card and roster creation. Feedback is welcomed.

Online Card and Roster Builder

justadude-g.github.io
u/Low_Survey9876 — 1 day ago

Breacher - THE VAULT JOB

Game: Breacher by BlackSiteStudio.

Inspired by Heat (1995) and Den of Thieves (2018). A professional crew hits the property/evidence room in the back of a local precinct, going after cash and product seized from a rival operation. The response team on shift isn't messing around.

This Operation replaces the usual Breacher vs. OPFOR structure with two OPFOR-tier forces facing off directly: the Crew (attackers) and the PD (defenders). Use standard OPFOR unit profiles, weapons, and Momentum rules for both sides — see Designer’s Notes at the end for the house rules this assumes.

OBJECTIVE

The PD player places the Vault objective (25mm) inside the evidence room, roughly centred in the precinct building.

The Crew player then places 2 Cash Bag objectives (25mm) anywhere inside the evidence room or within 4” of the precinct.

u/Low_Survey9876 — 6 days ago

Dropbox Folders Sync

Viwoods created two folders in Dropbox:

Viwoods-Note

Viwoods-PDF

Do I need both of them? They seem like identical copies.

u/Low_Survey9876 — 11 days ago

RUNNING RED - An Armoured Truck Heist - 7TV

The shipment is moving. An armoured truck is running a fixed route across town — surface streets, a couple of turns, one set of lights it can’t avoid. The crew has a narrow window to hit it before it reaches the depot. The truck’s skeleton crew won’t be enough to stop a determined crew, but they don’t need to be — they just need to hold on long enough for the cavalry to arrive.

Full scenario can be found here.

7TV by Crooked Dice.

Game Photos

u/Low_Survey9876 — 21 days ago

RUNNING RED - An Armoured Truck Heist - 7TV Scenario

The shipment is moving. An armoured truck is running a fixed route across town — surface streets, a couple of turns, one set of lights it can’t avoid. The crew has a narrow window to hit it before it reaches the depot. The truck’s skeleton crew won’t be enough to stop a determined crew, but they don’t need to be — they just need to hold on long enough for the cavalry to arrive.

Full scenario can be found here.

7TV by Crooked Dice.

u/Low_Survey9876 — 21 days ago

How to Record System Audio

Currently, I use MacWhisper to transcribe certain portions of my Zoom and FaceTime meetings. MacWhisper uses Mac built-in microphone to record audio from the speakers. It works, but the quality can be better.

Is there a way to have MacWhisper record system audio (for better quality) instead of microphone input from speakers?

reddit.com
u/Low_Survey9876 — 27 days ago

Telegram Gateway Restarting Every Hour

Does anyone else have this problem with Telegram gateways? Every hour I get message in Telegram:

“⚠️ Gateway shutting down — Your current task will be interrupted.”

Using socket in container station.

The bot is still working but it is annoying. I asked Hermes and Gemini to troubleshoot. They point figures at each other.

Looking at the logs, it's the s6 process supervisor — the init system inside the Docker container. It periodically sends a SIGTERM to restart the gateway process. Here's the chain from the log:

Hermes:

20:03:18 — s6-supervise sent SIGTERM to the gateway

20:03:20 — Gateway shut down cleanly (took 1.47s)

20:03:49 — Gateway restarted and came back online

It's a scheduled/automatic restart by the container's supervisor. The gateway process runs on a timer cycle — the s6 supervisor kills it, waits a beat, then spins it back up. This is normal container lifecycle management built into the Hermes Docker image.

The timing just happened to coincide with our conversation. You'll see the message again every ~30-60 minutes as the cycle repeats. Nothing's broken — it's just the gateway doing a routine "reset and fresh start" pass.

Your message came through fine and we're still talking, so the handoff worked as designed.

Gemini:

No, this is not normal for a healthy container deployment. While the gateway itself successfully boots up, the agent inside the container is hitting multiple operational walls.

The logs point to three distinct issues that need your attention, ranging from missing authentication to broken container permissions and blocked automation loops.

reddit.com
u/Low_Survey9876 — 2 months ago

Best Way to Separate Personal from Work and Telegram?

New to Hermes and have it up and running. Using docker componse on NAS. I setup two Telegram bots to separate personal from work profiles.

However, I kept on getting "Gateway shutting down — Your current task will be interrupted." every hour via both bots.

I asked Gemini and Hermes to resolve the problem with the goal of having two different Telegram bots. After two days of having both AIs troubleshoot the problem, I still don't have a working solution. I think I spent more time troubleshooting than using Hermes.

Is there a proper way to set this up?

reddit.com
u/Low_Survey9876 — 3 months ago

Hermes Workspace Can't See Memories

Here is my Docker Compose running on Qnap NAS.

When I go to Hermes Workspace Dashboard, the memory is empty. However, my actual memories folder in Hermes has memories from my previous sessions.

How do I fix this?

services:

hermes:

image: nousresearch/hermes-agent

container_name: hermes

restart: unless-stopped

volumes:

- /share/docker/appdata/hermes:/opt/data

ports:

- 8642:8642

- 9119:9119

environment:

- PUID=1000

- PGID=100

- TZ=America/Edmonton

command: |

sh -c "hermes dashboard --host 0.0.0.0 --insecure --no-open --skip-build &

hermes gateway run"

hermes-workspace:

image: ghcr.io/outsourc-e/hermes-workspace:latest

container_name: hermes-workspace

restart: unless-stopped

depends_on:

- hermes

ports:

- 3001:3000

volumes:

- /share/docker/appdata/hermes-workspace:/home/workspace/.hermes

environment:

- HERMES_API_URL=http://192.168.68.50:8642

- HERMES_DASHBOARD_URL=http://192.168.68.50:9119

- HERMES_API_TOKEN=1KvcRtOLv4eUuwxWUhlzk6sQY6ADi0eO

- CLAUDE_DASHBOARD_TOKEN=Dz_urarAYB1JwOT1SgWplmN1vL2VU6dKJ87HpnX0vU8

- HERMES_PASSWORD=hj67yuhjhw

- COOKIE_SECURE=0

- TZ=America/Edmonton

networks: {}

reddit.com
u/Low_Survey9876 — 3 months ago
▲ 278 r/ultramodern+2 crossposts

Breacher: Mr. Wick Night Club Operation

Game: Breacher by BlackSiteStudio.

Terrain: Tenfold Dungeon Cyberpunk City

The target moves through the city's nightlife like he owns it — because he does. The club is his territory, his people are everywhere, and every exit is covered. Intel has him at the venue until 0200. Get in, put him down, and get out before the crowd becomes a problem.

Inspiration from John Wick 1: https://www.youtube.com/watch?v=t4vrTPSQ_R4

--

It was close, but Mr. Wick was able to get out of the nightclub alive, but with bronzed ribs.

u/Low_Survey9876 — 3 months ago

Any Airsoft Players in Airdrie?

Hey everyone,

I'm looking to connect with some local airsoft players here in Airdrie.

Specifically, I’m trying to find a good outdoor spot nearby where it's safe and legal to set up some targets and do some practice shooting.

If anyone knows of any good locations around here, or if you're local and want to head out together to shoot some cans, hit me up! Drop a comment or send me a DM.

Cheers!

reddit.com
u/Low_Survey9876 — 3 months ago
▲ 152 r/ultramodern+2 crossposts

Breacher by Black Site Studios.

Mission Brief

A freelance investigator spent eighteen months building a physical dossier on a cartel air smuggling network operating out of a private airfield. Routes, contacts, payroll, tail numbers. Before it could be handed off, the cartel seized it and moved it to the control tower for safekeeping before flying it somewhere it would never be found. The contractor wants it recovered intact. The airfield is garrisoned and the clock is running.

Plane Exfil Point (PEP): Place a token or suitable aircraft model at the far end of the runway on the top table edge between sections A and B. Placed during board setup, before either force deploys.

Vehicle Exfil Point (Vep): After OPFOR Deploys, the Breacher Player Places a Token or Suitable Vehicle Model Anywhere Along the Table Edge of Section C or D, Representing a Vehicle Idling at the Perimeter Road.

OBLIGATIONS

The Breacher must move into base contact with the Dossier token and make 1 successful Interact Maneuver to secure it. Once secured, the Dossier moves with the Breacher at all times. If the Breacher is Taken Out of Action while carrying the Dossier, place the token at that location.

After securing the Dossier, the Breacher must reach one of the two Exfil Points and extract before the end of the final turn as follows:

Vehicle Exfil Point: The Breacher must be in base contact with the VEP token or model and make 1 successful Technical skill test to hotwire the vehicle. The Breacher extracts at the end of that turn.

Plane Exfil Point: The Breacher must be in base contact with the PEP token or model and make 1 successful Technical skill test at -2 to get the aircraft airborne. The Breacher extracts at the end of that turn.

SECONDARY OBJECTIVES

Comms Disruption: If the Breacher makes a successful Technical skill Interact Maneuver while in base contact with a Communications Tower, that tower's signal is disrupted. If both towers are disrupted before the end of the Operation, the Breacher earns 1 additional Cryptocurrency. Each tower may only be successfully Interacted with once.

Risky Extraction: If the Breacher extracts via the Plane Exfil Point, they earn 1 additional Cryptocurrency for the riskier crossing.

Neutralise the Spotter: If the Breacher Takes Out the Control Tower spotter before securing the Dossier, they earn 1 additional Cryptocurrency.

Mission Outcome

The breacher was a world-class marksman who deployed with a semi-automatic sniper rifle. By the end of round 2, the breacher switched to his sidearm and hadn't used his sniper rifles until round 7. Being chased by OPFOR units, the Breacher jumped off the tower (which we later learned was too high to survive) and was chased by OPFOR units that jumped after him. The Breacheed got stabbed right before he was able to get to the plane.
Awesome game :)

u/Low_Survey9876 — 4 months ago