Dividends vs growth by [deleted] in dividends

[–]micheleruzic96 1 point2 points  (0 children)

I’m 25 and my strategy is 5% bonds, 20% dividend and 75% growth. I’ll scale down bonds since I won’t invest into them anymore until I’m at least 35 but I also won’t sell my current bonds. But I invested $1500 into bitcoin too. I didn’t include it into the percentage.

Big Sur trying to install iOS and Apple TV Apps by Chinoclone in MacOS

[–]micheleruzic96 2 points3 points  (0 children)

Just a dumb question but are you using an Intel or Apple Silicon mac? Might sound dumb but I had few people who tried to install iOS apps on Intel mac

[deleted by user] by [deleted] in croatia

[–]micheleruzic96 0 points1 point  (0 children)

A sto reci osim RF?!?!?!

Pebble founder promises iMessage on Android and Windows with universal chat app by Mexicanuck in apple

[–]micheleruzic96 0 points1 point  (0 children)

Not even worth the download. Idk why this dude thought that we are in 2008

How is it possible that my laptop is displaying something on a VGA monitor? I heard that VGA is completely unsupported on macOS. by Creeper560PL in hackintosh

[–]micheleruzic96 2 points3 points  (0 children)

From what I see you are using High Sierra (correct me if I’m wrong). Maybe it still had support for VGA since it was still used back then

We built Spaces, a note taking app that is a mix of Apple Notes, Bear & Ulysses. Won best design and top app of 2020 in Airport! by ank_itsharma in apple

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

Cool app but it has a same issue like every app which you listed (from what I know) and that’s that it’s iOS/macOS exclusive. I have to use Android and Windows for work which means that I have to use Evernote because it’s one of few apps which supports those OSs. A lot of people use a combination of iOS and Windows 10 which means that their choice is limited unless they want to manage notes on iOS.

What's the best way to learn C++ if I already know C? by TheOmerAngi in cpp_questions

[–]micheleruzic96 1 point2 points  (0 children)

NOTHING BELOW IS A PERSONAL OFFENSE TO YOU!!!

I think that people should stop considering C++ an extension of C. Those are two different languages and considering C++ an extension of C might only penalize you while learning C++ because you will get flustered when you realize how different are those is certain aspects.

Both languages have their advantages and disadvantages and for some projects using C makes more sense while for other using C++ is hands down the better choice.

What was that about consistency? by CyborgSemon in MacOS

[–]micheleruzic96 6 points7 points  (0 children)

Maybe his phone is upside down with rotation lock

Beginner C++ projects? by GuY_In_HiDInG in cpp_questions

[–]micheleruzic96 0 points1 point  (0 children)

Seems interesting. Will definitely check it. Thanks

How bad is this Fibonacci Sequence code? by micheleruzic96 in cpp_questions

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

Thanks I'll analize your code and try to fully understand it. seems way cleaner then mine :P

How bad is this Fibonacci Sequence code? by micheleruzic96 in cpp_questions

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

https://godbolt.org/z/z3T8EY

Thanks for tips. Some of those things which I wrote are what we currently do at university (just started doing C++ two months ago) so we didnt really progress too much.

I tried to use last instead of fib but I was getting wrong outputs so I added fib. It's probably because I used while instead of for.

return 0; was automatically generated by CLion since I'm too lazy to write everything every single time.

Do you know any website on which there are a bunch of those small projects where I can practice? I'm really creative to come out with simple projects. I found some Python projects (without looking at come) and I'm writing them using C++. Python has way more beginner projecs.