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?
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!
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.
How standardized is the accounting anyway? Does the US Army Corps of engineers count as military spending? Because in most countries that budget would be categorized as civil infrastructure work and not be affiliated with the military in any way.
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.
The example is wrong, because they used 1.0
.
But in general x-x
does not have to equal 0
, that is true. I’m pretty sure Nan
and infinity
would yield not 0.0
, but Nan
instead.
And if you reach x with two different calculations, e.g. x1 = a - b - c
and x2 = a - c - b
it is certainly not guaranteed that x1 - x2 == 0.0
Are you sure? I’ve never seen that inequality before.
Edit: and at least python agrees with me
print(0.1 + 0.2) # 0.300...0004
print(1.0-1.0) # 0.0
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.
Run an open source one. Training requires lots of knowledge and even more hardware resources/time. Fine tuned models are available for free online, there is not much use in training it yourself.
Options are
https://github.com/oobabooga/text-generation-webui
https://github.com/Mozilla-Ocho/llamafile
https://github.com/ggerganov/llama.cpp
I recommend llavafiles, as this is the easiest option to run. The GitHub has all the stuff you need in the “quick start” section.
Though the default is a bit restricted on windows. Since the llavafiles are bundling the LLM weights with the executable and Windows has a 4GB limit on executables you’re restricted to very small models. Workarounds are available though!
Me running an LLM at home:
The same image, but the farmer is standing in front of a field of poppy (for opioid production)
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)
It’s a more easily readable drop in for A and B. And it being convention helps remove one unfamiliar element from a new topic.
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.
C is so old, it has a way to work around that! In case your 198x keyboard was not set to ASCII you know. Not sure if Morse covers all the characters needed for the replacement trigraphs though.
https://riptutorial.com/c/example/23858/trigraphs