Saturday, November 30, 2019

Picacho del Diablo with snow

Picacho del Diablo, the highest mountain in Baja, ~10,000ft (3000m), currently covered in snow. As seen from San Felipe.



Friday, November 29, 2019

The easiest way to build a Pi-hole, a low cost, low power, network-level ad blocker




As we all know the internet has a lot of advertising these days.  You could even say the internet has become infected with full blown ADS. One solution to this is an ad blocking add-on for your browser.  Another solution however is to create a small dedicated computer on your network that will do the same job.  The advantage of this is the ads are blocked at the network level, so not only is your browser protected, but all applications that request ads on all of your devices on your network will have their ad requests blocked. This single solution will block ads across all your devices and applications, rather than a browser ad blocker that works only within the browser, and only on each device where it's installed.

Do you need this ad blocker? No you can just use a browser ad blocker if you want, they do the same thing.  However, if you want to reduce your exposure to ads or are looking to understand Raspberry Pi for the first time, this is a good small project you can complete in a few hours.

How does it work? Typically most web pages don't have ads directly within them. Instead ads are pulled from other websites that specialize in delivering ads such as ads.google.com. When a computer requests content from ads.google.com, that dot com domain name must be looked up on a list to find its numerical address, a number that computers can understand and route across the network. This process of finding the number addresses of name addresses is called Domain Name Resolution (?), and the computer that performs this task is called a Domain Name Server, or DNS for short. For example the name "ads.google.com" will be resolved by a DNS server to the numerical address 216.58.217.206.   So if you create your own Domain Name Server on your network that never gives the numerical address of ads.google.com, you can block all content from ads.google.com, and therefore all ads from that site. This process is known as DNS sinkholing, which simply means that if a request is made for content from a domain name that is on a list of known ad websites, then no numerical address is returned for that website and it computers can't find it. The domain name request simply disappears into a "sinkhole", never to be seen again, hence the name. The effect to the user is that ads from that website won't appear on the web page they're browsing.
https://wiki2.org/en/DNS_sinkhole

Another advantage is that you save some internet bandwidth by not downloading the ads, thus making your browsing experience a little faster, and the amount of material you download from the internet is less.

The best established free DNS sinkholing software is called Pi-hole. This software keeps a list of known ad websites and will block DNS requests for any that are in the list.

Everything you need to know about Pi-hole can be found at Pi-hole.net.




Pi-hole runs on Linux. While Linux may seem intimidating to some people, the setup process for Pi-hole is actually very simple. 

On this page I supply detailed step-by-step instructions on how to make a low cost network-level ad blocker using a Raspberry Pi Zero W and Pi-hole.  There are many other web sites out there that will give you instructions on how to setup Pi-hole, but my instructions are intended to be as accurate, simple, and effective as possible, for people who may never have used Linux before.

The instructions may seem to have many steps but you're actually just installing the operating system, installing Pi-hole, and configuring the setup.  You will find the steps are as short and educational as possible.

There is one step in the setup where you will need to change the DNS addresses of your router. Consult your router's instructional manual for how to do this.  Most routers these days have a simple web interface or phone app for changing settings. If you're still confused, remember that the company who made your router probably has a free customer service phone number that you should use.

This blog post is the first in a series of two about setting up this ad blocker. In this post I'll show you how to setup Pi-hole on your WiFi network and get it working.
In the second post, I'll show you how to turn it into a stand alone device, cabled directly to your router, requiring no maintenance, and which uses the absolute minimum amount of electricity possible.  Here is the second post if you want to skip ahead:
https://www.badperson.net/2019/12/cabling-and-minimizing-your-raspberry-pi-hole.html



Hardware needed

The first step is to get your hands on a complete Raspberry Pi Zero W kit.  These can be purchased at online electronics stores. Here is the one I bought from Amazon.
https://www.amazon.com/Vilros-Raspberry-Kit-Premium-Essential-Accessories/dp/B0748M1Z1B




This kit contains most of the parts needed to setup your Raspberry Pi, including HDMI video cable, SD memory card loaded with NOOBS (New Out Of the Box Software), USB hub, and a case.  This kit has a clear case but you can also get the same kit in a black case.  The only advantage of a clear case is that you can see the power/activity light on the board of the Raspberry Pi, which lets you know if it's actually turned on and doing something. You can choose the black case if you want.  There are other brands of Raspberry Pi Zero W kits available as well. Be sure to get the Pi Zero W and not just the Pi Zero.  The Pi Zero W has additional WiFi and Bluetooth connectivity, and you will need the WiFi for the initial setup.

Some extra parts
  • This setup assumes you have an existing WiFi network to connect your Raspberry Pi. If not then it's probably time you checked out this new thing called the 21st century.
  • In addition to the kit, you will also need a USB keyboard and a USB mouse for the initial setup. If you don't have these then simply borrow them from somewhere. These will not be needed once the device is setup because you will be able to connect to your Pi remotely from your computer through the network.
  • A USB-A to USB-micro-B cable can also be useful if you want to power the board from something other than the power supply in the kit, e.g. from a USB port on your router. Note: I do not recommend powering your Pi from a USB port on your TV as the screen saver may send a signal to the TV to turn off, which will also power off your Pi.
  • For the fully cabled stand-alone version of the Raspberry Pi-hole that doesn't use the WiFi for its network connection, you will also need a micro-USB-to-ethernet adapter and a short ethernet cable. Depending on how you plan to power the device you might also need another USB cable for power. We will get to these items later when I explain the advantages and setup of a cabled system. To begin with you can just use Wifi because Pi-hole works just fine through a WiFi connection.


