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/)N
Posts
0
Comments
18
Joined
3 yr. ago

  • Do you know whether they plan to introduce a newer TPU instead?

  • Well, good to know. I planned to buy one and attach it to my homeserver ಠ╭╮ಠ

    I think this plan needs to be replaced.

  • Just start with what is available to you. But first sort your aims.

    Do you wanna learn or do you want to simply have services available?

  • Yes, if that is true (and I am not that suprised about it) it is nearly impossible to block them this way.

  • Isn't fail2ban a possibility too? I created a filter for chatgpt and some others, and it feels like its working. My radicale server is my only free acessable service but it comes with a small webgui and so the bots showed up. I have no clue if the bot gets a fraction of your site each time it shows up, but seemingly the ban happens within 300ms when I remember correct. So it wouldn't be that much of information...

    When setting the retry to 1 it will ban at the first sight.

  • Well my first reply is: setting up yor own router is like to learn driving with a touring car. You just need to know a lot to set up/handle everything properly. Its just not easy and in m opinion the most wrong point to start.

    DNS-wise I would like to recommend something like pihole. To me it was my first thing I installed and used until this day and also the handling of DNS is quite easy. Maybe you should consider lerning other things before setting up your own router.

  • I use Trilium and I like it. The first thing I would like to mention: Trilium is stale and there is Trilium Next the official successor... More or less... If you choose to try, start with the one that is still in development.

    But to be fair, I does not use it as I wanted to. My plan was to use it completly with markdown but I am to dumb or ignorant to do it right. So I simply use the wysiwig style integration to style my texts.

    I will watch a video that shows me how to properly use markdown in there.

    On the other hand, actually I think about switching to some AsciiDoc Notes/Wiki stuff. Simply because I like the way AsciiDoc works...

    And the last to mention: I have no experience with Authelia.

  • Well, I got that mail too and I also use a 1€ server of ionos, but the mail only mentioned the price of plesk.

    When I looked at the service page plesk wasn't lizensed. So, are your sure you lizensed plesk? Because my usecase is fairly similar to yours...

    Or did I got something wrong?

  • The outer right one? This is lemmy. A link aggregator like reddit

  • Realy? I get what you want to say, but at least the power consumption of the machine you need the model to run on will be yours forever. Depending on your energy price it is not 0 per query.

  • BiBaBoBlocked da dude

  • Nah, since it is only an option (at least it read like this) not much would happen (again) I guess.

    Face recognition in smartphones is spread widely even though I know nobody using it.

  • Are there any articles about examples? I only know about aftermath.site but ha e no clue if it is sccessful or not.

  • When possible JetBrains IDEs. The downside of this: other (has not tested that much to be honest) IDEs can feel like better text editors or outdated IDEs...

    Why: They feel like every important aspect of development is thought through and covered in a good to very good manner or there is an addon for the missing aspect. The stable version almost never has any problems...

    I think thats it.

  • Weird country. More or less the rest of the world discusses to ban children from social media, but the home of social media wants new addicts to protect the income of the platforms?

  • You could create a fresh container, install docker, and create a new template image from it. This way the overhead of installing disapears. The overhead in resource usage for each docker installation would remain the same as before.

    As mentioned in another reply, you could run several container in one lxc. For example with docker compose or podman. Since I have no experience with podman but with docker compose, docker compose is pretty simple.

    But all in all, I prefer to install everything "bare metal" in lxc containers. The main reason is, I don't want to mess around with the extra layer of configurating ports etc.

  • Just to throw another option in: Lxc are containers too. And they are the other major option proxmox comes with.

    It feels more like bare metal installations, but are more lightweight and share there ressources they do not use.

    I never got why having Proxmox and one VM with several docker containers except I absolutly don't want to deal with installations at all.

    On the other hands I wanted to learn about linux and the basics of handling proxmox.