

Ubunutu for a server in ~2019.
Arch for my workstation Jan 2025
Ubunutu for a server in ~2019.
Arch for my workstation Jan 2025
Well just speaking for myself, i use git without a forge for personal stuff because i was already familiar with git and it fits my needs. No need to learn another version control system for some basic projects i throw together
Did you read the article? The author shares their perspective.
For me, Git is quite powerful on its own with version control, diffs, branches, merging, etc. Forges just add a UI for some of these things, and add an issue tracker/ discussion/etc. Forges also add a more modem ui for repo access though git does have its own webserver you can use. I use git without a forge for a number of my personal projects that I’m not sharing with others or not yet sharing
From a user experience its a social media site, like reddit.
And an ELI5 for the technical parts:
Nope. They are separate security features so you can use them independently or together. LUKS does disk encryption whereas secure boot verifies the digital signatures of boot loaders/kernels
What is the relationship between Radicle and the Radworks ($RAD) token?
Radicle is a true peer-to-peer protocol. It doesn’t use nor depend on any blockchain or cryptocurrency.
Radworks, the organization that has been financing Radicle is organized around the RAD token which is a governance token on Ethereum.
From the FAQ in case it’s relevant to anyone
This is what i did. There are many static website generators that can help. I use Hugo which let’s me write in markdown, download themes (modify if i want), and it builds the site which can be hosted for free on codeberg/cloudflare/gitlab/github ‘pages’ feature. All support letting you use custom domain if you have one.
Codeberg pages comes to mind (for a simple personal site anyway)
Looks fairly impressive, including live collaboration
Very cool. And the snippet execution is really neat.
I use hyprland and can bind stuff through their config, whether that is some library functions or executing a script i wrote. I’m sure there are other ways to do similar with different desktop environments.
Liberapay might interest you. Not quite the same but maybe close enough
deleted by creator
It you’re looking for ideas-- Something you’re passionate about. Find a problem you’re having, fix it, and make it open source. That’s the best way to make sure whatever you do doesn’t get abandoned. Good luck
This is something that doesn’t really need to be self hosted unless you’re wanting the experience. You just need:
So for my website i just write new content, push to my forge, and then a pipeline builds and releases the update on my website.
Where self hosting comes into play is that it could make some things with static websites easier, like some comment systems, contact forms, etc. But you can still do all of this without self hosting. Comments can be handled through git issues (utteranc.es) and for a contact form i use ‘hero tofu’ free tier. In the end i don’t have to worry about opening access to my ports and can still have a static website with a contact form. All for free outside of cost of domain.
Im not familiar with doku wiki but here’s a few thoughts
The best way i found was obsidians import which was what i was trying to avoid. I was making standalone markdown files and after the import i needed to do some cleaning since obsidian or onenote did OCR on the images to create alt text but quotes in the alt text broke image links.
So only good tutorials/ guides are allowed?
How does one get from shitty to good if they can’t try to begin with?
Does this apply to other things, like coding, as well?
private
Just make sure to read their FAQ
I would use cloudflare pages (or any forge ‘pages’ feature) before using tunnels for a static website