

a json blob
So in a way it’s similar to https://joinmastodon.org/verification ? A two sided reference between identity and profiles?
a json blob
So in a way it’s similar to https://joinmastodon.org/verification ? A two sided reference between identity and profiles?
What is a Mastodon relay?
DID as a permanent, global ID you own, independent of any server
So there would have to be another server, hosting my identity? Would identities somehow be federated between identity instances?
Maybe you need to wait a bit for federation to kick in?
I don’t have links at hand, but from some other questions I know that federation is not “download everything the moment someone looks at another instance”. Basically follow something and wait until some new content appears on origin instance. If after that you don’t see the content federated, then it’s time to start asking around
I was thinking about that too. And you know what? After taking part in Mastodon, then Lemmy, now PieFed and discovering PeerTube I now more identify as a Fediverse user than a user of one of the parts
Fediversling/Fediverser lacks an unofficial-official name too, btw ;)
Sorry, I’m not sure:
You don’t know about the mastodon unofficial bots reposting from X (without interaction of person postingon X) and Lemmy unofficial bots and sometimes whole instances following RSS feeds or those somehow don’t fit what you aim for?
-L
to? Of course, compiling things completely from scratch is unmaintainable anyway (that’s why PKGBUILD was another big point - it’s easy to create your own AUR packages that will get pacman-level maintainability), but sometimes you want to check if that new patch solves your issue/opt
. But it should be my decision if I want something installed in /opt/bin
or /usr/local/bin
. In distros that did not enforce where things are put in, it was all over the place. But to be fair, to me, even bin
/sbin
separation is bsUnlike Linux, these BSDs have a clear separation of OS from these packages. OS files and data are stored in places like /bin and /etc, while user installed packages get installed to /usr/local/bin and /usr/local/etc.
What do you consider the OS? Is firefox a part of OS? Is office part of OS?
On FreeBSD, the freebsd-update command is used for upgrading the OS and the pkg command is used for managing user packages. On OpenBSD, the syspatch command is used for upgrading the OS and the pkg_* commands are used for managing user packages.
Personally, the ditching of /usr/local
mess was one of the selling points of Arch for me, but in a way you could achieve this in Arch. Create a secondary pacman config with RootDir set to /usr/local and alias pacman --config /etc/pacman_local.conf
as pkg_pacman
How about a button? So instead of searching after every page load, the search would happen only when the user clicks “check on Lemmy” button in the search bar or in the extensions tray
I think it’s a messy idea, you will be getting conflicts on files already present in the system. You’ve been warned ;)
With that out of the way, I guess just download the image and start from https://wiki.archlinux.org/title/Installation_guide#Installation
So the plan is kind of like porting GameBoy Pokemon/Final Fantasy game (you walk on the map, then suddenly the combat begins with different mechanic) to a TTRPG?
I’m not very familiar with commander format, but I don’t think it’s one of the fastest ones. So if I were doing this, I would try to minimize the mechanics between the combat. I would take Blades in the Dark, strip all the setting, playbooks, distill it to a bunch of approaches basically and reskin them as it fits the game.
And then maybe take a look at Traveller quadrant(?) generation tools for coming up with map hexes? That one might be a bad advice, I’m not using hexes in general
FWIW, in my feeds that is on the same level as it was for some time now
Ah, you mean for fediverse to work as an LDAP?
My point is Let’s imagine we have a board on some instance. You use your account on another instance to ask the owner of the board to give you access to the board. The contents of the board are, IMO in most cases of such boards, “members only”. So any changes happening inside should not be sent out to federating instances. Otherwise, privacy of such boards would be at the mercy of privacy of other instances. If restricted changes were sent out, technically speaking, any server it federates to can choose to show that content to everyone. Which means you won’t be able to access the contents via any other instance. Apart from the logging in part, you will still need to go to the instance hosting the board. Unless it would be for publicly accessible boards only, like codeberg issues. That use-case could work
Yes, but that was in the OP. Maybe normal disk is not feasible for some reason
no graphics card whatsoever
computer can play h.265 and equivalent without troubles, provided video file is no higher than 1080 p.
Computer can play av1 files no higher than 1080 p only if I shut every other application down. If for example I run a browser and an av1 file with either mpv or vlc, system shuts down.
Can I put all that memory to use and avoid overloading the cpu?
Most of the answers seem to focus on the main problem, but your question got me thinking.
Since you are not getting shutdowns with lower qualities, maybe you could use RAM to play those videos.
Set up tmpfs. Before you start all the other things, use ffmpeg to recode the video to something without any compression, maybe tell it to not work too fast (like work on one frame at a time), and put the thing on that tmpfs. Maybe then playing this new file would be less demanding. The key would be to not force it to provide 30fps of encoded video
Although… Are you sure all this RAM is fine? Maybe it shuts down on more demanding videos because with those the RAM usage raises to the faulty part?
$ sh
sh-5.2$ echo dfgsdfgfd |& tee /tmp/t
dfgsdfgfd
sh-5.2$ cat /tmp/t
dfgsdfgfd
sh-5.2$
¯_(ツ)_/¯
True
But nowadays /bin/sh
is often just a link to bash
https://www.man7.org/linux/man-pages/man1/bash.1.html
Pipelines A pipeline is a sequence of one or more commands separated by one of the control operators | or |&. The format for a pipeline is:
[time [-p]] [ ! ] command1 [ [|⎪|&] command2 … ]
(…) If |& is used, command1’s standard error, in addition to its standard output, is connected to command2’s standard input through the pipe; it is shorthand for 2>&1 |. This implicit redirection of the standard error to the standard output is performed after any redirections specified by command1.
How would you see it work? IMO such boards are mostly for personal/organisation use, not a social space
What is it?
From one of the projects
So instead of putting stuff (like my webpage) on a server, I share it P2P? But then my computer has to run 24/7 which basically makes it a server, right?