Posts
verify
$argon2id$v=19$m=8192,t=2,p=4$t7fYdvShwJ+VH+ayYj4qFQ$a1yg/F2rtDO1VM/oQQZG1+nxFepzWQMs
Exiles in the past leagues
::: spoiler Alt. text
There are probably children out there holding down spacebar to stay warm in the winter! YOUR UPDATE MURDERS CHILDREN. :::
A New, Networked Era for Anytype
Today, we’re taking a humble stride towards this goal by publicly debuting the first version of local-first sharing and collaboration within Anytype.
https://blog.anytype.io/a-new-networked-era-for-anytype/Open linkView original on lemmy.worldThe Fairphone 5 is less about what comes in the box and more about what you get over the years
Fairphone’s latest repairable device is for people who hate saying goodbye to an old smartphone more than they like buying a new one.
https://www.theverge.com/23895548/fairphone-5-review-price-featuresOpen linkView original on lemmy.worldInverting match with grep, unless another term exists
I have a list containing a set of tags, and would like to exclude one tag, unless another tag exists in the line.
Say I have the following list, and want to exclude B, unless A is present.
[A,B]
[A,C]
[B,C]
[A]
[B]
I can reverse grep for B:
> grep --invert-match "B"
[A,C]
[A]
How can I find the previous list, but also the item containing [A,B]?



