

Odd, I have a Celeron J3455 which according to Intel only supports 8GB, yet I run it with 16 GB
Odd, I have a Celeron J3455 which according to Intel only supports 8GB, yet I run it with 16 GB
Also fastest to write? I’d say JS or Ruby are just as fast or barley slower.
What most people mean is that Python has great Libraries which do the thing you want without much fuss. But thats more on the libraries than on the language.
The fact that you can use Python before .NET kinda amazes me
At least with Java, its the over(ab)use of Reflections and stuff like dependency injection that slows things down to a crawl.
Found too yesterday on F-Droid. Absoutley glorious, even runs perfectly smooth on a almost 10 year old Galaxy S6 Edge.
Typical issue of the corportate programming world being a hivemind. Just because many big tech companies use it you can’t blindly implement it for your 5 developer team.
And it for sure has its usecases - like if you run something with constant load swings that does n’t need to be 100 percent accurate like Youtube it makes sense. You can have a service for searches, comments, transcoding, recommendations, … which all scale independently trading in some accuracy. Like when you post a comment another person doesn’t need to see it within 1 second on another comment service instance.
Really? From my experience the opposite is the case. I work on a smallish team with 3 other developers and we also have a few spring services with < 100 classes and we constantly run into issues where making changes to a bean causes issues in another unrelated part of the codebase. I can’t imagine what a nightmare it would be with a larger codebase and more devs working on it.
Is this even a joke? In Spring DI beans are nothing but glorified over complicated global variables.
Also this fits in here perfectly https://m.youtube.com/watch?v=k0qmkQGqpM8
I mean thats one of the big points of python and why you wanna use it in the first place.
I personally don’t main python but to me this all seems like a effort to retrofit the language for use in large enterprise and web applications, something for which it honestly never should have been used this heavily in the first place. I guess the state of the world 10 years ago let to it, with .NET not officially being multiplat, Java being Java and Rust, Kotlin and Go being in their infancy.
To me Python always was a cool language to write small scripts to automate certain things. Something a single developer writes with < 10K LoC. Where than you can achieve the same thing with way less code and less hastle like setting up a seperate build tool
If your gonna go heavy on typing and error handling but don’t want the complexity of a compiled language just use a .NET or JVM lang, honestly. They are fundamentally built around strong typing and use that information for much better performance and developer experience.
Or if you just want THE most flexible typesystem where you can specify types as broad or specific as possible typescript takes the cake.
Java is great, the way its (ab)used is terrible.
This was my exact setup for years. I had a J3455 NUC and increased its memory to 16GB and installed Proxmox. It worked really well.
Youtubers must be gushing to get their hands on these
EA cover
I think both of these are fine. Certainly way better than most App icons on Android.
Same things make us laugh, make us cry.
Like it says in the book… We are both blessed and cursed.
You can connect to a vscode server on a Galaxy Watch, just sayin’
I don’t know if these are uncommon but I have a few cool usecases besides the regular 1:1 folder syncing, maybe someone else finds them useful.
Also you should know that the way I have all of this setup is that I have a container that hosts a bunch of SMB Network drives and a syncthing container that stores all of the fodlers on that drive. Having them also easily accessible through smb is great when I just wanna quickly copy something or back the folders up.
So here are some of my maybe unorthodoz usecases :
I also used to have a setup that would sync Minecraft Bedrock and Stardew Valley saves between devices (where Windows and Android saves are compatible) but Android 11 introduced a stupid restriction that prevents synching from accessing the the saves are located on Android.
Self hosted Librespeed. Just so usefull to know if I or my ISP screwed up!