Yep, I'm aware of that search, but it didn't produce solid results. That's why I figured I'd ask the community here.
bradbeattie
I wonder where the original report is. I don't see these screenshots anywhere inside https://www.shapeyourcity.ca/kits-pool-replacement
Edit: Scratch that. It's all in https://vancouver.ca/files/cov/kitsilano-pool-feasibility-study-final-report.pdf
Yep. I have an instance I self-host to power a "cookbooks -> scanner -> images -> OCR -> indexed search" tool I built for myself. The whole thing is pretty much just a few bash scripts thinly wired into a Meilisearch instance, but the utility is helpful when looking for a recipe from my collection.
I've been working on contributing options in my neighbourhood. I use
[out:json][timeout:25];
// Food-ish amenities
(
nwr["amenity"~"^(bakery|fast_food|restaurant|cafe|pub|biergarten|ice_cream|food_court)$"]({{bbox}});
)->.all_food;
// Items that already have diet:vegan tags
(
nwr.all_food["diet:vegan"];
)->.has_vegan;
// Output the difference
(
.all_food;
- .has_vegan;
);
out body;
>;
out skel qt;
to locate, check menus, and update.
My post may well be tainted by my growing frustration with HappyCow growing increasingly out of date in my region. I frequently find restaurants listed that have long since closed and new restaurants not listed at all. But criticism in my workaround and its deficiencies has been wholeheartedly acknowledged and appreciated.
A problem I find is that cars are increasingly visible with their brighter and brighter headlights, but that means pedestrians are much harder to see after you've been blinded.
I'm unclear how aiming solves the issue of a car with ungodly bright headlights going over a speed bump and blinding me.
I use it with Grafana. No need to run it all the time especially when it uses CPU while idle.
Note that Steam lets you ignore entire publishers. Go to the publisher page, click ignore. Done!
No disagree here. :)
100% recommend Skyrim. I think Cyberpunk also has full audio translations too, though I've yet to play it in anything but English.