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
!themusicman out here doing the Lord’s work. I would love an invite as well!
Perhaps a hot take, but East of Eden was an absolute trudge to get through. I think I made it almost halfway and gave up because I was not enjoying it at all. I wasn’t sure what the main points were and there were too many details unrelated to the plot.
A less hot take, The Fountainhead was also a pain to read. It was just boring as hell and I stopped about halfway as well. I only read it because I loved Anthem and became disappointed to find out it’s only related philosophically.
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.
I’m bringing chilli
TIL that plain TeX is a thing.
Neat, lots more e-waste incoming
I don’t think it’s so much a concern about violating the ToS as it is the consequences of violating it. Valve may be able to lock the account or close it if they have good reason to suspect the account has a new owner. An example of solid evidence of this may be changing the payment method for purchases, such that the name on a credit card doesn’t match the previous cardholder name on the steam account.
But if the new owner doesn’t plan on making new purchases on the account, it would probably be more difficult to confirm the account was transferred.
That’s a good point. I hadn’t factored in the processor architecture at all, whoops. I’ve already got plenty of Linux experience though, so I just need to find hardware that can support a wide variety of software. Thanks for the recommendations!
Holy fucking nope. I wasn’t planning on getting Windows 11 and this serves as a great reminder to make the transition to Linux. I’ve been thinking of picking up a raspberry pi 5 as my next desktop. Anyone want to share their experiences doing something similar?
Fair enough
Oh God, I forgot about labview. Definitely wasn’t my thing
Interested in learning any languages?
I know Python well, but I could build basic things with C++ and Fortran. I use bash a lot too. I know the basics of html and css if those count. And I barely remember some stuff from Matlab
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.
Job for a Cowboy. Their latest album, Moon Healer, is fucking incredible. If you’re into technical death metal it’s a must listen
ferk
Morrowind with online multiplayer. Don’t get me wrong, I like Skyrim and ESO is cool, just different. But I enjoyed my Morrowind experience and would love to see it modernized in some ways, mostly visual
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.