Build your Pi
  1. Remove the paper from the heat sink to expose the glue underneath. Place the heat sink onto the processor chip, making sure the metal of the heat sink doesn't contact any of the metal contacts of the other components on the board. You can use a magnifying glass or zoom in with your cell phone camera to make sure. The orientation of the fins on the heat sink is not important.
  2. Remove the four rubber feet from the paper and place into their locations on the bottom of the case. These feet are there to help your Pi stay still when sitting on a flat surface. Chances are the case will never sit flat anyway with all the cables attached, but you might as well use the feet since they're there.
  3. Insert the SD card into the slot.  Depending on how old your NOOBS is, the OS may need a lot of updates, which can take a lot of time.  If you have an SD card reader you can load the latest NOOBS onto the card from here.
    https://github.com/raspberrypi/noobs
    or you can load Raspberry Pi OS directly onto the card with the Raspberry Pi Imager:
    https://www.raspberrypi.org/software/
    Your OS
    will still require updates but much less than an older version. I highly recommend starting with the latest Rapberry Pi OS if you can.
  4. Place the board into the case and put the lid on. There are three lids for the case. Use the one with no holes. The other lids are for a camera or GPIO header pins, but these lids will not be needed for this project.
  5. Plug the mini HDMI cable into the board and plug the other end into a TV or monitor that has a HDMI input.  Switch the input of your display to the appropriate HDMI port.
  6. Plug the USB hub into the USB port closest to the heat sink. Plug your keyboard and mouse into the USB hub.
  7. The Raspberry Pi Zero W has two USB ports.  The one closest to the heat sink is for data and peripherals such as your keyboard and mouse. The one at the far end of the board is only for power. It has no data connections and is only there to supply 5 volt power to the board. You can power this from any USB port if you have the right cable, or you can use the power supply in the kit.
  8. Power up your board. The Power/Activity light on the board should be lit and may start blinking.





Installing the operating system
  1. There should be something going on in your display as NOOBS (New Out Of the Box Software) loads.
  2. Once NOOBS loads, you will be presented with a list of operating systems to install, similar to the image below.  Don't worry if your list of operating systems isn't exactly the same as this one. Simply select Raspbian and then click the Install button at top left. You will be asked to Confirm that you want to overwrite the SD card, which is exactly what we want, so click Yes.





  1. The Raspbian operating system (OS) will now install. Be aware that it will take a long time, maybe 20 minutes or so, so go do something else for a while as the OS is installed.






  1. Once completed there will be a small window informing you "OS(es) installed successfully". Click OK.


  1. Raspbian will begin to load. First it will show a splash screen with a raspberry and a flashing cursor. Then there will be some text appear on the screen. Finally another splash screen will appear, and after a while some text at the bottom left will show various services that are being loaded. I've had this last part of the setup phase freeze once, so don't be afraid to turn off and on the Pi and restart the process if something takes way too long, you probably won't break anything.  Some services may take longer than others to load, so be patient.
  2. The desktop will load. Since this is the first time you have booted Raspbian, the initial setup window will appear. Press Next.



  1. Select your Country, Language, and Timezone, and press Next.
  2. For security reasons, I recommend changing the user password.  You will always be logging into your Raspberry as user "pi". The default password for pi is "raspberry".  Obviously this presents a security risk, so I recommend changing it.
  3. On the next screen your display will be optimized. Check the box if you see a black border around your desktop. 
  4. Next you will setup your WiFi network. Select your network and enter the password.
  5. The next window will want to update your operating system.  This requires a network connection to check your version of Raspbian OS against the latest version online.  Any components of the OS that need to be updated will be downloaded and installed. This step can take some time, like maybe an hour, so go have lunch or whatever. The size of the update downloads can be more than half a gigabyte (512GB), so be aware of that if you have a limited internet connection.
  6. WARNING! A screen saver will blank the screen during the install due to no mouse or keyboard activity. This can make you think the install has crashed.  Just press a key or move the mouse to reactivate the display. You may have to press a key a few times during the updates to reactivate the screen.
  7. More WARNING! If you connected your Pi's power to a TV, the HDMI blanking of the screen saver may cause the TV to turn off, and if your Pi is getting power from the TV, it will also turn off. Turning off your Pi during the updates generally wrecks the OS and may make it unbootable.  The only way to recover is to restart the install from the beginning again. To recover, reboot the system and hold down the shift key at the first splash screen to start NOOBS again and reinstall the OS from scratch. Don't screw it up next time.






FINALLY!!





Click OK and then click Restart





CONGRATULATIONS on installing the latest version of Raspbian OS. You are now a Linux hyper-guru!  Well not quite, but you've already come a long way.

