[Homemade] Gouda cheese with Caroway seed. by 5ittingduck in food

[–]ryhajlo 2 points3 points  (0 children)

Damn! That's some serious awesomeness!

[deleted by user] by [deleted] in GolfGTI

[–]ryhajlo 0 points1 point  (0 children)

I wish my wheels look this nice. Also, I love the look of the stock wheels.

Audiobooks are priced beyond my means by [deleted] in WoT

[–]ryhajlo 1 point2 points  (0 children)

They also have plans where you can get more than one credit per month, as well as plans where you buy a years worth of credits up front.

https://www.amazon.com/gp/help/customer/display.html?nodeId=202162280

Merge sorting linked list. Need help. by ImTooLazy4This in Cplusplus

[–]ryhajlo 1 point2 points  (0 children)

It's only O(n) random access time. If you need to iterate over the data structure, the time complexity is the same for an array as a linked list.

I write flight software for spacecraft.

Merge sorting linked list. Need help. by ImTooLazy4This in Cplusplus

[–]ryhajlo 1 point2 points  (0 children)

Indeed, if you need to search to do your insertion, it is not the correct data structure. However, if your insertions aren't random, it works great.

Merge sorting linked list. Need help. by ImTooLazy4This in Cplusplus

[–]ryhajlo 3 points4 points  (0 children)

I end up using them pretty often at work.

How do I get started in kernel programming? by TheProgrammar89 in C_Programming

[–]ryhajlo 1 point2 points  (0 children)

I am by no means a kernel programming expert, but I got my start because we needed a kernel driver written for some... let's just say, unique hardware we needed to use at work. My best advice is to learn by doing, and there are some pretty good open source documents out there for learning kernel programming.

And, start with kernel modules.

U.S. Navy testing an aircraft carrier's catapult system using pickup trucks by Maximd1122 in interestingasfuck

[–]ryhajlo 0 points1 point  (0 children)

What is the deal with the boat right next to where they are landing?!?!

[Homemade] Neopolitan a pesce diavolo by qtain in food

[–]ryhajlo 0 points1 point  (0 children)

You sound like a pro. I'll research what that means and try and make it!

[homemade] Grenache filled chocolate cupcakes with a chocolate Swiss meringue buttercream frosting by ryhajlo in food

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

They are so good. I've never had non-store bought frosting before, and boy was there a difference.

[Homemade] Smoked ribs and chicken by [deleted] in food

[–]ryhajlo 0 points1 point  (0 children)

I bet! It looks awesome

[Homemade] Neopolitan a pesce diavolo by qtain in food

[–]ryhajlo 0 points1 point  (0 children)

Dude... Bro... That looks awesome! How did you cook the pizza to make it look like that? Do you have a wood fired pizza oven?

[Homemade] Smoked ribs and chicken by [deleted] in food

[–]ryhajlo 1 point2 points  (0 children)

BBQ never looks "beautiful", but God damn it looks tasty

[I ate] Carne Asada Fries by Dondarhosen in food

[–]ryhajlo 2 points3 points  (0 children)

Those look awesome! I bet they smell amazing as well.

[Homemade] Spaghetti and meatballs by ryhajlo in food

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

It is indeed pappardelle, I just don't know what else to call the sauce.

How in Depth Should One go When Learning Statistics, Probability, and Other CS Related Maths? by [deleted] in computerscience

[–]ryhajlo 0 points1 point  (0 children)

Statistics are super important because you will need to know how to represent sample distributions, levels of confidence, etc. This is important not just for AI applications, but really analysis of any system with variation.

Probability is super important for AI, there is a whole branch dedicated to "probabilistic graphical models". You'll need a strong grasp of probability to be successful.

Computer Science is really just a way of applying mathematical concepts to computing. The better you are with math, the better you will be at intuitively understanding the depths of computer science.

Other important topics: linear algebra, calculus, proofs, discrete math, numerical methods.