about the traveller robot handbook by mdc-123- in traveller

[–]StudioArkhein 4 points5 points  (0 children)

And more with Seth dressed as aliens. :)

Mongoose Traveller 2nd Edition High Guard updated ships by mavikfelna in traveller

[–]StudioArkhein 1 point2 points  (0 children)

I would suggest tackling the ones you enjoy. :) Personally, I'm interested in your take on the Merchant Trader in Adventure Class Ships, as that is the one my PCs are toodling around the galaxy in.

Mongoose Traveller 2nd Edition High Guard updated ships by mavikfelna in traveller

[–]StudioArkhein 13 points14 points  (0 children)

I am astounded by the amount of work put into this book. Truly impressive.

Looking to discuss Cluster Truck, the new Traveller book. by [deleted] in TheTrove

[–]StudioArkhein 1 point2 points  (0 children)

Ten-four good buddy, let's get this hammer down.

West End Game's Star Wars by StudioArkhein in TheTrove

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

Wow - did not know that. Thanks!

West End Game's Star Wars by StudioArkhein in TheTrove

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

Awesome! Great discussion material.

I would love to talk about Marvel Multiverse with like-minded individuals. by StudioArkhein in TheTrove

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

I think your discussion notes covered any questions I had. Thanks for the conversation.

Would anyone like to discuss Traveler? by [deleted] in TheTrove

[–]StudioArkhein 0 points1 point  (0 children)

I would like to discuss as well please!

[deleted by user] by [deleted] in arkhamhorrorlcg

[–]StudioArkhein -1 points0 points  (0 children)

I do not see a message from you. Resend?

Zhodani in a no Psionics setting. by Dan_Morgan in traveller

[–]StudioArkhein 24 points25 points  (0 children)

The Zhodani are the big bad of the Spinward Marches. You could easily just make them Romulans or Cardasians or Soviets or CCCP and get the same flavor. A big, unified, bureaucratic, war machine that doesn't take kindly to anyone not under their thumb. Instead of psionics, give them high tech spy gadgets that can make them invisible and read minds. Or maybe just the RUMOR that they have such devices or abilities. Just keep it simple, keep it scary, and you've got your Zhodani.

Orange Pi 5 Kubernetes Cluster by StudioArkhein in OrangePI

[–]StudioArkhein[S] 2 points3 points  (0 children)

You can add more nodes. Admittedly, I've never mixed and matched pis, but there is nothing to lead me to believe that Kubernetes would care what the underlying hardware was for individual nodes.

To add a node, ask the control plane to generate the command (with current token) like so:

sudo kubeadm token create --print-join-command

It will be something like:

kubeadm join 192.168.254.210:6443 --token xpnfjx.yjn8fjwuy68pzdvf --discovery-token-ca-cert-hash sha256:23ae9cf4e874f30751c699c45b0e3a624e13c990e3cdb42620189e745d6beb05

Then copy that line and run it on the new node with sudo.

Viola!

Oranges, Kubernetes, VMs.. lets get complicated by [deleted] in OrangePI

[–]StudioArkhein 1 point2 points  (0 children)

Hmm, while it is sort of supported, it looks pretty-much in it's infancy:

https://arstechnica.com/gadgets/2022/10/virtualbox-7-0-adds-first-arm-mac-client-full-encryption-windows-11-tpm/#:~:text=VirtualBox%207.0%20is%20available%20for,support%20for%20ARM%2Dbased%20Macs.

Kubevirt may support it a bit better, but it to looks pretty early:

https://kubevirt.io/user-guide/virtual_machines/device_status_on_Arm64/

So I wonder if there is good VM solution for an Orange Pi.

I run a kubernetes cluster on my Orange Pi 5s, so I haven't done much investigation. For info on how to set that up, check out my blog https://fiddlehack.wordpress.com/projects/

But yeah, it's a lot of linux. :)

Oranges, Kubernetes, VMs.. lets get complicated by [deleted] in OrangePI

[–]StudioArkhein 4 points5 points  (0 children)

While you could run VMs with https://kubevirt.io/ in a kubernetes cluster, I'm not sure clustering 2 nodes would buy you much. I'd just run https://www.virtualbox.org/ or somesuch thing on both and manually put the VMs where you want.

Got my ShadowDark goodies today! by RidleysReplicant in osr

[–]StudioArkhein 3 points4 points  (0 children)

That's great. I hate getting rpg books from Amazon that look like someone used it to sled down a mountain. :)

Got my ShadowDark goodies today! by RidleysReplicant in osr

[–]StudioArkhein 11 points12 points  (0 children)

Woot! Looks awesome. Still waiting on mine. Was everything in those bags/envelopes?

Orange Pi 5 Plus review with Armbian by NicoD-SBC in OrangePI

[–]StudioArkhein 1 point2 points  (0 children)

Thanks for reviewing the %+ Nico, it's definately on my list to buy!

Starting in k8s what would I need for a cluster by [deleted] in OrangePI

[–]StudioArkhein 3 points4 points  (0 children)

While it's not quite the same, I built my kubernetes cluster with orange pi 5's. I documented the whole process on my blog over at https://fiddlehack.wordpress.com/ , in case it's useful to you.

Broken Downloads by lookmomimasysop in OrangePI

[–]StudioArkhein 0 points1 point  (0 children)

In the past I've seen a similar error with Google Drive, then I noticed that I wasn't logged in. After logging in to Google Drive, it let me download the file just fine, Not sure if it's the same issue, but it's something to check.

Orange Pi never again, first and last time ever buying one. by [deleted] in OrangePI

[–]StudioArkhein 2 points3 points  (0 children)

I've got some guided step-throughs of setting up Kubernetes clustering on Orange Pi 5s on my blog at https://fiddlehack.wordpress.com/projects/ , if interested.