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

15
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?

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.

25
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 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.

[-] iso@lemy.lol 45 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?

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

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

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 :)

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

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

555
submitted 8 months ago* (last edited 8 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 9 months ago* (last edited 9 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

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

Another reason to not use ccTLDs.

[-] iso@lemy.lol 47 points 11 months ago* (last edited 11 months 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 37 points 1 year ago* (last edited 1 year ago)

Subtitles are the easiest material to pirate :) I'm sure they don't have a copyright either.

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

Wait, what’s the reason?

[-] iso@lemy.lol 57 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 48 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