

I’ve always used just Green With Envy but this seems just a bit more polished and active, nice
I’ve always used just Green With Envy but this seems just a bit more polished and active, nice
Is this a try at some joke I dont get? Flared != flat?
This is what flared usually looks like
-S
should not even try to refresh the database, that is what -Sy
is for. And doing any variation of -Sy
without also u
(upgrade) is the unsupported partial “upgrade”, so it is possible that the time changes but only in the case of misuse.
Also noticed you can just check the mtime of the directory itself, /var/lib/pacman/sync
- directory mtime does not change when the files change content but pacman/alpm probably downloads the new databases to some temp files then moves them into the directory, changing it’s modify time (see stat
, stat -c '%Y'
).
Apart from trying the hook way, I would default to just checking the timestamp of /var/lib/pacman/sync/core.db
and extra.
As any upgrade should be a system upgrade.
There is also https://github.com/jokob-sk/NetAlertX
Usually did WH stuff (solo, then for a long time with a corp), with some NPSI at the end before I stopped playing.
Null is probably my least tried content (well except for roams), usually because it seemed like you have to be very involved - I like more of laid-back, relaxed playstyle, make some money, brawl it out - loose money, repeat.
Not a frontend dev but whenever I need to make something web, I just use Bootstrap. I believe that was the way to do web UIs after jQuery and before all the big frameworks.
So, maybe look into bootstrap guides? It’s basically html+css+js with premade goodies (at least it was last time I had to do web stuff).
Not gonna lie, this is tempting.
I have “just” two 27"s where one is primary (240hz) im front of me and other is a secondary on the right side for stuff like discord or documentation etc.
Though I am very unsure about the curve. My primary is curved and it kind of sucks for media.
Also how do you game on something like this?
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. ↩︎
Considering this thread, guess I should look into why zigbee with mqtt is better then just the default zigbee HA gives.
Usually, you would use a formatter anyway - it’s good to know the standard way but for day to day coding I just have a shortcut bound that runs ruff format
(you can even have it done automatically on file save).
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)
.local is special, it’s for mDNS/zeroconf.
https://en.wikipedia.org/wiki/.local
Try using .lan or .home
Love this bit, I usually don’t understand half of what’s happening and many references fly over my head but it’s hard to resist their explosions of laughter.
Sadly, it seems todays law allows them to force you to unlock it, otherwise they straight up treat you as a terrorist. At least in UK it seems (source: Britannica youtuber getting detained when returning home to UK)
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
Oh finally.
The news on this is mixed. “All the tool authors have signaled they can and would implement the PEP as an export format,” said Cannon, but that does not mean they would adopt it as their sole lock file format. The creator of uv, Charlie Marsh, said that “today, the PEP 751-style pylock.toml files are not sufficient to replace uv.lock,” but that support will be added for export.
This sounds little better then “here is 13th standard” even though it’s not feature full.
It could still be cached by your instance infra, in your case I see cloudflare headers and cache HIT so it might take a bit before the image goes away, depending on the settings of your instance.
E: it’s also possible your instance does not have cache revalidation configured correctly and as such the image could be cached almost indefinitely (the headers currently say it can be cached for a maximum of a year). @Lodion@aussie.zone