• 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle
  • Avalon Dairy in BC uses glass bottles, and grocery stores which sell them take them (in exchange for your $1 deposit) and send the bottles straight back to Avalon. They get cleaned and reused directly. If you’re at the store, you can look closely at all the bottles and find the dates they were first used. Alas, I’ve kind of gone off getting them now that we’re using 2L bottles of milk every week - the bigger bottles are extra bulky and my nearest grocery store doesn’t sell Avalon.

    I’m still a big fan, though. It’s a good system, it genuinely causes the bottles to be reused (instead of just not made out of plastic, or “recycled”), and it’s so simple. We could easily have this for everything if we regulated (or at least incentivized) specific containers for groceries, at least for things packaged domestically. No more needlessly complicated special jars for different brands of maple syrup. If every company used the same containers, when they reach the recycling depot (hopefully intact, although that’s another problem) we could actually do something sensible with the things.


  • This project is frustrating :( I would happily use this train if it magically existed today, but to me it feels like it’s eating up all of the oxygen. The trains we have are fine. I wish they were faster. But the core problem is the existing rail network is neglected, antiquated garbage and there aren’t enough passenger trains because there’s only room for freight. It would be a lot of work to improve those tracks and add more trains, but something tells me it would be a hell of a lot cheaper, faster, and more effective over time than a one-off megaproject that will never scale and whose timeline is competing with plate techtonics themselves.




  • dylaner@lemmy.catoAsklemmy@lemmy.mlOther than blue bubbles, why do you use iPhone?
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    edit-2
    1 year ago

    For me, a big one is integration with email / calendar / contacts services that aren’t Google. I don’t know where Google dropped the ball here - Android was originally amazing for this kind of thing - but at some point they started bolting a lot of features specifically on top of Google accounts, and out of the box Android doesn’t even understand how to sync with CalDAV / CardDAV. So if I want my Nextcloud stuff to work at all I need to go and install a third party app. The third party app works great (I happily used DAVx5 for many years), but it’s ridiculous when iOS has all that integration officially supported and available straight out of the box. And it even does clever things, like suggesting contact details it learns from my (Fastmail) email. Android has that stuff, but it is completely on the cloud, and it only works if you give everything to Google.


  • We know that the platforms don’t do linking as in <a href=...>Click here</a>. They all embed titles, summaries, pictures and sometimes whole pages.

    There isn’t a trivial way to get those without media companies going out of their way to provide the information. If I go over to that article on nationalpost.com, I see multitudes of OpenGraph tags, such as <meta content="Ottawa pulls advertising, escalating showdown with Facebook and Instagram" property="og:title"/><meta content="https://smartcdn.gprod.postmedia.digital/nationalpost/wp-content/uploads/2023/02/Pablo-Rodriguez-1.jpg" property="og:image"/>. OpenGraph, to be clear, is a protocol created by Facebook to standardize how web pages appear on their platform. If National Post wants links to their content to look like your example, that is entirely in their hands. Heck, it’s less work.

    (Of course, they won’t do that, because that would be stupid. They’d rather make an embarrassing attempt to extort Facebook for free money because they have realized advertising is doomed and they don’t know what to do about it).


  • That’s why runtimes are the way they are: for most simple desktop applications, they shouldn’t really need much on top of what is already included in the GNOME, KDE, or Freedesktop runtime they depend on. (If you’re curious, flatpak run org.gnome.Platform and poke around). Those runtimes get regular updates within each branch for important bug fixes. Alas, many applications add at least one or two external libraries they need to build / distribute themselves, and some applications add a lot of them. But it isn’t like every application bundles its own libssl or something.