Feeds 7 people:
- 3.5lb(?) russet potatoes (such that skinning and quartering fits into the 2 quart pots I have
- 2 tbsp butter
- 0.5 cup milk
- 0.5 tsp salt
Binki is wearing the red/burgandy shirt and sitting almost off-screen to the right.
Unfortunately, the group seems a bit out of tune for this concert—especially at the beginning. I recommend checking out the last 3 tunes starting with Crown Him with Many Crowns.
Source: common knowledge, Binki’s experience, loosely based on instructions from crockpot/slowcooker thing.
using System; | |
using System.Collections; | |
using System.Collections.Generic; | |
using System.Linq; | |
// Proof that this makes the compiler happy. | |
// See https://stackoverflow.com/a/34998637 | |
class Program | |
{ | |
static void Main(string[] args) |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
// Proof that this makes the compiler happy. | |
// See https://stackoverflow.com/a/34998637 | |
class Program | |
{ | |
static void Main(string[] args) | |
{ |
See this SO answer.
Disable large send offload in host on vEthernet (to avoid messing with non-virtual adapters). Disable large send offload in guest (including Windows Sandbox!) for all adapters (unable to predict adapter names and probably all of them are real).
This is an attempt to record shortcomings in products. I might feel like there is no proper channel for me to complain about the thing, so I attempt to record them here.
Some of these things might be fodder for my own attempts at providing solutions. When I feel like I have time to try to code for fun, I might try to hack things up with respect to these issues.
setInterval(() => {numberOfSeconds++; update();}, 1000)
while the page is open. On desktop, this means that the timer will be 10 seconds or so behind after 5 minutes or minutes behind after an hour or more if your device sleeps. On mobile, this means that the timer will completely stop while your browser isn’t foregrounded.mailman -C /etc/mailman/mailman.cfg withlist -l [email protected] |