43
submitted 3 weeks ago by iso@lemy.lol to c/fediverse@lemmy.world

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 40 points 1 month ago* (last edited 1 month ago)

I agree that fediverse needs a personalized "explore" page in general. For example, this is the only plus feature of Bluesky over Mastodon (in terms of technology). It is obvious how big difference it makes.

I generally avoid the evil algorithms found on other social networks, but I hope we see that in Lemmy.

66
submitted 1 month ago* (last edited 1 month 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 👍

[-] iso@lemy.lol 85 points 2 months ago

Huge!

Ensuring that Unable To Decrypt (UTD) bugs never happen. Huge amounts of work has gone into this over the course of the year, especially via complement-crypto as a comprehensive end-to-end-test suite for both matrix-rust-sdk and matrix-js-sdk based Matrix clients. We are finally at the point where UTDs are so rare that most people simply never see them.

84
submitted 2 months ago* (last edited 2 months ago) by iso@lemy.lol to c/fediverse@lemmy.world

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:

15
submitted 3 months ago by iso@lemy.lol to c/askandroid@lemdro.id

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?

131
submitted 4 months ago* (last edited 4 months ago) by iso@lemy.lol to c/programming@programming.dev

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.

18
submitted 4 months ago* (last edited 4 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
[-] iso@lemy.lol 52 points 4 months ago* (last edited 4 months ago)

What the fuck is "vegan cat food"? I sometimes can't understand people.

Ok. I get it. As people, we are bad. We mass husbandry just for food, modifying them with artificial selection for productivity. So I can understand veganism (although I am not vegan).

But have we really reached the point where we stop animals from eating meat? Either I'm a bigoted idiot or people are out of their minds.

[-] iso@lemy.lol 104 points 4 months ago* (last edited 4 months ago)

It's been over for so long that it's almost forgotten, huh? Here's the announcement: https://beehaw.org/post/567170

As I remember, it was about open registration policy and poor moderation.

[-] iso@lemy.lol 45 points 5 months ago

Do they need blockchain for it though?

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

I currently use Cloudflare's DNS with disabled proxy and I want to ditch Cloudflare completely now (for known reasons).

I found the desec.io service and it’s looking pretty good to me. What are your thoughts about this site? Would you recommend it? Any other recommendations?

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

Not exactly self hosting but maintaining/backing it up is hard for me. So many “what if”s are coming to my mind. Like what if DB gets corrupted? What if the device breaks? If on cloud provider, what if they decide to remove the server?

I need a local server and a remote one that are synced to confidentially self-host things and setting this up is a hassle I don’t want to take.

So my question is how safe is your setup? Are you still enthusiastic with it?

56
submitted 7 months ago* (last edited 7 months ago) by iso@lemy.lol to c/linux_gaming@lemmy.ml

I'm using EndeavourOS with ext4 file system for daily usage and a dual bootable Windows for gaming. What I want to have right now is getting rid of Windows completely.

When I tried it before, I had to try multiple tweaks for a game and find which one worked on Linux. Therefore, I want to take a snapshot with BTRFS and try it until I find the right configuration.

While I have quite a bit of experience with Linux, I've never used BTRFS. Do you think it's worth it?

I thought about keeping the games on the ext4 system, but I hate splitting the disk. I'm thinking of keeping the games in a non-snapshot volume.

UPDATE: I just re-installed EndeavourOS with BTRFS + snapper + BTRFS Assistant :)

[-] iso@lemy.lol 39 points 8 months ago

iusearchlinux.fyi gone too. I'm glad feddit.ch at least announced this.

554
submitted 10 months ago* (last edited 10 months ago) by iso@lemy.lol to c/memes@lemmy.ml

Donationware: you must donate to use it. Not like regular optional donates.

75
submitted 10 months ago* (last edited 10 months ago) by iso@lemy.lol to c/fediverse@lemmy.world

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

I would like to introduce you to the tool I have developed in last 2 days.

As you know, when you create a new community on Lemmy, it is initially only available to your instance until users in other instances follows too. To fix this, this tool automatically follows the community from remote instances.

I have previously published a similar but simpler version at boost.lemy.lol and now I remade it because I didn't like some of its features. This time, instance admins will be able to strictly choose which instances they will allow or not. I'm open to your suggestions about different settings.

Please ask your instance admin to add their instance to this tool. To add it as an admin, all you have to do is log in and activate it from the settings.

https://lemmy-federate.com

Here's some tasks I'll implement in the future: https://github.com/ismailkarsli/lemmy-federate/issues

41
submitted 10 months ago* (last edited 10 months ago) by iso@lemy.lol to c/lemmy@lemmy.ml

I would like to introduce you to the tool I have developed in last 2 days.

As you know, when you create a new community on Lemmy, it is initially only available to your instance until users in other instances follows too. To fix this, this tool automatically follows the community from remote instances.

I have previously published a similar but simpler version at boost.lemy.lol and now I remade it because I didn't like some of its features. This time, instance admins will be able to strictly choose which instances they will allow or not. I'm open to your suggestions about different settings.

Please ask your instance admin to add their instance to this tool. To add it as an admin, all you have to do is log in and activate it from the settings.

https://lemmy-federate.com

Here's some tasks I'll implement in the future: https://github.com/ismailkarsli/lemmy-federate/issues

[-] iso@lemy.lol 37 points 11 months ago

Nope. The ones you're mentioned are gTLD (generic top-level domain) but most of the other domains are generic TLD too. See here for the list: https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains

Just don't use country-code TLDs because they can removed by those countries. For example fmhy.ml and now queer.af.

[-] iso@lemy.lol 87 points 11 months ago

Another reason to not use ccTLDs.

[-] iso@lemy.lol 36 points 1 year ago

It just making things easier and cleaner. When you remove a container, you know there is no leftover except mounted volumes. I like it.

[-] iso@lemy.lol 38 points 1 year ago

Wait, what’s the reason?

[-] iso@lemy.lol 58 points 1 year ago

All of those are replicated to all servers.

[-] iso@lemy.lol 56 points 1 year ago
view more: next ›

iso

joined 2 years ago