Jump to content

purple_rider

Member
  • Posts

    190
  • Joined

  • Last visited

Everything posted by purple_rider

  1. Does your work buy you the parts for them and let you keep them after they're retired or something?
  2. 10/10 I really like it and can't find much wrong ------------------------------------------------------------- I realize the stars trailed a bit, oops. Try to find the 5 constellations!
  3. Python dice roller. Works with whole numbers, catches errors when a decimal or word is entered. #Dice roller v3 #By: purple_rider #Python 3.7.1 import random print("*Automatic Dice Roller*") while True: print('-------------------------------') while True: try: number = int(input('Enter number of dice: ')) break except ValueError: print('Oops! Try again with a whole number this time') while True: try: size = int(input('Enter size of dice: ')) break except ValueError: print('Oops! Try again with a whole number this time') for number in range(number): roll = random.randint(1,size) print(roll)
  4. Try this! https://www.amazon.com/Olympus-V3230500W000-MMF-3-Adapter-Ring/dp/B0073A1EBE
  5. I don't need to, the lighting is good enough that the color camera can still grab details without the help of the higher res b+w camera. There is no difference.
  6. It's because when you block the b/w lens it composites nothing with the other image. The one you took with both uncovered looks the same because you have good enough lighting that the single lens can get the details by itself.
  7. I believe you made a good choice. The kit lenses aren't great for much. Primes are good as they are made to be really good at one focal length where a zoom needs to be acceptable at many.
  8. I have an MSI workstation board with the C236 chipset. For what I paid, it's solid feature-wise and isn't gaudy. Black pcb, one of the vrm heatsinks says "workstation" on it. I haven't had any problems in 2+ years with it.
  9. If you were to upgrade, you should wait until 9th gen. I believe (I may be wrong) that gen will have in-silicon spectre and meltdown mitigations.
  10. That stock heat sink was a pain to get on. I'd rather not do that again. I should unplug something important...
  11. I would, but my brother won't let me try again because "I might break something" I built that computer for him.
  12. No special windows version. It just said it won't work and I can look in the windows app store thing to find something else.
  13. I know I don't have CPU-Z in the screenshot but Windows complained it "wasn't supported" or some other bull. Will task manager suffice? It's an un-overclocked Ryzen 5 1400 in my brother's computer.
  14. You should either scale it up or use the highest resolution image you can find.
  15. Read the manual for the camera. It would tell you where the sensor cleaning function is in the menu. If there absolutely isn't a self cleaning function, search how to clean the sensor by hand CAREFULLY. You can use the mirror lock up function to do this. Cleaning by hand is always a last resort.
  16. I really like how you got the flag in the droplets in camera. That picture also screams AMERICA! (In a good way) ---------------------------------------------------------------------------------------------------------------------------------------------------------- This picture has much better subject separation, other than maybe that stick behind the dragon fly.
  17. I also like how it's in black and white. It makes the fish almost ghost-like. ------------------------------------------------------------------------------------------------- Here's mine, I flicked some water on the flowers as I was watering them. I have also posted this on imgur, just in case anyone comes across it there and thinks I stole it.
  18. Thanks, yours is really nice, I like how you got the reflection! When I took mine of the birds I thought of it as the one on the right is screaming and althe one on the left is saying "I don't know him" your's is a funny interpretation too!
×