Buydisplay Epaper Screens

Epaper displays are one of the coolest accessories for electronics projects with their ability to consume 0 power while persisting an image and their beautful looks. Over the last few years they have become increasingly available to hobbiests and now it is possible to find all kinds of epaper displays at low prices with adapter boards making it trivial to integrate with arduino and raspberry pi based projects. I scanned ebay and found these small 2.

Evaluating 8 Months of Building a Rails Vue SPA

Picture unrelated by PexelsOver the last ~8 months I have been building a website called PikaTrack using Rails for an api backend and VueJS frontend. I wanted to write a blog post detailing how it went, what the positives and negatives are and would I do it again. The website is an open source service for fitness tracking using gps logs captured while running or cycling. I’ll start with my background.

Gnubee Install Guide

The GnuBee is an open source crowd funded nas system. It requires a fair bit of configuration to use and I found that the docs on the website to be fairly inadequet for setting up a working system so after a lot of messing around I have come up with a guide to get to a fully working debian system quickly. What you need The gnubee An SD card A 19v power supply A usb UART cable!

I made mistakes trying to chase new features rather than perfect existing ones.

Hi everyone. Its been a little while since I posted news on my project PikaTrack. I know a lot of you expressed interest on Reddit as well as Lobsters. I thank you all for the support and I think its about time I explain how things have been going over the last month. If you have been watching my commits you can see that there hasn’t been much activity in the past few weeks.

Pikatrack Status Update

It’s been a little over a month since my last post so I wanted to share some updates. If you haven’t read my last post, I am building an activity tracking web service that analyses GPS recordings and shows statistics such as the total time, distance, elevation as well as matching your path against premade path sections and showing your split time over that section and how that compares to your previous times in that area.

Announcing Pikatrack an Open Source Fitness Tracker

Just a short post today to show off what I have been working on for the last few weeks. I have been busy making a website for activity tracking primarily for cycling and running. The website is 100% open source and you can check it out on GitLab. Currently the project is in a very early stage and you can’t do a whole lot but I will be updating this blog with the progress.

Bosch's War on Self Repair

The bike industry, like many others is plagued with proprietary standards and incompatibilities but despite this you can still fix everything yourself with common tools even if the proprietary parts are heavily marked up, you are still able to buy and install them yourself. But one company would like to put an end to this, requiring you to return to an approved repairer for any servicing. With the price reductions in high capacity batteries the popularity of ebikes has been on the rise.

Your Online Community Doesn't Need Rules

Context: This post is specifically about online communities such as forums and group chats. Other situations will be different so keep that in mind while reading. Just about every forum or group chat these days greets new users with a link to The Rules™. Usually this document is multiple paragraphs describing every little thing that you can’t do in an attempt to reduce poor conduct in the group. But how did this document come to be and does it actually have any effect?

Bike GPS LCD

Continuing on from my last post some progress has been made. To use my LCDs while keeping the wiring minimal I ordered a few of these I2C adapter boards. These simply connect to the 20 pins on the LCD and allow you to attach the LCD to another device using only 4 wires which keeps your IO pins free for other devices and massively simplifies wiring. Thanks a lot to Nick Gammon, the process of using KS0108 LCDs with MCP23017 I2C expanders is quite simple.

Project Idea: Bike GPS

This post is to document a project idea I had as I often start things and then come back to them months later and forget where I was up to last time. My project is designing and building a GPS ride tracker for bikes at a price point lower than the regular products being around $200+ AUD. Feature list Essential Record GPS coords and store them on local storage. Show live stats on display (Speed, Distance, Avg Speed).

1 Year Using Matrix and Riot

After using Matrix + Riot for a little over a year I wanted to share my opinions on the current progress and state. If you haven’t used Matrix before, It’s a newish instant messaging protocol which supports many features you would expect from an IM platform today and it is also federated allowing anyone to set up their own Matrix “homeserver” and message anyone else using Matrix. I’ll just explain some of the common terms relating to Matrix:

The Cost of Using Methods as Variables in Ruby

This post came from my thinking about how Haskell doesn’t have any difference between variables and functions like most languages do and what would happen if this concept was tried in Ruby. In haskell there aren’t any mutable variables. The code foo = 4 is like making foo an alias of 4. Everywhere in scope where you see foo you can replace it with 4 and the code will work the same.

A Haskell Beginner's Experience With Yesod

I’ll start this post by listing my previous experience. I am a Ruby on Rails developer with 2 years experience with frontend and backend development. Before using Yesod I spent a few months learning the basics of Haskell from the book Learn You a Haskell for Great Good which has given me a great start on Haskell. This is my experience after using Yesod for 3 months. The best resource I found for getting started would be the Yesod book which covers much of the basics and a few of the more advanced things you will need.

A warning to new developers. Understanding answers before copying them

A helpful answer can save hours, a deceptively unhelpful one can waste them or worse, introduce hidden bugs that go unnoticed. As a new developer it’s tempting to go straight to stackoverflow at the first sign of an issue. This can save you hours of debugging to work out what the problem is and if used correctly is a great programming tool. The problem comes when you build too much reliance on stackoverflow answers or blog posts.

About Me - Luke Picciau

GitLab StackOverflow Email