I know a lot of people struggle with toxic YouTube comments, but on anything #SilverBullet related, they’ve always been really nice. Same goes for community posts 99% great, nice and appreciative stuff. It is possible.
We're reached the point where so much is happening in the #SilverBullet community (people writing custom scripts, plugs, pulling crazy stuff) that I just have to accept I cannot read, try and follow everything. Cool, in a way but also a bit overwhelming.
It's really great that the community is helping each other, I don't have to answer many questions myself anymore. #SilverBullet
We're reached the point where so much is happening in the #SilverBullet community (people writing custom scripts, plugs, pulling crazy stuff) that I just have to accept I cannot read, try and follow everything. Cool, in a way but also a bit overwhelming.
#SilverBullet is becoming more and more of a fully featured programming platform.
It already had its own programming language (Space #Lua) for a while. Infrastructure wise there is a data store (with query language), event bus, message queue and I’m currently designing a service discovery and invocation system, as well as a package manager.
Things have escalated slightly from “hey, let’s build a little notes app.”
Maybe framing it as a knowledge operating system would be more apt at this stage. #SilverBullet
#SilverBullet is becoming more and more of a fully featured programming platform.
It already had its own programming language (Space #Lua) for a while. Infrastructure wise there is a data store (with query language), event bus, message queue and I’m currently designing a service discovery and invocation system, as well as a package manager.
Things have escalated slightly from “hey, let’s build a little notes app.”
Spent a lot of time deploying a #kubernetes cluster on Hetzner cloud (based on https://github.com/hcloud-k8s/terraform-hcloud-kubernetes) over the last week or two. I’m finally getting comfortable with it and actually really love it. But boy, are there a lot of moving parts working toward a full stack. But I’m at good place now: a 3 node cluster, LB in front with a bunch of volumes attached. Running cost: about $20/month altogether. Try that in YOUR cloud.
What’s there: databases (postgres with daily backups, redis, clickhouse), observability (Prometheus, Loki attached to Grafana) certificate manager and nginx-ingress to front it all. The cluster is currently running 3 @silverbulletmd sites (silverbullet.md, v1.silverbullet.md, play.silverbullet.md) that I can trivially scale and @plausible
for analytics for all these sites (and a few others).
Cool stuff!
Goal of doing this is learning and hands on experience, but also get the infrastructure ready to launch some hosted #SilverBullet related services hopefully soon.