This artwork is an homage to Tank Girl #1 cover art (Dark Horse, 1991)
Always have a backup plan
This artwork is an homage to Tank Girl #1 cover art (Dark Horse, 1991)
One bourbon over-easy, please
The broken thumbnails over here have re-fetched (I don’t run an instance to know how this works in detail), those broken yesterday in my screenshot above have self-healed and all (past) thumbnails looking great! thanks.
Everything you just posted for 18 Feb just minutes ago shows up fine over here, so it’s… random. :-/
@[email protected] - seeing a lot of broken thumbnail pulls from lemm.ee -> discuss.online, there might be some server instance rate limiting going on. Did not happen when posted via sh.itjust.works by Seb etc.
Sunaraus (lemm.ee owner) has a thread about this somewhere in the lemm.ee Meta section, the broken thumbnails means the lemm.ee server could not grab the source image to generate a localized thumbnail of it for the post listing. Rate limiting between servers was mentioned as a frequent cause.
(this breaks the webUI Lemmmy experience for users such as myself who click the thumbnail to get an inline full image, a broken thumbnail causes the image to open as an external link instead)
[email protected] for your instance-agnostic clicking pleasure to subscribe
Federation of a forge has all the downsides of Lemmy federation multiplied - the implication is that I could issue a remote PR or a remote Issue (whatever) against a project with ill intent (trolls, spammers, whatever) instead of having a local account on that forge. sounds cool but…
…now besides only your own forge instance users, you now have to deal with “the whole world” being able to shit on your Git projects if they want to do so, until their bad-actor federated forge instance gets blocked. This is all beside the technical problems of how to integrate remote users into your workflows.
Forge federation has (to me) a large “social spam” problem of negatives to solve first. $0.02
I would agree, and would bring awareness of ionice
into the conversation for the readers - it can help control I/O priority to your block devices in the case of write-heavy workloads, possibly compiler artifacts etc.
The Linux kernel uses the CPU default scheduler, CFS, a mode that tries to be fair to all processes at the same time - both foreground and background - for high throughput. Abstractly think “they never know what you intend to do” so it’s sort of middle of the road as a default - every CPU cycle of every process gets a fair tick of work unless they’ve been intentionally nice
’d or whatnot. People who need realtime work (classic use is for audio engineers who need near-zero latency in their hardware inputs like a MIDI sequencer, but also embedded hardware uses realtime a lot) reconfigure their system(s) to that to that need; for desktop-priority users there are ways to alter the CFS scheduler to help maintain desktop responsiveness.
Have a look to Github projects such as this one to learn how and what to tweak - not that you need to necessarily use this but it’s a good point to start understanding how the mojo works and what you can do even on your own with a few sysctl tweaks to get a better desktop experience while your rust code is compiling in the background. https://github.com/igo95862/cfs-zen-tweaks (in this project you’re looking at the set-cfs-zen-tweaks.sh file and what it’s tweaking in /proc
so you can get hints on where you research goals should lead - most of these can be set with a sysctl)
There’s a lot to learn about this so I hope this gets you started down the right path on searches for more information to get the exact solution/recipe which works for you.
Based on your experience and observations. what’s the best type of personality to adopt to get by without people messing with you (etc.) and do your time in relative peace?