you should be able to do /\ pattern though, for the ammo we use the Hub itself as storage so that the platform waits at the planet/station before it has enough ammo in reserves
you should be able to do /\ pattern though, for the ammo we use the Hub itself as storage so that the platform waits at the planet/station before it has enough ammo in reserves
Do walls actually catch the asteroids ?
We have just got to the platform stuff and man, the absence of artillery makes biters way more present compared to pre-SA vanilla game, we even had to dig up mines for the first time to make some perimeters really prepared for the behemoth bitters (though uranium ammo then made it kind of obsolete).
It’s pretty useful for some items like solars
for the space platform.
and you get the second tier modules right after first rocket so a stack or two of solars produced with full 4x t2 quality modules should give you just enough.
I am afraid to get home tomorrow from this work trip… It’s already sitting in the library, waiting ominously
Numbers from my instance, running for about a 1 year and with average ~2 MAU. According to some quick db queries there is currently 580 actively subscribed communities (it was probably a lot less before I used the subscribe bot to populate the All tab).
SELECT pg_size_pretty( pg_database_size('lemmy') )
: 17 GB
Backblaze B2 (S3) reports average 22.5 GB stored. With everything capped to max 1 USD, I pay cents - no idea how backblaze does it but it’s really super cheap, except for some specific transactions done on the bucket afaik, which pictrs does not seem to do.
According to my zabbix monitoring, two months ago (I don’t keep longer stats) the DB had only about 14G of data, so with this much communities I am getting about 1.5G per month (it’s probably a bit more as I was recently prunning stuff from some dead instances).
Prometheus says whole lemmy service (I use traefik) is getting within about 5 req/s (1m average) though if I go lower it does spike a lot, up to 12 requests within a second then nothing for few.
Attach it to the VM
Is this possible only with the extra, bought storage boxes ? Or is this possible even with the free 100G backup boxes offered with each dedicated machine ? (Or is this just nfs mount?)
We have a dedicated machine in a project from Hetzner with big raided hard disks but the latency is starting creep up on us, moving some of the data off to the faster ssd/san boxes would be rather helpful.
When is an int not 32bits nowadays
C standard does not actually define the exact sizes of long/int and so on, it’s just what is now most popular (it does have some limitations and requirements on these types though)
Graphical applications should definitely do this, it’s rather easy to hit delete accidentally but in CLI? I wanna see a cat type rm
and some valid parameters, so if the user typed the whole command out it should probably do just the one exact (destructive) thing.
Run your ip through ip abuse databases to make sure there is nothing wrong perceived from outside.
What about edibles or drops? You could differentiate if it’s because of the smoking or weed in general.
EU should not care about non-EU companies
Afaik you can self-host the Renovate bot, though don’t remember if it’s fully open source & self-contained.
Maybe that LTT linux challenge?
Nvidia module won’t build
how/why?
If you have 13/14 Gen Intel and it errors out with random SIGILL errors you are being hit by the Intel instability problem.
At least for me that was the only place where the instability surfaced before bios updates and tweaks.
Yeah that has always been the downside, you have to pay for the “custom device you can geek out yourself”
Yeah geek material is probably the best tag and category for Turris, and I feel you with that old hardware, wish I had the same thing with just a bit better/modern soc and more ram.
This.
venv
pip-tools
Specify your primary dependencies in pyproject.toml and use pip-compile to keep stuff locked in requirements.txt to exact versions (or even hashes).
Though after working with cargo a bit, I would love to have all of this in a first-class program, hope uv can get there.