Now you should have your Raspberry Pi booted to the desktop and connected to your WiFi network.



Setting up VNC

The first thing we should do next is get rid of that keyboard and mouse you've been using and connect to the Pi from your computer using the network.  That way you can use the display, keyboard, and mouse of your computer to control the Pi rather than the ones you have plugged directly into the Pi. 

To do this you will be using VNC. VNC stands for Virtual Network Computing, which is basically a fancy way of saying you're going to share the graphical user interface of your Pi over the network. You can read more about it here:
https://wiki2.org/en/Virtual_Network_Computing

So now...

  1. Click on the Raspberry icon at the top left of the screen and select Preferences --> Raspberry Pi Configuration. Now go into the Interfaces tab.
  2. Enable VNC and SSH.  We will be using SSH later.
  3. Click OK.




  1. The next thing we need to do is find out the IP address of your Pi so we can connect with VNC.  To do this, hover over the network icon at the top right of the screen. In this case the address is 192.168.86.80. Don't worry about the rest.





  1. Now you'll be able to connect to your Pi's GUI with VNC.  But first you'll need to download and install VNC Viewer. Here's the link
  2. https://www.realvnc.com/en/connect/download/viewer
  3. I have to assume you know how to install a program, so I'm not going to post steps for that.  Once you're done, run VNC viewer.
  4. In the line at the top of VNC Viewer, enter the IP address of your Pi and press Enter. A dialog will open asking for your username, which is "pi", and your password, which is the one you changed it to earlier. You can check the Remember password box so you don't have to enter your password every time you connect. When done you can press OK.



  1. You should now see the desktop of your Pi on your computer inside the VNC Viewer window.  All your mouse and keyboard movements within the VNC Viewer window will be mirrored on the HDMI display, and all your mouse and keyboard movements on the USB mouse and keyboard will be mirrored in your VNC Viewer.  Pretty neat huh!



  1. You can now unplug the USB hub, mouse, and keyboard from your Pi, as we will no longer be needing them. You can also disconnect the HDMI cable from the Pi.
  2. Special note: You could have actually turned on VNC as soon as Raspbian booted for the first time and just used VNC from there, and disconnected the keyboard, mouse, and display much earlier.  However I figured if you bothered to dig out that old wired keyboard and mouse from the cupboard or borrow it from a friend just for this, you might as well use them for a while.


IPv6

If you haven't already turned on IPv6 in your WiFi router, I highly recommend you enter the 21st century and do so. See your router's instruction for how to do this.  In the Google Home app this is easy to find, go to Wi-Fi --> Settings gear icon at top right --> Advanced networking --> IPV6, toggle the switch to the right.



Installing Pi-hole

Now that you've got the operating system installed, it's time to install the ad blocking DNS sinkhole called Pi-hole.

Everything you need to know about Pi-hole can be found at the Pi-hole website




However, the easiest way to install Pi-hole is to open a terminal and install from there.


  1. Click the terminal icon at the top left of your Pi desktop, from within VNC Viewer. This will open a command line interface (CLI) where you can type commands. Linux uses the command line a lot, so you'll need to get used to it a little.





  1. In the command line you're going to type this ridiculous line of text.  This will download and run a script that will install Pi-hole for you.  You can actually copy and paste this into the terminal window by right clicking.

curl -sSL https://install.pi-hole.net | bash




  1. The terminal window will do something, which will take a while.  Pi-hole is being downloaded and installed onto your Pi.



In the latest version of Pi-hole the above screen will look a little different, it will mention something about non-root privileges.  Don't worry about it.  Press OK on the next couple of blue screeens to move in with the install.  

When given the option to choose an Upstream DNS Server, I recommend selecting Quad9 filtered with DNSSEC. Use the down arrow key to scroll down to Quad9 filtered, DNSSEC and then use the TAB key to select OK and press Enter.





On the next screen, for third party lists, leave everything selected and just press TAB and press Enter.

For protocols, leave IPv4 and IPv6 selected and just press TAB and press Enter again.

In the next screen you will be asked if you want to set the IP address of your Pi as static.

I recommend you select Yes.  Pi-hole always needs to be at the same numerical (IP) address on your network, which is known as a static address.


While it's not strictly best practice to create a static address on your network without reserving it in your router, most routers now days are smart enough to avoid conflicts with static addresses. I know static works just fine on my Google WiFi router.  So if you aren't sure, I suggest you select Yes for a static IP address. 



After setting up your network by pressing "Yes", there will be some other screens to click through. Press OK to continue on each one.

There will be some installing of packages





When finished there will be some notices. Simply press Enter to go past them.



The next section

On the FYI IP conflict screen select OK. See I told ya.

For IPv6 supported select OK.

Be sure to install the web admin interface and the web server.  Press TAB and press Enter on OK to install both

Log queries, TAB, Enter for OK.  Note: the log is a record of all the domain name requests your Pi-hole has received. If you're a privacy nut or paranoid you can turn this off. I've certainly never looked at the logs, but someone might want to if they want to find out what websites you've been visiting. If you'd prefer no one knew, then turn this off.

