iso

joined 1 year ago
MODERATOR OF
[–] [email protected] 11 points 1 day ago

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

[–] [email protected] 5 points 2 days ago (7 children)

I’m using Headscale for work and Tailscale for personal use. I tried to use Nebula but it’s not easy as Tailscale.

[–] [email protected] 2 points 1 week ago (3 children)

Thx. Looks like there's also ComfyUI. How about that?

 

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?

[–] [email protected] 6 points 1 week ago

You’re right, I was just giving an example though.

[–] [email protected] 1 points 1 week ago (1 children)

I've mistyped, I meant message in JSON body :)

[–] [email protected] 4 points 1 week ago

This one looks nice. Very detailed.

[–] [email protected] 3 points 1 week ago

Looks like they're recommending object of error code (number) and message.

 

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.

[–] [email protected] 1 points 2 weeks ago

Yes, it fixed 👍

18
submitted 2 weeks ago* (last edited 2 weeks ago) by [email protected] to c/meta
 

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
25
submitted 2 weeks ago* (last edited 2 weeks ago) by [email protected] to c/[email protected]
 

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?

[–] [email protected] 15 points 2 weeks ago (2 children)

Then we should be against pets too. If we are not okay to breeding animals, we should also discuss pets too. That's not natural either.

[–] [email protected] 50 points 2 weeks ago* (last edited 2 weeks ago) (13 children)

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.

11
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/javascript
 

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.

 

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. @[email protected] and I are busy these days :)

5
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/webdev
 

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 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 

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?

29
submitted 3 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 

I will upgrade the Lemmy version to 0.19.4 on Sunday 10:00 UTC. Therefore, we’ll experience about 1 hour downtime.

Normally, I do not announce these version upgrades, but since the database will also be upgraded and migrated, down time may increase in case of a problem.

For local time: https://www.timeanddate.com/worldclock/fixedtime.html?msg=lemy.lol+update&iso=20240609T10&p1=1440&ah=1

67
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

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

55
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

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

view more: next ›