cx40

joined 7 months ago
[–] cx40@piefed.ca 2 points 2 days ago

I cooked these in the pressure cooker, so no soaking was needed. I've made similar salads with canned beans before and it makes little difference. It just costs a bit more in exchange for convenience.

[–] cx40@piefed.ca 5 points 1 week ago

Part of what we look for in creative writing (and art in general) is humans connection. Just like how a cis male writer will never adequately replace women in writing about the female experience, machines can never replace humans in writing about the human experience. They may one day experience the world in all its richness, but what they experience will be a robot experience, not that of a human, so what they write about will also be a robot's experience.

[–] cx40@piefed.ca 9 points 1 week ago (3 children)
  • 420g beans (dry weight). I used chickpeas, black beans, and red kidney beans.
  • 42g red onion (half of a small one)
  • 368g cucumber (one large cucumber, de-seeded)
  • 119g avocado (two small ones)
  • Some parsley
  • Vinaigrette: 60g red wine vinegar, 60g extra virgin olive oil, 19g dijon mustard, 32g honey, salt, black pepper, dry dill.

It wasn't enough avocado, but that's all I had on hand. I'd double it next time if possible.

61
Bean salad (media.piefed.ca)
 

2400 Calories, 96g of protein.

Cost about $3.50 without the vinaigrette. The cucumber and avocado accounted for most of that cost.

[–] cx40@piefed.ca 1 points 3 months ago

https://panoramax.cx40.ca/ I haven't uploaded everything I have there yet. I'm still in the middle of figuring out how to automate the process so I can just connect my camera to the computer and have a udev rule automatically pull and upload relevant photos.

Is there any reason I should reach out to the devs? I don't see what either party has to gain from this interaction.

[–] cx40@piefed.ca 1 points 3 months ago (2 children)

I'm not federated, so probably not. I'm not sure if my machine can handle the additional load.

[–] cx40@piefed.ca 14 points 3 months ago (4 children)

I'm proud to say that the OSM map for my neighborhood has been more up to date than Google since I've moved here.

I've been trying to do the same for Panoramax, but that's so much more work than just updating some details about a new/closed shop. Especially since I'm self-hosting it and I don't feel confident enough in my server admin abilities to pull other people into this.

[–] cx40@piefed.ca 43 points 6 months ago (6 children)

It's always good practice to back up your data before doing an upgrade. But in case you need it, you can certainly do a minor version update through compose. If you already have that set up, it'll probably be the easier route.

Your compose file should have a line that looks like this:

image: jellyfin/jellyfin  

possibly with a version number. You can specify which version you want by changing that line. For example:

image: jellyfin/jellyfin:10.10.7  

You can check which versions are available here.

[–] cx40@piefed.ca 2 points 6 months ago

I've sort of always known. What I didn't know was how so many (all?) of my problems can be attributed to autism in some way. For the longest time, I thought it was just responsible for my difficulties in socializing.

[–] cx40@piefed.ca 2 points 6 months ago (2 children)

Was this meant for a different thread?

[–] cx40@piefed.ca 2 points 6 months ago

I'm just playing around with Copier for now. An arbitrary choice since I have nothing to go on and it seems popular enough. It'll probably be a while before I develop my own opinions on it.

I agree with existing templates having too much boilerplate. I'm basically also just copying and modifying my previous projects, but automated with Copier so that I don't have to search and replace all the project/module names. For this particular task, I have no complaints so far.

 

I've noticed that a lot of my projects follow the same basic architecture and I often like to write some simple tools for myself where it takes much longer to set up the project than it does to write the domain specific code. So I've been looking into scaffolding tools to help with this. I'm aware of Cookiecutter and Copier. Are there others? How do they compare? What are your preferences and why?