Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)W
Posts
1
Comments
25
Joined
2 yr. ago

  • What is frustrating are the „open source is buggy and not everything runs instantly and smoothly“ replies. If it is from big tech, bugs are considered as normal and handled as bad weather.

  • I translated from German „Kassettenrekorder“ which is tape deck in English, I guess.

  • TIL that German „Blockflöte“ (literal translation „woodblock flute“) is recorder in English. A noun I normally connect to cassette recorder or record something.

  • 0 favorites, 0 releases, 0 forks, 0 Pull-requests?

    Kids, Open Source software can be safer as closed source, if people have checked it. That does not seem to be the case here. I would not trust that software with any important or secret information.

  • I know. It was more a post covidal rant at the nurses. Even if you are at your limit those masks are self protection.

  • May I tell you the story of my wife, a doctor, who send us to her parents in lockdown, worked her ass of in full protection a couple of hundred kilometers south, seeing our two little kids only at the weekends, if there were absolutely no symptoms and she didn’t have a shift the day before, for month? When she didn’t not have to work, she sat alone in our flat contemplating on the newly dead people who where to young to die.

    Wearing a fucking mask was not the part that sucked during lockdown.

  • Happy to help!

  • I know where you are coming from, but as a German calling someone „Unkraut“ has a very dehumanizing sound and was used by nazis to classify people they wanted to murder. Example: https://www.deutsche-digitale-bibliothek.de/item/6SLYFZ3ZSAWYUJX26V4EXWYGFZBI7ZFH

    „However, it would have to become the task of the Inner Mission... to clear God's field of this Unkraut“: women as victims of forced serialisation and "euthanasia" under National Socialism

    What happend next is posted daily by https://mastodon.world/@auschwitzmuseum So you might want to skip this.

  • Nextcloud has a similar file storage like SharePoint/OneDrive minus the content types and taxonomy trees, but I doubt you need those. If you use Only Office as online Office App in Nextcloud, you have a comparable UI to Microsoft and it uses Office Open XML (docx, pptx, xlsx) as standard file system.

    I don’t know what a paid hosting for your team would cost, but it could be worth it.

  • Who the hell brings a war zone to a kitten?

  • This is a great feature for broader adoption. As an office worker you have to unlock your screen and password manager countless times and a fingerprint reader makes this easy.

  • Look at some wood turning or grinding videos. They are able to stop a peace of a angle grinder disk. They can take the force of a rubber bullet.

    Edit: see this video. Wood exploded while turning and is stopped by face shield. https://www.youtube.com/watch?v=PJhI_QweQ0M

  • Very relatable!

  • You could just set your language to English only.

  • Ich bin in Norddeutschland aufgewachsen Platt ist kein Problem, auch wenn ich es nicht spreche.

  • Herzlichen Glückwunsch! Ich hoffe du triffst nie auf Zangendeutsch, da weiß selbst ich nicht mehr, was dort eigentlich gesagt wird.

  • A minimal setup would be:

    • your VPS with an installed operating system like Debian 12 or Ubuntu 24(?).
    • a Webserver, which accepts http(s) requests from a browser.

    You configure your VPS to be able to access it via ssh, login, install a Webserver like nginx, Apache or others, configure the server to point requests to your IP or domain to a local directory on your server (e.g. /var/www/yoursite on Linux), write some hello world html file, copy that file via scp to /var/www/yoursite, voilá – you just created a (very simple) website.

    If you want a little more bling bling you could use a static site generator. See https://jamstack.org/generators/

    With a SSG you would initialize your site on your local machine, write some markdown and put in in your site generators folder structure and run the command to create the html files from the markdown. The output is normally a specific folder you could then copy to your server, as mentioned above. Or you could set up git on your server and use git commit and git push to push changes to your server. This is what you had in mind.

    I find it easier to just use a graphical client software like Cyberduck to drag and drop the whole static site generator output to my server.

  • Selfhosted @lemmy.world

    Has anyone tested yunohost?

    yunohost.org