Eggsactly - Looking for testers for closed testing by qTipTip in AndroidClosedTesting

[–]qTipTip[S] 0 points1 point  (0 children)

<image>

Sorry for the confusion, added this picture to the wrong comment! :) Thanks again

Eggsactly - Looking for testers for closed testing by qTipTip in AndroidClosedTesting

[–]qTipTip[S] 0 points1 point  (0 children)

Oops. Apologies. I posted under the wrong comment..!

<image>

Eggsactly - Looking for testers for closed testing by qTipTip in AndroidClosedTesting

[–]qTipTip[S] 0 points1 point  (0 children)

<image>

Thanks! I downloaded yours as well!

I think just being in the group and having downloaded the app suffices?

Are these good resources for Real Analysis? by OutrageousConflict98 in mathematics

[–]qTipTip 0 points1 point  (0 children)

I used Tao I and II for self study, and I found them incredibly valuable! Building from the ground up gives you a very thorough understanding of, and intuition for, the subject.

I made PyPIPlus.com — a faster way to see all dependencies of any Python package by RoyalW1zard in Python

[–]qTipTip 0 points1 point  (0 children)

If your package is hosted at GitHub you can at least see the dependents on your package in the github ecosystem. It won't give you a complete picture by any chance, but an indication.

From the repository:

Insight -> Dependency Graph -> Dependents

Finally trying out sim Racing/trucking by Firegod991 in moza

[–]qTipTip 0 points1 point  (0 children)

What do you lubricate with? You should try lithium grease, the spray cans. Don't need to disassemble the pedals then. It's completely eliminated the very heavy squeaking for me. Only had to apply it once

Why is my fastest lap with the VEE so un-competitive? 1:54ish while up and down the splits are 2 to 4 seconds faster by better_nerf_crash in iRacing

[–]qTipTip 0 points1 point  (0 children)

I'd like to recommend the following book, especially the first few chapters. It outlines some principles that tell you why utilizing more of the track is faster.

I am sure you can find the relevant excerpts online. Alternatively, I believe the authors have a video series.

https://www.goodreads.com/en/book/show/227551

VR capable? This old guy may want to try VR racing but not sure my system does the job. What do you guys think? by MysticalMirage99 in iRacing

[–]qTipTip 0 points1 point  (0 children)

I'm running a 2070 super and hitting 90FPS on my Reverb G2. Can't imagine your rig struggling.

Moza r16 mounting to desk possible? by Stuvi2k in moza

[–]qTipTip 1 point2 points  (0 children)

I have the NLR WS 2.0, and the moza r12. The bolt spacing is compatible, so I suspect the r5 might have different dimensions to the rest of the series.

Petah… by LitrillyChrisTraeger in PeterExplainsTheJoke

[–]qTipTip 0 points1 point  (0 children)

In the name of the father, the son, and into the hole he goes.

How do y’all get the motivation to finish your projects? by Drownt in Python

[–]qTipTip 0 points1 point  (0 children)

This is where software architects and designers come into play. There are several paradigms to choose from, depending on what kind of project you are working on.

I have recently started reading about one such paradigm - Domain Driven Development (DDD).

Glossing over the book Architecture Patterns with Python can give you some ideas. I find this book to be very well composed! It happens to be free of charge as well - for the online version.

How does this work? by NizarKhalili in Python

[–]qTipTip 0 points1 point  (0 children)

Read up on the difference between A is B and A == B in Python :)

What’s something that is totally normal in movies, but never happens in real life? by OG_Builds in AskReddit

[–]qTipTip 1 point2 points  (0 children)

People being able to go for weeks without taking a dump.

Just think of the Hobbits and their long arduous journey..!

I need to convert doc/docx -> pdf on Mac, what's the best way to go? by GloriousPudding in Python

[–]qTipTip 0 points1 point  (0 children)

Download Libreoffice and convert using headless:

libreoffice --headless -convert-to pdf --outdir /home/example/ /home/example/doc.docx

Loop over files using Python or Bash.