

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
You would think this would be the first test case
From a user experience its a social media site, like reddit.
And an ELI5 for the technical parts:
Even if it was github, they have mandatory 2fa now which would help. Still some risks for people who reuse passwords on other services or if their 2fa got compromised (sim swaps), etc but wouldn’t be full blown catastrophic
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
Depends on the programs, but likely statistics if it is a halfway decent program.
Sounds pretty neat. Licensing can be pretty complex but MIT is a pretty much no-frills license that let’s them do with your dataset what they want. CC0 (public domain) is similar.
Alternatively you can also use something like CC-BY license which also let’s people use it but it requires attribution.
A step beyond that is the CC-BY-SA which is similar but requires anything new created with the data to be licensed under the same license (share alike).
Just depends on what you want to do, and what you want people to do when they use your data. Id recommend MIT, CC0, or the CC-BY-4.0 license since these ensure the most people can use it if that’s your goal
I think you need a polkit authentication agent installed and running to prompt you for your password.
Alternatively you can sudo codium path/to/file
(assuming you have aliased codium to use your flatpak)
I see that code.forgejo.org currently has version 11.0 deployed which afaik is not released yet, so is that instance just for testing purposes?
Correct, you just don’t see the disclaimer if you go straight to code.forgejo.org. if you are on the main forgejo page and click “try it now” you’ll see the disclaimer:
“FOR TESTING ONLY, ALL DATA CAN BE WIPED OUT AT ANY TIME”
So to break it down:
Also worth noting there are other public instances of forgejo and codeberg also encourages of alternative libre forges
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
From the github
@snowe2010’s goal is to earn $200 per month pay for our 📫 SendGrid Account: $20 a month 💻 Vultr VPS for prod and beta sites: Prod is $115-130 a month, beta is $6-10 a month 👩🏼 Paying our admins and devops any amount ◀️ Upgrade tailscale membership: $6-? dollars a month (depends on number of users) Add in better server infrastructure including paid account for Pulsetic and Graphana. Add in better server backups, and be able to expand the team so that it’s not so small.
deleted by creator
I think the biggest thing I’ve seen are the privacy concerns over them getting such a large % of the internet’s https traffic that it’s essentially a man-in-the-middle (which includes your tunnel traffic).
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
I would use cloudflare pages (or any forge ‘pages’ feature) before using tunnels for a static website