I've just started a new instance on Oracle Cloud given how good the free tier is.
I'm maxed out on everything free: 4 CPU cores, 24 GB RAM, 200 GB storage.
Do you have any idea what the implications are of changing the block volume performance up from the default balanced to higher performance or UHP? All I can find on pricing is here:
https://www.oracle.com/cloud/storage/pricing/
But it doesn't mention anything about free tier eligibility.
Of course, for people like mods and developers, you could quite easily reach out directly. The Apollo dev is on Mastodon, the Reddit mods probably responds to reddit DMs.
As for actual celebrities, you'd have to get their attention somehow. They have publicists whose job it is is to filter out the people who want to talk to them.
Any good ones there? I can't say I've played any of though, although I was interested in checking out Empire of Sin because it was made by John Romero.
Your instance becomes aware of the existence of another instance when just one user subscribes to a community there. From then on it will appear in all.
You can do this in Lemmy, default the Home Screen to Subscribed. It’s an option for each user, but the instance admin can choose a default. I’m not sure about Kbin.
It’s a shame about Hades 2. The first one was on Game Pass but the sequel hasn’t even been confirmed for the platform at all. I wonder if Sony paid them for that.
I've just given the script a go and it seems to have failed
=> => transferring context: 23.07MB 0.2s => [lemmy lemmy 2/6] RUN apt-get update && apt-get -y install --no-install-recommends postgresql-client libc6 libssl1.1 ca-certificates && rm -rf /var/lib/apt/lists/* 18.7s => [lemmy builder 2/7] RUN apt-get update && apt-get -y install --no-install-recommends libssl-dev pkg-config libpq-dev git && rm -rf /var/lib/apt/lists/* 14.7s => [lemmy lemmy 3/6] RUN addgroup --gid 1000 lemmy 0.5s => [lemmy lemmy 4/6] RUN useradd --no-create-home --shell /bin/sh --uid 1000 --gid 1000 lemmy 0.4s => [lemmy builder 3/7] WORKDIR /app 0.0s => [lemmy builder 4/7] COPY ./ ./ 0.2s => [lemmy builder 5/7] RUN echo "pub const VERSION: &str = "$(git describe --tag)";" > "crates/utils/src/version.rs" 0.2s => ERROR [lemmy builder 6/7] RUN cargo build --release 399.8sAltough the building timer is still running
[+] Building 761.3s (15/18)Is there somewhere I can access logs to see what happened?
Edit: Managed to screenshot the error prior to it disappearing