While not directly as popular, Blazor allows you to make the entire website in C#/ASP.NET and ship it as wasm.
It’s pretty much up to every language to make some library that allows it to work on the web though wasm.
While not directly as popular, Blazor allows you to make the entire website in C#/ASP.NET and ship it as wasm.
It’s pretty much up to every language to make some library that allows it to work on the web though wasm.
A smart powerplug and/or a fingerbot would solve that problem I guess? But at that point it’s probably cheaper to buy a network connected picture frame.
You could use something like the Toshiba flash air?
Or the tld is .mobi
Systemd timer to poll upower when running on battery power, when battery is at 20%, use either system beep or set system volume and play a sound?
“Gotta sit on my thinking chair for a bit” or “lemme go listen to my own shit for a while”
Usually in dutch tho, “ff op de denkstoel zitten” or “even naar m’n eigen gezijk luisteren”
Not a scientist, but my first assumption would be that everything on earth, but also earth itself will double in size, knock ourself around our nice orbit around the sun and kill everyone either flashly or coldly.
Ignoring that problem, or applying the effect to the entire universe, probably not much would happen.
Kotonoha no Niwa
My mind directly went to Laserdisc before I realized you were talking about the generic category 😅.
cd/dvd/blueray doesn’t become bad that fast, properly stored they can easely live to 50+ years (except the writeable variant). they are physically etched which helps with longevity.
VHS or other types of magnetic storage is more of a chore, they often don’t survive the passing of time.
Also the reliable income makes them more credit worthy, allowing greater loans from banks and making it possible to grow more.
Tbh it only sucks for the customers
yes, those two “autofixes” are “fixed” now. (it’s a opt-in setting)
Python is soon to be integrated into excel, I might not be a python fan but if it’s gonna replace vba I’m all for it.
I use a single gpu that I detach from my host and reattach in a vm when I start the vm (and vice versa). I don’t think windows will enjoy a sudden lack of gpu.
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.
Having my mouse (Logitech mx something) currently on my 135W Lenovo usbC laptop charger with no problems. I try to charge everything with type C usb-pd.
I use Trilium, it just scratched the need I had which obsidian and logseq couldn’t somehow.
(╯°□°)╯︵ ┻━┻
It crashed some devices when they scan for WiFi networks (both Linux’s network-manager and a Canon Printer at least)
Europe was named after the Greek Phoenician princess Europa, same as the planet was. Also a lot of languages call the continent Europa. You could almost consider it to be the more accurate name.
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"); } }