FTL privacy mode, TAB and press Enter for OK.  Hmm, privacy?

The install will now complete the setup and install all the components of the web server and admin interface. This will take a few minutes.




Some packages will install again.







After the install, the final screen is very important as it shows the IPv4 and IPv6 addresses that you will use for your DNS settings in your router.  It also shows the automatically generated password for the Pi-hole web interface.  Take a photo of this page or copy the values to a Notepad++ file for later use, because these things are very important for the next part of the setup.
Once you're done press Enter for OK





If you want to reconfigure Pi-hole or repair the install, just run the curl command again and select your new options.

curl -sSL https://install.pi-hole.net | bash




Configuring your router to use Pi-hole as your DNS



In order for Pi-hole to work, your devices need to use it as their Domain Name Server (DNS).  This means that when a device makes a DNS request to find out the numerical address of some domain name such as "whatever.com", your router will return the address of your Pi-hole. The device will then contact your Pi-hole with the domain name, and the Pi-hole will check to see if the domain name is in its ad blocklist. If the domain name is in the blockist then Pi-hole will return a blank HTML file to the device.  Otherwise it will forward the DNS request to the upstream DNS server you set earlier (Quad9 in this tutorial). 

You don't need to fully understand how DNS works, you just need to set the DNS address in your router to that of your PI-hole.  How to set your router's DNS address depends on your particular router, but it's not difficult.  Use your router's instructions to set the DNS address.  Do not enter secondary DNS addresses because the Pi-hole already has upstream DNS servers set for names that are not in its ad blocklist.  The disadvantage of this upstream DNS setup is that if your Pi-hole goes down then your connection to the internet will also go down. In that case you will need to fix your Pi or temporarily reset your DNS address to one of the defaults, e.g. Google's DNS, 8.8.8.8 or Quad9's DNS, 9.9.9.9.



The two images below show the Google WiFi app on my phone and I'm setting up the IPV4 and IPv6 DNS addresses. Double check that you have entered the correct addresses.  Do not add any secondary DNS addresses other than your Pi-hole's IPv4 and IPv6 addresses.






BE SURE TO CLICK SAVE TO SET THE NEW DNS ADDRESSES. On the the new Google Home app this is a disk icon at top right.


At this point you can now log into the Pi-hole admin web page.  To do this, go to your computer's browser and simply open a browser window and type the address of your Pi-hole and append /admin on the end. Note that the address below uses pi dot hole rather than pi dash hole like the name of Pi-hole.


pi.hole/admin

You can also use the IP address of your Pi-hole, e.g:


192.168.86.80/admin

This will bring up the Pi-hole dashboard.

I highly recommend you make a bookmark to this page in your browser

The Pi-hole dashboard shows various statistics and menus. Many of these values update their values in real time while you're watching.





The various indicators on the dashboard show:

  • Top left: Pi-hole active, CPU temperature, CPU load values, memory usage. All these update in real time.
  • Green: how many DNS requests your devices have made. This updates in real time
  • Blue: how many DNS requests have been blocked because they are on the blocklist of ad serving domain names. This updates in real time.
  • Yellow: how many percent of DNS requests have been blocked. This updates in real time.
  • Red: how many domain names are on the blocklist.
  • Graph: how many DNS requests and domains blocked over time.
  • Left side: Dashboard, Login, Donate.
  • Hovering the mouse over the Green, Red, and Graph shows extra data.
Try browsing some ad-infested web sites on your devices and watch the numbers change in real time.  If you don't see the numbers change then something may be wrong with your setup. Check that you set your router's DNS addresses correctly. Make sure you didn't set any secondary DNS addresses for IPV4 or IPv6. If that's not the problem then try disconnecting and reconnecting your devices to your network or flushing their DNS cache, e.g. from a DOS window type ipconfig /flushdns

Now that it's all working, the next thing you should do is login to the Pi-hole web interface.  Click the Login button on the left.

You are logging in as user "pi". The password will be the automatically generated one you got at the end of the Pi-hole install.  In my case is was "7MuroVFv".

Logging into the web interface will give you access to more menus and graphs.  






I'll leave it up to you to explore the various menu options. Pi-hole.net has plenty of documentation for that, so there's no need for me to repeat it. Once you set everything up the device can simply be left to do it's job without any need for maintenance.  The device will automatically update the operating system, Pi-hole, and the blocklist periodically so you don't need to do it manually.

A couple of final settings to change...

Go into Settings and select the DNS tab and check the two IPv6 boxes for your upstream server if they aren't already selected. Quad9 filtered, DNSSEC is the best DNS server to choose. Also check on the right side of this page that "Listen only on interface wlan0" is selected. If you're having trouble with your Pi-hole you can try "Listen on all interfaces". 





