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

help-circle
  • 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.




  • Honestly people don’t even need to get rid of their lawns most of the time. Just don’t mow it so short, or so often. Don’t obsess over it. Let it grow. Let its roots grow. Allow some native perennials to fill the space in between, pluck the ones you don’t like, and see what survives. Be patient. It won’t be in a constant state of shock and it’ll hold water much better. Chances are it will be greener - even in a drought (isn’t that the type of situation where we all benefit from green space that is actually alive?) - and might not need to be manually watered at all.


  • 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.