iso

joined 1 year ago
[–] iso@lemy.lol 5 points 1 week ago

Thx I just downloaded the stable one 🙏

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

Then I guess you're really doing everything from scratch. I just tried stable beta and it looks really good. There are some small things, but I guess that's the reason why it's beta :) Yes, I was using it for moderation, but I’m gonna happily wait.

I just realized there are Markdown buttons too :)

[–] iso@lemy.lol 6 points 1 week ago* (last edited 1 week ago) (5 children)

Video support 🫡

Is there a link for beta?

 

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?

[–] iso@lemy.lol 4 points 3 weeks ago (3 children)

Why a user should use your instance where there are other free alternatives though?

[–] iso@lemy.lol 6 points 3 weeks ago* (last edited 3 weeks ago) (5 children)

Who will keep the money? Who will calculate what users will have to pay? Who will verify that the money is being used for the purpose it was paid for? How will bringing crypto payments to fediverse increase users, considering that 99% of people have never used crypto before? What will happen to the data of users who decide not to pay anymore? Let's assume that all instances offer paid membership; wouldn't monopoly occur if a corporate/suspicious instance offers completely free membership? Wouldn't offering paid memberships hold instance admins legally liable?

Who will leave the mainstream platforms that are completely free and have many more users, and then pay and use a platform that is 1 in 100,000 times the size?

Even though I received a donation of about $10 for 1 year, I think the current system should continue. If money is involved in something, it would be abused.

[–] iso@lemy.lol 14 points 3 weeks ago (7 children)

Money involvement = enshitification

Let fediverse be unprofitable.

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

@ptz@dubvee.org I have cleaned these and some other bot accounts from my instance. I was ok to open registrations to this point because we were able to get reports for almost every activity and we could easily manage them. But unfortunately Lemmy does not have a regulatory mechanism for votes, so I'll keep it manual approval until then.

Also it looks like they're manually creating accounts since we had captcha + email approval in our instance from the beginning. So this means that even with manual approvals, a botnet can be created – just in a delayed manner.

[–] iso@lemy.lol 16 points 1 month ago (1 children)

Alright. I’ll check this ASAP.

[–] iso@lemy.lol 34 points 1 month ago

in 2016, an attempt to overthrow Erdogan and his religious-conservative administration was foiled

It was not a secularist coup. It occurred because of Erdogan's disagreements with his former Islamist partner, Fethullah Gülen.

[–] iso@lemy.lol 5 points 1 month ago

You're right, that's worse.

[–] iso@lemy.lol 9 points 1 month ago (30 children)

Does the receiver instance federate that like object to other instances? If not, it is shit for sure.

[–] iso@lemy.lol 11 points 1 month ago

About $50 monthly for server, backups, image hosting, mails etc.

 

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.

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

109
submitted 3 months ago* (last edited 3 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 5 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 5 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 :)

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

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

74
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

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

view more: next ›