Pikchr Ep 1: So I have a weatherman, which also tells me the news
I was reading this wonderful blog post from Yogiraj H on their project with a eInk screen.
In their article they shared an image of their architecture.
I’ve recently learned about Pikchr and really loved the idea behind this diagramming language.
I’d thought it’d be fun to copy “by hand” the diagrams I find in the wild. Here’s my attempt at it!
Click to see the code
A: [
Weather: box invisible "weather"
box invisible "Todo" "Reading"
Markets: box invisible "Markets"
box invisible "AQI" "Moon" at .5 below Weather
News: box invisible "Hacker News" width 200%
]
HTTPServer: box thin "HTTP Server" radius .25cm with .w at 1.5cm right of A.e
WeatherAPI: box thin "Weather/AQI" radius .25cm with .w at HTTPServer.e + (1cm, 1.5cm)
HN: box thin "HN" radius .25cm with .w at HTTPServer.e + (1cm, 0cm)
Yahoo: box thin "Yahoo Finance" radius .25cm with .w at HTTPServer.e + (1cm, -1.5cm)
Border: box thin radius .25cm width A.width height A.height at A.center
text "Display + ESP32" with .n at 0.1cm below A.s
line thin from A.Weather.ne then to A.News.sw
line thin from A.Weather.sw then to A.Markets.se
line thin from A.Markets.nw then to A.Markets.sw
line -> from A.e + (3px, 5px) to HTTPServer.w + (-3px, -10px)
line -> from WeatherAPI.w to HTTPServer.ne + (6px, -5px)
line -> from HN.w to HTTPServer.e + (3px, 0px)
line -> from Yahoo.w to HTTPServer.se + (6px, 10px)
Recent Blog Posts
- 20 Sep 2026 Pikchr Ep 1: So I have a weatherman, which also tells me the news
- 09 Jun 2026 Almost realtime deploy logs in my SaaS
- 08 Jun 2026 The long list of bad decisions I made for my new SaaS
- 13 Apr 2026 Your intuition of LLM token usage might be wrong
- 11 Feb 2026 Locust Load Testing and Markov Chains
- 20 Jan 2026 I love the old man minimap in VS Code
- 03 Jan 2026 On Resurrecting a 12 year old blog
- 09 Oct 2014 Updating a forked Git repo
- 06 Oct 2014 ADB access to remote server from local usb
- 30 Mar 2014 Bug Progress: Day 2