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
DOOM (2016). I originally got it when it came out, I wasn’t very patient then, but largely played multiplayer. I’ve been playing the campaign this time around and I’m enjoying it quite a bit.
!themusicman out here doing the Lord’s work. I would love an invite as well!
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.
Hey, uh, could I not have my data stolen for FIVE FUCKING SECONDS?!
Atari 7800. I bought it from someone on craigslist about 3 years ago. The video was pretty fuzzy and audio wasn’t consistent, so I talked them down to a good price. I ended up modding it for composite video and audio, but I rarely play it. I didn’t grow up with an Atari, so I don’t have the nostalgia for the games, but I still think it’s pretty neat.
Neat, lots more e-waste incoming
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’ve been playing Metroid Prime 3 and largely enjoying it. The most recent boss fight was incredibly fun and refreshing, easily the best in the game and high in the rankings for best boss fight period.
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?
Looks like a couple people mentioned this, but you will likely want/need to mod whatever system you get. I have a modded NES and Atari 7800, so I can comment on those.
There used to be a NES mod that fixed the pin connector issue, called “Blinking Light Win” https://www.arcadeworks.net/products/blw?variant=36483581116569. They’ve been sold out for at least a couple years (I’ve sporadically checked out of curiosity since I bought mine). But if you can get your hands on one I strongly recommend it. It has made my NES incredibly reliable and it’s very easy to install. No soldering, just open the console, remove the 72 pin connector, and pop in the BLW. Done.
For the Atari 7800, there’s a composite video/s-video board mod you can pick up. I’m forgetting what the name of it is, and I don’t have the manual handy at the moment, but I will try to update later with the name and link. Anyway, this one is more involved and requires some soldering. It’s not too difficult, just requires some patience, and it’s very worth it. Composite audio is a separate solution, but doesn’t require extra hardware, just a little more soldering.
I hope that helps! Feel free to reach out about these mods and I can explain further.
Natural language processing falls under AI though, and so do large language models (see chapters 23 and 24 of Russell and Norvig, 2021 http://aima.cs.berkeley.edu/).
Here are a few I didn’t see already. I’ve played these all on switch.
Untitled Goose Game - casual and goofy 1/2 player puzzle game
Far Lone Sails - casual 1 player puzzle adventure game
Figment - light action adventure platformer one player game
I think the reported numbers are coming from downdetector.com, which relies on self reporting and people being aware that the website exists. I imagine many more customers were affected. Also, anything the prevents emergency services communication, which occurred during this outage, should be considered a major outage imo
The United Nations collectively minus the US: “The situation in Gaza is fucked and Israel needs to de escalate so innocent Palestinians can survive.”
The US: “Well we have specialized interests here and if we can’t have our way I guess a few more innocent Palestinians will have to die.”
Ah yeah, that’s been my experience too with Logitech. Such a shame because they make some pretty good peripherals.
Does the mouse need drivers? You could search for the model name and “Linux drivers” to see if the company offers anything
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.