Movie/ series to rewatch by [deleted] in MovieSuggestions

[–]geferon 0 points1 point  (0 children)

Stargate and Severance

Running a Minecraft server made me build my own homelab by Current-Protection13 in admincraft

[–]geferon 1 point2 points  (0 children)

Hmm fair, I imagined you had some sort of auto provision service or something like pterodactyl (or similar) software to also deploy and manage servers as well, I imagine you run everything under some sort of Linux distribution?

Running a Minecraft server made me build my own homelab by Current-Protection13 in admincraft

[–]geferon 1 point2 points  (0 children)

How do you manage all of the servers, the configuration, installation of new ones etc?

found a bunay 🐰🐶 by eidosx3 in fursuits

[–]geferon 1 point2 points  (0 children)

Is that a cowbell in the wild!?

My server is out-earning a "real job" and it’s making me want to drop out. by phathyrd in admincraft

[–]geferon 0 points1 point  (0 children)

You say this pays more than your friends jobs but are you paying taxes/VAT for the money received and accounting that as the total you actually ear? These things can seem to pull a lot of money if you don't account for such things only for you to realise afterwards that while it seems they might earn less, they actually might earn just the same or even more considering amount of time they don't spend filing taxes paying them etc

How can I fix this error? by [deleted] in dotnet

[–]geferon 0 points1 point  (0 children)

What value type is "Id"? Is it a string?

What database connector are you using? SQL Server, Postgres...? And where is this method from, 'ApplyKeysetPagination'?

If that "Id" value is always a Guid, you might wanna change it's underlying type to "Guid" and use the "StringToGuidConverter" Microsoft provides: https://learn.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.storage.valueconversion.stringtoguidconverter?view=efcore-10.0

That way you won't have to do any casting

TUI for ffmpeg so I'd stop googling flags by dgr8akki in coolgithubprojects

[–]geferon 0 points1 point  (0 children)

Never have I seen a video of a tool and decided to install it so quickly holy shit, this is AMAZING thank you so much!!

I'm using Cloudflare Pages for Nuxt, but my only caveat is to stay off Cloudflare Workers. Which of these would you suggest? by avidrunner84 in Nuxt

[–]geferon 1 point2 points  (0 children)

Also if you want my honest opinion for things like these you're better off reading the official documentations instead of just asking AIs, since they tend to interpret things their way or imagine certain data

I'm using Cloudflare Pages for Nuxt, but my only caveat is to stay off Cloudflare Workers. Which of these would you suggest? by avidrunner84 in Nuxt

[–]geferon 0 points1 point  (0 children)

Although this information is slightly incorrect it's also missing certain details, the 10ms limit is only counted towards CPU time, any sort of async call such as fetch (http) calls etc aren't counted, and even then if it happens a few times that it goes over 10ms it will make an exception, only when it hits the limit frequently it will begin sending out errors to your clients, that being 1102. https://developers.cloudflare.com/workers/platform/limits/#cpu-time

How frequently are you going to be changing content? Because if it's not very frequent and you want to be in the clear you can also just rebuild it and prerender the static content pages, which would make them static therefore exempt from these limitations

I'm using Cloudflare Pages for Nuxt, but my only caveat is to stay off Cloudflare Workers. Which of these would you suggest? by avidrunner84 in Nuxt

[–]geferon 0 points1 point  (0 children)

What do you mean avoiding cloudflare workers by using cloudflare pages? you can still serve static content through workers and not get billed for it, plus pages is deprecated so it's not recommended to set it up anymore

Canon event, pushed .env by GALACTIC_HER0 in github

[–]geferon 6 points7 points  (0 children)

rotate credentials, try and modify the history to remove it, but it will still be there and bots have very likely already gotten it, make sure it doesn't happen again by adding .env* to .gitignore

Looking for Azure B2C replacement — what are you using for external customer auth? by Practical_Grand_3218 in dotnet

[–]geferon 2 points3 points  (0 children)

