CodeStackMe's profile picture. Explicando tecnologia complexa de forma simples!

Felippe Chemello - CodeStack

@CodeStackMe

Explicando tecnologia complexa de forma simples!

Felippe Chemello - CodeStack reposted

Chrome DevTools is, by far, my favorite mcp server. By running these 2 commands in your terminal, you get to have Claude Code come into your browser with full power: Launch a chrome browser: > google-chrome --remote-debugging-port=9222…

MaximeRivest's tweet image. Chrome DevTools is, by far, my favorite mcp server.

By running these 2 commands in your terminal, you get to have Claude Code come into your browser with full power:

Launch a chrome browser:
> google-chrome --remote-debugging-port=9222…

Como o YouTube transmite BILHÕES de vídeos sem cair? CDNs globais, cache na borda, HLS/DASH e microsserviços resilientes seguram o tranco. #BolhaTech #SystemDesign #CloudComputing #YouTubeInfra


Felippe Chemello - CodeStack reposted

S – Faz uma coisa só. O – Não mexe no que já tá pronto. L – Se herdar, não quebra. I – Interface não é lixão. D – Abstração > gambiarra.


Felippe Chemello - CodeStack reposted

Quickly turn a GitHub repository into text for LLMs with Gitingest ⚡️ Replace "hub" with "ingest" in any GitHub URL for a text version of the codebase.


Felippe Chemello - CodeStack reposted

Introducing the AI Engineer Pack. Get $50+ in credits from each of the leading AI developer tools. Whether you’re building a new AI product at work or launching a side project, the AI Engineer Pack has everything you need to build with AI.

elevenlabsio's tweet image. Introducing the AI Engineer Pack.

Get $50+ in credits from each of the leading AI developer tools.

Whether you’re building a new AI product at work or launching a side project, the AI Engineer Pack has everything you need to build with AI.

Felippe Chemello - CodeStack reposted

There are hundreds of machine learning algorithms out there. But you only need a few. Here are 9 of the most useful choices: 1. Transformers 2. LSTMs 3. CNNs 4. GBT 5. K-Means 6. Naive Bayes 7. Logistic Regression 8. Reinforcement Learning 9. KNN

akshay_pachaar's tweet image. There are hundreds of machine learning algorithms out there.

But you only need a few.

Here are 9 of the most useful choices:

1. Transformers
2. LSTMs
3. CNNs
4. GBT
5. K-Means
6. Naive Bayes
7. Logistic Regression
8. Reinforcement Learning
9. KNN

Felippe Chemello - CodeStack reposted

Introducing v0 by @vercel - v0 generates custom components on the fly that you can copy and paste into your existing codebase. Need a component? Just Ask - v0.dev @jaredpalmer @shuding_ @max_leiter @mrncst @rauchg @cramforce @almonk and the team at Vercel


Felippe Chemello - CodeStack reposted

🚨THREAD GRANDINHA ABAIXO🚨 🪝 useContext: COMO FUNCIONA, DE ONDE VEM, DO QUE SE ALIMENTA? Já pensou como seria HORRÍVEL transitar dados entre componentes que não sejam filhos diretos um do outro? "ah mas julian pra que eu vou querer fazer isso?" SEGUE O FIO QUE TE EXPLICO 👇

julianb_f's tweet image. 🚨THREAD GRANDINHA ABAIXO🚨

🪝 useContext: COMO FUNCIONA, DE ONDE VEM, DO QUE SE ALIMENTA?

Já pensou como seria HORRÍVEL transitar dados entre componentes que não sejam filhos diretos um do outro?

"ah mas julian pra que eu vou querer fazer isso?"

SEGUE O FIO QUE TE EXPLICO 👇

Felippe Chemello - CodeStack reposted

Introducing TinyLlama🦙 Undoubtedly one of the most impressive LLM projects I've seen recently! -- 🌟 Introduction -- The ambitious TinyLlama project aims to pretrain a 1.1B Llama model on 3 trillion tokens – yes, 3 trillion! 🚀 The idea is to achieve this goal within "just"…

ItakGol's tweet image. Introducing TinyLlama🦙

Undoubtedly one of the most impressive LLM projects I've seen recently!

-- 🌟 Introduction --

The ambitious TinyLlama project aims to pretrain a 1.1B Llama model on 3 trillion tokens – yes, 3 trillion! 🚀

The idea is to achieve this goal within "just"…

Felippe Chemello - CodeStack reposted

