Summary of the article:
🧑💻 Programmers share what rekindled their passion for programming after losing enthusiasm:
• 🛠️ Personal projects and pressure-free side projects
• 🤖 Playing with hardware like Raspberry Pi
• 🎨 Generative art and plotters
• 📝 Writing about programming
• 🧩 Learning new languages like Rust, Elixir, Go
• 🏫 Teaching programming to others
• 🔧 Creating tools to solve own problems
• 🏢 Switching to better companies/work environments
• 📚 Rereading classic programming books
• 🤝 Working on open source projects
Most emphasize the importance of regaining fun and creativity, without external pressures.
Many also mentioned the importance of disconnecting from technology sometimes, having hobbies unrelated to programming. This helps refresh the mind and bring a new perspective when they return to coding.
🧑💻 Programmers share what rekindled their passion for programming after losing enthusiasm:
• 🛠️ Personal projects and pressure-free side projects
• 🤖 Playing with hardware like Raspberry Pi
• 🎨 Generative art and plotters
• 📝 Writing about programming
• 🧩 Learning new languages like Rust, Elixir, Go
• 🏫 Teaching programming to others
• 🔧 Creating tools to solve own problems
• 🏢 Switching to better companies/work environments
• 📚 Rereading classic programming books
• 🤝 Working on open source projects
Most emphasize the importance of regaining fun and creativity, without external pressures.
Many also mentioned the importance of disconnecting from technology sometimes, having hobbies unrelated to programming. This helps refresh the mind and bring a new perspective when they return to coding.
https://brandur.org/fragments/dark-mode-notes
Implementação de modo escuro:
• 🌓 Três estados: claro, escuro e automático
• ⚡ Evitar oscilação na carga inicial
• 🖥️ Sincronizar entre abas abertas
• 🔄 Responder a mudanças no sistema operacional
• 🎨 Destaque de sintaxe adaptável com Shiki
A chave é usar armazenamento local e APIs de mídia do navegador para uma experiência fluida.
Dark mode implementation:
• 🌓 Three states: light, dark, and auto
• ⚡ Avoid flicker on initial load
• 🖥️ Sync across open tabs
• 🔄 Respond to OS-level changes
• 🎨 Adaptive syntax highlighting with Shiki
Key is using local storage and browser media APIs for a seamless experience.
Web Dev PHP JS Design UI UX pinned «https://www.ntietz.com/blog/til-uses-for-the-different-uuid-versions/»
Resumo do artigo "jj init" por Chris Krycho:
🔧 Jujutsu: Novo sistema de controle de versão que pode substituir o Git
🧠 Abordagem inovadora com design cuidadoso de interface e implementação
🔄 Compatível com repositórios Git existentes
🌟 Principais conceitos:
• Mudanças distintas de revisões
• Conflitos como itens de primeira classe
• Interface de usuário intuitiva
👨💻 Desenvolvido no Google para substituir sistemas internos
🔍 Revisions e revsets como elementos fundamentais
📊 Comando "log" mais informativo que o Git
🧩 Linguagem funcional para seleção de revisões
Jujutsu oferece uma experiência melhorada mantendo compatibilidade com Git, potencialmente representando o futuro do controle de versão.
Here's a summary in English:
🔧 Jujutsu: New version control system that could replace Git
🧠 Innovative approach with careful interface and implementation design
🔄 Compatible with existing Git repositories
🌟 Key concepts:
• Changes distinct from revisions
• Conflicts as first-class items
• Intuitive user interface
👨💻 Developed at Google to replace internal systems
🔍 Revisions and revsets as fundamental elements
📊 More informative "log" command than Git
🧩 Functional language for revision selection
Jujutsu offers an improved experience while maintaining Git compatibility, potentially representing the future of version control.