Alternatively the y axis could be “blog posts not about …”
Alternatively the y axis could be “blog posts not about …”
Ah, gotcha.
Is there like a list where you can enter your server so that other people use it as an ntp server? Or how did you advertise it to have 2800 requests flooding in?
I have similar specs and cost with ionos
It says posted 4 days ago, updated yesterday.
For most stuff the pi4 is also enough. Jellyfin (no transcoding) works fine on mine. It takes a bit to generate the chapter images and the timeline peek images when ingesting a new movie, but I’ve never had any issues with playback.
Wait what? Do I understand that correctly? You have a raspberry pi with a direct network connection to an atomic clock? That’s so awesome!
Some devices will use a hard coded DNS instead of respecting the one on the network
Right, and I am pointing out that non-cooperative devices still won’t be blocked by pihole if they so desire.
Right, so flowing that link there are three ways for DNS:
Classic on port 53,
Dns over TLS on port 853
Dns over https.
The first two can be blocked, because they have specific ports exclusively assigned to them. DoH can’t be blocked reliably, because it is encrypted and on a common port. Though blocking 443 on common DNS resolvers can force some clients to fall back to one of the variants that can be blocked/redirected
Dns over https is immune to that firewall method, right?
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.
Yes? But that’s already explicitly warned about.
At work I had to fill out a form which threats to my health could impact me. Next to chemicals or radiation, working at a desk for more than x hours a day was also listed as a potential source of bodily harm.
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.
Whenever I read Mötley Crüe I have to think of this:
When we finally went to Germany, the crowds were chanting, “Mutley Cruh! Mutley Cruh! “ We couldn’t figure out why the fuck they were doing that.
I have a graphical application that crashes regularly when I switch between displays with Ctrl+alt+number. Something in the winit stack does not like it.
Compilation: top row, runtime: button row.
Maybe consider paperless-ngx.
Its primary purpose is document management, but you can easily upload receipts and pictures as well. I use paperless-mobile to interact with my instance.
I have the opposite problem, llavafiles (a large language model, packages as a single files) can run on both Linux and Windows. They are written to be compatible with both.
But when I ./file to run it, eine is started automatically!
(The llava file GitHub has a workaround, but still by default it chooses wine for some reason)
I read that as “toilet paper vs Biden is also political” and did not even consider it weird, because I don’t expect respectful political discussions on Lemmy anymore.
Nice
Only host what you need.
No, because you can’t mathematically guarantee that pi contains long strings of predetermined patterns.
The 1.101001000100001… example by the other user was just that - an example. Their number is infinite, but never contains a 2. Pi is also infinite, but does it contain the number e to 100 digits of precision? Maybe. Maybe not. The point is, we don’t know and we can’t prove it either way (except finding it by accident).