Although the event is over, this was an interesting event that I want to keep a bookmark on. So, here it is.
Minneapolis HashiLunch with Mitchell Hashimoto
20180824/https://www.meetup.com/Minnesota-HashiCorp-User-Group/events/251724697
Although the event is over, this was an interesting event that I want to keep a bookmark on. So, here it is.
Minneapolis HashiLunch with Mitchell Hashimoto
20180824/https://www.meetup.com/Minnesota-HashiCorp-User-Group/events/251724697
How long is too long for a build? More than 10 minutes. There’s a large behavior shift between 8 and 12 minutes. Less time is always better.
20180824/https://www.industriallogic.com/blog/how-long-is-too-long-for-a-build/
You can install Python packages from source code repositories. This is really useful when you do not want to insert an extra step of creating and uploading a package to the PyPI repository. Most notably, it’s most useful to download your packages from your GitHub source repository.
20180824/https://pip.pypa.io/en/stable/reference/pip_install/#vcs-support
Want to install Python packages into a virtual environment, but still be able to develop them with ease? Look here for the documentation on so-called “editable” installs that allows you to do this.
20180824/https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs
20180824/https://setuptools.readthedocs.io/en/latest/setuptools.html#development-mode
Now you’re wondering about opto-isolation for Ethernet. Yes, there are Ethernet surge protectors. Just be careful if you are using this in conjunction with PoE. And of course there are other methods like using a UPS at the switches to protect from surges.
20180824/DuckDuckGo opto-isolated ethernet adapter
20180824/https://www.serialcomm.com/serial_rs232_converters/opto_isolated_and_surge_suppressors/ethernet_surge_suppressor/ethernet_surge_suppressor.product_general_info.aspx
Darktable camera support for Raspberry Pi? No, not yet. Look here, make sure you upload your RAWs.
20180823/https://www.darktable.org/resources/camera-support/
20180823/https://www.darktable.org/2018/06/darktable-244-released/
20180823/https://discuss.pixls.us/t/raw-samples-wanted/5420
20180823/https://github.com/darktable-org/darktable/pull/1201#issuecomment-350458212
20180823/https://www.pentaxforums.com/forums/32-digital-processing-software-printing/356607-pixls-us-raw-file-database.html
So, how do you capture RAW images with the Raspberry Pi camera? Look here. Unfortunately, the process is more complicated than it should be due to undocumented proprietary systems that have to be reverse engineered, but here it is. First, you put the camera in RAW capture mode. It will emit JPEG + RAW images, the RAW data in an incompatible, non-standard, undocumented format. Next, you run it through some libre software to convert the RAW data to a DNG, which you can then process any way you please using the tools of your choice.
20180823/DuckDuckGo raspberry pi camera raw file
20180823/http://bealecorner.org/best/RPi/
20180823/https://github.com/illes/raspiraw
20180823/https://www.raspberrypi.org/forums/viewtopic.php?p=1001567
20180823/https://picamera.readthedocs.io/en/release-1.10/recipes2.html#raw-bayer-data-captures
Also interesting is that the forum members found some source code on the same hardware in earlier mobile phones. Unfortunately some of it was programmed against an obsolete interface.
Here is more useful and interesting information on the Raspberry Pi camera.
20180823/https://picamera.readthedocs.io/en/release-1.10/fov.html#camera-modes
20180823/http://www.andor.com/learning-academy/ccd-binning-what-does-binning-mean
20180823/https://www.dxo.com/us/more-information-about-color-shading
Important!
In addition to Sphinx, ReStructuredText, and readthedocs theme for generating documentation, there is also this MkDocs system that allows you to write your documentation in Markdown, which is much more popular nowadays.
20180823/https://www.mkdocs.org/
More updates on Microsoft’s new updates and lifecycle policy. They keep making it more and more restrictive going forward.
20180823/https://support.microsoft.com/en-us/help/13853/windows-lifecycle-fact-sheet
20180823/https://support.microsoft.com/en-us/help/4076506/announcement-win-10-moving-to-modern
20180823/https://support.microsoft.com/en-us/help/30881/modern-lifecycle-policy
This is interesting article that demos a conversation with the Microsoft Virtual Assistant. Yeah, the Microsoft Virtual Assistant isn’t very good at responding and answering questions.
20180823/https://answers.microsoft.com/en-us/windows/forum/windows_xp-windows_programs/virtual-agent-welcome-to-our-automated-support/5888a85d-58d9-4e3d-b8c9-8d760d46c7b9
So, there’s been questions whether a band that calls itself Metallica is the same one as such a band that existed many years before. Well, let’s see if we can find their trademark registration.
20180823/DuckDuckGo metallica trademark registration history
Ah ha, there are many companies using the same trademark registration, but in disparate industries.
“floor mats for vehicles and SUV mats”
20180823/https://www.trademarkia.com/metallica-76347464.html
“Headphones; magnets; mousepads; switchplates; video games; downloadable ring tones, music, and electronic games via the Internet and wireless devices; and downloadable audio files in the field of music”
20180823/https://trademarks.justia.com/779/81/metallica-77981863.html
This is a really interesting article that I found about copyrights on tatoos. The laws are ambiguous as to the ownership of the tatoos, but one thing is clear is that if there are questions, they should be asked before the ink dries. Well, before the tatoo is applied.
20180823/https://www.legalzoom.com/articles/before-the-ink-dries-copyright-law-tattoos
First of all, finding out how to control the Windows Update settings is much more complicated nowadays: you have to go fish through a new “Settings” app that is not even linked from the Control Panel.
20180821/DuckDuckGo windows server 2016 manually check for updates
20180821/https://heresjaken.com/install-updates-windows-server-2016/
Second, modern Windows assumes an unlimited bandwidth connection unless you state otherwise.
20180821/DuckDuckGo how does windows determine if a connection is metered 20180821/https://www.howtogeek.com/226722/HOW-WHEN-AND-WHY-TO-SET-A-CONNECTION-AS-METERED-ON-WINDOWS-10/
Third, Windows assumes that you are connected to a symmetric unlimited connection by having peer-to-peer updates enabled by default, when in fact many Internet users are connected through asymmetric connections with faster download speed than upload speed.