Maybe the builder just mounted the panel the wrong way? It serves as a wall for the platform behind it.
Maybe the builder just mounted the panel the wrong way? It serves as a wall for the platform behind it.
I am watching a lot of YouTube. Premium would cost 13€/month, or 130€ if paid yearly. I use an ad blocker and don’t want any of the extra features that are provided to premium users. So until they manage to make unblockable ads, 130€/year could very reasonably be considered profit for the act of selling my data.
The wheels are apparently really really loud when they are mounted like this. You just can make good enough ball bearings of this size at any reasonable cost and weight
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!
We have the internet man, just bug another human and wait a few days to hear back from them.
Like I know that’s what you are “supposed” to do. But public money public knowledge, I refuse to accept that this is somehow an acceptable state of things.
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.
I feared as much, because the same could be said about your comment above.
I already mentioned git send-email
in my comment. But the ux of that is terrible. So if you want good UX you’re in account hell, having to create a new profile for every hosting site.
You can have a nice, terms of service free but read only forge, or you have terms of service and account bullshit or you can have the dev experience of git send email. Choose one of the three and until we have federation they are all terrible in some aspect.
Would you call that open source? A read only gitea instance?
If you want to get away from GitHub a mirror won’t cut it, it has to be the main dev platform.
Yes, but how are you gonna accept pull requests? You need a frontend and a frontend needs an account.
Of course, all of these alternative forges (gitea, forgejo, gitlab) can be self hosted on your own private server.
You can use other forges, but they have the exact same issues as GitHub. You need to make an account, you need to accept terms of service and if they feel like it (or are forced by a court) they’ll ban you and your repository.
git send-email
exists. So it’s not like you absolutely can’t contribute to projects that are hosted on GitHub.
At some point in the future gitlab will get federation, but that’s not a solution for now. It’ll take a while.
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.
You tried your best, but the actual link form is !optimistsunite@reddthat.com
So, considering the speed of light is approximately 3e8m/s, a frame time of 6.4fs means light can move 1.92 micrometers per frame.
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).