Willem
@Willem@kutsuya.dev
- Comment on how tf do you warm up plates? 6 days ago:
Our preferred way of doing this is have a pot of near boiling water with the plate on top next to the pan I’m baking the pancakes on. Pile the pancakes directly on the plate.
This keeps the plate hot and maintains the temperature of the bottom pancakes while you’re making a larger batch. remove the plate carefully after baking, wipe the bottom of the plate dry and put it on the table. Hot pancakes for the entire meal!
This is for dutch pancakes BTW, no clue how it would go for American or other more fluffy pancakes.
- Comment on [deleted] 2 months ago:
Out of general curiosity, what hotel is it? asking for a friend ofc
- Comment on Anon tries programming in Java 4 months ago:
On that last note, can’t you use the explicit interface implementation in C#?
e.g.
public class SampleClass : IControl, ISurface { void IControl.Paint() { System.Console.WriteLine("IControl.Paint"); } void ISurface.Paint() { System.Console.WriteLine("ISurface.Paint"); } }
- Comment on How did Android's update support become so inconsistent? 1 year ago:
Like a lot of people already mentioned, it’s because of hardware driver’s mostly. But let’s not forget Microsoft has this figured out mostly already, since pretty much all drivers that have a version for Vista 64bit (2006) works on Windows 11.
Android is catching up a bit though, they split the update process and you now receive security updates almost directly from google since Android 10.