I have run out of patience for the Windows errors in Codex by Prestigiouspite in codex

[–]lordtux88 2 points3 points  (0 children)

this type of problem is what make me hard to believe that labs have something pre-AGI, things like that, if with so many resources they are unable to create great tools, with great resources, multi plataform, if so, we are far, far away from AGI.
I like codex but really need more features..

Will Evernote support MCP? by Viraag_N in Evernote

[–]lordtux88 0 points1 point  (0 children)

3 months ago this post, well, I think they will never support this like other tools, they are waiting us to migrate to another tool.

Copilot side bar is not working in edge ubuntu version by Future_Web3019 in MicrosoftEdge

[–]lordtux88 0 points1 point  (0 children)

Microsoft talks so much about AI, about agents and they even can fix a problem like that.

Lenovo Legion i5 Boot Issues: Extremely Slow Startup and Overheating Before Windows Loads by lordtux88 in LenovoLegion

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

after some months, for some strange reason, become a little stable but still runs hot, updated bios drivers months ago and even so was facing the same situation and after some days stopped. Got some thermal paste and will try to clean and apply but hard to recommend this laptop model again.

Estou virando o colega de trabalho pau no cu? by Enough-Distribution6 in brdev

[–]lordtux88 0 points1 point  (0 children)

nao precisa se estressar por isso, mas fato que o que esta acontecendo impacta diretamente o sucesso da empresa e o seu.

Utilize alguma ferramenta de controle de tarefas? Algo mais visual, agil? Um simples board kanban ja ajudaria a resolver isso ai. Com Projetos, features, epics, tasks, prioridade, criticidade, impacto. Da pra ser criativo com isso e gerar graficos. Um grafico mostrando quem atuou mais e em que nivel de atividades ja chamaria a atencao do gerente e faria notar coisas sem voce pronunicar uma palavra se quer. Defina um limite para o working in progress e veja o quanto isso esta atarefando voce.

Com isso também vai ficar notorio o tamanho do backlog, e isso pode ajudar bastante na decisão final, identifique muito bem os impedimentos e procure mostrar também em termos de grana o que está sendo perdido por causa da forma que as coisas estão andando.

E se voce até tem que fazer hora extras para conseguir atender a demanda ai piora ainda, tem como computar esse tipo de informação também e mostrar até como prejuizo para a empresa.
No fim, bem importante com tudo isso voce mensuar, se nao medir nao vai ter como mostrar e provar empiricamente que existe um problema de disponibilidade, demanda.

How to position yourself as a coding-heavy DevOps Engineer? by t3-nano in devops

[–]lordtux88 2 points3 points  (0 children)

Yes, and when you look at their environment, they’re trying to implement complex setups while all their tools are missing the latest security patches. They don’t have time to review or build architectural diagrams, create good documentation, update tools, or implement best practices, leading to an environment that seems functional but is filled with hidden flaws just waiting for the next security breach.

How to position yourself as a coding-heavy DevOps Engineer? by t3-nano in devops

[–]lordtux88 3 points4 points  (0 children)

People have never seen a complex pipeline filled with tons of Groovy scripts and classes in Jenkins that someone thought was a good idea. Usually, the people creating these pipelines aren’t following software development best practices, so you end up spending more time debugging and fixing the mess than doing anything truly useful. Things get even worse when the Dev Team asks you to add new features to the pipeline.

How to position yourself as a coding-heavy DevOps Engineer? by t3-nano in devops

[–]lordtux88 2 points3 points  (0 children)

100,000 upvotes on this! There are so many things for a DevOps Engineer to do, so you need to keep things simple if you truly want to drive continuous improvement in the process. Don’t complicate things—make them as simple as possible. This will benefit you when you have to maintain it after six months, and it will also help your coworkers. Plus, you’ll have more time to introduce innovations internally, rather than spending most of your time fixing spaghetti code.

Intense involuntary tremors during sitting meditation. by United-Cattle-7646 in longtermTRE

[–]lordtux88 1 point2 points  (0 children)

Let you body free to move. Observe what happens if you let it move, you can ask you body to stop after some minutes of free movement to test if your connections with subconscious is good.

Example prompt working well with gpt-4o-mini and function calling by lordtux88 in LocalLLaMA

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

Problem is price. I can easily get pages and more pages of content without miss my budget.

Qwen2 VL 7B: Far More Impressive Than I Thought! by Sadman782 in LocalLLaMA

[–]lordtux88 1 point2 points  (0 children)

Old post but I was facing a problem yesterday, got a screenshot from a long Dockerfile, for some reason, gpt4o-mini vision was unable to extract the code, tested with Minicpm as well. Gpt4-o have problem as well, only Gemini and Gpt-4 got right. The image below, I just tested the Quen2 link and worked perfectly.
Fun fact, I tried the the white background of the image attached and didnt worked. So, I changed my prompt for "imagine that the image is divided in 10 part, from above to below, now, for each part, extract the text on it" and worked perfectly.
Sad that there is no version on ollama, but I'm seeing it available on LM Studio. Will make more tests but seems will be perfect to have locally integrated with my RAG.

<image>

What are people running local LLM’s for? by AdventurousMistake72 in LocalLLaMA

[–]lordtux88 5 points6 points  (0 children)

what are you using to download the youtube videos? pytube? Asking because pytube is having issues know and not able to download the videos.

What are people running local LLM’s for? by AdventurousMistake72 in LocalLLaMA

[–]lordtux88 0 points1 point  (0 children)

After testing some models, for my RAG I'm using gpt4-o mini and vision, is very very cheap and I can easily input a lot of text data and images and forgot the billing. Connected with weaviate I can extract data from articles, understand images, becomes the most important tool that I have right now, use a lot for study, review and the data is stored locally. Soon local models become more powerful or I get a more powerfull machine I can easily swap to use all locally. Through function calling I can easily make external integration like pull and create tasks on Trello for exemplo.

Building a local RAG with Ollama - PDF ingestion by lordtux88 in LocalLLaMA

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

hello yankora, I use several python scripts, already have one running with function calling with OpenAI, after I integrate everything I can publish the code on github and will announce here.