I do like subtites almost everywhere, but hate these slides.
Maybe I also want adjustable playback speed, fast forward and readable high contrast subtites in my real live playback.
I do like subtites almost everywhere, but hate these slides.
Maybe I also want adjustable playback speed, fast forward and readable high contrast subtites in my real live playback.
About D, you could also be programming robots, PLC’s or thermostats 🤷♂️
No, the html file itself. It just contains elements like a paragraph, image, list, table,… just like a word document.
A word document can also contain a script, as can html pages. It’s why I thought these two were the closest match. Nobody is going to call those programming languages.
A PowerPoint, word document or even a text file or picture. There is only a description in the file of what it holds and it’s up to the program that reads it, how it will visualize or interpret it.
A word document or PDF would be the closest.
I think it’s fair to say those brands will source from the cheapest, scummiest places and it doesn’t matter what “certificate” sticker is on the box.
But it is so hard to avoid them where I live :/ Even the fairtrade, vegan and responsible green washed products are from those 3…
Even WWF doesn’t think avoiding palm oil is a good solution. Not short term and definitely not long term
https://wwf.panda.org/discover/our_focus/food_practice/sustainable_production/palm_oil/
Palm is the most efficient crop for producing a wide range of fats. Replacing it with some other source of fat will require more land and water, and disrupt nature in another part of the world.
IMO they should just remove the equality operator on floats.
They also couldn’t call it “.Net Core 4” so they called it “.Net 5”
Will they keep skipping numbers or start thinking about not naming everything the same.
I use it to open the spell checker options while I’m typing. It’s annoying to have to switch from keyboard to mouse. My current laptop doesn’t have the key and I even added another short key.
The super key, again, is useful so you don’t have to switch between keyboard and mouse when searching for an app. It is also the modifier for all GUI shortcuts.
Especially when you start typing something and it already started searching with your partial input and you your further and notice the thing your search for is first so you press enter, for it to now place another thing first with the extra input 😡
How can “displ” open display settings, but “display” opens a help page in Edge
deleted by creator
It’s that capitalization is language dependent, which email addresses shouldn’t be as I hope the rules for France shouldn’t be different than for Dutch. For instance é in Dutch is capitalized as E, but in French it is É. The eszett didn’t even have an official capital before 2017
In most programming languages, case-insensitive string compare without specifying the culture became deprecated. It should imo only be used for fuzzy searching doubles, which you probably will do with ToUpper for performance reasons, or maybe some UI validation.
I start writing the implementation and get the “variable not defined” error and then let the ide add the declaration. It’s less keys to press and misspell.