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”
They will probably have domesticated us, instead of them.
When a new game is released I usually check if it’s steam deck compatible, if it isn’t for no specific reason (like, a 2d platformer, I’m not going to expect a high fidelity 3d game to work) I’m way less inclined to buy it. The market is there and really should be picked up.
I’ve used it, it’s pretty rough and unfinished, the current main branch doesn’t build without help and you’ll need ollama or openai keys.
The results however are impressive, even with a small model like phi3 mini through ollama. They got some good prompts behind it and the results name the sources + have some good followup questions.
I don’t directly have a game recommendation, but make sure to launch the games once before your flight to get the dependencies installed too :) I forgot that last flight and couldn’t play half of the games I planned to because of it…
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.
Missing the joke here? We run a 3090 and a 3900x just fine on ArchLinux.
tbh, a lot of big players (Microsoft, Facebook, Google) host a lot of AI stuff on huggingface and quite likely have to pay for that.
Also they had a few successful funding rounds, last one led by Salesforce.
Also Amazon is invested in them, probably offering a lot to them for free or discounted.
to be fair, the only real reason to wear the same socks is so they feel the same on your feet
that uses mDNS, which in some cases requires your router to be online to be able to resolve it to a ip. If part of your internet disruption was your router going down, it would explain the issue
How is your coordinator linked to your home assistant?
For example if you use Zigbee2MQTT and you have either Zigbee2MQTT or Homeassistant pointing to the internal ip of mosquito (192.168.1.11 for example) and your router goes down (with dhcp), it’s possible it cannot communicate anymore.
This isn’t the case if it’s all running on the same box using localhost as address, running it in a docker network or when you run ZHA however.
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.
Some Fighting, a pretty good story, awesome music and horrible driving.
It really isn’t for everyone imo but it’s a game kinda in it’s own genre.
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"); } }