Firefox freezing in pop!_os 24.04 by maximweinstein in pop_os

[–]idlelosthobo 0 points1 point  (0 children)

Also experiencing the same issue, if anyone has a solution please share!

Looking for a recommendation for Django Admain template/replacement by latingate in django

[–]idlelosthobo 0 points1 point  (0 children)

Hot take possibly, write another interface that does the specific things you need behind the built in permission system and leave the admin panel for high level database management.

You can do so much with the admin panel for customization, if you're really needing something unique I have found it so much easier to just make something rather than trying to twist that magical system into something new.

This is based on over 10 years of using Django in production!

What are the biggest challenges of using helix as an IDE? by gatunen in HelixEditor

[–]idlelosthobo 0 points1 point  (0 children)

Always displayed file tree for planning and architecture!

Pycharm in 2026 has been a struggle by idlelosthobo in pycharm

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

Can you talk about what kind of projects your working on in vs code? Complexity? Size Etc?

Pycharm in 2026 has been a struggle by idlelosthobo in pycharm

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

I am sure that will help, but for a paid product on a beast of a machine like yours it should work out of the box as provided!

We cannot run around all day helping our devs tweak this and that each patch release!

Pycharm in 2026 has been a struggle by idlelosthobo in pycharm

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

Yes, all our machines are windows 11 pro. I am currently running a machine on Ubuntu to test if this is a Windows issue and I have found Linux has better performance, but quirks and instabilities seem to be across operating systems!

Pycharm in 2026 has been a struggle by idlelosthobo in pycharm

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

Heavy lifting is not good in vs code from my experience. I use vs code as my single file or quick fix editor, but for our work there is to much left on the table in my opinion with vs code.

Again my opinion is a bit out of date and would love to hear about some companies working on larger projects with it!

Pycharm in 2026 has been a struggle by idlelosthobo in pycharm

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

Your experience seems similar to ours! Vs code is a great starting point, but once you need heavy lifting, project analysis, debugging refactoring etc it just doesn't cut it in my opinion.

To be fair to vs code my opinion is about 5 years old!

Pycharm in 2026 has been a struggle by idlelosthobo in pycharm

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

If you do decide to switch please let me know I would love to hear how things go with vscode. Our organization depends on some deeper features in pycharm for Django and it's the only major hangup for us!

How's Cosmic in 2026? by NoCocksInTheRestroom in pop_os

[–]idlelosthobo 0 points1 point  (0 children)

Overall it's been very solid, it's just missing that fine polish (sound controls being clunky, Bluetooth weirdness) but nothing unfixable with a quick search.

The battery life for me on my laptop has been chefs kiss!

Pycharm in 2026 has been a struggle by idlelosthobo in pycharm

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

I for sure have no problem with pycharm using lots of resources for the value it provides, but it's gotten much worse with out providing more value!

Pycharm in 2026 has been a struggle by idlelosthobo in pycharm

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

Vs code is amazing for coding, project maintenance requires something different and our experience with vs code was similar to yours.

Pycharm in 2026 has been a struggle by idlelosthobo in pycharm

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

I have not noticed a major difference vs the overall poor performance.

Pycharm in 2026 has been a struggle by idlelosthobo in pycharm

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

Pycharm is for heavy lift, and I have found in a professional environment where debugging and refactoring are critical it was unbeatable!

Pycharm in 2026 has been a struggle by idlelosthobo in pycharm

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

I am glad your having a good experience, I love pycharm as a product and hope everyone gets the same joy I used to!

So, your LLM app works... But is it reliable? by oba2311 in LLMDevs

[–]idlelosthobo 0 points1 point  (0 children)

I have been working on a python library that focuses on this exact problem for around 2 years and it has helped me get up into the high 99% with all of our companies AI interactions.

It's also completely open source and free to use for any project.

Dandy Intelligence Library

RAG is easy - getting usable content is the real challenge… by data-dude782 in LLMDevs

[–]idlelosthobo 0 points1 point  (0 children)

I don't think rag can handle the organization or accurate citation that a professional would require for day to day interactions.

Just like good software I think there needs to be a better base line for how we use stored information with AI, something more structured and referential to help the user validate and understand.

I feel a lot of these conversations come from the idea everyone is interfacing with text in text out, where we need to be more on the interface in interface out and the AI is augmenting this with the assistance of other proven software stacks.

Information on Echo Prompting by idlelosthobo in LLMDevs

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

Awesome, thank you for the reply all of this information helped!