archive.today and archive.ph (also .is, .md, .fo, .li, .vn) could be Russian assets.

  • 3 Posts
  • 101 Comments
Joined 4 months ago
cake
Cake day: March 5th, 2025

help-circle

  • I am running things locally.

    Sorry, I missed that. It invalidates part of my comment.

    I cannot get an ssl cert for my local network stuff

    You can make a self-signed cert. If your mobile app does not have an option to accept it (“ignore SSL errors”) then it won’t work, maybe there’s an alternative?

    caldav does not support recurring stuff on the todo … It seems that they all internally juggle how recurring stuff happens

    CalDAV is a protocol, which remains the same. The server has little to do with how apps handle things. I have no experience with tasks, but under the hood it’s just another calendar and does not treat recurring events differently. I’m guessing these limitations/inconsistencies are app specific.


  • So your server is running NextCloud? I hope you have it locked down tight, with all it’s web ui access points.

    I started out with by doing my own calendar.

    Wasn’t the first thing for me, but the most consistent over time. Calendar and Contacts, synced between phone and laptop. I used first DaviCal, now Radicale.

    The next move I did was to bring my todo list over.

    AFAIK these are just CalDAV calendars labeled todo; all you need is a different client app, the server software is the same.

    Only downsides is that it is a bit more strict (particularly on the mobile app) about an ssl cert.

    Can you explain? Doing things encrypted by default is extremely important.















  • insulation sucked though

    Always a problem with mobile homes.

    Paid $3k to buy it preowned, 2k to move, and about $500 in cleaning and repairs (floor and various things were free sourced mostly), sold it after 6 years for $3k with no cost to move it again.

    Very similar story to my last one. I get nostalgic sometimes - a converted UPS van painted red, wood paneling & wood furniture on the inside, a wood burner, solar panels on the roof…




  • Thanks for the breakdown, this is really helpful.

    It kind of confirms my unclear suspicions concerning Hugo.

    Looking at its templating language, it looks daunting.

    Looking at Jinja, it looks identical to Twig. There’s at least one other templating language that is almost identical. I wonder why that is, or where the actual differences lie (not the underlying mechanics, but the spec).

    What I thought was my biggest requirement actually isn’t: I tried Zola yesterday, it is not in Debian’s repos, but it’s a single executable, unzipped straight from their github and Just Works. Everything becomes easier when you don’t have to worry about software that connects to the world (assuming the generated HTML is 100% safe of course).

    But I’m also trying Pelican. I don’t care if it’s slow.