Willem
@Willem@kutsuya.dev
- Comment on What are some FOSS programs that are objectively better than their proprietary counterparts? 2 days ago:
ShareX is amazing, it just needs a big UX improvement. If you’re not technical of nature, the program is kinda too much at once. I can’t recommend it easely to my family until it has a simpler interface option.
- Comment on Do you use your blinker in a car? 1 week ago:
“Every important sideways manoeuvre” is what I learned from my driving instructor. I sometimes even feel a bit bad when I forget to use my indicator.
Can I make a small complaint here that the 3 blinks your car does is way too short to start and finish most actions?
- Comment on how tf do you warm up plates? 3 weeks 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 5 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.