iso

joined 2 years ago
MODERATOR OF
[–] iso@lemy.lol 1 points 1 day ago (1 children)

Frankly, I would prefer using Nautilus, VLC in a stable cosmic-comp. I believe the S76 team has strayed bit of the target by working on features that are not urgent (like Cosmic Edit, Cosmic MP). Still, it seems to be progressing pretty well.

I tried daily drive but could not continue due to some critical but minor issues. I will try it again when it is labeled as beta because I really like its speed and appearance.

[–] iso@lemy.lol 4 points 1 week ago

It was something like Universal Lemmy Redirect

[–] iso@lemy.lol 2 points 1 month ago* (last edited 1 month ago) (1 children)

I created this tool and have been using it in my instance since the very beginning. My instance is almost 2 years old and it's total database size is 60.2GB.

What people don't understand about this tool is:

  • If a community is generating enough activity, it's likely that someone from your instance is already following that community.
  • If a community isn't generating enough activity, it won't create much of a network/storage burden anyway.

Sure, it will make a small difference, but it's nothing compared to the benefits it provides.

[–] iso@lemy.lol 4 points 1 month ago* (last edited 1 month ago) (1 children)

Do you think serving images from torrent would work? This can be done easily in the browser with Webtorrent, but I think it might be a bit problematic in mobile applications (maybe the image_proxy endpoint could come in handy here for a hybrid solution).

If it is in the roadmap, I can add this feature to the web UI as a start. Because it makes perfect sense :)

3
test torrent (lemy.lol)
 

[–] iso@lemy.lol 3 points 1 month ago* (last edited 1 month ago)

I'm glad you're happy 🙏 I'm trying to keep the instance as chill, friendly, and unbiased as possible. I hope we can keep this going in 2025 :)

peepo rat wine

[–] iso@lemy.lol 18 points 2 months ago (8 children)

Due to unpleasant experiences, not the first day :)

[–] iso@lemy.lol 4 points 2 months ago (1 children)

I saw these issues before. Its probably about video encoding. I need to tweak media settings.

Though I can play the video in Mlem.

[–] iso@lemy.lol 14 points 2 months ago (4 children)

Thanks for the changes 🙏 I wonder, is 0.19.8 going to be last 0.19 before 0.20? I’m planning to upgrade if its stable enough.

[–] iso@lemy.lol 1 points 2 months ago (1 children)

As I understand, it will make things work like Bluesky. Users will be able to use their own domain handles while not hosting an instance as a whole.

 

I saw this FEP months ago and thought it was pretty promising. However, it seems that there is no update from then. Does anyone know about this?

link: https://codeberg.org/fediverse/fep/src/branch/main/fep/e3e9/fep-e3e9.md

For those who don't know this proposal brings portable identity across fediverse.

[–] iso@lemy.lol 8 points 2 months ago
[–] iso@lemy.lol 2 points 2 months ago* (last edited 2 months ago)

If you seed only, then your bot won't subscribe. So your All tab will be the same.

Mutual mode can put an additional load on your instance if you are not following the top communities on Lemmy. But I believe it is worth it.

If the extra load becomes a problem, you can disable the bot at any time. With the "Reset subscriptions" button, your bot will unfollow from all communities.

[–] iso@lemy.lol 2 points 2 months ago* (last edited 2 months ago) (2 children)

I would suggest you to set Federation mode to seed only. I do not recommend mutual mode for instances under 100 users.

NSFW? Your preference. Auto add? I think you should enable. Fediseer? Default is fine.

66
submitted 3 months ago* (last edited 3 months ago) by iso@lemy.lol to c/selfhosted@lemmy.world
 

The price seems pretty good. I don't really know much about mini PCs. Do you think there is a better alternative?

Update: ok, not price efficient. Noted 👍

 

I've been rewriting Lemmy Federate for the last 3 days and finally finished it. While there are no changes on the frontend, many things have changed behind the scenes.

Mbin support

After several requests, I have added Mbin support to Lemmy Federate. It is currently in experimental state. I may improve it in the coming days.

Currently, Lemmy-Mbin connection is off by default. You can enable it by activating the "cross software" option in the instance settings.

