

Considering this thread, guess I should look into why zigbee with mqtt is better then just the default zigbee HA gives.
Considering this thread, guess I should look into why zigbee with mqtt is better then just the default zigbee HA gives.
How did you open this? Maybe something overrode your default text editor application (look in settings for Default Applications).
Also maybe check your EDITOR env variable (echo $EDITOR), though that is only used when a different CLI program wants to open an editor for you (in CLI)
Hunt Showdown, it’s literally a slow shooter - old, single shot weapons and similar.
Have a few thousand hours between me and my friends, its decent but someone high up in Crytek seems to be pushing for “popularization” - it’s not as fun and slow-ish as it used to be.
There is a different game coming up with possibly slow game play too, HUNGER, not much known yet though.
Linus: Are you going to say the AI word?
I’m not going to say the AI word, unless you want me to.
No, no, no.
Hahah
You are replacing partitions with subvolumes, as such you have to make these operations on the btrfs filesystem (so as others have already written, deleting the subvolume instead of re-formatting the partition).
Usually, when games and programs natively support 3rd party mods/plugins its done so through a defined API - a modding API - just a bunch of functions made by the devs that allow you to register new stuff, change/override what already exists, react to events, … Example https://lua-api.factorio.com/latest/
Lua is often used as the language for the mods because it’s really easy to embed into a program (most games are done in compiled languages) and so creates a “sandbox” - you can only really call what the devs make available for the lua scripts.
Someone did s/double/decimal/g
(find ‘double’, replace by ‘decimal’) on the whole project.
Please decimal check
lol
For the monero mining, did you solo or pool mine? Also p2pool+xmrig ?
E: nvm, there is something else at play, the following worked only once
I can reproduce it like this:
Also, proxy_buffering
Sounds like you need to instrument it yourself.
It could be as “easy” as calling the endpoints yourself and saving the sensor states in any kind of storage grafana supports, then making a dashboard on top of that data.
Maybe Zabbix could also work
Uh I think you meant bind mounts lol
No.
Any coding LLM could probably help you piece together the kernel configs, makefiles and so on but you can’t just tell it “build me a linux distro called Mannah Hontana”.
Edit: not to mention that distro is more then just the kernel, there is also the choice of init system (what will start and manage “background” services), package manger (so also the package format), desktop environment (kde, gnome, …none) and so on
Thanks, especially for that openwrt mesh bit, that might end up as the the best solution.
Looking into it, ty!
Good tip, thanks!
Kicking low-signal devices didn’t occur to me, and should be easy to implement on the OpenWrt one, thanks!
Tp-link is stock sadly, but could replace with more capable one (Mikrotik L009 probably, I don’t care about single-band in this case because it literally covers a single, open space room)
Yeah didn’t add that bit before, edited in. Archer is here as just dumb AP/routing box for the furthest room, connected to Omnia by ethernet (so yes, Archer acts as client device @ .1.20 and forwards everything to Omnia).
EDIT: Sadly I don’t have OpenWRT on the TP-Link, but the plan was to replace it with more capable Mikrotik so that I could setup the more advanced bits (Mobility Domain, “roaming”)
My instance is close to two years old now, and on average has had about 2 MAU, with no (local) communities.
Currently we have about 700 active federated communities (that had any federated activity within last month), out of 900.[1]
The on-disk size of both lemmy and pict-rs database[2]
postgres@postgres:~$ pwd /var/lib/postgresql postgres@postgres:~$ du -sh data/ 31G data/
I use pict-rs with S3 provider and the bucket size is currently at 22.82 GB (read: external network storage, this is probably mostly just thumbnails[3]).
So in total there is almost 54GBs spent just for lemmy.
So assuming you have 100G remaining after system stuff and dedicate that box only to lemmy (and pict-rs media files) and use it mostly for yourself [4], you should be alright for about 3-4 years (assuming that I am gaining about 27GBs total per year and that you will federate with a similar amount of a similarly active communities).
If you offload media storage to a hosted S3 bucket[5] then you should be good for a lot longer as you will only need space for the postgres databases.
The rest is either dead (instance gone) or no one is subscribed to them anymore (as such my instance is not getting any new content from there: neither posts nor comments or votes) ↩︎
Postgres itself reports about 2G less, don’t really know why but I am guessing it has something to do with the filesystem being btrfs ↩︎
Edit: I currently do not use the “privacy” mode of pict-rs where it proxies all content (so that a bad guy can’t post an image link to his server and unmask users IPs), this would increase the S3 size and slightly postgres size. ↩︎
You should use Lemmy Subscriber Bot to automatically federate little bit of random communities so that public All feed is not exact copy (minus NSFW comms) of whatever you as the only user subscribe to. ↩︎
Though keep in mind that S3 buckets eventually cost some money too, for example Cloudflare R2 charges $0.015 per 1GB, above the first 10GBs. ↩︎