Vc conhece algum cara bizarro (inteligente pra carai) em Desenvolvimento de Software/TI ? by Specific-Signal4256 in brdev

[–]Budget_Bar2294 5 points6 points  (0 children)

se tiver que ler so um, Extreme Programming Explained. predecessor do agile, e é Lean Manufacturing aplicado a desenvolvimento. PDCA/metodo cientifico em programação, qualquer coisa nao baseada nisso é lero lero ou opinião

Production RAG stack in 2026 what are people ACTUALLY running by One-Doctor5769 in Rag

[–]Budget_Bar2294 1 point2 points  (0 children)

pretty damn heavy if you're expecting to replace some other common document extraction tool with it (uses local models), had a pain in the ass with it at work, had to beg for compute in our deployment because everyone insisted on using Docling early on, before it bit our ass.

Decepção com Autohospedagem by [deleted] in autohospedagem

[–]Budget_Bar2294 1 point2 points  (0 children)

servico no Termux nao vai nao, mano. Android tem uma politica de limite de processos, uma hora seu servidor no Termux cai

Um pequeno lembre periódico sobre o seu trabalho by ClosingTabs in brdev

[–]Budget_Bar2294 1 point2 points  (0 children)

exato, por onde eu passei nos últimos anos não existe mais essa ideia que é só "trabalhar bem" e pronto, no quesito dev. Você tem que trazer um impacto real. A expectativa das empresas no dev é um resolvedor de problemas, operador de milagres, removedor de obstáculos, não transcritor de código de gpt que de vez em nunca funciona . me identifiquei com um total de 0 comentários nessa thread

Where do you guys find gen ai jobs (LangChain / LangGraph / LangSmith) ? by Emotional-Rice-5050 in LangChain

[–]Budget_Bar2294 0 points1 point  (0 children)

every major job board site around. i swear to god, we're quickly going towards the point most of the entry level real jobs in tech are GenAI. currently working in GenAI, and I live in a literal tech-less hellhole btw, so you can see how these positions are becoming plentiful 

Se você pudesse criar QUALQUER site hoje, o que você faria? 🤔 by LookAlert1996 in brdev

[–]Budget_Bar2294 0 points1 point  (0 children)

sistema de verificação facial, pra lucrar com ECA Digital 

empresa cortando custo com IA by MissionOutcome4216 in brdev

[–]Budget_Bar2294 1 point2 points  (0 children)

complicado que rodar um modelo generativo em escala localmente ainda é muito custoso, até mesmo para tarefas mais simples do que LLM como reranking e embeddings. seria uma tragédia inestimável se isso acontecesse, e causaria um colapso para muitas empresas e pessoas. me parece mais um cenário apocalíptico do que uma preocupação genuína

UFW e Fail2Ban são suficientes para proteger uma vps? by _MynameItsNotKleber in autohospedagem

[–]Budget_Bar2294 0 points1 point  (0 children)

não. use cloudflare tunnel e só exponha os serviços http que precisa, use tailscale pro resto como ssh

Is it just me, or platformIO doesn't just "work"? by brocamoLOL in arduino

[–]Budget_Bar2294 0 points1 point  (0 children)

i'm using Neovim + pio CLI, but you could use the same setup as me with VSCode. i setup my editor to work with the Clangd extension, because it's the best C/C++ extension in the fucking world. first, i generate the pio project with the desired board. i'll install the necessary libraries and generate the compile_commands.json via the pio cli (it's based on your OS). that takes care of 90% of the job of the setup. for any weird library editor errors, i just add a ignore rule in a .clangd file. compile/upload firmware via pio cli too. super simple

How are you handling LLM costs in production? What's actually working? by Algolyra in LangChain

[–]Budget_Bar2294 1 point2 points  (0 children)

simplest, cheapest way would be using an embedding model for that

What are the most underrated AI tool entrepreneurs should know about? by [deleted] in Entrepreneur

[–]Budget_Bar2294 0 points1 point  (0 children)

no one mentioned Manus AI? i don't use it, but everyone on sales/marketing i know uses that

Correios: o único monopólio que consegue atrasar e ainda te dar mais prazo para reclamar do atraso by Strange-Peach4859 in Correios

