I eat words@group.lt to Philosophy@lemmy.mlEnglish · 9 months agoCould our Universe be a simulation? How would we even tell?plus-squarearstechnica.comexternal-linkmessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkCould our Universe be a simulation? How would we even tell?plus-squarearstechnica.comI eat words@group.lt to Philosophy@lemmy.mlEnglish · 9 months agomessage-square0fedilink
minus-squareI eat words@group.lttoAnnouncements@lemmy.ml•Lemmy v0.18.0 ReleaselinkfedilinkEnglisharrow-up11·1 year agoyay! thank you all! i have made a not-so-quick-but-dirty Dockerfile to build on arm64 FROM rust:1.70.0 WORKDIR /app COPY . . RUN echo "pub const VERSION: &str = \"$(git describe --tag)\";" > "crates/utils/src/version.rs" RUN cargo build --release RUN apt update RUN apt -y install libpq5 RUN cp /app/target/release/lemmy_server /app/lemmy CMD ["/app/lemmy"] later I am planning to improve it a bit, to make the image smaller if i can linkfedilink
I eat words@group.lt to Community Promo@lemmy.caEnglish · 2 years agoRobert Anton Wilson breadcrumbs - Internet burnoutplus-squaregroup.ltexternal-linkmessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkRobert Anton Wilson breadcrumbs - Internet burnoutplus-squaregroup.ltI eat words@group.lt to Community Promo@lemmy.caEnglish · 2 years agomessage-square0fedilink
I eat words@group.lt to Philosophy@lemmy.ml · 2 years agoNothing.plus-squarewww.secretorum.lifeexternal-linkmessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkNothing.plus-squarewww.secretorum.lifeI eat words@group.lt to Philosophy@lemmy.ml · 2 years agomessage-square0fedilink
I eat words@group.lt to Philosophy@lemmy.ml · 2 years agoLiving and Dying with a Mad Godplus-squarewww.secretorum.lifeexternal-linkmessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkLiving and Dying with a Mad Godplus-squarewww.secretorum.lifeI eat words@group.lt to Philosophy@lemmy.ml · 2 years agomessage-square0fedilink
I eat words@group.lt to Philosophy@lemmy.ml · 2 years agoSlavoj Zizek: What Does the Future Hold? From the Singularity to Freud, Secret Lives to Wired Brainsplus-squarewww.youtube.comexternal-linkmessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkSlavoj Zizek: What Does the Future Hold? From the Singularity to Freud, Secret Lives to Wired Brainsplus-squarewww.youtube.comI eat words@group.lt to Philosophy@lemmy.ml · 2 years agomessage-square0fedilink
yay! thank you all!
i have made a not-so-quick-but-dirty Dockerfile to build on arm64
FROM rust:1.70.0 WORKDIR /app COPY . . RUN echo "pub const VERSION: &str = \"$(git describe --tag)\";" > "crates/utils/src/version.rs" RUN cargo build --release RUN apt update RUN apt -y install libpq5 RUN cp /app/target/release/lemmy_server /app/lemmy CMD ["/app/lemmy"]
later I am planning to improve it a bit, to make the image smaller if i can