Archives

The Day of Snow Poles and Mastodon

Today during the walk I saw an orange van moving by the side of the road slowly. It was stopping regularly. I crossed the road and looked towards it. I saw an open door and a person placing traffic snow poles into the bollards at the side of the road. Winter is coming and the roads are being made ready for when it snows. I wanted to film but I was told not to, so I didn’t.

On Engagement and Leaving Social Media Platforms

I used to like Facebook and Instagram because they were extensions of my social life. I left both of them when I saw that only two or three people reacted to my posts. Although social media platforms had started as being solitary, they had become social with time, and then lonely again, as time went on. I left Facebook because it made me feel lonelier to use it than stay way.

A Call for More Cycling and Walking Paths

I walk or cycle almost every day across five or six villages per walk, and more on bikes. During these walks and bike rides I see that there is a chronic lack of safe walking and cycling routes, if you want to go for any distance. Almost every village has five, six or more roads in and out of it, but there are no safe walking or cycling routes We hear about how people want to make cities more cycle friendly but there is a problem in the countryside.

Twitter is Dead, Long Live Social Media

Le Roi est Mort, longue vie au Roi (article) is a popular phrase in French. It signifies that if the king died royalty would continue and he would quickly be succeeded. Social media has just entered a new age, I believe. Twitter, Facebook and other giants have grown too big, and algorithms have destroyed the sense of community. That an individual could buy Twitter, and affect it’s political leaning has affected people’s perception of Twitter.

Playing with Vim and Laravel

I love using Atom because it’s light and fast, even on a six year old machine like mine. Github is soon going to archive atom. I will lose my favourite editor. That’s why I played with VS Code, Sublime Text and other solutions. Vim is the winner for now. Vim is on every linux and mac machine, and can be installed on Windows. Out of the box Vim is a really simple, limited editor but if you invest the time, to find plugins, and learn how to use it then it becomes a great application.

Laravel and Chirper

Today I used Laravel to code a Twitter clone called Chirper via the tutorial you can find here. The tutorial took about two hours before I got the notifications section of the tutorial. The tutorial is easy to follow and with my contextual knowledge I was able to write most of the code with a minimum of errors. The tutorial follows the CRUD model, Create, read, update delete, and adds in notifications for good measure.

Learning About Laravel and PHP

Today I started to follow a course where someone turns a static html page into a Laravel blog. I experimented with home.blade and one or two other features and I got two pages to load, and the login to work, without more than that. What makes today’s learning and experimenting interesting is that the time I spent creating PHP arrays for my website content is now easy to transfer to json files for use with dynamic websites.

Moving Sugar Beet

For a few weeks you see piles of sugar beet at one end, or another of fields. They stay that way for a while, until it rains for some reason. When it rains those piles of beet are loaded into hundreds of tractor trailer loads and transported to the train yard. The closest to Nyon is in Eysins. https://www.youtube.com/watch?v=_BbmPT3Ut9A&feature=youtu.be A tractor lifting a trailer to unload sugar beet into a machine to load train wagons.

Velux Fractal Season

When the conditions are just right fractals form on veluxes and they are beautiful. It requires the air to be cool enough for ice to form, but as thin layers, rather than thick. If the wind is just right then you end up with patterns such as the one below. Fractal frost on a Velux This morning all of the windows had a nice pattern so I photographed them twice. The first time when they were lit by indirect sunlight and the second time when they were.

Conservation and PHP

Today I have struggled with PHP. I struggled because I want to recreate the same table using loops with PHP as I did formatting with HTML. If I wasn’t up for a challenge I would let PHP loops format it according the default and I’d be done. In the end I did get the table to display as I wanted but not using for loops. I created a table page, laid it out using the data file I’ve been using for this section, and then using include to add that content where I wanted it to be on the page.