

Sourcehut allows private repos. Alternatively id look into a self hosted forgejo instance you control.
And many people overlook it but git has its own webui.


Sourcehut allows private repos. Alternatively id look into a self hosted forgejo instance you control.
And many people overlook it but git has its own webui.


If I’m being completely honest, it sounds like you hit a problem and then just kinda gave up (I’m not trying to sound mean or anything - please don’t take it that way).
I got the same impression. Which is fine if that’s someone’s approach, but that same person probably shouldn’t be on an arch-based distro if that’s the case.


Looks like markdown is converted to html syntax. In-text:
<sup class="footnote-ref"><a href="#fn1" id="fnref1">[1]</a></sup>
And footer section:
<hr class="footnotes-sep">
<section class="footnotes">
<ol class="footnotes-list">
<li id="fn1" class="footnote-item"><p dir="auto">Don’t want to give them the traffic. <a href="#fnref1" class="footnote-backref">↩︎</a></p>
</li>
</ol>
</section>
From there they can be stylized. Pretty neat. More info


The quests demanded an authentication agent, pipewire (whatever that is), some launcher, and amongst others, a clipboard service. After all these things were installed from the terminal, I gave it another reboot. Just to get greeted by the same quest page again, saying the authentication agent is missing. I installed the hyprpolkitagent again via the terminal and pacman. Rebooted again, but no improvement. Somehow it wouldn’t recognize that this package is installed.
Just to check, did you actually enable it? It needs to be run via a exec-once in your hypr config. https://wiki.hypr.land/Hypr-Ecosystem/hyprpolkitagent/


I use a bare git repo. After the initial set-up its just the basic git commands but invoked with a gitdf alias. I wrote a (non-monetized) blog post here about it.
If still needing a tui you could write a simple helper script to call the commands.


I use wl-clipboard for wayland with another distro.


Less about customizations and more just it doing what i want, and not doing things i don’t want. When you build it all from the ground up then you don’t have surpise bloat or walls to work around/within.
But most of my customizing from what people use probably would be around my dev environments. Things like rebuilding python libraries to support my gpu are fairly trivial in arch when i need to deviate from releases available through package managers (aur/pypi). Another thing was setting up my data science environments to share some core libraries but venv the rest.
It’s a hard question to answer though because fundamentally I’m just using the computer how i want to use it. When you say customization it sounds like you are expecting me to do things differently than other people and really it’s just like i said earlier-- doing things i want it to do, and not doing things i don’t want it to do. And I’m not really sure what walls other people are stuck behind for me to know what I’m doing differently. I just find a problem, fix it, and move on


For me it mostly just came down to years of frustration combating windows to do what i wanted. Arch offers the level of control for me to set things up the way i like them. Was it harder to set up initially than another distribution? Yeah. But it was a worthwhile trade off


(Not mint)* On arch i used the arch install script, selected the nvidia drivers, and it just worked. I did have to spend some time making sure sure my nvidia gpu was my primary gpu and not my integrated graphics (cpu), but that was the biggest hurdle
I switched January this year.


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


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
Codeberg has limited private repos though which i assume is what they were referring to.