Willem
@Willem@kutsuya.dev
- Comment on 2 days ago:
From my knowledge, it’s not directly forbidden yet. But it’s likely there will be laws around this topic and Eleven Labs wants to be ahead of it.
Also by having a system now allows Eleven Labs to influence politicians by saying their current system is good and should be the law, preventing the law from being more strict then they would like. (this is why companies like Apple tried to launch their ‘repair program’ before the actual laws were implemented, to steer the direction)
- Comment on Where is the best place to address specific issues with Lemmy across all instances? 2 weeks ago:
Bugs are usually reported on github, in your case the github.com/LemmyNet/lemmy-ui one under the “issues” tab I think. Make sure to read the prompts given. If it’s not a bug or a feature request, lemmy.ml/c/lemmy_support might be a better place.
- Comment on Which kind of applications need legacy processor but up to date OS ? 2 weeks ago:
Automatic automatic teller machine machines
- Comment on What are some FOSS programs that are objectively better than their proprietary counterparts? 1 month 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 month 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? 2 months 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] 4 months ago:
Out of general curiosity, what hotel is it? asking for a friend ofc
- Comment on Anon tries programming in Java 6 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.