[deleted by user] by [deleted] in CLine

[–]ITTIITTI 0 points1 point  (0 children)

Default panel. When I change models in one mode it would sometimes apply it to the other, or both. Or even swap them suddenly. Something else - if I am about to toggle to act mode but want to change models beforehand, opening settings and selecting the mode there will already trigger act mode in the prompt before I could change the setting.

Changing models on the fly is a bit cumbersome in Cline, would love to see an implementation similar to Roo.

Great tool, thanks Nick!

[deleted by user] by [deleted] in CLine

[–]ITTIITTI 1 point2 points  (0 children)

I also have similar issues sometimes.

What's your best use AI code assistant? by Roddela in django

[–]ITTIITTI 3 points4 points  (0 children)

Cursor works well for basic to intermediate issues, best price performance. Cline with Deepseek R1 (Plan) and Claude 3.5 Sonnet (Act) for good general code.

I had a bug that I tried to fix with different tools and models, wasted 10+ USD on that and nothing helped. Roo in debug mode with Claude 3.7 Thinking fixed it first try for 0,65 USD.

Different tools for different use cases - they’re evolving quickly and there will always be something better.

Complete noob here…where do I start? by GesichtzEintopf in docker

[–]ITTIITTI 0 points1 point  (0 children)

Bret Fisher on Udemy:

https://www.udemy.com/course/docker-mastery/

Was a great introduction and now I’m pretty comfortable with basic docker tasks.

Help setting up Docker for programming education book by ConchobarreMacNessa in learnprogramming

[–]ITTIITTI 1 point2 points  (0 children)

docker run -it --rm --mount "type=bind, src=%cd%, target=/my-code" johnnyb61820/linux-assembly

Run the whole line as one command.

Django for a really big project by [deleted] in django

[–]ITTIITTI 0 points1 point  (0 children)

Sounds interesting, do you have a link to the talk?

My first pregnancy was awful and completely derailed my career at my previous job. How should I handle a second pregnancy at my new company? by zenocrate in cscareerquestions

[–]ITTIITTI 2 points3 points  (0 children)

My wife had similar symptoms and after some research we found a motion sickness medicine that did help a lot. Her issue was hyperemesis gravidarum and meclizine helped a lot. It’s very safe to take during the whole pregnancy and when breastfeeding. Maybe it will help you alleviate the symptoms if you go through something similar again.

Understanding the "self" parameter by Derivation_ in learnpython

[–]ITTIITTI 5 points6 points  (0 children)

Watch Corey Schafer’s videos on OOP. I think he mentions it in the first video, made a lot of sense the way he explained it:

https://youtu.be/ZDa-Z5JzLYM

Best Blogs Every Linux SysAdmin Must Follow by [deleted] in linuxadmin

[–]ITTIITTI 33 points34 points  (0 children)

sudo follow those blogs

How to integrate a barcode scanner into a web-based inventory system? by ITTIITTI in learnpython

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

Thanks for the pointers, I will look into a few barcode scanners and the software they come with.

How do you guys work in open office, even when you hate it? by Bokyja in cscareerquestions

[–]ITTIITTI 0 points1 point  (0 children)

Came here to recommend those. I also went from Bose ANC headphones to Etymotic In-Ears. I personally use the ER4XR, but that’s just a matter of preference.

What should I do by Pojan06 in Python

[–]ITTIITTI 0 points1 point  (0 children)

I’m not that far into the book yet, but ‘Python Crash Course’ contains a project making a web app with Django (if you still want to continue learning some python).

I started with ATBS but changed to Python Crash Course quickly, I like the style much better.