News
- Building a self-contained game in C# under 8 kilobytes
 - cannedemails.com
 - My Business Card Runs Linux
 - Ford and Microsoft try to tackle traffic jams with quantum research
 - Crabs perform Bubble Sort in real life
 - Microsoft’s quest to go ‘carbon negative’ inspires $1B fund
 - Apple may have to abandon Lightning connector cable
 - Microsoft Edge!
 - Nerd Fonts
 - State of Remote Work 2020
 
Dev Tip of the Week
Chrome / New Edge DevTools life hacks
- ↖️ Get the last element you inspected:
- $0
 
 - If it's a video tag...
- 🏎 Change playback speed:
- $0.playbackRate = 2
 
 - 🌠 Show picture-in-picture mode:
- $0.requestPictureInPicture()
 
 
 - 🏎 Change playback speed: