• 0 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: July 14th, 2024

help-circle

  • 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




  • I’m not familiar with the reddit filtering but have you tried using cloudflare page rules? You can try capturing everything after the .tld and then forward it to a lemmy server. So for instance somedomain.tld/12345 could forward to lemmy.world/post/12345. If reddit is checking links for 301 redirects to lemmy though then that wouldn’t work.

    A more advanced approach would be to use a cloudflare worker to do a proxy response so the status code is returned as 200 OK instead of 301 redirect. I haven’t tried that but i think that would be much harder for them to block and you could always make more elaborate urls to make it harder to find obvious lemmy-like structure