Agreed. Especially the current weather conditions. That's mostly useless info. Knowing the weather forecast for tomorrow or this weekend is actually useful.
It's strange that pretty much every weather widget assumes you want to know the current weather conditions and not the forecast.
> Especially the current weather conditions. That's mostly useless info
Do you... not go outside? And not need to know if you need the heavy coat, light coat, light waterproof coat, and/or umbrella? Or pants vs shorts? And the answers are very different at 7am vs 11am vs 3pm?
I'm not trying to be sarcastic, I'm just genuinely baffled.
I watch through the window to see the current weather, except for the temperature, which I assume is more or less the same as yesterday. I know it’s colder at night, but that’s true every night. It’s all very approximative, but I just can’t be bothered to look up the weather. I like not thinking about it at the cost of sometimes being surprised.
Eh, depends. If you have a dog, and live in a place with actual seasons, February requires frequently checking the current conditions before you head out—at least where we live, it could be anywhere from -10°C to +12°C right now, raining, snowing—annoying to put on a light jacket because you let the sun fool you, and discover it's freezing and starting to rain once you're on the field.
That said: I seem to get by pretty well with a lowly smartphone so far.
Still, isn't the forecast for one hour from now more useful than literally now? You can see that through the window (and feel it on your face by opening the window).
About the only thing about the weather I can tell from my window is whether it is currently raining or not.
The temperature inside is not at all indicative of the temperature outside, the sun being out doesn't mean it is warm, and I don't really have any useful indicators of wind, unless the windows are rattling, but that doesn't let me know if there's a stiff breeze.
I could walk over and open up my balcony door and experience it all personally, but checking my phone or watch is faster and more accurate, and also gives me the forecast at the same time.
Others have mentioned why. But I also want to add that feeling the temperature over the window might not tell an accurate picture of how cold/hot it could feel over time. I've had instances where I dressed for how cold it felt, only to find myself freezing because I didn't feel the breeze during that short moment I sticked my head out.
Raining outside my window and likely rain right now are different, also wind speed. Opening a window isn't very accurate for wind at all, and I feel like you're acknowledging there that knowing that part can be useful, why not just have it written down?
Before you buy an Apple TV you can try installing ProjectIvy launcher and see if that suits your needs. It's basically a simplified launcher UI for Android TV devices.
It's not perfect, not if it suits your needs you won't have to buy another device.
That's the one I tried on the Fire Stick, it doesn't always launch, sometimes launches a few minutes after start, and when pressing home it would go back to the default launcher.
I think it's related to the accessibility settings it wants enabled, I was never able to turn it on like it says because the setting just refuses to enable.
I ran into this issue with the Sonoma update. My display (4k LG) was negotiating RGB just fine before, but not anymore. The BetterDisplay workaround hasn't worked for me. The poor colors and fuzzy edges around all the text is causing eye strain too. I'm beyond furious.
I used to use an EDID patcher written in Ruby but it stopped working on some version of macOS. Contained in that script is how it patches the EDID data which is what I got to work with BetterDisplay.
FWIW, here's the hacked script[0] which only keeps the EDID data patching part. Be warned it's very hacky with the base64 EDID to be patched hard-coded in line 8 of the script. It prints out the patched EDID base64 which should be entered back into BetterDisplay (which is also where you can get the unpatched base64 EDID).
Love this app. The only thing on my wishlist is a way to "discover" stuff I've bookmarked before when googling. So the extension would search Hoarder when I search Google (or wherever search engine) and give me a list of those next to my Google search or in the extension drop-down. I sometimes forget that I bookmarked a solution 3 weeks ago, and now I'm searching for that solution again.
I think Evernote had something like this when I was using it.
I suppose ollama and llama.cpp, or at least any corresponding Python SDKs, would be good for using self-hosted models, especially if they support parallel GPU use. If it's something custom, Pytorch would come into the picture. In production workflows, it can obviously be useful to run certain LLM prompts in parallel to hasten the job.
For now I have used only cloud APIs with their Python SDKs, including the prompt completion, TTS, and embedding endpoints. They allow me to run many jobs in parallel which is useful for complex workflows or if facing heavy user demand. For caching of responses, I have used a local disk caching library, although I guess one can alternatively use a standalone or embedded database. I have used threading via `concurrent.futures` for concurrent jobs, although asyncio too would work.
The one simple external Python library I found so far is `semantic-text-splitter` for splitting long texts using token counts, but this too I could have done by myself with a bit of effort. I think langchain has something for it too.
It's strange that pretty much every weather widget assumes you want to know the current weather conditions and not the forecast.