

yeah, 98 was trash. 98SE was good
yeah, 98 was trash. 98SE was good
And the rich aren’t because they have the time and resources to be healthy
yeah, usually closing time is just buffer time for people to get their affairs in order, move out, inspections, lawyer stuff, etc. If you offer straight up cash and pay a boatload to the lawyers to get the paperwork done up ASAP, you can close likely within a couple weeks
Good backup in case your phone shits the bed or you end up somewhere with no data
Some EVs and hybrids have a ‘one foot driving’ mode where if you take your foot off the gas, it does start to actively brake and you will eventually come to a complete stop. Technology Connections did a video on it a little while back, showing how it can be bad if the brake lights aren’t programmed to come on in this situation.
I always figured red and red strobing would make sense, since amber is used for turn signals. Not sure if that would fly for epilepsy and such though, but there are plenty of other bright flashy/flickery lights when driving as it is.
Yes, your total energy consumption drops, but your electricity consumption rises as a result. Electrification of stuff that relied on burning fossil fuels means that electricity consumption goes up even while total energy consumption stays the same or drops. I’m not necessarily saying that nuclear is the solution, but it’s a solution that can at least buy us a few decades for renewables and energy storage to catch up to demand.
Are you slow? nobody is arguing that you can hot swap a GPU. That’s not what people are correcting you on.
YOU claimed that PCIE is not PLUG AND PLAY
NO. PCIE is not plug and play.
That was your comment. It was wrong. You were wrong.
Dude… you’re the one that said PCIE isn’t plug and play, which is incorrect. Plug and play simply means not having to manually assign IRQ/DMA/etc before using the peripheral, instead being handled automatically by the system/OS, as well as having peripherals identify themselves allowing the OS to automatically assign drivers. PCIE is fully plug-and-play compatible via ACPI, and hot swapping is supported by the protocol, if the peripheral also supports it.
The truly infuriating part is there’s likely lots of people out there that got them on the first try or by accident
Gallon jugs aren’t as common as 4L bagged milk here though
More honest answer, it’s generally breast meat but loaded up with binding agents, salt, and water. It’s pretty obvious with the worse ones when you even slightly overcook them, and the chicken practically vanishes from inside the nugget because the water has evaporated.
There’s a reason it’s nickname is helldesk
What I would really like is having a combination between ‘all’ and ‘subscribed’ where it shows ‘all’ posts, but then my subscribed communities get a sort of amplification so they are more likely to appear in my feed, even if posts in my subscribed communities may not get much engagement.
I grew up around both, for simply telling time, digital is far better. Analog though to me gives a better sense of the passage of time I guess you could call it? Like, you can see the hour hand has moved a distance after a little while; or if I want to do something for half an hour, I just have to watch for when the minute hand is pointing 180 degrees away from where it was when I started, things like that.
The repo could be shut down/removed, so Having copies is always a good thing. I think I read earlier that the yuzu source had already made it’s way into the wild?
I’m a test automation developer, I’m not necessarily bound by the platform that the application is written in unless I’m writing white-box tests.
subprocess.Popen(["bash one-liner"], stdout=PIPE, stderr-PIPE, text=True)
Web testing is also done in python. Selenium has support in all major Python test frameworks. I’ve done SE-only tests in Robot, hybrid SE/Python using BDD with Behave, etc.
Unless I’m testing a language-specific API, I’m probably going to use Python…
Break it up into functions with names that describe what it does, then the script becomes basically a sequence of function calls and is easier to read and troubleshoot.