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
TIL that plain TeX is a thing.
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?
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?
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/).
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
I strongly recommend Mint Cinnamon for those coming from Windows. It just works and feels similar, though it’s not a perfect comparison and will require you to explore things a little bit. Even so, you should be able to run most things without the command line or worrying about how the OS and file system are structured
Actually switch to Linux. I already use Linux for a large portion of my work, so I’m comfortable with it. I just need to find and test some replacements for some Windows software and I should be good
I had this happen to me on eBay as well. I paid a few extra bucks to avoid buying from Amazon and instead got the item mailed to me directly from Amazon. This is against eBay’s policies (you need to have the described item on hand) and may be against Etsy’s policies too
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.