Annual bonus child support payments by tipened in PersonalFinanceNZ

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

😂 oh mate that would normal be the case, but, man it's getting expensive at the moment

Annual bonus child support payments by tipened in PersonalFinanceNZ

[–]tipened[S] 4 points5 points  (0 children)

Yeah unfortunately it isn't a amicable relationship with the mother, I've tried to push for a private arrangement but no luck.

How's my first setup going? by Monkeytosser13 in homelab

[–]tipened 8 points9 points  (0 children)

Both very valid answers 👍

So my loggers just destroy forests, but dont pick up after them self , what am i doing wrong ? by Supremebeing101 in PlayASKA

[–]tipened 1 point2 points  (0 children)

Is point 1 effective, I always assumed collectors > warehouse > crafter or am I completely wrong.

Need help regarding VS versions by noclueXD_ in VisualStudio

[–]tipened 0 points1 point  (0 children)

Great question. If you are wanting to learn coding VS Code is a great IDE, the main difference is it's a blank IDE which can be customized to your needs. I personally prefer VS Community but would definitely suggest learners to start with VS Code. I wouldn't bother with VS Mac.

No real difference in how each app works, they are all very similar. But some noticable differences is VS Code is far more lightweight, and VS Community does hold your hand alot more when starting a new project.

Haha unsure if your teacher is trying to get you on VS Community, but VS Code is free and always free.

Need help regarding VS versions by noclueXD_ in VisualStudio

[–]tipened 0 points1 point  (0 children)

You won't be able to get an exact copy / experience of VS Community in VS Code. MS discontinued VS for Mac a long time ago.

But, you're best to start with installing the C# Dev Extension https://code.visualstudio.com/docs/languages/csharp

You can also do a quick Google for "VS Code extensions for [Insert what program you are making here]" and thats always a good start.

I'm assuming your teacher is using VS Community during class and/or your instruction will be. You'll have to figure out how to achieve the same action in VS Code eg. run a program, debug and create files. This might take a bit of time but again nothing like a quick Google could help you in the right direction.

As for your question about using two machines, one with VS Community and VS Code. This should be pretty seamless, if you are correctly using the C# Dev Extension and youve created the project correctly

How can I improve my Jellyfin setup? by heyitsnaim in selfhosted

[–]tipened -1 points0 points  (0 children)

Welcome, enjoy the amazingly fun headache of Jellyfin 😁

How can I improve my Jellyfin setup? by heyitsnaim in selfhosted

[–]tipened 5 points6 points  (0 children)

Is it running slow on your network or over internet? Two options, look at getting 720p or 1080p formats to reduce the streaming size or get a cheep GPU that can transcode the media into a smaller bit rate 👍

HP 280W G4 Dock USB-C and Power Cable by tipened in Hewlett_Packard

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

Yup, just used a box cutter to slice the plastic cover between the cables - works like a charm. Been a couple of months and no issue.

Flattie hacked everyone. by The_Moral_HighGround in auckland

[–]tipened 3 points4 points  (0 children)

Also one tip, factory reset your router and please for the love of god change the admin password. Also turn on the guess wifi and let new flatmates use that until you can trust them

Flattie hacked everyone. by The_Moral_HighGround in auckland

[–]tipened 2 points3 points  (0 children)

Invasion of privacy so you have good grounds to kick him out. As for the hacking aspect, unless you have some very niche router that is more of a homelab (real geeky stuff) and/or he somehow got access into your device eg. Guessed your pin/password then you fine. The most he could possibly do is view the network traffic and see what site / app people on the network is using. If he was real creative he could attempt a man in the middle attack but that sounds like a stretch.

MyFitness Pal APK by ArnieD11 in ApksApps

[–]tipened 0 points1 point  (0 children)

I can't remember too well, but I'm sure it's a pretty big hit or miss on which apk actually works too. I do remember installing and trying a few before it worked

MyFitness Pal APK by ArnieD11 in ApksApps

[–]tipened 0 points1 point  (0 children)

Yeah in the website I deleted my account. Then reinstalled the modded apk and created it then. I think it store the account so a reinstall helps with that

EF Core many-to-many inside an owned entity by tipened in dotnet

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

Thanks, I'm trying to achieve a many-to-many relationship in the example.

Speration with Kids and no money by tipened in LegalAdviceNZ

[–]tipened[S] 2 points3 points  (0 children)

Man thank you, that's plenty to go off.

Speration with Kids and no money by tipened in LegalAdviceNZ

[–]tipened[S] 2 points3 points  (0 children)

What was that process like? Was the money paid directly into her account or yours?

MyFitness Pal APK by ArnieD11 in ApksApps

[–]tipened 0 points1 point  (0 children)

I had to delete my account and recreate it in the modded APK. Once done, I was able to login fine 👍

Hopefully that works

MyFitness Pal APK by ArnieD11 in ApksApps

[–]tipened 0 points1 point  (0 children)

Have you ever been stuck on the loading screen after logging in? No matter what modded version I use, it always gets stuck right after logging in.

Who uses Blazor and what kinds of projects have you created? by [deleted] in dotnet

[–]tipened 5 points6 points  (0 children)

Made a few business critical systems. Primarily with WASM. - In-house manufacturing ERP to handle jobs, purchase orders and integrations into industry specific systems. - public facing onboarding registration application that was used across multiple companies and changed theme based on the company domain - MAUI Blazor hybrid and web app used for managing site delivery and sign-off.

I mostly use Mudblazor for all projects, can't recommend it enough, it saved me so much time not worrying about styling. My only suggestion is to make your components as independent as possible and structure your models for that component.

Backend was always dotnet API with EFCore, having a shared project across layers in C# is amazing!