←back to thread

1901 points l2silver | 1 comments | | HN request time: 0.254s | source

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
1. drewbeck ◴[] No.35743212[source]
Starting in HS and continuing for years I developed the first and only complete software package I’ve ever made, for my father. He’s a EE and was doing a lot of his board design in excel — if I remember this meant he then needed to map the excel design onto a layout program to connect all the parts; the layout program generates a netlist and the netlist then goes to the actual layout person who figures out the final position of parts/traces on the board.

He hired me to make a VBA program that generates the netlist directly from excel. Refined it over the years and I believe he still uses it to this day. He can turn around a design in far keat time than it used to take.

I’m no EE — and it’s been probably 15 years since I’ve touched that code — so I may have gotten some details wrong here. But it was a cool project to work on and taught me a lot about code!