8810
Clinamenic LLC
@clinamenic #8810
Governance and knowledge services: www.clinamenic.com // @journodao @opencivics // limoncellist ๐
1086 Follower 182 Following
Anyone know if/how one can deploy their own arweave wiki using Arwiki? Or is Arwiki only used for the Arweave wiki itself?
https://2hsfyi4t5fiqdcanybdez4e4admrjeqghts22viz7uuo3d5k2nna.arweave.net/0eRcI5PpUQGIDcBGTPCcANkUkgY85a1VGf0o7Y-q01o/#/en/ArWiki
https://2hsfyi4t5fiqdcanybdez4e4admrjeqghts22viz7uuo3d5k2nna.arweave.net/0eRcI5PpUQGIDcBGTPCcANkUkgY85a1VGf0o7Y-q01o/#/en/ArWiki
Just subscribed to a feed of early notes and excerpts from my friend's manuscript
https://maq3.substack.com/?r=301359&utm_campaign=subscribe-page-share-screen&utm_medium=web
https://maq3.substack.com/?r=301359&utm_campaign=subscribe-page-share-screen&utm_medium=web
What is the best way to schedule casts? Ideally something which can be done via CLI...
Anyone know if itโs possible to add something like โ$<variable>โ to the muted words list, so I donโt need to add โ$SOCKSโ and โ$BLOODโ and every other shitcoin imaginable? Or perhaps bulk-add muted words?
Customizing the default Quartz graph visualization, to adjust label appearances, collision radius, and even add svg paths for nodes (such as a hashtag icon for tag nodes)
Quintessential SF eavesdropping at a cowork hub:
"It would be nice to outsource finding a wife to someone else"
"It would be nice to outsource finding a wife to someone else"
Cool trick for UUID v4 auto-generation for new notes via template, using the Templater plugin. Just include this in the frontmatter of the template note, and whenever you create a new note with it, it will automatically generate a UUID v4
---
uuid: <%*
function generateUUID() {
let dt = new Date().getTime();
let uuid = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {
let r = (dt + Math.random() * 16) % 16 | 0;
dt = Math.floor(dt / 16);
return (c === 'x' ? r : (r & 0x3 | 0x8)).toString(16);
});
return uuid;
}
tR += generateUUID();
%>
---
---
uuid: <%*
function generateUUID() {
let dt = new Date().getTime();
let uuid = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {
let r = (dt + Math.random() * 16) % 16 | 0;
dt = Math.floor(dt / 16);
return (c === 'x' ? r : (r & 0x3 | 0x8)).toString(16);
});
return uuid;
}
tR += generateUUID();
%>
---
Anyone know what the deal is with the follower/following count displayed on ones profile page? Seems like every day I check, it swings back and forth on the order of several dozen to a hundred. Is Warpcast just trying to discount bots as followers?
Just made a starter pack for cosmolocalism!
For anyone interested in this frontier of networked grassroots coordination, the 40+ accounts on this list will quickly help orient your feed within the scene.
https://warpcast.com/opencivics/pack/Cosmolocalism-x0vs8z
For anyone interested in this frontier of networked grassroots coordination, the 40+ accounts on this list will quickly help orient your feed within the scene.
https://warpcast.com/opencivics/pack/Cosmolocalism-x0vs8z
Just published an article via @paragraph about the micropolitics of community conflict resolution! Would love feedback, if anyone has any.
It can be read in the following frame.
https://solosalon.clinamenic.com/malattunement-before-malice
It can be read in the following frame.
https://solosalon.clinamenic.com/malattunement-before-malice
Just wrote a new article about the intersection of micropolitics and community conflict resolution - would appreciate any feedback people have, especially based on any conflict resolution/mediation they've experienced.
https://www.clinamenic.com/writing/Malattunement-before-Malice
https://www.clinamenic.com/writing/Malattunement-before-Malice
Just made a variation on huevos rancheros, but using leftover coconut-lamb lentil curry I made a couple nights ago. Topped with shredded Gruyรจre and cilantro. Turned out well!
Progress on Runique: new design scheme, better path creation and selection tools, bulk export of font styles as a .zip of .otf files, nearing MacOS desktop MVP!
Roasted some tomatoes, garlic, kabocha squash, onions, chives, almonds and herbs, blended with chicken bone broth for pasta sauce, and cooked the casarecce pasta in the sauce as it reduced. Turned out well!
Anyone here have experience working with ArWiki? I'm hoping to synthesize Quartz and Arwiki into a "permagarden" builder, deploying a wiki to Arweave from an /obsidian vault.
However, it would require clever handling of page-specific arweave tx IDs within the Quartz wiki-link handling system. Anyone have any ideas?
However, it would require clever handling of page-specific arweave tx IDs within the Quartz wiki-link handling system. Anyone have any ideas?
Excited to speak at the D/acc Human-Aligned Tech Workshop with @holonym! Join us to explore the future of human-first technology.
See you there!
https://lu.ma/tfe9k2gf
See you there!
https://lu.ma/tfe9k2gf
Rearranging glyph paths on the canvas! Curious of anyone is aware of any libraries for this so far (looking at stuff like SVG-edit, paper-js, fontforge, and fabric-js