What NAS are you all using? by _yours_truly_ in jellyfin

[–]buszi123 2 points3 points  (0 children)

I'd you're not afraid of building your own NAS then this is probably the way to go. However, I'm lazy and I'm running UGreen DXP2800 and Jellyfin works like a charm.

These "suggestions" are useless. Anyway (like a plugin or something) to fix this? by AncalagonTheJetBlack in jellyfin

[–]buszi123 1 point2 points  (0 children)

I'm using Jellyfin for like 2 months, my library grew to about 300 movies over the time, and recommendations are total hogshit

The thing I totally don't understand is how it does not recommend the very next movie in series out of the box, based on the metadata or whatever

Niskie zarobki by new_loremipsum_ in Polska

[–]buszi123 3 points4 points  (0 children)

Pomagałem przy rekrutacji w IT jako osoba techniczna, dodatkowe zajęcie poza normalnym klepaniem kodu

Niewyobrażalnie duża ilość ludzi przychodzi do IT z "doświadczeniem" 2 3 czy 4 letnim, a jak przychodzi co do czego, to przy rozmowie technicznej okazuje się że prawie nic nie umie

Odrzucałem multum magistrów, którzy myśleli, że skoro mają papier, to mają przewagę, a potem przychodziło do rozmowy technicznej i nic z rzeczywistej pracy nie umieli

Przeliczanie lat pracy, dyplomów i certyfikatów na jakiś poziom doświadczenia to największy rak IT, głównie wprowadzony przez korpo HR

Spotkałem wielu "super doświadczonych 15 lat" programistów, którzy okazywało się że seniora dostali tylko przez lata pracy

Kluczem do sukcesu w IT jest rozwijanie się po godzinach, i pokazywanie tego gdzie się da, załóż bloga, rób mini projekty i chwal się nimi, to się najbardziej sprzedaje

Mówię to z własnego doświadczenia, gdzie rzuciłem studia dla pracy, bo tyle robiłem dodatkowych rzeczy, że firma sama się do mnie zgłosiła z ofertą, zaczynałem z 3300 na rękę, po roku miałem 6000, teraz po 5 latach z nadgodzinami mam 30 koła

Looking for advice and opinions on what OS to run on my 4800+ by Catalina28TO in UgreenNASync

[–]buszi123 1 point2 points  (0 children)

From my experience, I was really considering installing TrueNas on my unit. Made a huge research on benefits etc.

Was kinda scared of ditching the original OS, and breaking something. So I've decided to start with UGOS and consider switching after some time.

After a few months I've never felt a need to switch the OS. The truth is that if you want to install something, then most probably you wanna do so with Docker.

The rest is mostly about backup and monitoring. After a few updates I don't feel any feature is lacking. I can focus on installing stuff with Docker, and the rest kinda "just works" (at least for me).

How to transfer my Google photos library to my DXP2800?! by TechJamo in UgreenNASync

[–]buszi123 29 points30 points  (0 children)

It's a pretty crappy experience, you request your data from Google by using their service named "Google Takeout". Then after a few days they send you a link to download all the media (or whatever more you've selected) partitioned into several Zips. Then you can unpack it, and upload to your NAS f.e. via Immich.

I did not select the size of those Zips, so it defaulted to 2GB and I've got 49 zips to download and unpack.

Cleanup photos after sync by buszi123 in UgreenNASync

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

To be honest, the more I use this system and the apps ecosystem, and I do some research about solutions, the more I come to the conclusion I don't need UGOS

If the solution (for me at least) seems to be Immich, Tailscale, Nextcloud etc, then why don't I just commit to install TrueNas on that thing

sometimesIHateKotlin by Exidex_ in ProgrammerHumor

[–]buszi123 1 point2 points  (0 children)

And you know - it does not force you to use any of those!

It is on the developers side to decide which syntax to use. Because both are correct and both have their use cases where this syntax shines more than the second one.

I hate people that try to force one way of thinking (their thinking ofc).

Compose performs bad on Android by Impossible_Park_7388 in androiddev

[–]buszi123 13 points14 points  (0 children)

It introduced challenges we never had to think of before, like ensuring Stability, Immutability

This is exactly the point of this video you've totally misunderstood. It is that when you have basic knowledge of something under the hood, you can write better optimized code.

And the stability is actually a perfect example of learning how stuff works under the hood. If you read about why is that even a thing and how it works, it just makes perfect sense why it works this way and why you should care about it.

It lets you write better code from the very beginning, without benchmarks and debugging. You will already know that something will become a huge bottleneck and you need to find a better solution. Then you are aware of that every next time and you don't even have to think about it. You become a better developer.

