jamesg

718 bookmarks
Custom sorting
Advent of Bloggers 2021: Day 17 | James' Coffee Blog
Advent of Bloggers 2021: Day 17 | James' Coffee Blog
I am writing a blog post every day from December 1st to December 24th, 2021, about a blogger whose writing or site I follow. My aim for this series is to help you discover new blogs and to help get the word out about content creators whose blogs I appreciate. You can read more about this series in the inaugural Day 1 post.
·jamesg.blog·
Advent of Bloggers 2021: Day 17 | James' Coffee Blog
A New Website Architecture | James' Coffee Blog
A New Website Architecture | James' Coffee Blog
For a moment a few days ago, I was tempted to build a server-side application for my website. What stopped me from doing so was my memories from building my personal website with Next.js. My site worked. It looked nice. My site lacked one thing. I didn't really know how it worked. There were too many abstractions away from the code itself. I was often confused about why I had made certain programming decisions.
·jamesg.blog·
A New Website Architecture | James' Coffee Blog
The Thermal Printer Project: Part I | James' Coffee Blog
The Thermal Printer Project: Part I | James' Coffee Blog
A few days ago, I decided to purchase the Adafruit Thermal Printer, which was compatible with the Raspberry Pi. This thermal printer has been on my mind for a while but this week a reason for buying one came to mind (aside from the fun of experimenting with a thermal printer which was obvious to me). I decided that I wanted to generate a random Aeropress recipe that I could then print. I thought this would be both fun to create and, upon further reflection, good excuse for me to try new Aeropress recipes that I might otherwise not use. So this project would have been a nudge to help me get out of my Aeropress recipe rut.
·jamesg.blog·
The Thermal Printer Project: Part I | James' Coffee Blog
Social Interactions on the Web | James' Coffee Blog
Social Interactions on the Web | James' Coffee Blog
This morning I was close to giving up on my micropub endpoint. It has taken a significant amount of time to get the project to the stage I am at now. There is still more to do. I have not yet completed the server deployment. I'm having issues with wsgi that I have not yet fixed. I thought that maybe a command line interface would be more appropriate, seeing as how most of the idea behind setting up a micropub endpoint was to make it easier for me to share bookmarks. I then remembered why I am building the micropub endpoint.
·jamesg.blog·
Social Interactions on the Web | James' Coffee Blog
GitHub commit messages and emojis | James' Coffee Blog
GitHub commit messages and emojis | James' Coffee Blog
Earlier this evening, I had an idea: what if I could use OpenAI's GPT-3 model to generate an appropriate emoji for a commit message? I have seen emojis used in commit messages and I am curious about the visual representation of the information with which they are associated.
·jamesg.blog·
GitHub commit messages and emojis | James' Coffee Blog
Build an internal link recommendation API in 25 lines of code | James' Coffee Blog
Build an internal link recommendation API in 25 lines of code | James' Coffee Blog
A thoughtful, interconnected site structure is great for both people and search engines. There are many components of designing the structure of a site, from choosing the right URLs to creating breadcrumbs to help people navigate around your site. Linking to relevant content -- from similar articles that together form a linear track to linking to related editorial content -- helps people understand what you have to offer on your site, and helps search engines discover new pages on your site.
·jamesg.blog·
Build an internal link recommendation API in 25 lines of code | James' Coffee Blog
Advent of Technical Writing: Lists | James' Coffee Blog
Advent of Technical Writing: Lists | James' Coffee Blog
This is the seventh post in the Advent of Technical Writing series, wherein I will share something I have learned from my experience as a technical writer. My experience is primarily in software technical writing, but what you read may apply to different fields, too. View all posts in the series.
·jamesg.blog·
Advent of Technical Writing: Lists | James' Coffee Blog
Checking My Webmentions Using RSS | James' Coffee Blog
Checking My Webmentions Using RSS | James' Coffee Blog
I have been using the webmention.io dashboard to check my webmentions. This is all I needed in a webmention reader. I'd check my webmentions every now and again because it was uncommon that I would receive one. When I did receive a webmention, I'd add writing a response to my mental to-do list and I would get around to sending one whenever I could. I like the manual process. It's fun to write and send a webmention.
·jamesg.blog·
Checking My Webmentions Using RSS | James' Coffee Blog
Advent of Technical Writing: Duplicate Information | James' Coffee Blog
Advent of Technical Writing: Duplicate Information | James' Coffee Blog
This is the sixth post in the Advent of Technical Writing series, wherein I will share something I have learned from my experience as a technical writer. My experience is primarily in software technical writing, but what you read may apply to different fields, too. View all posts in the series.
·jamesg.blog·
Advent of Technical Writing: Duplicate Information | James' Coffee Blog
Building a Weather Station | James' Coffee Blog
Building a Weather Station | James' Coffee Blog
At this week's Homebrew Website Club meeting, we had a discussion about Raspberry Pis. Most of the people in attendance had a Raspberry Pi. We all showed each other our Pis and where we had them set up. It was fascinating. I had to admit to everyone that my Pi has been sitting lonely in a drawer for a while. I haven't done much with it. I have a Sense HAT. The Sense Hat sits on top of the Pi.
·jamesg.blog·
Building a Weather Station | James' Coffee Blog
Source transparency in LLM information retrieval systems | James' Coffee Blog
Source transparency in LLM information retrieval systems | James' Coffee Blog
While designing my LLM-powered chatbot that is designed to answer questions with reference to a limited subset of my writing, I have been thinking about source attribution. The intent is to help people better evaluate the veracity, balance, and context associated with an answer returned by a model. Hallucination and it’s implications are at the forefront of my mind. I want to do what I can to ensure people can easily fact check the outputs of an LLM retrieval system.
·jamesg.blog·
Source transparency in LLM information retrieval systems | James' Coffee Blog
Building an IRC archiver bot for the IndieWeb community | James' Coffee Blog
Building an IRC archiver bot for the IndieWeb community | James' Coffee Blog
A few weeks ago, I learned that the IndieWeb community aims to archive all of the Etherpad documents from meetups on the wiki. Etherpad documents are made available at online meetups so participants can document ideas and what happened in the call. Archiving these documents to the wiki makes them easily searchable and ensures their contents are preserved not only in a document that could be edited further down the line.
·jamesg.blog·
Building an IRC archiver bot for the IndieWeb community | James' Coffee Blog
Rethinking the Blog | James' Coffee Blog
Rethinking the Blog | James' Coffee Blog
The reason this blog still exists today, after going through so many iterations, is that I always self-dogfood. This is a term in the IndieWeb community that means that I use my own creations. On my blog, everything has been built by me, for me. I haven't thought about whether my code could be used by other people. It probably could. It's all on GitHub for anyone to use. I have licensed my code under an MIT license so anyone can use it.
·jamesg.blog·
Rethinking the Blog | James' Coffee Blog
Owning My Coffee Data | James' Coffee Blog
Owning My Coffee Data | James' Coffee Blog
The IndieWeb is all about scratching itches. When I think about what I want this site to become, I often say to myself that I am building a home for myself on the internet. Starting on the IndieWeb, this was enough. I needed to let my creative spirits run wild. I needed to try out different ideas. I looked at other people's websites and thought about what I could implement.
·jamesg.blog·
Owning My Coffee Data | James' Coffee Blog
Writing a New Tab Extension | James' Coffee Blog
Writing a New Tab Extension | James' Coffee Blog
Writing an extension for Mozilla Firefox has been in my mental to-dos for a while. I like the idea of having my own new tab page. I used to use an extension called Momentum which displayed a nice image alongside the time. For my purposes, Momentum was a bit verbose. Every time I loaded a new tab, I had to render an image. Sometimes it took a second for that image to render. There were many customization features that I did not need.
·jamesg.blog·
Writing a New Tab Extension | James' Coffee Blog
The Thermal Printer Project: Part II | James' Coffee Blog
The Thermal Printer Project: Part II | James' Coffee Blog
In the first part of this series on my experiments with the Adafruit thermal printer I recently purchased, I mentioned how I was working on other modules for the thermal printer. A
·jamesg.blog·
The Thermal Printer Project: Part II | James' Coffee Blog
The Thermal Printer Project: Part III | James' Coffee Blog
The Thermal Printer Project: Part III | James' Coffee Blog
How would you like to send me a message that gets printed so that I can read it on paper? You can do this by sending me a webmention, which is a way of sending comments from your own website that I will then receive. Using webmentions, you can retain ownership over the comments you send other people. I know that webmentions are not widely used, and do require a bit of technical knowledge to use, but for now I can say I support printing webmentions.
·jamesg.blog·
The Thermal Printer Project: Part III | James' Coffee Blog