These instructions have moved to https://github.com/emporia-vue-local/esphome
[Hotwire on the thoughtbot Blog](https://thoughtbot.com/blog/tags/hotwire) | |
[thoughtbot Hotwire Examples](https://github.com/thoughtbot/hotwire-example-template) | |
[Hotrails Turbo Rails Tutorial](https://www.hotrails.dev/turbo-rails) | |
[30 Days of Hotwire by @ilrock__ on Twitter](https://twitter.com/ilrock__/status/1631315562390519809) | |
[Code Sample Image Tool](https://www.snappify.com) |
https://www.nerdfonts.com/font-downloads
The following solution thanks to @hackerzgz & @snacky101 will install all nerd fonts;
brew tap homebrew/cask-fonts
brew search '/font-.*-nerd-font/' | awk '{ print $1 }' | xargs -I{} brew install --cask {} || true
// Version 2.0.1 | |
// This script will remove all videos from watch later list | |
// | |
// Usage | |
// | |
// #1 go to https://www.youtube.com/playlist?list=WL | |
// #2 run following script in your browser console | |
(async function() { | |
const playlistName = document.querySelector('.metadata-wrapper #container #text')?.textContent || document.querySelector('#text')?.textContent |
// This script can be used to clear all videos from youtube's built-in "watch later" playlist which has a limit of 5,000 videos. | |
// Without this, you would need to click the remove button on each video in the list. | |
// Youtube made changes recently that caused errors for a previously working script. | |
// Script written by: janthedeveloper (https://github.com/JanTheDeveloper) | |
// Bookmark wrapper added by: shelldonhull (https://github.com/sheldonhull) | |
// Full conversation here: https://gist.github.com/astamicu/eb351ce10451f1a51b71a1287d36880f#file-readme-md | |
// 1. Save the javascript text below as a bookmark in google chrome(Simply replace the URL field in any existing bookmark, and give the bookmark any name) |
Ventura docs for M2 Macs in this comment: https://gist.github.com/henrik242/65d26a7deca30bdb9828e183809690bd?permalink_comment_id=4555340#gistcomment-4555340
Old Monterey docs in this old revision: https://gist.github.com/henrik242/65d26a7deca30bdb9828e183809690bd/32c410e3a1de73539c76fa13ea5486569c4e0c5d
Solution for Sonoma: https://gist.github.com/sghiassy/a3927405cf4ffe81242f4ecb01c382ac
Source Code for Ruby Lambdas Presentation | |
# This is the source code included in the Ruby Lambdas presentation | |
# given at Ruby Tuesday, Penang, Malaysia, 9 April 2019. | |
# This file is available at: | |
# https://gist.github.com/keithrbennett/927c989cc301c63d35a8ceec9f3f9404 | |
# and the presentation slides PDF is at: | |
# https://speakerdeck.com/keithrbennett/ruby-lambdas |
David Heinemeier Hansson is the co-founder and CTO of Basecamp, a project management and team communication software designed to help teams work together calmly and productively.
David Heinemeier Hansson is the co-founder and CTO of Basecamp. He's the creator of the web application framework Ruby on Rails and has co-authored several books about remote work and the future of work, including REMOTE: Office Not Required and It Doesn't Have to Be Crazy at Work. In this interview, he speaks with Owl Labs about the future of work, why remote work will evolve to become the way business is done, and why ambition can be a weakness for some entrepreneurs, instead of a strength.
Owl Labs (OL): For those of our readers who aren't already familiar with your career, you created the web application framework Ruby on Rails, you're co-founder and CTO of Basecamp, and you've published several best-selling books, the most recent of which was It Doesn't Have to be Crazy at Work. My first question is, do you sleep? My second,
The git repo of the kata is here: https://github.com/sandromancuso/cleancoders_openchat/
The "starting-point"
branch is where both implementations began: https://github.com/sandromancuso/cleancoders_openchat/tree/starting-point
- The 🇬🇧
"openchat-outside-in"
branch captures the tomato by tomato history of the London approach. - The 🇺🇸
"openchat-unclebob"
branch captures the tomato by tomato history of the Chicago approach.
| Title | Description