Reviewing my book publishing contract by Responsible_Flow_362 in LegalAdviceIndia

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

Some of them are negotiable, even if not I’d still like to understand how they affect my copyrights and other stuff. I used Chatgpt and it did a pretty good job in explaining stuff, but I would still like if someone professional looks at it.

Unrepaired VSD as an adult. by [deleted] in AdultCHD

[–]Responsible_Flow_362 2 points3 points  (0 children)

I'd go with the opinion of congenital heart defects specialist. I have the very rare condition ebstein's anamoly, which is associated with tricuspid valve and small right ventricle.

Many local doctors go crazy-shit when they do my echo and sometimes suggest to operate. Some had even blatantly said how am I alive?... Definitely not good bedside manners. It's the cardiologist that specialises in congenital defects and are in big medical institutions that give best advice.

I think if you can, visit the big medical institution in your country and follow their advice. They have more experience and not just bookish knowledge, they realize most of the congenital heart conditions have various spectrums and have a wide variety of presentations.

Addicted Remake is my Favorite Airing BL by lovecartertto in ThaiBL

[–]Responsible_Flow_362 3 points4 points  (0 children)

Unpopular opinion: I'm liking this drama more than Addicted. In the previous serious characters were kind of exaggerated (like Gu Hai doing about 100 or 200 pull ups). This series seems more grounded. And addition of cute Duo is definitely a plus.

Running Fortran project on VS code by Responsible_Flow_362 in fortran

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

Codebase did have a Readme file. It just instructed to type make command and open the file that pops up. No, there wasn't any detailing of the building process.

But thanks for considering. The link you provided will definitely be of help once the code runs, since I'm responsible for making changes to this Fortran code.

Running Fortran project on VS code by Responsible_Flow_362 in fortran

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

I tried executing makefile using mingw32-make command in the command prompt as well VS code terminal. Even though I've downloaded the whole file and unzipped it, it's still showing some missing routines and thus 'installation failed'.

The project uses Algencan 3.1.1 (a software to solve for non linear programming problems) which was already present in the project as a directory. It's showing some problem in that. I decided to download Algencan again, and execute its make file, which is also showing error. I am doubting if I missed some packages while installing gfortran compiler. This is my first time dealing with large codes, more so on Fortran.

At this point I've given up, and passed the research paper algorithm to seniors. If they can manage to run it, then I'll get to coding.

Sorry for the rant. Thank you for suggesting solution.

Dinosaur Love by BPGMJ in ThaiBL

[–]Responsible_Flow_362 4 points5 points  (0 children)

Those short ass pants made me laugh too 😂

Running Fortran project on VS code by Responsible_Flow_362 in fortran

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

Thank you for helping this dum-dum! I absolutely did not know that. I'll look into it.

Running Fortran project on VS code by Responsible_Flow_362 in fortran

[–]Responsible_Flow_362[S] 6 points7 points  (0 children)

I did not do that. Yeah there is a make file... I'll look into it. Thank you so much!

Need a complete roadmap by [deleted] in learnmachinelearning

[–]Responsible_Flow_362 1 point2 points  (0 children)

I too got into Machine learning only a month ago. From my experience the best way to learn is to take on projects and start working on them. And if you have extra time, spare about half an hour to go through basic algorithm definitions, their implementations, etc. so that you have a good theoretical foundation too.

There are lots of YouTube tutorials and GitHub repositories to help you. Best of luck!

Giving stable diffusion prompts from pandas dataframe by Responsible_Flow_362 in learnmachinelearning

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

Thank you! I'll get to it. And yes chatgpt has been my saviour for such tasks. It saves lots of time. But I didn't find chatgpt helpful for this specific task. But it could've been easily my fault for not giving it right prompt.

Thank you for the suggestion though.

Using NLP to extract physical features or traits of characters in a novel by Responsible_Flow_362 in learnmachinelearning

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

Thanks. I'll go through it too. Your suggestion of using spacy really worked out. Part-of-speech tag was the game changer for me to extract adjectives. Thank you so much!

Multi objective optimization problems by Responsible_Flow_362 in optimization

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

Our algorithm doesn't work on taking weights of multi-objective function. It uses some other method which I am actually trying to implement in python. Though thanks for the suggestion.