Iāve got to learn Strudel
First Rostra Bot!
Test of snippet sharing
> cat ~/bin/tmux-here
#!/usr/bin/env bash
dir="${1:-${PWD}}"
rel_pwd="${dir//${HOME}/\~${USER}}"
session="${rel_pwd//./_}"
cd "$dir" || exit 1
if [ -n "$TMUX" ]; then
tmux has-session -t="$session" 2>/dev/null || tmux new-session -d -s "$session";
exec tmux switch -t="$session"
else
exec tmux new-session -A -s "${session}"
fi
The idea of adding more reddit-like UX/experience to Rostra came back to me with some motivation to try it out. Basically channel with upvotes and downvotes.
Though Iām not sure how to exactly go about it yet.
Should āsocialā and āredditā be somewhat separate UI entirely, or should it be folded as a tab somewhere?
And then what exactly a āsubredditā/channel/topic would be.
Maybe anyone could create an event that basically creates a ācommunityā, and then ārepliesā to that event would be āposts within community? And then replices to these posts would be comments and upvotes/downvotes.
Last few months, Iāve been working on an BFT Consensus Engine. If someone is interested: https://app.radicle.xyz/nodes/radicle.dpc.pw/rad:zii8qFzZhN3vigh8BuxGCuEEp6z4
I donāt really have much time promiting Rostra, but sometime I check here, and Iām still quite pleased of using it. :D
Yo!