I think this is the idea behind the Baseline <Year> standard you see on a lot of mdn features now, it shows the year when the feature was available in all 3 major browser engines
iirc they are both powered by the same engine to stream and replicate the WAL. I believe R2 is now implemented as a Durable Object backed by SQLite now.
From what I read, it was because they couldn't fit the charging circuitry for both into the dongle. Better to not deal with the confusion of one not charging
I imagine something like this could be a fantastic tool to teach about differential equations and their applications. Just looking at you can see specific hallmarks (sources and sinks), and how that sort of analysis can have super-cool uses.
Does meterology use differential equations to model wind?
All of the big agency (NWS, ECMWF, ICON, etc.) use physical models to create the large gridded forecast products. These models work by solving differential equations so your intuition here is spot on!
Rust By Example helped me to get off the ground pretty quickly and give me some ideas when I was stuck. But honestly just making something is the best way to learn rust, the compiler will hold your hand enough for it to be a pretty good learning experience
Combined with the large number of vulnerabilities in mature, well-designed programs implemented by skilled programmers. The mythical programmer that can use C/C++ without bugs doesn't exist.
The mythical programmer that can use Rust without bugs doesn’t exist either. I deal with higher level languages than rust and we’re capable of writing just as dangerous stuff through implementation errors.
While bugs like logic errors clearly can exist in all languages, those that do things like memory management/enforce memory safety for the programmer eliminate whole classes of bugs.
No language/tool/etc will stop all programmer mistakes, but they can definitely stop some.
The most important part is preference IMO. People have the right to choose which is right for them, and if they determine that dark mode is better for them (even if they just think it looks better), having a setting in the OS that cascades down to all applications and websites is just a nice feature to have.
This is why prefers-color-scheme is the perfect mechanism for this. Simply swap out your CSS variables and automatically your site is immediately more accessible to people who prefer dark mode.
Except some people prefer dark UI but light websites. You can't please everyone. There should be a per-site based setting such as microphone access etc. where if prefer-color-scheme: dark is detected, user can toggle it should they choose.
But, as a site owner it's my prerogative on the decisions I make regarding design. It's not always about choice :)
I fall in this category. I like light-on-dark background for code and parts where the text is well-spaced. Mainly because it gives place for more distinguishable colors. However I hate reading blocks of texts in white-on-black. I have set Mail to use light background and I wish there was a way to tell Safari to not communicate a dark preference.
Thank you. Everything else around this dicussion is pointless. If some people like light or dark mode thats up to them to choose. At least we're getting some choice back in our UIs.
I wouldn't agree with that. People may have made their choice based on incorrect research or incorrect assumptions: there is value in discussing the latest research.
It's like saying discussions about whether cigarettes are good or bad for you are pointless, the important thing is that people are able to buy them if they want.
Well I never made a decision based on a pretense that I was going to save my eyes by switching. I just prefer one particular scheme better and find more pleasant to work with all day, it doesn't need to be anymore complicated than that for me.
Your comparison to the cigarette discussion is an interesting point. The article didn't present anything particularly strong in regards to studies around this though so I'm unsure what there is to discuss, aside from speculation on whats good and bad for our eyes. If we're speculating I'd wager regular breaks and getting away from your screen as much as possible is far more impactful that which color scheme you choose.
No sorry, that has nothing to-do with research, but taste.
In fact, research like that i call bullshit, its like 'research' food, 'scientists' found out that that people prefer yellow carrots because red is a warning color.
This is where I land too. My IDE is dark. So are my terminals and slack. Everything else is black on white background. I tried using dark mode in the reading mode on my browsers, but it never felt natural, especially for long form reading.
This is the reason why I use dark mode now. Eye strain and saving battery I don't think about. Easier to read? Sure, because it's my preference. I even use lights behind my monitors to counteract the "flash" you get when you switch from a dark IDE to a white web browser. I don't like complete _darkness_, I just like the look.