how it works?Since Mbin has OAuth support, the tool creates the client with OAuth instead of creating a bot user directly. Theoretically, you should be able to activate the tool simply by creating a OAuth client from instance settings.

But unfortunately, I couldn't try it enough because I'm not an admin on an Mbin instance.


Federation mode option

I added this option for small/single user instances. If you select federation mode as seed only in the instance settings, your instance will not follow other instance communities, but other instances will follow your communities.

Although I am not a fan of this option, I think it will work for instances like under 100 users.

Lemmy Federate

source code

Here’s example settings page:

 

cross-posted from: https://lemy.lol/post/31616900

I currently have an iPhone 14 Pro Max and I want to switch to an Android phone.

First of all, I eliminated all Chinese phones. Since Samsung has limited custom rom support, I gave up on that too. At the end, I decided to get a Pixel because of its GrapheneOS support.

But right now I'm stuck between Pixel 8 and 9. There's a big price difference with small improvements. I can afford both but not sure if Pixel 9 is worth it. What do you think?

 

I currently have an iPhone 14 Pro Max and I want to switch to an Android phone.

First of all, I eliminated all Chinese phones. Since Samsung has limited custom rom support, I gave up on that too. At the end, I decided to get a Pixel because of its GrapheneOS support.

But right now I'm stuck between Pixel 8 and 9. There's a big price difference with small improvements. I can afford both but not sure if Pixel 9 is worth it. What do you think?

 

I tried SD once and it was pretty good. It was a bit difficult, of course. Now I want to try image generation again. Do you still think I should use SD or a different tool?

 

I prefer simplicity and using the first example but I'd be happy to hear other options. Here's a few examples:

HTTP/1.1 403 POST /endpoint
{ "message": "Unauthorized access" }
HTTP/1.1 403 POST /endpoint
Unauthorized access (no json)
HTTP/1.1 403 POST /endpoint
{ "error": "Unauthorized access" }
HTTP/1.1 403 POST /endpoint
{
  "code": "UNAUTHORIZED",
  "message": "Unauthorized access",
}
HTTP/1.1 200 (🤡) POST /endpoint
{
  "error": true,
  "message": "Unauthorized access",
}
HTTP/1.1 403 POST /endpoint
{
  "status": 403,
  "code": "UNAUTHORIZED",
  "message": "Unauthorized access",
}

Or your own example.

17
submitted 6 months ago* (last edited 6 months ago) by iso@lemy.lol to c/meta@programming.dev
 

Hi. I’d like to inform P.D admins that Lemmy Federate integration is not working for P.D because Fediseer preferences.

P.D is using “don’t follow censured instances” option in Lemmy Federate while blocking 3rd parties on Fediseer. So Lemmy Federate can’t fetch P.D’s censure list.

So please either:

  • Disable Fediseer usage in Lemmy Federate
  • Grant access of censure list to 3rd parties in Fediseer
26
submitted 6 months ago* (last edited 6 months ago) by iso@lemy.lol to c/linux_gaming@lemmy.world
 

I have a 32:9 screen and I want to play CS2 in middle, 16:9 way. I couldn't do it natively and tried Gamescope.

While Gamescope works as I would like, the mouse is doesn't work properly. As you can see from the video, game is centered but mouse is aligned to right of the screen. The params I'm using are;

gamemoderun gamescope -f -w 2560 -h 1440 -r 240 --force-grab-cursor -S integer -- %command% -fullscreen

Any recommendations?

 

I've heard many of them. For example: rolldown, rspack, swc, oxc, esbuild, parcel, vite etc.

I can currently use JS projects without these tools. What extra do they add? Why should I use them instead of simply using tsc?

Though I must admit I like vite simplicity in front-end.

10
submitted 7 months ago* (last edited 7 months ago) by iso@lemy.lol to c/meta@lemy.lol
 

We have been under troll attack for a while now. For this reason, I am giving up on the open registration policy for a while.

I will also add a rule for extremist users. Even though I care about freedom, I don't like moderation duties very much :) These users must find a new instance that matches their identity.

We’re also looking for an admin who can volunteer to moderate. They should be someone who has spent a few months in our instance, has a clean moderation history, and is active. In short, they must be someone we can trust. @QuazarOmega@lemy.lol and I are busy these days :)

view more: next ›