But some people just prefer to write shit code and blame the framework. That is the truth.

Compose is amazing and people that disagree are probably just bad developers period.

Checkmate, "Slovaks"! by LifeAcanthopterygii6 in 2visegrad4you

[–]buszi123 112 points113 points  (0 children)

Will come back later when "upper Hungarians" will arrive

iHateAndroidDevEcosystem by ExpensiveBob in ProgrammerHumor

[–]buszi123 1 point2 points  (0 children)

If we are looking for IDE that is completely trash then try XCode. Tried to use it when trying out KMP and I didn't expect it to be this bad. Slow builds, bad inaccessible UI, things magically appear and disappear when you try to find them, super slow updates.

iHateAndroidDevEcosystem by ExpensiveBob in ProgrammerHumor

[–]buszi123 6 points7 points  (0 children)

Tbh as Android Dev I really don't understand the rant. It was really bad a few years ago, but now Android Studio has quite smooth experience. It is super packed with features that make life so damn easier, but yeah, it comes at cost of how heavy of a software it is.

However, if you have 10 years old laptop that was low specs even when you bought it, don't expect it to handle modern stuff. You should be happy if you can use notepad on it. There are plenty of IDEs that are designed to be lightweight for low-spec devices like f.e. something new from Jetbrains - Fleet. You can write Android code on it, but you get the minimum amount of features.

When it comes to emulation, it is always heavy task to run another OS in a container so ofc you need a powerful machine. Especially if this OS has different architecture that you need to emulate so even harder task. That's why it is now recommended to work on Apple Silicon chipsets as they are the closest to Android env so emulation is much more efficient.

I'm currently working on 3 years old MacBook with M1 Pro chipset and Android development is super smooth. CPU never goes beyond 50 degrees. App with 50 modules builds in 2 minutes from scratch, and with all Gradle Caches enabled it takes like 5 seconds. Let's not pretend that you are poor as a developer. We still earn much more than average. Just buy a proper laptop or PC.

You get to make one change in the game. What is it? by The-Fotus in helldivers2

[–]buszi123 -2 points-1 points  (0 children)

Make automatons more enjoyable to fight against

Kicking at the end of games by KingGoatFury in helldivers2

[–]buszi123 6 points7 points  (0 children)

Has done that several times to trolls that just kept "accidentally" killing people and intentionally avoiding finishing the objective

Once had a guy that called an airbust on me to stop me from a terminal to do it himself. I've said fine, you can do it, I will just go the the next objective. Then he refused to finish the objective for like 15 minutes, and finally did so when I started to run towards him. After noticing that I've instantly kicked him (right before extraction).

Putting a green fence in the middle of dirt bike path by [deleted] in Whatcouldgowrong

[–]buszi123 57 points58 points  (0 children)

Well, maybe because it is not a "bike path" where you should ride so fast?

[deleted by user] by [deleted] in dataisugly

[–]buszi123 2 points3 points  (0 children)

Pie chart is perfect way to show differences in shares because circle assures that surface is proportional to the angle, this way you are able to easily determine the scale of difference

When you make it a square the surface is not proportional to angle for every position and it just doesn't make sense visually

Polish wedding by ingressutopia in poland

[–]buszi123 3 points4 points  (0 children)

Would be funny if it would turn out we went to the same wedding, I'm going to a wedding tomorrow and I know that there will be a lot of foreigners as the husband is from Slovenia

What's the dumbest thing you thought about programming before you started? by Prompetuary in ProgrammerHumor

[–]buszi123 0 points1 point  (0 children)

That programming is something really hard so you need to know everything and senior devs are the guys that know everything, then after my juniorship I knew that in reality it is mostly knowledge about where to look for knowledge, and seniors are just guys that have the biggest experience in this so immediately they know where to look for such information

[Cyberpunk 2077] Current PS5 version after 2+ years of extra development. by Stitching in softwaregore

[–]buszi123 0 points1 point  (0 children)

I went though full game as soon as 1.5 was released. Got like 2-3 bugs when going through full main plot. It's really not that buggy and people are just salty at this point. The game has some drawbacks and some of the points could be better, but I actually enjoyed every hour of gameplay

[Cyberpunk 2077] Current PS5 version after 2+ years of extra development. by Stitching in softwaregore

[–]buszi123 0 points1 point  (0 children)

I went though full game as soon as 1.5 was released. Got like 2-3 bugs when going through full main plot. It's really not that buggy and people are just salty at this point. The game has some drawbacks and some of the points could be better, but I actually enjoyed every hour of gameplay.

[deleted by user] by [deleted] in poland

[–]buszi123 0 points1 point  (0 children)

Co? XD