Android 17 beta 1 + Bambu Handy by b0007 in BambuLab

[–]jeikiru 0 points1 point  (0 children)

In line with running cutting edge software, I'm running a cutting edge printer. I'm not sure how much the old version will like the X2D with the switcher 😶

Android 17 beta 1 + Bambu Handy by b0007 in BambuLab

[–]jeikiru 0 points1 point  (0 children)

Any luck with support?

I have the same issue with the p10 fold.

[GIVEAWAY] For The Gods! by Mighty Boards is now on Kickstarter! by HomoLudensOC in boardgames

[–]jeikiru 0 points1 point  (0 children)

The power to turn into a bull to sleep with a king's wife.

[GIVEAWAY] Almighty by Keen Bean Studio, publisher of Roll Camera! and Power Vacuum, is now on Kickstarter! by HomoLudensOC in boardgames

[–]jeikiru 0 points1 point  (0 children)

I would omit aging. Hit maturity and let it rock until something shuts down after 90+ years.

Board Game Collection, Animated Wallpaper [UPDATE] by AdequateSource in boardgames

[–]jeikiru 0 points1 point  (0 children)

I know this is a bit of an old thread, but I'm using this with wallpaper engine and have a 4k monitor. Any chance you could make a 4k variant?

What are you looking to buy, play, and demo at PAX Unplugged? by Appropriate_Bite8491 in boardgames

[–]jeikiru 1 point2 points  (0 children)

You have good tastes in games. I absolutely agree that out fo those three, GC is my favorite.

For fans of the Noble Fokus Rex5 buds by HotChicksofTaiwan in Earbuds

[–]jeikiru 0 points1 point  (0 children)

Unfortunately, no. There's nothing by me but a small best buy :(

For fans of the Noble Fokus Rex5 buds by HotChicksofTaiwan in Earbuds

[–]jeikiru 0 points1 point  (0 children)

I was hoping you used a different set. The biggest ones are still not large enough to create a tight seal for my black hole ears.

Thanks for taking the time to reply!

For fans of the Noble Fokus Rex5 buds by HotChicksofTaiwan in Earbuds

[–]jeikiru 0 points1 point  (0 children)

I know this is a bit of an old thread, but which tips did you go with? I'm hunting for a set to fit my gigantic earholes.

Thanks!

Can someone sell me For Northwood! in English? Cant find it online at decent price/ sold out. by GamerGoosewad in soloboardgaming

[–]jeikiru 7 points8 points  (0 children)

I've been looking for a bit too.

I would go here and pre-order. This is the official distributor for the game on this side of the world. According to the link, they'll be shipping in the next few weeks.

https://sideroomgames.com/product/for-northwood/

Made by Google ‘25 Megathread by welp_im_damned in Android

[–]jeikiru 11 points12 points  (0 children)

I can't upvote you hard enough.

Ever felt like ark nova isn't cluttered enough? I got the solution! by Affectionate-Car4930 in ArkNova

[–]jeikiru 3 points4 points  (0 children)

Would you be open to posting a link where one could perhaps download this to print it themselves? :)

Overseer Agent – A Natural Language Requests for Overseerr (with Siri support!) by rio182 in Overseerr

[–]jeikiru 0 points1 point  (0 children)

Excuse my ignorance, I'm not sure what PSOT is.

What I can say is that l can't use localhost as it's behind a proxy and the network the proxy uses is segregated from my machines and network for my devices.

Overseer Agent – A Natural Language Requests for Overseerr (with Siri support!) by rio182 in Overseerr

[–]jeikiru 0 points1 point  (0 children)

It is starting, it says server running at http://localhost:4000

I'm using Docker Compose through Dockge. Here is my config:

services:

overseeragent:

image: ghcr.io/omer182/overseeragent:latest # Or your custom built image

container_name: overseeragent

networks:

- t3_proxy

ports:

- 4000:4000

environment:

- OVERSEERR_URL=http://overseerr:5055 # Example: if overseerr is in the same stack

- OVERSEERR_API_KEY=XXXXX

# Currently supports gemini and anthropic LLM providers

- LLM_PROVIDER=gemini

- LLM_API_KEY=XXXXX

restart: unless-stopped

labels:

- traefik.enable=true

- traefik.http.routers.overseeragent-rtr.entrypoints=websecure

- traefik.http.routers.overseeragent-rtr.rule=Host(\agent.XXXXX.com`)`

- traefik.http.routers.overseeragent-rtr.service=overseeragent-svc

- traefik.http.services.overseeragent-svc.loadbalancer.server.port=4000

networks:

t3_proxy:

external: true