I feel that this is profound; truly so. Reading it was a case of, βOh, I must share that excerpt; oh, and that. Oh, wow, and thatβ¦β Maybe Iβll just leave this here instead: read this essay.
(Originally posted in the fediverse, but only 'cause my pod was sad. ππ)
lsof
anyway, before restarting: mostly sock
(~60) with another ten of IPv6
. Responding again. H'm.~
# Running under systemd
***Note:
yarn.social
is actively developed. Please see the latest documentation to take advantage of all the latest command line switches and configuration file parameters. The following example will likely be dated (but working!).*sudo vi /lib/systemd/system/yarnd.service
[Unit]
Description=π§ΆYarn.social is an open-source, self-hosted, de-centralised micro-blogging platform
Documentation=https://git.mills.io/yarnsocial/yarn
After=network.target
[Service]
Type=simple
Restart=on-failure
RestartSec=10
StartLimitBurst=5
StartLimitInterval=100
User=yarn.social
[^1]Group=yarn.social
ExecStart=/usr/local/bin/yarnd -OR
EnvironmentFile=/home/yarn.social/yarnd.config
[^2][Install]
WantedBy=multi-user.target
:wq
sudo systemctl enable yarnd
sudo cat /home/yarn.social/yarnd.config
ADMIN_EMAIL=dog@heaven.above
ADMIN_USER=dog
API_SIGNING_KEY=not-for-m0rtal-eyes
BASE_URL=https://yarn.heaven.above
COOKIE_SECRET=also-not-for-m0rtal-eyes
DATA=/home/yarn.social/data
DESCRIPTION="π§ΆYarn.social is a self-hosted, Twitterβ’-esque, de-centralised micro-blogging platform. No ads, no tracking; your content, your data!"
MAGICLINK_SECRET=definitely-not-for-m0rtal-eyes
SMTP_FROM=gabriel@heaven.above
SMTP_HOST=mail.heaven.above
SMTP_PASS=aaand-fo-ahem-not-for-m0rtal-eyes-either
SMTP_USER=gabriel@heaven.above
STORE=bitcask:///home/yarn.social/yarn.db
sudo systemctl restart yarnd
[^1]: Running this under a separate account is not required.
[^2]: You could also run this from
/etc/
, of course.****
push
to that repo? @prologic, I think that's what this error means, yes?
jj@zoo:~/Projects/yarn.wiki$ git push
Gitea: Unauthorized
Gitea: Unauthorized
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I go the other way, filling the fediverse with loads of posts signed with "Originally posted on yarn.social" links. π
yarnd
process on my system currently, btw. Maybe I should try raising that soft limit on open files. That max core file size soft limit looks a bit worrying as well; not sure what that refers to, mind.
root@royale:~# cat /proc/21462/limits
Limit Soft Limit Hard Limit Units
Max cpu time unlimited unlimited seconds
Max file size unlimited unlimited bytes
Max data size unlimited unlimited bytes
Max stack size 8388608 unlimited bytes
Max core file size 0 unlimited bytes
Max resident set unlimited unlimited bytes
Max processes 1376 1376 processes
Max open files 1024 524288 files
Max locked memory 65536 65536 bytes
Max address space unlimited unlimited bytes
Max file locks unlimited unlimited locks
Max pending signals 1376 1376 signals
Max msgqueue size 819200 819200 bytes
Max nice priority 0 0
Max realtime priority 0 0
Max realtime timeout unlimited unlimited us
yarnd
wasn't responding; "too many open files" errors in the log. Just updated.
@prologic She lived in the house where she'd raised ten children in up until her 98th year, in this isolated community(!). So, yeah, she was a bit put out by the move initially, I think, but has taken to it. Especially when the neighbourhood cat visits. π
@fastidious Me either. My stake in the world has been bytes only for ages now. π
cc @anth
I thought this was someone hating on Halloween. >.< π
Via HN500
> ... I love the idea of thinking of yourself more as a resource manager. Find out what they like to do and help them to do it. Increasingly, I think appetites, what they like to do, is equally important to aptitudes for something. And itβs a virtuous circle as well, you like to do what youβre good at. But parents should notice that and help them go in that direction because you love them, not because you want to make them into something. You just do nice things. You help people that you love. Thatβs the way the parenting relationship ought to be. Iβm sure itβll work out better for both the parents and the kids if more parents had that point of view...
> ... So, the implication of this is not that parents donβt matter. They do. Kids canβt grow up by themselves. Growing up, as Judith Harris used to say, who wrote this famous book about shared and non-shared environment, The Nurture Assumption is what itβs called. She says parents matter a lot because itβs a large part of the parentsβ life and the child's life, and the relationship is very important. But you don't become a parent to mold your kid to be what you want it to be.
>
> I think the genetic message is find out what your kid likes to do; help them do it; but mostly, enjoy the relationship. I think a good analogy is if you married someone because, you said, βWell, there's some good material here. I'm going to make him into someone that's really to my liking,β itβs a recipe for disaster. But thatβs what so many parents do with their kids. They think that the way their kid turns out is just due to the way they parented them. Thatβs really bad...
yarnd
failing to restart due to template related issues. I ended up removing the -t "dark"
in my systemd file, and it came up fine.
I'll upgrade today!
Cousins
Went with the Huion H950P in the end, and I'm really happy with the performance / support on Linux, so far. But, yeah, haven't really kicked the tyres, tbh.
matrix.org
account.
Doesn't prevent me from enjoying a dabble, though, nor appreciating the talents of others. π
I've got a comic book project kicking around in my head; one of the reasons I bought that Huion tablet I mentioned a few days ago. One day...
Next question: (paid) commissions? I'd love to see what you could do with Tux. ππ§
And I've just discovered it's actually six hours long. :-/
Thanks anyway, though! :-)
Great show. Hollie McNish, with Michael Pedersen opening. I want more.
/usr/local
executable to my repo clone, so all I have to do is issue a restart
after the make
to complete an upgrade.
\nADMIN_EMAIL=jlj@ctrl-c.club\nADMIN_USER=support\nAPI_SIGNING_KEY=*redacted*\nBASE_URL=https://twt.nfld.uk\nCOOKIE_SECRET=*redacted*\nDATA=/home/twt/data\nDESCRIPTION="π§ΆYarn.social is a self-hosted, Twitterβ’-esque, de-centralised micro-blogging platform. No ads, no tracking; your content, your data!"\nMAGICLINK_SECRET=*redacted*\nSMTP_FROM=nfld@mailo.com\nSMTP_HOST=mail.mailo.com\nSMTP_PASS=*redacted*\nSMTP_USER=nfld@mailo.com\nSTORE=bitcask:///home/twt/twtxt.db\n
\n661 0 jj@royale:~$ cat /etc/systemd/system/multi-user.target.wants/yarnd.service \n[Unit]\nDescription=π§ΆYarn.social is an open-source, self-hosted, de-centralised micro-blogging platform\nDocumentation=https://git.mills.io/yarnsocial/yarn\nAfter=network.target\n\n[Service]\nType=simple\nRestart=on-failure\nRestartSec=10\nStartLimitBurst=5\nStartLimitInterval=100\nUser=twt\nGroup=twt\nExecStart=/usr/local/bin/yarnd -ORt "dark"\nEnvironmentFile=/home/twt/twtd_env\n\n[Install]\nWantedBy=multi-user.target\n