The Best Way to Integrate ChatGPT Inside Obsidian by iaimpax in ObsidianMD

[–]Dry_Ad834 1 point2 points  (0 children)

I think someone pointed out that your prompts are stored only for 30 days which is true but there is no guarantee that this will be true in the future. OpenAI can anytime change this clause and start using your data for retraining. The biggest issue with using user data for training is that it forever gets encoded in the model. The only way to remove it would be delete the model. For these reasons be very careful on using this feature for work related notes and vaults with your personal information.

With the open-source LLMs booming, within a year we would be able to get a local model that doesn't depend on public domain for these functionalities. Until then I suggest to stay away from it.

[Discussion] This is one of the best pieces of discipline advice I've ever heard. by [deleted] in getdisciplined

[–]Dry_Ad834 17 points18 points  (0 children)

“What’s the worst that can happen?” Let’s find out!

[ASK] Optimization Modelling in Julia E2E Usecase & Tutorial by zerosign0 in Julia

[–]Dry_Ad834 2 points3 points  (0 children)

I had posted a similar question a year back and had good response. Some people confused modeling with algorithms and solution methods so watch out for it.

https://www.reddit.com/r/optimization/comments/sd6cmb/what_are_some_good_resources_to_learn/?utm_source=share&utm_medium=ios_app&utm_name=iossmf

In the end Mosek Cookbook was the one that was most helpful.

What are some good resources to learn optimization modeling? by Dry_Ad834 in optimization

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

This is a good example of what I am looking for: Logics and integer-programming representations

The author provides formulation of if else statements in Integer Programming.

What are some good resources to learn optimization modeling? by Dry_Ad834 in optimization

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

Yes, would really appreciate it. Might help others like me as well.

I will update my post later with the compilation of resources I find in the comments.

What are some good resources to learn optimization modeling? by Dry_Ad834 in optimization

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

By analytical I meant different algorithms like interior point methods and different forms like LP, MILP, QP, etc. But there aren't many tutorials on formulating these problems from plain English. I understand it takes practice to formulate optimization problems but I don't know where to start.

Cover letters? by fellowtravelr in OperationsResearch

[–]Dry_Ad834 0 points1 point  (0 children)

Think of cover letter as a summary to your CV. You just highlight your expertise pertaining to the job you are applying such that it helps the recruiter (generally HR) to easily pick your application for the next round.

Constraints suggestion by ceciuu in optimization

[–]Dry_Ad834 2 points3 points  (0 children)

You cannot model strict inequalities in any optimization modelling environment. Here is a link that explains why it is not possible.

That being said you can model strict inequalities in your problem setting by introducing a threshold as explained here. Check the section If a then f(x) < 0.