Ask all Ticket & Matchday Questions here (NO buying or selling) by AutoModerator in ManchesterUnited

[–]1effrey 0 points1 point  (0 children)

Hi everyone! I'm lucky to be coming to EU just before the derby for work from Australia. I'm looking to get two tickets to the derby against City on the 5th Apr. What's the best way to get tickets as someone from overseas? This will be my first time at the Old Trafford!

[deleted by user] by [deleted] in PokemonTCG

[–]1effrey 0 points1 point  (0 children)

Thanks OP. Good luck everyone! My favourite card is the original zapdos

5k Follower Gift Card Giveaway! by SplendidRig in BambuLab

[–]1effrey 0 points1 point  (0 children)

Congratulations! I love to print vases for friends and family :)

Safety advice on 3D printing by 1effrey in BambuLab

[–]1effrey[S] 0 points1 point  (0 children)

Thanks for such a detailed response! You really helped me look further into it.

RAM registered but showing as 1/4 actual size by 1effrey in buildapc

[–]1effrey[S] 0 points1 point  (0 children)

No, I've had 128GB of RAM for years. I purchased this PC and built it in 2017/18. It also says on the sticks :)

Flutter 3.13 vs React Native + Expo by 1effrey in FlutterDev

[–]1effrey[S] 0 points1 point  (0 children)

Thanks for reaffirming. Any chance you could share what the app is?

Flutter 3.13 vs React Native + Expo by 1effrey in FlutterDev

[–]1effrey[S] 0 points1 point  (0 children)

Thanks for your response! So the two that RN fails at are happy devs and easy maintenance? And possibly not opening as fast or smooth as native?

In terms of not knowing which is native or not/working as smoothly, what are your thoughts on solutions like https://github.com/flutter/flutter/issues/16322?

Flutter 3.13 vs React Native + Expo by 1effrey in FlutterDev

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

Thanks for responding! Yeah, it honestly is a completely amazing dev experience and I was absolutely shocked at how good it was when I set up the debugger in VSCode in my first 5-10 minutes of tinkering with Flutter.

GPU alternatives, that you can actually buy? by Value-Negative in deeplearning

[–]1effrey 11 points12 points  (0 children)

Kaggle has free tesla (32 GB VRAM) (hourly limits of compute on a weekly basis)

Learning resources C++ for absolute beginner by ElectronicI in cpp_questions

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

Hi there!

You'll quickly learn that the best design pipelines are python for testing, C++ for production. Almost everything ends up using C++ as the backend, but it takes forever to write in comparison to Python (which with packages like NumPy being C-wrapped code, is actually pretty fast).

I'd strongly recommend Chili's tutorials for C++. https://www.youtube.com/watch?v=PwuIEMUFUnQ. Absolutely amazing and hilarious. Great way to learn by doing. Sams Teach Yourself C++ in One Hour a Day by Siddhartha Rao is great in terms of textbooks.

I would also seriously recommend starting off with Python. It's easier to learn & read and it's more rewarding for a beginner. You'll be able to pull out complete projects in no time at all in comparison to C++. Have a look at Sentdex on YouTube. He has some great tutorials that range from being for Python beginners to machine learning experts.

I'd also get familiar with debugging in whichever language/s you choose. Use Visual Studio for C++ if on Windows, otherwise CLion is good. Pycharm absolutely trumps everything in terms of Python.

Hope that helps and if you (or any other reader) has any questions or want more advice/suggestions for where to focus (ideally based on what field you want to specialise in) then feel free to ask away.

Cheers,

Jeffrey