Scroll down the DNS Settings page to the Advanced DNS settings.

  1. Uncheck "Never forward non-FQDNs" (Fully Qualified Domain Names).  If you leave this checked then typing a short URL into your browser's URL box like "badperson.net" will not work, and you will need to type "www.badperson.net" instead, which is annoying and unnecessary.
  2. You can leave "Never forward reverse lookup for private IP ranges" checked. Upstream DNS servers are not going to know the names of the devices on your private network. If you want to check how this works, go to a Command window on your PC and lookup the name of a device on your network using its IP address: "nslookup <your device IP>". You should get the name back. If not then change this setting and try again.
  3. Check the box for DNSSEC.  This adds a layer of DNS SECurity to DNS requests. Quad9-filtered accepts the DNSSEC protocol.
  4. Conditional forwarding. This is only used if you aren't using your Pi-hole for DHCP but still want to display proper device names in your Pi-hole dashboard statistics. If you don't set it then devices will be identified only by their IP addresses.  If you turn this on then you need to set your router IP and local domain name.  Typically your router's address is the network address with it's last number set to ".1", e.g. 192.168.86.1. You can also find the address by typing "ipconfig" in a CMD window on your PC and looking for the Default Gateway address. Finding the domain name of your network can be tricky, but the easiest way is to use the CMD window on your PC to find the name of your Default Gateway (i.e. your router) IP address, e.g. "nslookup 192.168.86.1". In my case my Google WiFi router has the bizarre name of "testwifi.here". I can't even find a setting inside the router to view or change this name.




Once you are done setting your Upstream DNS, the Interface listening behavior, and Advanced DNS settings, Be sure to scroll to the bottom of this page and click Save.


While we're thinking about the Pi-hole admin web page, you need to change that awful automatically generated web admin password, which for me was 7MuroVFv. To do this, go to the terminal window and type "pihole -a -p". Enter your new password and confirm it.

https://discourse.pi-hole.net/t/how-do-i-set-or-reset-the-web-interface-password/1328




Congratulations!!!  You now have a network-level ad blocker on your network for all your devices and apps!

Check out your Pi-hole dashboard and see how many THOUSANDS of ad requests are blocked. Visit some ad-infested websites and see what numbers you can get. Generally I've found that 20-25% of all my DNS requests are for ads, which will now be blocked!!  A few ads will get through of course, but for the most part you will be ad free!

Check out the FlutterHole app for your phone. It automatically connects to "pi.hole/admin" on your network to show your Pi-hole statistics.
https://play.google.com/store/apps/details?id=sterrenburg.github.flutterhole



Enjoy your new ad free connection.  

Also, don't be a bragger about your Pi-hole. If everyone had one of these things the internet wouldn't be free and you'd have to pay for most web sites.  Be happy there are other people out there who endure ads so you don't have to. Welcome to our little secret, you non-conformist!! 😄

There is nothing more you need to do to your Pi-hole, it will function just perfectly sitting on your Wi-Fi network and blocking ads.  If you want to however, you can move on to my next blog post linked below, where I show you how to switch from Wi-Fi to a cabled connection, and why that's a good idea. I'll also show you how to turn off unnecessary parts of your Raspberry Pi such as the Wifi, HDMI, and GUI to save electricity, memory, and CPU cycles, so you have the slimmest, most minimalist Pi-hole ever!  I'll also show you how to look at CPU load and other deeper aspects of Linux.

Here is the link to the second post in this two part series, but like I said, you don't need to do these next steps, your Pi-hole will function perfectly well the way it is right now, and if you're not particularly savvy with Linux, then you don't need to go any further.
https://www.badperson.net/2019/12/cabling-and-minimizing-your-raspberry-pi-hole.html



Thanks for reading. Be sure to subscribe to my blog at the top right of this page for regular updates.


-Dave Bad Person













Friday, November 22, 2019

My first time with Raspberry Pi



This is my first time using Raspberry Pi. This is the smallest of the Pi family - the Pi Zero W. It has a single core 1GHz ARM CPU, 512MB RAM, 16GB SD card, Wifi, Bluetooth, micro USB for power and peripherals, mini-HDMI video, 40 GPIO headers, I2C connector, all in a 66mm x 31mm package. It runs Linux. I'm using it to run Pi-Hole, a DNS sinkhole to block internet advertising at the network level. This is the latest solution to an internet that's become infected with full blown ADS.

Tuesday, November 19, 2019

Venus Fly Trap - Ginormous




Venus fly trap "Ginormous". This is the largest and fastest growing Venus fly trap cultivar currently available, with traps up to 2 inches (5cm) across. Currently only offered for sale from California Carnivores nursery in Sebastopol. This one came by mail order at the beginning of this year, as a tiny plant with only a couple of leaves, for the ridiculous price of $30, but it's now November and it's grown well and seems to have been worth the money. I've fed it using tropical fish food made from solider flies (Fluval bug bites), mixed with a little water to make a paste. It doesn't need much food though, and overfeeding leads to stunted growth and smaller traps, so I've had to snip off traps I've overfed, but then it starts to grow large traps again. It's also managed to catch a couple of flies on its own. Now it's time to put it outside for a winter dormant period. For success, use a swampy soil of mostly peat, water only with distilled water, keep the pot standing in water at all times, and never fertilize.
https://www.californiacarnivores.com/collections/venus-flytraps-dionaea-muscipula/products/dionaea-m-ginormous-potted


Monday, November 18, 2019