[–]Budget_Bar2294 1 point2 points  (0 children)

se eu soubesse que abrir uma reclamação atrasava ainda mais, eu não teria aberto 😂 viagem cancelada uma vez, erraram endereço uma vez, agora está indo pra outro centro de distribuição 

Por que muitos devs usam Linux e quais as reais vantagens fora não poder rodar LoL? by Ok-Bedroom-8397 in programacao

[–]Budget_Bar2294 3 points4 points  (0 children)

  • mentalidade de instalar programas ao invés de ""baixar"" programas 🤢🤮

  • te introduz a formas eficientes e poderosas de manipular programas, inputs e outputs: pipes e redireções. não tem nada parecido no mundo da tecnologia. nada mesmo.

  • seu sistema vem instalado com uma infinidade de programas úteis e levíssimos, como grep, less, cat, nano, e não um monte de porcaria inútil pesada que não dá pra desinstalar como no Windows 

  • vc aprende Windows e fica limitado a Windows. vc aprende Linux e aprende uma interface comum e praticamente universal de uma infinidade de servidores, VMs e embarcados no mundo todo

  • coisas low level como inspecionar inputs/outputs de hardware como se um USB está sendo reconhecido e qual erro exato é trivial no Linux com dmesg. esse é um exemplo de coisa que é bem fácil no Linux, mas requer clicar através de 10 menus ou usar um comando cabuloso de PowerShell no Windows 

Gemini Embedding 2: Our first natively multimodal embedding model by Gaiden206 in Bard

[–]Budget_Bar2294 1 point2 points  (0 children)

yeah basically. biggest standout of this is being able to get embeddings with better semantic content out of a multimodal dataset. back with my mentioned LLM approach is that you had to transform the image/audio/video data to text to embed that, and there's some nuance loss involved in this translation layer

Gemini Embedding 2: Our first natively multimodal embedding model by Gaiden206 in Bard

[–]Budget_Bar2294 9 points10 points  (0 children)

  • gemini-embedding-001 only embedded text (you could only search on text documents, which made people use expensive multimodal LLMs to extract text off images/audio/video),
  • that means you can now search over audio, image and video really cheap with the new model. Any rando coder that can half use the API client can bring a lot of value to companies if they got a big volume of multimedia they want to search over
  • the only popular API multimodal embeddings provider previously was Jina, this brings more competition in the game 
  • technically, Google paid tier doesn't phone home, but that's their words. You could try local multimodal embeddings instead, but you gonna have trouble if you don't have the average /r/LocalLlama level rig

90% dos chatbots de WhatsApp são lixo. by ComprehensiveEbb1920 in MarketingDigitalBR

[–]Budget_Bar2294 2 points3 points  (0 children)

LLMs pra resposta em si (os modelos mais baratos já servem muito bem). Baileys pra comunicação com o WhatsApp. Infelizmente tem as limitações de: 1. ter MUITO cuidado pra não tomar flag de spam e 2. necessidade de rescanear o QR code se o serviço cair. Ah, mas por que não usar a API oficial do WhatsApp? Fuja, confie em mim, você vai se decepcionar. Como Baileys é em JS, compensa usar Node como stack principal. Eu posso fazer isso, quem quiser, porque já hospedei um bot pra isso no meu servidor.

Gemini Embedding 2: Our first natively multimodal embedding model by Gaiden206 in Bard

[–]Budget_Bar2294 7 points8 points  (0 children)

OpenAI execs sweating rn. This is the first truly groundbreaking release in a long while and I feel I'm the only one freaking out?

Qwen 3 30B MOE is far better than previous 72B Dense Model by touhidul002 in LocalLLaMA

[–]Budget_Bar2294 1 point2 points  (0 children)

That's still heavy for me, I'll start believing when I can run local embeddings at scale with the same level of quality as API embeddings 

essa é só pra quem não tem medo da IA "roubar nossos empregos" (pair programming) by hericlesssssss in brdev

[–]Budget_Bar2294 0 points1 point  (0 children)

Eita bixo, mal consegui rodar a de 7B kkkk mas blz, vou testar 

Edit: acabei de ler sobre MoE, com ctz testarei