ultraHQ

joined 1 year ago
 

Hi all,

I'd like to spin up a lemmy instance with some changes I'd like to make this upcoming weekend, and I'd like to self host a ci/cd pipeline for it.

At work, we use Jenkins tied to Jira.

Our procedure is as follows:

  1. We feature branch, build/deploy to dev (manual), self/peer verify.
  2. Merge to master, build/deploy to dev (triggered by jira), QA tests
  3. Promote to stage (deploy artifact from previous build, triggered by Jira), QA tests
  4. Promote to prod, and pray we didn't miss any edge cases lol

I'm not married to Jenkins and I'd be open to other options, if there's something you've tried that you think is better, I'd love to hear it!

Would be nice to have auto triggers that are tied to kanban stories, but not necessary.

[–] ultraHQ@beehaw.org 6 points 1 year ago* (last edited 1 year ago)

I'm presently working on changing the url schema to more match reddit's,

Eg:

/post/{title}-{title_id}

/post/{title}-{title_id}/comments

Etc

[–] ultraHQ@beehaw.org 2 points 1 year ago

Yep! Although it is too bad that when you sesrch for reddit alternstives, that lemmy doesn't come up.

 

Looking to migrate off of spotify. I will miss it for suggesting new songs and keeping up with new releases. What do you use to stay up to date, but off of paid services?

[–] ultraHQ@beehaw.org 0 points 1 year ago

It will still be a useful repository of knowledge. It's going to be a hard transition, most of the time when I google something I need to append site:reddit.com, to get a useful answer

[–] ultraHQ@beehaw.org 1 points 1 year ago (2 children)

Note: you will most likely still be able to view from mobile browser via teddit even after the api cutoff date

[–] ultraHQ@beehaw.org 6 points 1 year ago (1 children)

I'm not sure if anything could at this point. The large amount of users has resulted in a lot lower quality of posts.

[–] ultraHQ@beehaw.org 7 points 1 year ago* (last edited 1 year ago)

Yeah at work we mask all responses to the client in production to x00, but in the scenereo the original commenter laid out exposing the 403 would be best.

Adding a modal client side would prob be best here.

[–] ultraHQ@beehaw.org 14 points 1 year ago* (last edited 1 year ago) (2 children)

404 wouldn't be the right status code, 403 would be more suitable.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client_error_responses

[–] ultraHQ@beehaw.org 1 points 1 year ago* (last edited 1 year ago)

NOTE: Taken from reddit.

As explained in an earlier post, deleting your user footprint on Reddit completely requires overwriting all your posts and comments with a boilerplate or randomized message, then deleting them all, and finally deleting the account itself.

I have found two tools that do this well, one using the Reddit API, and one not. The one using the Reddit API has more features and fewer bugs, but it may stop working beyond July 1, 2023. Both tools require a Windows, macOS, Linux, etc. computer.

My advice is to wait as close to July 1, 2023 as you can, if not beyond it, in case Reddit changes course at the last second. You may also want to request all your data from Reddit before deleting anything. Or use Reddit Manager to backup selectively.

Power Delete Suite

  • https://github.com/j0be/PowerDeleteSuite
  • Requires a Windows, macOS, Linux, etc. computer.
  • Requires a major web browser.
  • Uses the Reddit API. May stop working beyond July 1, 2023.
  • Follow the instructions on the GitHub readme.
  • The UI should be self-explanatory.
  • Configure it to overwrite your posts and comments first, then delete them.

Better Reddit Delete

  • https://greasyfork.org/en/scripts/370530-better-reddit-delete
  • Requires a Windows, macOS, Linux, etc. computer.
  • Requires a major web browser.
  • Requires Greasemonkey, Tampermonkey, or Violentmonkey to be installed on the web browser.
  • Does not use the Reddit API. Will continue to work beyond July 1, 2023.
  • Follow the instructions on the Greasy Fork readme.