starshipwinepineapple

joined 8 months ago
[–] [email protected] 3 points 3 weeks ago

Very cool. And the snippet execution is really neat.

[–] [email protected] 2 points 4 weeks ago

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.

[–] [email protected] 3 points 4 weeks ago* (last edited 4 weeks ago) (1 children)

Liberapay might interest you. Not quite the same but maybe close enough

[–] [email protected] 16 points 4 weeks ago (1 children)

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

[–] [email protected] 1 points 1 month ago (1 children)

Worth mentioning for those who care- radicle is funded by radworks, basically a crypto organization. (Source: their faq)

[–] [email protected] 3 points 1 month ago (1 children)
[–] [email protected] 6 points 1 month ago (2 children)

I sent you a DM to test DMs in the instance. I think it went through ok. As far as deleting goes, i don't see a way to delete in voyager so I'm not sure on that part.

It's a shame that the fediverse doesn't have a better way to stop these mass DMs though

[–] [email protected] 2 points 1 month ago* (last edited 1 month ago) (2 children)

It sounds like the error you're seeing is from attempting to restore the root subvol (@) while the booted into the system

To fix you'll want to:

  1. boot from live usb (arch or cacyos).
  2. mount btrfs partition and access your snapshots.
  3. Restore root subvol from live environment

If you are still having issues you may need to chroot into the root partition and do an update to ensure your system images match what your bootloader is expecting.

[–] [email protected] 4 points 1 month ago* (last edited 1 month ago) (1 children)

This is something that doesn't really need to be self hosted unless you're wanting the experience. You just need:

  1. Static website builder. I use hugo but there's a few others like jekyll, astro
  2. Use a git forge (github, gitlab, codeberg).
  3. Use your forges Pages feature, there's also cloudflare pages. Stay away from netlify imo. Each of these you can set up to use your own domain

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.

[–] [email protected] 11 points 1 month ago (1 children)

Im not familiar with doku wiki but here's a few thoughts

  • privacy policy is good to have regardless of what you do with rest of my comments
  • your site is creating a cookie "dokuwiki" for user tracking.
  • cookie is created regardless of user agreement, rather than waiting for acceptance (implied or explicit agreement). As in i visit the page, i click nothing and i already have the dokuwiki cookie.
  • i like umami analytics for a cookieless google analytics alternative. They have a generous free cloud option for hobby users and umami is also self hostable. Then you can get rid of any banner.
[–] [email protected] 2 points 1 month ago

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.

view more: ‹ prev next ›