• 0 Posts
  • 33 Comments
Joined 11 months ago
cake
Cake day: August 12th, 2023

help-circle






  • Turun@feddit.detoLemmy Shitpost@lemmy.worldPick!
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    3 months ago

    As long as you tuck properly it’s really hard to land in a damaging way*

    Back flips are surprisingly possible with some exercise. I can do them on flat ground. If you have a gym nearby with those big blue mats you can try them with much risk.

    *Terms and conditions apply when you’re fat.




  • Turun@feddit.detoSelfhosted@lemmy.worldTarallo - selfhostable FOSS Trello alternative
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    1
    ·
    edit-2
    3 months ago

    A basic image is really easy. It’s basically just

    Dockerfile

    FROM debian  # start with a minimal Linux system. There are probably better options than debian. Some images are made especially for docker (i.e. very minimal and light weight). 
    RUN apt install dependencies  # do what ever you need to get your app running. 
    RUN echo "options and stuff" >> /etc/a/config/file  # you can also edit system files
    COPY . /app  # copy your project into the docker container.
    EXPOSE 8080  # doesn't actually do anything, but documents where the app will be listening
    CMD server-binary run /app/main.php  # I have actually no idea how php server stuff works
    

    (Docs https://docs.docker.com/reference/dockerfile/)

    Then people can run your project with docker.

    Edit: checking the readme some small changes would be required. Config.php should read in environment variables and the DB init SQL should be run automatically somehow.



  • Turun@feddit.detoFrag Feddit@feddit.deFeddit, was lest ihr gerne oft?
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    3 months ago

    In meinem RSS Feed hab ich scifi und Fantasy Geschichten von /r/hfy (entweder als “alle posts von user …” via reddit, oder den RSS Feed von royal road, wo einige der Autoren seit dem API drama auch veröffentlichen. Aktuell “wearing power armor to a magic school”, “sexy sky ship babes”, “magic is programming” und “the princess and the human”.

    Als niederfrequenten deutschsprachigen Blog kann ich den "Unterschichten blog " empfehlen. Der hat auch ein paar Mal auf reddit gepostet und kann einfach Sau gut schreiben.


  • Du kannst auch einfach 2x16 dazupacken, dann haste 48GB!

    Was jetzt bei deinem konkreten Fall schneller wäre ist unmöglich zu sagen. Ich würde zu mehr Arbeitsspeicher (oder mehr Geld, wenn 2x8 viel billiger ist als 2x16) tendieren anstatt 5% mehr Punkte in synthetischen Benchmarks zu erreichen.




  • Was steht den in den specs, wie viel Strom können die USB ports liefern? Und wie viel verbrauchen deine Peripheriegeräte?

    Bei Raspberry Pi ist das ein bekanntes “problem”. Mehr als 1.2 A auf alle USB ports verteilt geht da nicht. Da kannst du dir noch so viel Ersatz Pis schicken lassen, das wird nicht besser werden. Ich vermute das gleiche Problem hat das Motherboard. Also kein Defekt, sondern einfach nur unpassende Specs für deinee hardware.



  • “we as people” - citation needed, lol.

    But I don’t disagree with you. Of course we’d have to switch from kelvin to … Was it Rankine? … To keep everything consistent and some physics constants would have to change as well.

    The advantage of the metric system is the scaling. The base value does not matter. We could measure everything in feet for all I care, but no inches or miles then! Only kilofeet, centifeet, millifeet, etc! And we need a better distinction between force and weight than “pound” and “pound-force” - seriously, whoever came up with must have had negative creativity.