jdnewmil

joined 1 year ago
[–] [email protected] 5 points 2 days ago

Sure it is, if you don't understand economics, which few Merkins do. The evidence is right in front of us.

[–] [email protected] 4 points 4 days ago

Agree. For clarity, the circuits that show the low-voltage status are much less hungry for current than the circuits that measure weight. So no, having enough battery to report low voltage does not imply that there is enough to make an accurate weight measurement.

[–] [email protected] 5 points 4 days ago

Clear and Clear Entry.

The better option is to use an RPN calculator as Hewlett-Packard used to make. Then the back arrow button just eliminates one digit at a time.

[–] [email protected] 3 points 1 week ago

Evidence? You don't believe that Joe's friend's cousin saw someone dumping ballots into a Yugo? /s

[–] [email protected] 13 points 2 weeks ago

the ones that lost? those generals?

[–] [email protected] 10 points 2 weeks ago

Republicans don't mind a troubled economy because they believe they are avoiding worse pain. Democrats are more willing to increase the cash flow at all levels of the economy. There really isn't much to be surprised at here.

Of course, they often don't present their positions that way, but lying is like breathing to all politicians. Trump kind of abandons any pretense otherwise.

[–] [email protected] 4 points 3 weeks ago

Read other people's code... particularly code by experienced developers. One good way to do that is to single-step debugging through the test code in a well-known package, stepping into the code being tested.

I suppose if you don't know how test frameworks like pytest work, tackling how they work and how to do single-stepping with some toy example code will be a prerequisite for the above, as will spending some time studying how packages are made. (The latter may seem unattractively tedious, but the knowledge will pay off even if you never become an expert at making your own packages.)

These exercises are very likely to expose weaknesses in your understanding of all sorts of things. Be patient and keep studying!

[–] [email protected] 2 points 3 weeks ago* (last edited 3 weeks ago)

🙂 Daily Quordle 993 7️⃣5️⃣ 6️⃣4️⃣ m-w.com/games/quordle/ ⬜⬜⬜🟨🟩 ⬜⬜⬜🟨⬜ ⬜⬜⬜⬜⬜ ⬜🟨⬜⬜⬜ ⬜🟨⬜⬜⬜ 🟨⬜⬜⬜🟨 ⬜🟨⬜⬜⬜ 🟨⬜⬜⬜⬜ 🟨⬜⬜⬜⬜ 🟩🟩🟩🟩🟩 🟨⬜🟨⬜⬜ ⬛⬛⬛⬛⬛ 🟩🟩🟩🟩🟩 ⬛⬛⬛⬛⬛

⬜⬜⬜⬜🟨 ⬜⬜⬜⬜⬜ ⬜🟩⬜⬜⬜ ⬜⬜⬜🟨🟩 ⬜🟨⬜⬜⬜ 🟩🟩⬜⬜⬜ ⬜🟨⬜⬜⬜ 🟩🟩🟩🟩🟩 ⬜⬜🟨⬜🟨 ⬛⬛⬛⬛⬛ 🟩🟩🟩🟩🟩 ⬛⬛⬛⬛⬛

[–] [email protected] 2 points 1 month ago

When you come across some Python code for something written 5 years ago and they used four contributed packages that the programmers have changed the API on three times since then, you want to set up a virtual environment that contains those specific versions so you can at least see how it worked at that time. A small part of this headache comes from Python itself mutating, but the bulk of the problem is the imported user-contributed packages that multiply the functionality of Python.

To be sure, it would be nice if those programmers were all dedicated to updating their code, but with hundreds of thousands of packages that could be imported written by volunteers, you can't afford to expect all of them them to stop innovating or even to continue maintaining past projects for your benefit.

If you have the itch to fix something old so it works in the latest versions of everything, you have that option... but it is really hard to do that if you cannot see it working as it was designed to work when it was built.

[–] [email protected] 7 points 1 month ago (1 children)

There is an implied 6th bit that is zero. Timestamps have a two-second minimum resolution.

view more: next ›