clinamenic pfp

clinamenic

@clinamenic

183 Following
945 Followers


clinamenic pfp
clinamenic
@clinamenic
Finally finished the report on impact assessment and onchain ecosystem funding! This survey takes inventory of various existing protocols and platforms for grassroots funding mechanisms and impact evaluation processes. https://www.clinamenic.com/writing/Survey-on-Methodology-for-Onchain-Ecosystem-Funding-and-Impact-Assessment
0 reply
2 recasts
7 reactions

clinamenic pfp
clinamenic
@clinamenic
Just did the same for notes on Keynes' General Theory!
0 reply
0 recast
1 reaction

clinamenic pfp
clinamenic
@clinamenic
Brought Wittgenstein's Tractatus Logico-Philosophicus into a markdown-based zettelkasten with folgezettel sidenotes, all using custom Quartz components!
3 replies
0 recast
5 reactions

clinamenic pfp
clinamenic
@clinamenic
lol someone already formatted Tractatus Logico-Markdownicus... I love the world https://github.com/shushcat/tractatus-logico-markdownicus
0 reply
0 recast
0 reaction

clinamenic pfp
clinamenic
@clinamenic
Finally got claude to figure out equalized height and proportional width for images in gallery rows, via some convoluted js solution. There must be a simpler way haha
0 reply
0 recast
2 reactions

clinamenic pfp
clinamenic
@clinamenic
Hosting a workshop in an hour on using XML to structure your service offerings, as a freelance service provider. Feel free to join! https://lu.ma/5vnr9sc0
1 reply
0 recast
1 reaction

clinamenic pfp
clinamenic
@clinamenic
One of the more surprising reasons Machiavelli argues in favor of republics over monarchies, is that the former better promote the common good. From Discourses on Livy, Book 2, Discourse 2:
1 reply
0 recast
5 reactions

clinamenic pfp
clinamenic
@clinamenic
Is there a way to toggle off notifications for "first time so-and-so has posted in a while" ?
0 reply
0 recast
2 reactions

clinamenic pfp
clinamenic
@clinamenic
https://warpcast.com/clinamenic/0x731f82ff
0 reply
0 recast
3 reactions

clinamenic pfp
clinamenic
@clinamenic
How do folks feel about this grain texture? I think it adds some body to an otherwise kinda sterile aesthetic here, but maybe others think it is annoying? Right now the NoiseOverlay is set to opacity 0.35
1 reply
0 recast
2 reactions

clinamenic pfp
clinamenic
@clinamenic
"The key difference between traditional systems and local-first systems is not an absence of servers, but a change in their responsibilities: they are in a supporting role, not the source of truth." https://www.inkandswitch.com/essay/local-first/
0 reply
0 recast
1 reaction

clinamenic pfp
clinamenic
@clinamenic
Just made a new piece, using GIMP and Autoglypha "Plasmatic Bloom"
0 reply
0 recast
6 reactions

clinamenic pfp
clinamenic
@clinamenic
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
2 replies
0 recast
3 reactions

clinamenic pfp
clinamenic
@clinamenic
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
0 reply
0 recast
2 reactions

clinamenic pfp
clinamenic
@clinamenic
What is the best way to schedule casts? Ideally something which can be done via CLI...
2 replies
1 recast
2 reactions

clinamenic pfp
clinamenic
@clinamenic
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?
0 reply
0 recast
0 reaction

clinamenic pfp
clinamenic
@clinamenic
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)
0 reply
0 recast
5 reactions

clinamenic pfp
clinamenic
@clinamenic
Quintessential SF eavesdropping at a cowork hub: "It would be nice to outsource finding a wife to someone else"
0 reply
0 recast
2 reactions

clinamenic pfp
clinamenic
@clinamenic
https://warpcast.com/clinamenic/0x3f66b846
0 reply
0 recast
1 reaction

clinamenic pfp
clinamenic
@clinamenic
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(); %> ---
0 reply
0 recast
2 reactions