

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.
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
Overall if it was just a personal site id say its ok. But as a portfolio site you have some work to make it align with your goals. Good luck!
Is Arch Linux the right fit for a newbie to Linux? The right answer is “it depends”, not “never”. Would I recommend Arch to my mom? No. Would I recommend it to my programmer colleague who already lives in the Powershell? Sure, why not.
Yup, i had a lot of people tell me that arch wasn’t a good beginner distribution, and had some friends try to talk me out of it. But i was planning to move to Linux for over a year and had set up Linux servers in the past. Just hadn’t used one for my main PC. I’ve been on arch for over a month and it’s been fine. I still wouldn’t recommend it to every beginner but I’m not going to say it’s never appropriate.
I have had the same experience. Have used all three at some point but mostly use nginx for new servers
I assume Yale isn’t broke but idk. Universities are just like any other business where they will cut products that aren’t making money or performing as well as others. The article talks about the course needing many teacher assistants to field student questions and hold labs, and that originally these costs were covered by a donation which has now run out.
It also could just be some internal politics and blaming it on financials is the public reason.
But you’re not wrong that student tuition costs should theoretically go to the courses they sign up for
CS50 is produced by Harvard and is opencourseware (free) that isn’t going away.
What is changing is that Yale won’t be offering CS50 courses going forward, seemingly due to funding issues.
The archinstaller script is pretty good if you’re just needing a basic setup. Ive been really happy with a btrfs partion from the recommended disk layout, then using btrfs snapshots + grub bootloader to load from snapshots. You can also create a hook on pacman so that you create a snapshot when you upgrade packages.
Since you didn’t mention your experience, id recommend looking at the various desktop environments so you know which one to pick during install. You can ofc change later.
And read the arch docs. They are very good and have a lot of time invested into them. If you find you don’t have the patience to read them then you’re probably going to want to look at a different OS. Good luck!
Edit: i see now they’re talking about private IP, but in case you want to learn about getting a static IP for other things…
Many ISPs will give you a dynamic (changing) IP rather than a static (unchanging) IP. Just check your IP once a week for a few weeks to see if it changes.
There are some services that get around this by checking your ip regularly and updating their records automatically. This is called a dynamic DNS provider (DDNS). I used to use “noip” but since then there are quite a few like cloudflare DDNS.
Beyond that you just would want to make sure your router or whatever device is assigning IPs on your network to give a static assignment to the server. Assigning IPs is handled by a DHCP server and it would usually be your router, but if you have a pihole you might be using that as a DHCP server instead.
Between DDNS and DHCP you can make sure both your external IP and internal IP are static.
Very cool. And the snippet execution is really neat.