a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by am_Unition
am_Unition  ·  2894 days ago  ·  link  ·    ·  parent  ·  post: Stop learning new things, start learning new skills

I think everyone below the age of 40-45 should try to learn programming. It's an interesting type of puzzle, with an infinite amount of complexity. Best way to learn it is to just try it. Too bad spare time is pretty hard to come by these days.





veen  ·  2893 days ago  ·  link  ·  

Programming can be a ton of fun. For me it's much easier to learn when I give myself a project to work on, a puzzle to figure out.

I just finished writing my Raspberry Pi train departure app. I love how it turned out! It dynamically updates the latest departures based on a departure time API. It accounts for changes in departure platform, delays and different train companies.

A friend of mine helped me lay the groundwork in Javascript/NodeJS, but the rest I figured out on my own.

rjw  ·  2890 days ago  ·  link  ·  

This looks awesome. What screen did you buy?

veen  ·  2890 days ago  ·  link  ·  

Thanks! I bought the Adafruit 3,5" 320x480 pixel TFT screen. Mostly because it was cheap and had just enough pixels to run the kernel on its own.