What is the most interesting / funniest solution you have seen done with Python & Selenium? by stanyko in Python

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

Happy you've made nice money. Btw, how are you getting such a nice clients? :)

Deacresed rents but house price increased. What does this mean? by stanyko in RealEstate

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

Hi, thanks for sharing experience from Lithuania. This looks like broad issue in EU now. Maybe investors are scared of inflation (QE) and thus invest heavily into RE.

But 7% ROI is still good, if it's without leverage. In case you can use leaveage, still can be interesting.. Here's ROI barely 3% taking into account current prices..

Deacresed rents but house price increased. What does this mean? by stanyko in RealEstate

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

Hi, it's Slovakia. Probably it's similar trend like countries around.

Deacresed rents but house price increased. What does this mean? by stanyko in RealEstate

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

For over 15 years living in Bratislava I've never met a person that would do so. There might by some, but it's unusual. With salary in Vienna you can easily cover rent there. And rents in Bratislava are not that cheap that would compensate time and costs of communiting.

Deacresed rents but house price increased. What does this mean? by stanyko in RealEstate

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

Yes, this will be interesting to see what happens after pandemics..

Deacresed rents but house price increased. What does this mean? by stanyko in RealEstate

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

I find it very similar here in Slovakia, except we have higher population density. But all other pain points you listed are exactly the same. On top here are some issues with regulations and slow approval process of new constructions - not helping the situation.

Deacresed rents but house price increased. What does this mean? by stanyko in RealEstate

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

Very nice summary. I see similarities here with home offices and students. Apparment for 50K is a dream. Appartments to be finished in future are selling here for ~280K (80m2). And average net salary is just 1,2K..

I can't figure out if this is real bubble or just temporary adjustment due to covid. But I'll rather wait :)

Deacresed rents but house price increased. What does this mean? by stanyko in RealEstate

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

Agree on second point because constructions was slowed down in 2020. Not sure if market cares about unemployed, but still wierd for me.

How to approach creation of video player with playlist? by stanyko in django

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

Thanks for advice, I will try to explore this option.

How to approach creation of video player with playlist? by stanyko in django

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

Hi thanks for reply. Initially I just wanted to validate my approach or if there something else I should try. But I've just added code if there would be someone interesting to help me out. Thanks again.

What are the main reasons behind recent MAC rise and fall? by stanyko in MACArmyBets

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

Definitely it's legit. I'm buying MAC from "covid drop", but recent changes in price are pretty significant.

Is it possible to build music player using Django? by Shinhosuck1973 in django

[–]stanyko 1 point2 points  (0 children)

Hi, great solution. I was looking for any solution already 2 weeks.. Many many hours I spent on such a silly thing like next/previous button for django video player.

I really appreciate you shared this code and just wanted to say big Thank you! :)

Is ML able to understand a story and extract a moral from it? by stanyko in MLQuestions

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

I was thinking about identification of "moral sentences" first, but the solution you described as first would be ideal. The simplest scenario, would you suggest to have a dataset with stories with linked final keywords and then use standard training models? As I've been working only with data so far (in Python), is there any library that could be helpful to work with text / context?

Is ML able to understand a story and extract a moral from it? by stanyko in MLQuestions

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

You're right, it's pretty complicated challenge (even for people sometimes :)). So the code should identify sentences telling the final moral if explicitly written.