BrikoX

joined 1 year ago
[–] BrikoX@vlemmy.net 10 points 1 year ago* (last edited 1 year ago)

Either a typo or stylistic choice.

MusicBrainz has it capitalized https://musicbrainz.org/recording/a6c4fbb5-f8ef-4d40-823a-1a47ae671ca4

[–] BrikoX@vlemmy.net 6 points 1 year ago* (last edited 1 year ago) (2 children)

At the top menu bar there should be Create Community button or you can go to the direct link. If you don't see it then you instance has probably disabled the functionality.

[–] BrikoX@vlemmy.net -1 points 1 year ago

And I support Mozilla goal of creating something independent, but I also don't like their engine. Everything using Blink is not automatically a bad thing.

[–] BrikoX@vlemmy.net 21 points 1 year ago (3 children)

There are a few Firefox forks:

  • LibreWolf
  • Waterfox
  • Arkenfox

And then there is Brave which I find smoother than Firefox, but that's just me.

[–] BrikoX@vlemmy.net 1 points 1 year ago (1 children)

I don't know the specifcs, but there are strict rules and requirements on how the data has to be stored if you process any of it, then there is complience issues with laws like GDPR and you have to be a registered entity as far as I know. It's just too much legal paperwork for most FOSS projects.

[–] BrikoX@vlemmy.net 5 points 1 year ago (3 children)

Top comment made me smile

You are unlikely to find FOSS alternative that is not for cryptocurrencies as the regulations around credit card data processing makes it hard.

[–] BrikoX@vlemmy.net 1 points 1 year ago* (last edited 1 year ago) (1 children)

@xaxl@lemmy.world Did some testing and it seems that it doesn't load images through RSS but if you select load webpage, it will show the image.

[–] BrikoX@vlemmy.net 2 points 1 year ago

Story of open source. Everyone needs to create their own version if even one thing is not to their liking. 🤣

[–] BrikoX@vlemmy.net 2 points 1 year ago (4 children)

Someone who is interested in continuing it should just fork it.

[–] BrikoX@vlemmy.net 1 points 1 year ago (3 children)

Could be. I haven't tried with Lemmy. Will try later and mention you with my results.

[–] BrikoX@vlemmy.net 1 points 1 year ago (5 children)

In settings under sources, you can try changing the default target to load the full content if the images are not shown. It depends on the RSS implementation.

 

cross-posted from: https://programming.dev/post/222740

I have seen a lot of calls around Lemmy for more moderation tools. I have been working on Lemmy PowerShell module for a few weeks now, and I went ahead and released a preview version with multiple moderation tools now available. The module has the ability to perform the following tasks using a simple command line tool:

  • Search posts and comments
  • Remove a post
  • Remove a comment
  • Lock and unlock posts
  • Add and remove moderators
  • Create new posts and comments

You can get started now by installing the module through the PowerShell gallery.

Install-Module Lemmy-preview
Import-Module Lemmy-preview

If you are not familiar with PowerShell, I've include detailed instruction in the GitHub repo with lots of example. https://github.com/mdowst/Lemmy-PowerShell

If you run into any issues please let me know either here or by submitting an Issue to the repo.

view more: next ›