Lithops, plants that look like stones

One of my many and varied interests is plants, and particularly succulent plants.  I've been growing them for over 25 years, and my dad and grandfather also grew cactuses and succulents for a few years as well.  So you'll see a few posts here about them occasionally.

Anyway, here's a picture of what's flowering on the balcony this morning, a living stone plant, Lithops lesliei.  What an amazing group of desert plants, they hide from herbivores by looking like the stones they grow in.  







Canyon Guadalupe and La Vibora trip, 9 to 11 November, 2019




Over the Veterans Day long weekend a group of us headed down to Canyon Guadalupe hot springs for Melinda's birthday.  The drive down was fairly uneventful but invovles crossing 35 miles of the Laguna Salada dry lake bed east of Mexicali. I drove off the track briefly near the start and nearly got my vehicle stuck in the mud. Eventually we made it to Canyon Guadalupe. When we got there, there were three buses of local toursits arriving and one broke down on a narrow steep section of the trail into Guadalupe Canyon. So we had to wait half an hour or so while they got it going again.

Once we got set up we had a great camp at the El Azteca pools. There were three tubs, each a different temperature, and you could adjust the temperature by adjusting the inlet from the hot water source.

On Sunday we hiked up the canyon.  It was a hike, and you can see the photos in the Flickr link and slideshow below



Flickr link:  https://flic.kr/s/aHsmJkwsCk



Canyon Guadalupe and La Vibora




On Monday we packed up and Headed out to a place called La Vibora Canyon, which is known for having Kumeyaay petroglyphs.  There were many there and it's one of the best Kumeyaay pictograph sites I've seen, other than the ones at Vallecito near La Rumorosa.

Here is one particularly good panel from the site.  You can see more photos of the pictographs in the Flickr album above.





La Vibora was a little difficult for us to find because the "roads" to it hadn't been used in a while and there were no tire tracks, meaning we were the first ones out there for this season..  Fortunately I had used Google Earth to mark waypoints along the tracks I could see in the imagery, that would lead us to La Vibora and these were extremely helpful.  I also used GPS watpoints from the following couple of websites

http://octopup.org/baja2018/vibora
http://vivabaja.com/108/page6.html

You can download my GPX file here:

https://drive.google.com/file/d/1V6I58yYJSSZ7xcfHglK6LhHKbZQSohxD/view?usp=sharing

After La Vibora we headed home.

Here's a video that summarizes the trip.
https://www.youtube.com/watch?v=vDKh12RQhDM





One interesting thing is that the nearby Cucapa mountains were the epicenter of the magnitude 7.2 earthquake that occured on  Easter Sunday 2010.  Apparently a fumarole opened up in the Cucapa moutnains after that earthquake. You can find out more info about it here.  I also added some waypoints to get tot he fumarole in the GPX file above.

http://octopup.org/baja2019/cucapa-fumarole

Here is a video of the Cucapa Moutains just moments after the 2010 Easter quake.

https://www.youtube.com/watch?v=oeB-e3yBIho


OK, that's all for now.  Don't forget to subscribe to my blog at top right.

-Dave Bad Person.

Saturday, November 16, 2019

Student Religious Liberties Act




Last week, Republican lawmakers in Ohio passed the "Student Religious Liberties Act". Under the new law, students cannot be penalized if their work is scientifically wrong, as long as their incorrect reasoning was due to their religious beliefs.


Also last week in Ohio, the state known as the birthplace of flight, engineers proudly displayed their new faith-based aircraft, which uses no scientific concepts in its design....





-Dave Bad Person

References: https://www.dispatch.com/news/20191113/ohio-house-passes-bill-it-says-will-protect-studentsrsquo-religious-liberties-at-school

https://www.snopes.com/fact-check/ohio-school-religion-answers/

Wednesday, November 13, 2019

Rancho El Topo and Cañón El Tajo



For the weekend of October 19-20, 2019 we headed down to Baja, Mexico, to a place called Rancho El Topo, which is a 4000 acre ranch in northern Baja. Canyon El Tajo is nearby and is a fairly well known rock climbing area. The ranch and canyon are about 30km (20 maahls) south of the Mexican town of La Rumorosa.  I'll just cut the long description of the trip short here and supply the goods:  the photos. These have captions, so they tell the story.  In summary, farm stay, horse riding, mountain biking, rock climbing, hiking, camp fire, margaritas, and one of the best regions of Pinyon woodland you'll find in the area.  All good stuff.

https://photos.app.goo.gl/KQc1btC2nFrQgeyR7

Unfortunately Google Photos doesn't let you create public photo albums (yet), so this link is all I have so far.  I'm definitely making a point of getting away from Facebook because it keeps all your content invisible from the rest of the internet, to be seen only by a tiny audience, generally unseen, and never to be indexed by a search engine or stumbled upon for others to enjoy.  I'm currently looking at other online photos services that allow fully publicly visible photo albums.

I also made a video of our hike to the Notch at Canyon El Tajo.  It's 10 minutes long but covers it well, particularly the difficult boulder cave climb at the top.

I guess that's all for now.  Enjoy the video.
https://youtu.be/ub2TYG2hZ24