Sempre tive a seguinte dúvida: - Se o JavaScript é single threaded, quem espera a requisição http terminar? Então... Ninguém. O Node/JavaScript funciona na base dos CallBacks. Quando realizamos uma requisição HTTP no Node, como com o fetch, por exemplo, o Node delega essa…


Felippe Chemello - CodeStack reposted

Dicas para ir bem numa entrevista de live coding: - Não comece pelo código Analise bem o problema, veja se tem alguma informação faltando ou mal explicada, tire dúvidas com o recrutador, vc não vai perder pontos por isso. - Seja comunicativo, pense em voz alta. Converse com o…


Felippe Chemello - CodeStack reposted

📌 CSS clamp can automatically size your text based on the viewport width (no breakpoints needed) Sandbox + details below


Felippe Chemello - CodeStack reposted

every now and then there’s an insane alpha bomb on reddit

var_epsilon's tweet image. every now and then there’s an insane alpha bomb on reddit
var_epsilon's tweet image. every now and then there’s an insane alpha bomb on reddit
var_epsilon's tweet image. every now and then there’s an insane alpha bomb on reddit
var_epsilon's tweet image. every now and then there’s an insane alpha bomb on reddit

Felippe Chemello - CodeStack reposted

- Não sei filha... uns 4GB? - Ah, pai... é... 12GB, só isso. - 12GB? 12GB é um Sistema Operacional inteiro. - Pai, é Java, pai... é Java! Próximo item! Chrome...


Felippe Chemello - CodeStack reposted

I discovered a cool thing about React Server components. Why does this work? 🤯 🔸Create NextJS 13 async component. 🔸Add "use server" to the top of the file 🔸Import into client component 🔸Resolve it using react-query by @TkDodo 🔸Render it in client component I know we…

Riyaadh_Abr's tweet image. I discovered a cool thing about React Server components.

Why does this work? 🤯

🔸Create NextJS 13 async component. 
🔸Add "use server" to the top of the file
🔸Import into client component
🔸Resolve it using react-query by @TkDodo 
🔸Render it in client component

I know we…
Riyaadh_Abr's tweet image. I discovered a cool thing about React Server components.

Why does this work? 🤯

🔸Create NextJS 13 async component. 
🔸Add "use server" to the top of the file
🔸Import into client component
🔸Resolve it using react-query by @TkDodo 
🔸Render it in client component

I know we…
Riyaadh_Abr's tweet image. I discovered a cool thing about React Server components.

Why does this work? 🤯

🔸Create NextJS 13 async component. 
🔸Add "use server" to the top of the file
🔸Import into client component
🔸Resolve it using react-query by @TkDodo 
🔸Render it in client component

I know we…

Felippe Chemello - CodeStack reposted

I “jailbroke” a Google Nest Mini so that you can run your own LLM’s, agents and voice models. Here’s a demo using it to manage all my messages (with help from @onbeeper) 🔊 on, and wait for surprise guest! I thought hard about how to best tackle this and why, see 🧵


Felippe Chemello - CodeStack reposted

Pessoal, compartilha aqui os sites que vcs leem diariamente pra acompanhar notícias de TI?


Felippe Chemello - CodeStack reposted

Shopify deleted 12,000 meetings this year. Today, they went a step further with a tool that shows the $$$ cost of holding meetings. I spoke to @CanadaKaz (Shopify's COO) about meeting bloat and protecting craft time. Here are 6 spicy takes from our interview 👇

petergyang's tweet image. Shopify deleted 12,000 meetings this year.

Today, they went a step further with a tool that shows the $$$ cost of holding meetings.

I spoke to @CanadaKaz (Shopify's COO) about meeting bloat and protecting craft time.

Here are 6 spicy takes from our interview 👇

Felippe Chemello - CodeStack reposted

Announcing Genmo Chat, a creative copilot that uses GPT-4 and a large suite of generative AI tools to create and then edit any video or image you ask for. 💬 "Help me direct a short movie Snack to the Future" ➡️ 📽️ genmo.ai creates a fully edited 30 second trailer


Felippe Chemello - CodeStack reposted

Nice read on reverse engineering of GitHub Copilot 🪄. Copilot has dramatically accelerated my coding, it's hard to imagine going back to "manual coding". Still learning to use it but it already writes ~80% of my code, ~80% accuracy. I don't even really code, I prompt. & edit.

A while back I'd done some shallow reverse engineering of Copilot Now I've done a deeper dive into Copilot's internals, built a tool to explore its code, and wrote a blog answering specific questions and pointing out some tidbits. thakkarparth007.github.io/copilot-explor… Do read, might be fun!



Loading...

Something went wrong.


Something went wrong.