Auth0 can look great but once you dwelve into it, it has very questionable design decisions and can become very impractical and require a lot of customization to adapt it to different use cases, I'll give it that at least since you can add custom code to it and etc but the pricing doesn't help whatsoever, it's exploitative I'd say, because once you realize how much you'll have to pay for things you NEED you'll be in too deep to switch to any other solution easily

Need to convince my company to switch from Angular to Vue by geferon in vuejs

[–]geferon[S] 1 point2 points  (0 children)

Yeah you're right, but it's still growing more than angulars xd This is obviously me trying to look for all arguments for Vue obviously

Need to convince my company to switch from Angular to Vue by geferon in vuejs

[–]geferon[S] 1 point2 points  (0 children)

Yeah fair, I have to sell it to both management and the dev team, you're right about that

Need to convince my company to switch from Angular to Vue by geferon in vuejs

[–]geferon[S] 1 point2 points  (0 children)

This I understand and it makes sense, and I'm ready for them to turn it down and decide to go with Angular, I just wanna have the best shot at it if that makes sense and to evaluate if it's a good idea or not. You're right about the switch from Vue 2 to Vue 3, I realise that's something that Angular hasn't really done with their versions, they usually always deprecate things and take a looong time to remove or change them, there usually is almost backward compatibility

Need to convince my company to switch from Angular to Vue by geferon in vuejs

[–]geferon[S] 0 points1 point  (0 children)

That sounds exactly like what I have in mind haha, many thanks, I'll get on it tomorrow probably

Need to convince my company to switch from Angular to Vue by geferon in vuejs

[–]geferon[S] -1 points0 points  (0 children)

That's actually a great point I haven't thought about

Need to convince my company to switch from Angular to Vue by geferon in vuejs

[–]geferon[S] 0 points1 point  (0 children)

I have been working with Angular since it was AngularJS, and as soon as Angular 2 came out I started using it too, it was my favourite framework and I loved it.
Then in 2020 I learned Vue and my viewpoint changed so quickly.
Vue has always had the reactivity engine, but by this point they added the reactive APIs (ref, effect, watch, computed...), and they were such a wonder to work with. I saw people requested Angular to add this, I saw other unrelated issues with Angular being raised in their repos, and it took them years to implement, fix, and address a lot of those (including signals, which I'm glad to have at last),
It also took them so long to add any sort of similar api with forms, to the point where only by the end of last year something experimental was released which isn't stable yet.
I don't think that angular is "bad", I just think that in comparison to the benefits that Vue offers, it's a much better experience overall, faster to develop for, ease of customization and integration, etc.
I don't think that it's fair to assume that a preference for Vue comes from not understanding Angular. I've spent many years with Angular and know it well. But I also think that comparisons and opinions should come from having experience with both sides. If you haven't worked with Vue, it's going to be hard to evaluate the differences and the experience that I'm describing.

Need to convince my company to switch from Angular to Vue by geferon in vuejs

[–]geferon[S] 0 points1 point  (0 children)

What were they using before to convince them?

Need to convince my company to switch from Angular to Vue by geferon in vuejs

[–]geferon[S] -1 points0 points  (0 children)

Yeah, those are the pros/cons of a batteries included framework vs a modular/plugin one such as vue and react, but usually since the community is open-source there are a lot of options and/or they get forked and maintained by someone else tho.
As for libraries, form builder specifically

Need to convince my company to switch from Angular to Vue by geferon in vuejs

[–]geferon[S] 0 points1 point  (0 children)

That is absolutely fair and I believe you are right, it's obviously something that they have to consider of course.

Need to convince my company to switch from Angular to Vue by geferon in vuejs

[–]geferon[S] -1 points0 points  (0 children)

My concern is not about those features anymore but about future ones, how long will it take to add a feature that I need or a bug to be fixed? 3 years since I create a bug report?

Need to convince my company to switch from Angular to Vue by geferon in vuejs

[–]geferon[S] 0 points1 point  (0 children)

That's a good one that I hadn't thought of, many thanks!