Don't forget to subscribe to my blog at top right.
-Dave Bad Person

Tuesday, November 12, 2019

You don't need a bucket list, just go do stuff



Everyone these days seems to have a Bucket List.  That's because they saw that movie called "Bucket List" with Jack Nicholson and Morgan Freeman, where two old guys make a list of things they want to do before they "kick the bucket", i.e. die. And of course the people who have these Bucket Lists are the kind of unimaginative people who probably didn't actually have a list of things they want to do before they die, but they decided they should have one once they saw the movie, and they decided it should be called a Bucket List, because they're that original.

Here's a tip:  Just go do things. You don't need a bucket list, and even if you do have a list of life goals, you don't have to be an unimaginative dolt and call it a "bucket list" just because of the movie. Try to do something original with your life instead of just following everyone else.

-Dave Bad Person.

Thursday, November 7, 2019

The Australian National University (ANU) is a terrible university and will ruin your future




I spent 4 years as an undergraduate at the Australian National University followed by another 4 years doing a PhD at the John Curtin School of Medical Research. Here is my experience of this terrible, pathetic excuse for a university.

At the end of high school, I was the top student at my school in Chemistry, Mathematics, Computer Science, and second in Physics. My SAT score, or whatever they call it now, ranked me in the top 1.34% of students in the nation. I was voted most likely to become an entrepreneur at my high school. I clearly had a gift for science and a go-getter mentality. Growing up, I was the one kid in school who was programming computers as a teenager. I learned BASIC and then Assembly language for the Motorola 6809 processor. Later I learned PASCAL.  My dad was into electronics and radio, whjich exposed me to those fields, a good environment for a scientific mind. However, coming from a poor working class family in Canberra, they could not afford to send me to UNSW where I wanted to do chemical engineering, and since no one in my family had ever gone to a university before, there was no guidance they could offer me regarding scholarships or alternative methods to get me to where I wanted to be. So instead I was forced to go to what was the only university in my home town of Canberra at the time: the Australian National Univeristy (ANU).

Of course I started on a Bachelor of Science degree, but the choice of courses available was pathetic. At that time there were no practical courses available, none at all. There were no medical or engineering schools. The ANU is a research university that receives block funding from the government, which means that rather than having to compete for grants, the ANU simply receives a large sum of money from the government and gets to choose whatever it wants to do with it. You can imagine how this tended to breed a culture of uncompetitiveness and inaction.

The ANU is also a research university, which means it does basic research, basically finding out things because there are things are things to find out, kind of like climbing Mt. Everest, "because it's there." As part of their obligation to the undergraduate culture, researchers are required to teach. Unfortunately however, they have absolutely no training in teaching, no desire to do it for the most part, and most of them aren't very good at it. This sums up pretty much everything about how this university works with regard to undergraduate education, a bunch of bumbling academics begrudgingly forced to teach students using their non-existent teaching skills.

Somewhere among my first few days of orientation at the ANU I was to choose the courses that I would undertake, and hence my future. Since there was nothing I really wanted to do, and no one to give me any career or course guidance, I chose chemistry and some biology courses. The person who looked at my choices clearly didn't care what they were doing or what my choices were. They were a spider geneticist (aka a useless twit who produces nothing for society) and was clearly just fulfilling his undergraduate obligations in a begrudging manner, and with no training or real idea of what he was doing. Once again this first experience at the ANU pretty much sums up my entire experience of the place, a bunch of bumbling academics who mostly contribute very little to society, who don't really know what they're doing but are forced to do it anyway, sitting around getting free money to pursue their bizarre hobbies, and not having to be competitive or useful.

Well four years later and I had a bachelor of science degree with honors, and absolutely no professional development, no job search skills, and no skills that would be useful in any kind of employment whatsoever. Basically what I had was a general bullshit degree, a piece of toilet paper that said I belonged to the middle class. I guess I should have realized that at the time and just used my general bullshit degree to get a general bullshit job. Instead I tried volunteering at the John Curtin School of Medical Research where I'd spent the honors year of my degree, in the hopes they'd see my interest and enthusiasm and hire me for something, anything. However, not only were they not interested in me, but they didn't even care about helping me to find employment in the field they had trained me in, my field of interest and expertise. And this was a medical research school. Why would we want people doing medical research or making some kind of meaningful contribution to society?

What a bunch of losers.  Actually, a lot of academics never make any meaningful contribution to society. They just bumble along, madly obsessed with their bizarre hobbies.


Keep in mind, this was during an era when the ANU was regularly getting ranked as having the worst graduate outcome of any university in the country, with 50% of its graduates still unemployed 5 years after finishing their degrees. This just gives you more idea of how much the ANU cares about it's students, it doesn't. The career counseling center at the time was a small room lost somewhere on campus, staffed by about three people who didn't even notice when you walked into the place. Utterly useless.

