Tangled seems to focus on the “social” aspect by being inherently federated using the protocol Bluesky uses.
Federation is in the works for Forgejo but it’s not a focus.
Tangled seems to focus on the “social” aspect by being inherently federated using the protocol Bluesky uses.
Federation is in the works for Forgejo but it’s not a focus.
Forgejo was initially a soft fork of Gitea but they knew it would very possibly become a hard fork. Using the latest tag meant your setup could break unexpectedly so I think they’d opted to not use it at all. What you want to do is use the full version “15” in this case which will keep it updated up the currently major release.


You can access the RAS feed for the newsletter for free, but if you want to be able to read it in your RSS client without having to visit the site directly you have to become a member.


Either way you’re just going over the internet. There will be overhead, but not enough to be that big a deal.


Great post. Just a heads up, I feel like the “loading” screen with it’s fade in and out animations and all actually make your website feel slower than it needs to.


I think the metaphors refer to different aspects of the project. The gardening refers to a more deliberate, small scale, cultivated experience tailored to your community, which is opposed to commercial factory farms that produce a monoculture on a massive scale for profit.
The permanence refers to the fact that you own and control the data, so you are in control of its lifecycle, not a third party that could kill it at their discretion.


Yes.


Stoat is the epitome of grief lol


I’ve never encountered a gif keyboard that worked well so no big loss.
This will happen automatically if you buy enough and start experiencing their true hardware failure rate lol.


When you say AI, do you mean you’re vibe coding this, or like you’re using AI as a learning tool?


Portainer is a container management system. It’s purpose is to allow you to manage containers in an easy to use GUI.
ZaneOps is a PaaS that allows you to automatically build and deploy web apps into containers without having to configure the underlying infrastructure at all.
For example, to deploy my static site on Portainer, I’d have to build my static site, containerize it, upload the container image to a registry (or directly to Portainer), then use Portainer to configure the environment and deploy the container. Then I’d have to configure a reverse proxy or web server to serve the contents of the container. If I wanted to continue working on that static site I’d need to configure some kind of CI/CD pipeline to try and automate all that previous work.
With ZaneOps, I store the Astro/11ty/other SSG files in a Git repo, and on any commit ZaneOps will automatically recognize the SSG framework I’m using, use Docker Swarm to spin up a container to build the site into static files, containerize the resulting files for me, and deploy the container. It then uses Caddy underneath to serve what’s in the container including provisioning SSL certs for the site. It will health check the new container before deploying it in a blue/green deployment model so that the old site is removed only after the new one is up and available. It’s the same workflow as deploying a site to GitHub Pages using GitHub Actions if you’ve ever done that.
Ultimately. You end up with the same result, a containerized workload, but ZaneOps takes your GitHub Repo and turns it into a built, running, containerized workload automatically. Automating the deployment of my own web apps using Portainer would be at the very least clunky and require a lot of surrounding infrastructure. It’s not something Portainer just does out of the box.
Cockpit isn’t much like either, it’s just a web based server management tool.
This was the peak of human civilization.


Yes and it’s so funny to me as somebody that works in datacenter and cloud infrastructure for public apps for a living. All the gatekeeping is done by hobbyists without the faintest clue but all the confidence in the world, or click ops internal IT sysadmins grossly overestimating their self worth.
Be safe, ask questions, and fuck what the haters think.
Mini PC. Beelinks with the N100 chip are absolute beasts at doing video encoding at low power.


Each bookmark card does not make enough room for the title of each bookmark, so they’re cut off with an ellipses at the end. The readability while looking over your bookmarks is pretty bad as a result. Like after a certain point that’s unavoidable, but it doesn’t help that the spacing and margins in each card are excessive.
KaraKeep uses a similar card layout and handles it much better as a counter example.


I can see from the screenshot they still haven’t fixed the title text being cut off in each bookmark.
This is an awesome helpful comment
I’m pretty sure that’s the point.
Do you live in the United States? If so the only reasonable option for a router at this exact point in time is to run your own using opnsense or PFsense. You can buy an x86 mini pc with with a couple high bandwidth NICs and it’ll do the job