• 8 Posts
  • 157 Comments
Joined 2 years ago
cake
Cake day: August 22nd, 2023

help-circle
  • I don’t know if the changes coming into affect today have something different about replaceable batteries, but the 2027 replaceable battery requirement has this as the exemption:

    Article 11 of Regulation (EU) 2023/1542 of the European Parliament and of the Council of 12 July 2023 concerning batteries and waste batteries

    2. By way of derogation from paragraph 1, the following products incorporating portable batteries may be designed in such a way as to make the battery removable and replaceable only by independent professionals:

    (a) appliances specifically designed to operate primarily in an environment that is regularly subject to splashing water, water streams or water immersion, and that are intended to be washable or rinseable;

    (b) professional medical imaging and radiotherapy devices, as defined in Article 2, point (1), of Regulation (EU) 2017/745, and in vitro diagnostic medical devices, as defined in Article 2, point (2), of Regulation (EU) 2017/746.

    The only thing there Apple could even pretend is “washable or rinsable”, and I’d be shocked* if they could get away with that.

    *not that shocked














  • I’m not 100% confident I’ve understood the assignment, but I’ve been playing with a couple of app frameworks in rust that target the Web that might be of interest to you.

    Dioxus - Reactive framework. Document markup is html with its own syntax, styling is CSS but all scripting is rust. Cross platform (web, android, ios [xcode required], linux, mac, windows) but using webviews for all of those, definitely Web first.

    slint - Reactive framework again, has its own Domain Specific Language (DSL) for markup that’s not too distant from an html/css hybrid. Simple scripting can be done in the DSL but it also ties trivially into the rust side. This does its own rendering rather than generating html documents or using a webview, I believe even when targeting the web (via wasm).

    Tauri - Gets brought up a lot when talking about web apps in rust, but I haven’t dug into it.

    If looking into any of these sounds like the sort of thing you might be after, then I suggest having a scroll through AreWeGuiYet for other rust GUI frameworks. If I remember correctly, a significant fraction of those target web technologies, althought the filters on that website have never been all that useful.




  • People bought excess of lots of things, toilet paper just was more noticeable more quickly because of it’s huge volume to value ratio, and slow restocking (in part because of that ratio, it’s not worth warehousing so there was little flexibility in the supply chain).

    Once the shortage started becoming obvious it was self-perpetuating, you needed to buy what toilet paper you could when you could because you didn’t know when you would be able to buy again. The supermarkets near me at the time had no toilet paper restocked for more than three months as supplies got redirected to “higher priority” stores.


  • Some of this is the fault of the design of Word. Even modern versions have direct formatting in the Home tab, to the left (chronologically “before” for people used to left-to-right paradigms) of the styles box. The styles box itself becomes rapidly less accessible if the window is not full sized.

    If they moved direct formatting to a formatting tab, had a more focused concept of styles, and possibly repurposed some of the direct formatting buttons for quick style application, people would use them a lot more reliably without any training.