You could check out Dash/Plotly if you’re familiar with python and planning on visualizing data
You could check out Dash/Plotly if you’re familiar with python and planning on visualizing data
I got this game around the time it came out and I remembered dropping it, but not why. Reading your post now makes me think Blockhead was the reason why haha. I should get back around to this and perhaps skip this fight
Weather prediction at point locations is extremely challenging to get right because we simply can’t observe and make predictions for every single square inch of the earth. Many weather models are run on grids with boxes about the size of a few kilometers at the smallest scale, which means that any physical process in the atmosphere that is the size of that box or smaller won’t be represented well by the model.
Specifically on your point about clouds passing over your location, cloud and precipitation formation is even more challenging. Clouds and precipitation form due to atmospheric processes ranging from hundreds of kilometers all the way down to micrometers, which practically means the weather models are making an educated guess (albeit a very good one that is informed by scientific research) about when and where clouds will form. And when a model does predict a cloud, it will cover an entire grid box.
Finally, I saw you made a comment about how machine learning should improve forecasts, and in fact it does! But the weather community is still working on data driven models (as opposed to models that solve physical atmospheric equations), and most of them are run by private companies so their output is not free. As these data driven models get better, it may be possible that they will be able to make predictions at scales less than a kilometer.
Oh that’s interesting. I started poking around with a Gameboy emulator guide implemented in Python that intended to emulate a Z80. Got any good resource recommendation in case I decide to pick this back up and inevitably get stuck?
I clean the kitchen pretty thoroughly once per week after meal prepping. By thoroughly I mean do the dishes, wipe down the stovetop and counters, clean the sink with dish soap and a sponge, then sweep and mop. During the week I try to clean up small spills and such as I go and load the dishwasher after meals.
For the bathroom, I usually do once per month. Clean the counter, mirror, toilet top to bottom, and shower top to bottom. Sweep and mop.
Living spaces and bedroom I sweep/mop/vacuum once per month and clean tables as needed.
I hardly dust or clean windows. I maybe do that a couple times per year or if it’s particularly filthy.
The general idea for me is to clean regularly and as needed so that nothing is really nasty at any given time. Anything else gets done roughly once per year or on move out.
Oof, that’s rough. Is that the one known as Bully elsewhere? What hasn’t been to your liking?
Never heard of nobara, is it supposed to do Linux gaming well?
Oh damn, maybe that isn’t my kind of game then 😅 I don’t mind a few calculations here and there while gaming but idk if I would find it fun to go full blown engineer to play a video game. I’ll still probably give it a go if it’s on sale though
That’s rough. Honestly online play would be a selling point for me. I’ve played enough of THPS that a reskin and new soundtrack isn’t super enticing to me
Gotcha, that’s about what I’ve heard from others too. I’m glad they continued to work on it and make it the game that they originally envisioned. I’m looking forward to playing it eventually haha
Oh there’s more DQ remakes? I’ll have to check them out!
I’ve been considering Linux gaming lately. How does borderlands 2 run for you?
Really? That’s disappointing considering it came out recently. What are you playing it on?
Another backlog game I would like to get to soon. Did you play it on release at all?
I’m playing it on Nintendo DS!
Such a classic! If my backlog wasn’t so large I would have returned to it by now
Sweet. I forgot about Kerbal Space Program but it looks like a ton of fun!
Forza Horizon 3 has been in my backlog for a long time, been meaning to check out the series.
This sounds interesting. How does coop parkour work?
After 6 years of seriously using Python regularly, I’d probably give myself a 6/10. I feel comfortable with best practices and making informed design decisions. I have no problem using linting and testing tools. And I’ve contributed to large open source projects. I could improve a lot by learning more about the standard library and some core computer science concepts that inform the design of the language. I’m pretty weak in web frameworks too, unfortunately.