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

Felippe Chemello - CodeStack

@CodeStackMe

Explicando tecnologia complexa de forma simples!

Repost di Felippe Chemello - CodeStack

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


Repost di Felippe Chemello - CodeStack

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.


Repost di Felippe Chemello - CodeStack

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.


Repost di Felippe Chemello - CodeStack

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.

Repost di Felippe Chemello - CodeStack

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

Repost di Felippe Chemello - CodeStack

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


Repost di Felippe Chemello - CodeStack

🚨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 👇

Repost di Felippe Chemello - CodeStack

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"…

Repost di Felippe Chemello - CodeStack

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…


Repost di Felippe Chemello - CodeStack

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…


Repost di Felippe Chemello - CodeStack

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


Repost di Felippe Chemello - CodeStack

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

Repost di Felippe Chemello - CodeStack

- 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...


Repost di Felippe Chemello - CodeStack

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…

Repost di Felippe Chemello - CodeStack

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 🧵


Repost di Felippe Chemello - CodeStack

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


Repost di Felippe Chemello - CodeStack

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 👇

Repost di Felippe Chemello - CodeStack

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


Repost di Felippe Chemello - CodeStack

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.