[-] iso@lemy.lol 3 points 1 day ago

I got the email too but can’t install from TestFlight.

[-] iso@lemy.lol 4 points 1 day ago

If apps are native, I think it makes sense. No one watches short videos from PC.

[-] iso@lemy.lol 3 points 2 days ago

I will. I was asking from CPU power and price perspective though.

64
submitted 2 days ago* (last edited 1 day 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 2 points 4 days ago* (last edited 4 days ago)

When I decided to try XMPP, I had to do a lot of research to decide which applications I should use for the server and client. I did not experience this in Matrix. And yes, I know Matrix is ​​not stable. I am not against that. It's just easier to get on board.

If we told two people to use these two software independently, they would start using Matrix much more faster than XMPP. I think this is enough to call it uncomplicated.

Also, would you recommend Snikket server (or Prosody) for 1:1, group calls and screen sharing?

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

I don't want to defend Matrix. I agree that it is not stable and lightweight. However, I believe it is simpler than XMPP. Wanna set up a server? Synapse. Need a client? Element. The default softwares are easy for new users to discover.

Also, the fact that Matrix has a single protocol means that in theory all servers and clients can work with each other (Although I know we are far from that at the moment). It is much better than XMPP's XEPs in terms of simplicity.

It's not that I don't like XMPP. I want a stable, encrypted, federated messaging platform. However, in terms of money and motivation, Matrix seems to be closer to that right now.

[-] iso@lemy.lol 8 points 4 days ago

way less complex

I don't agree with this.

[-] iso@lemy.lol 84 points 4 days 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 1 week ago* (last edited 1 week 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.

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

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

Another reason to not use ccTLDs.

[-] 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
view more: next ›

iso

joined 1 year ago