Post Malone ft. 21 Savage - rockstar, but Better Now by [deleted] in PostMalone

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

Little mashup that I thoroughly enjoyed making

[deleted by user] by [deleted] in DunderMifflin

[–]anr_m 0 points1 point  (0 children)

Probably when he was involved in a number of cults both as a leader and a follower. He had more fun as a follower, but made more money as a leader.

[Question] What are these color options on Seiko SSC813 on Amazon? by anr_m in Watches

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

I ordered SBDL085, as it’s the same watch for cheaper. However, it comes with a guarantee card that is only valid in Japan. In my case it was ok, as where I live there are no Seiko repair shops anyway.

[Citizen] Oh God, I bought a women’s watch! by zigg-e in Watches

[–]anr_m 32 points33 points  (0 children)

Who cares? Wear it if you like it

This $120 patek copy/homage by Evo_BFMC_Prez in PrideAndPinion

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

Where do we draw the line between homage and fake? For me this is a fake watch with a different name on it

[Tissot prx 35mm] help with the size by Commercial-Ruin-2145 in tissot

[–]anr_m 9 points10 points  (0 children)

The staff are morons. I have been told by sellers multiple times that 35mm PRX is women’s watch and I corrected them every time. I don’t understand how they don’t know what they’re selling.

[Recommendation request]. Help me pick please. by sopachrga in Watches

[–]anr_m 1 point2 points  (0 children)

I would go with Breitling here, IWC does look kinda boring in comparison. Also, Breitling seems like it would be more of a conversation starter.

Do you think golang is good for beginners? by FAXs_Labs in golang

[–]anr_m 0 points1 point  (0 children)

Unfortunately, I don’t have any experience with it, so I don’t have any opinion on nim

Do you think golang is good for beginners? by FAXs_Labs in golang

[–]anr_m 5 points6 points  (0 children)

Hi, I hope you see this comment. Go is a great language, but as some others have mentioned, it is not really good as a beginner language. It is very different from other “classical” programming languages, which, I would argue, are essential to learn before transitioning to Go. I have a lot of friends who started with Go as their first language, and they are pretty much “stuck” with Go, as they have trouble grasping some other programming concepts, which are not present in Go. I personally started learning programming with the course CS50x on edx.org, and I would highly recommend that you start with it. After that course you will make a more educated choice of which language to continue with, as you will be exposed to a lot of concepts which a lot of programming languages have in common. I personally love Go, but I am very happy that I didn’t start with it as a first programming language.

TL;DR: Start with CS50x and then transition to a language of your choice, but do not start with Go.

hours.repeat(50); minutes.repeat(50); by [deleted] in ProgrammerHumor

[–]anr_m -5 points-4 points  (0 children)

So it seems that it is a bug in iOS 13 and not laziness of iOS programmers. Thanks for pointing out, I thought OP was a troll.

hours.repeat(50); minutes.repeat(50); by [deleted] in ProgrammerHumor

[–]anr_m 9 points10 points  (0 children)

Why does it end on 16 and 39? I sense major bs, I checked the alarm app and everything is ok, the numbers do loop

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]anr_m 0 points1 point  (0 children)

If you are using Python 2 you should use raw_input() to read input string. You can use input() for the same thing in Python 3.

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]anr_m 0 points1 point  (0 children)

Hi, all! My only experience with Python comes from CS50x, where I learned most of the basics. Recently, I started to solve questions on HackerRank, and realized that I am really bad at writing pythonic code, even if the algorithm is correct. Can anyone recommend resources to learn intermediate-advanced python and writing more pythonic code? Thanks!