66
submitted 2 weeks ago* (last edited 2 weeks 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 weeks 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 3 weeks ago* (last edited 3 weeks 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:

14
submitted 1 month 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?

23
submitted 1 month ago by iso@lemy.lol to c/googlepixel@lemmy.world

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?

19
submitted 2 months ago by iso@lemy.lol to c/artificial_intel@lemmy.ml

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?

131
submitted 2 months ago* (last edited 2 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 2 months ago* (last edited 2 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 2 months ago* (last edited 2 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?

[-] iso@lemy.lol 53 points 2 months ago* (last edited 2 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 3 months ago* (last edited 3 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.

11
submitted 3 months ago* (last edited 3 months ago) by iso@lemy.lol to c/javascript@programming.dev

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 4 months ago* (last edited 4 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 :)

82
submitted 4 months ago by iso@lemy.lol to c/pop_os@lemmy.world
[-] iso@lemy.lol 44 points 4 months ago

Do they need blockchain for it though?

6
submitted 4 months ago* (last edited 4 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?

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

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

[-] iso@lemy.lol 84 points 10 months ago

Another reason to not use ccTLDs.

[-] iso@lemy.lol 47 points 1 year ago* (last edited 1 year ago)

This got me. A little dangerous sentence to start post with 😄 I'm not a user from dbzer0, but I appreciate your work on Fediseer 🙏

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

Wait, what’s the reason?

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

All of those are replicated to all servers.

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

Now thats what inconvenient is.

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

Code base is shit. We’re not doing what we’re promising or any close of it. We’re probably going to bankrupt in a year or two.

view more: next ›

iso

joined 1 year ago
MODERATOR OF