Slashdot Mirror


User: leigh8904

leigh8904's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Chicken house door opener on Raspberry Pi Hits the 2 Million Mark · · Score: 1
    I made an automatic chicken house door opener: https://www.youtube.com/watch?v=nocIlUTJo1o. Automatically opens the door at sunrise in the morning, and closes it again a certain time after sunset. Sunrise and sunset times were kindly provided here: http://members.iinet.net.au/~jacob/risesetmelb.html.

    The system has worked perfectly from the programming and electrical point of view. There have been a few failures in the mechanical engineering, mainly with the rubber bands I use for the pulleys, and the pulleys coming loose.

  2. Re:Yeah, but they nailed the "documentation" part on Oracle Attacks Open Source; Says Community-Developed Code Is Inferior · · Score: 2
    From my view, Oracle has volumes and volumes of "spaghetti code" documentation; PostreSQL is way better: succinct, detailed, good examples.

    In general the big advantage I find for documentation for open source / Free Software projects, is that it usually states both what the software can do and what it can't do. As opposed to proprietary software documentation which usually has a good dose of marketing speak, and the only way to find the limitations is to search the documentation looking for a feature or a way to do something, and not being able to find it; then you realise the software can't do that!