Eventually I went on to do a PhD, mistakenly thinking that being more qualified in a bunch of useless crap would somehow improve my chances of employment. Did anyone at the ANU advice me against this or give me second thoughts? Hell no, they didn't give a crap about my future career or well being. After I completed that PhD I once again hoped for employment at the John Curtin School, but instead was offered a lowly position as a research assistant for 3 months. I immediately expressed my disgust at this. Eventually I simply left this stupid university for a postdoc in Switzerland, and then went on to another postdoc in San Diego, California. Eventually I quit my career in research because it had no relevance to anything going on in the world.

Today I live in San Diego, California. I feel so betrayed by the ANU and the Australian higher education system in general that I have no desire to ever return to Australia or to academia, or to ever contribute anything to that country or the crappy university that wasted years of my life. I left my science career over 13 years ago. I now work in the multi-billion dollar mobile telecommunications industry and have done much better with my life ever since I left behind that stupid pointless career path that the ANU put me on. I'm married, my house is paid off, I'm in a wealthy and dynamic industry, and I'm a US citizen.

As a comparison, we have the University of California San Diego here where I live. It is surrounded by companies, businesses, and startups that have been spawned from it through the education of its students. These businesses bring billions of dollars of income to this city. It's quite a contrast when I look at the ANU and think about what it has surrounding it, and how much that contributes to the city of Canberra. NOTHING!!

And what became of the other highly ranked science students from my high school. They came from fairly well off families and went to good universities like UNSW, USyd, and elsewhere, and they were given good guidance in their careers. And what did they end up becoming? A pediatric surgeon, a civil engineer, an organic chemist for a global pharmaceutical company, various other high-powered careers. My bachelor degree and PhD papers are still sitting in a box somewhere in my garage. I don't even put them on my resume anymore, as they are irrelevant and not worth anything, they provide no skills that could be useful to any business anywhere.

So if you want to send your career into a fatal death-dive and end up with a general bullshit degree and no hope of employment, if you want to wreck your future and waste years of your life on meaningless nonsense, the ANU is the place for you. As a German professor once told me during her sabbatical at the John Curtin School during my PhD days, "This is the place you come to when you want to do nothing".  


Of course, growing up in Canberra sets you up for failure as well. Canberra is a city with no industries and no reason for being there. It's merely a by-product of the indecisiveness of some aristocrats who couldn't decide whether to make Sydney or Melbourne the capital, so they chose a small farming community about half way between with a population of 26 people, and proceeded to turn it into the capital. Rather than rely on the existing infrastructure of Sydney or Melbourne, they created a city that's a financial burden on the nation:, roads, water works, electrical grid, etc, to serve nothing more than an administrative bureaucracy. My ancestors were pioneers of the region and simply got caught up in the noise and fuss of this artificial city with no purpose.

Today the ANU does have an engineering department, but of course what university but the ANU could take something useful like engineering and turn it into something useless like "AI robotics" and other useless non-functional crap. People have worked on that problem for 35 years and still haven't produced a useful domestic robot beyond the Roomba vacuum cleaner. Meanwhile we have industrial robots and AI processes doing useful things in industry everywhere now days, which makes it clear that the ANU is dedicated to teaching you how to become a bumbling academic rather than becoming a useful asset to industry and society. That's why people in industry prefer not to hire people who been in the academic system too long, PhDs and researchers and the like, because they've been coddled by the university system and are unable to produce on deliverables within a specific deadline, and have no concept of a marketable product.

Looking at the egos of the people in academia however, you'd think they're all very important people who make the world go around. Industry makes the world go around, academia just bumbles around in ever-diminishing circles and doesn't produce anything useful most of the time. I wouldn't be surprised if the ANU had programs for nuclear fusion and interstellar travel, two other bogus fields that will never produce anything useful, yet are espoused by academics for their own personal gain, by pulling the wool over the eyes of those who don't understand the science behind them.

From my experience, academics can be pretty accurately described as people from fairly wealthy families for whom money has never been a major concern in their life, and so employment and income have not been major goals in their lives. Thus they've been able to pursue frivolous dreams that have little to no outcome. Welcome to the Australian National University, the grrreatest university in the world!! Or so they'd like you to think. In reality it's just a bumble fest of over-inflated egos studying useless crap and feeding off free handouts.


To conclude, the Australian National University is just a worthless bunch of wankers and a giant pile of shit, and I highly recommend people not to go there unless they want to destroy their future and career.



-Dave Bad Person





More reading on this topic

Here's the post on a public forum where I first posted this.
https://boredofstudies.org/threads/the-australian-national-university-anu-is-a-terrible-university-and-will-ruin-your-future.387681/

Here's another one of my blog posts about why a non-professional college degree is useless.
https://www.badperson.net/2019/10/why-non-professional-college-degree-is.html

Here's my blog post about how academics have become detached from the reality of what society needs from them.
https://www.badperson.net/2020/02/academics-have-become-detached-from-reality.html

Here's another one of my blog posts about how scientists lie about the goals and utility of their research so they can make themselves and their work seem more important.
https://www.badperson.net/2020/02/how-scientists-lie-about-the-goals-and-utility-of-their-research.html

Here's my parody of the media release by the President of the Australian Academy of Science regarding the recent mega-fires in Australia.
https://www.badperson.net/2020/01/a-message-from-president-of-australian.html