TranslateProject/sources/tech/20181228 2018- Year in review.md
DarkSun 8541dc5cb7 选题: 20181228 2018: Year in review
sources/tech/20181228 2018- Year in review.md
2019-09-17 12:25:20 +08:00

10 KiB
Raw Blame History

2018: Year in review

I wrote these in 2015 and 2016 and 2017 and its always interesting to look back at them, so heres a summary of what went on in my side projects in 2018.

ruby profiler!

At the beginning of this year I wrote rbspy (docs: https://rbspy.github.io/). It inspired a Python version called py-spy and a PHP profiler called phpspy, both of which are excellent. I think py-spy in particular is probably better than rbspy which makes me really happy.

Writing a program that does something innovative (top for your Ruby programs functions!) and inspiring other people to make amazing new tools is something Im really proud of.

started a side business!

A very surprising thing that happened in 2018 is that I started a business! This is the website: https://wizardzines.com/, and I sell programming zines.

Its been astonishingly successful (it definitely made me enough money that I could have lived on just the revenue from the business this year), and Im really grateful to everyones whos supported that work. I hope the zines have helped you. I always thought that it was impossible to make anywhere near as much money teaching people useful things as I can as a software developer, and now I think thats not true. I dont think that Id want to make that switch (I like working as a programmer!), but now I actually think that if I was serious about it and was interested in working on my business skills, I could probably make it work.

I dont really know whats next, but I plan to write at least one zine next year. I learned a few things about business this year, mainly from:

I used to think that sales / marketing had to be gross, but reading some of these business books made me think that its actually possible to run a business by being honest & just building good things.

work!

this is mostly about side projects, but a few things about work:

  • I still have the same manager (jay). Hes been really great to work with. The help! i have a manager! zine is secretly largely things I learned from working with him.
  • my team made some big networking infrastructure changes and it went pretty well. I learned a lot about proxies/TLS and a little bit about C++.
  • I mentored another intern, and the intern I mentored last year joined us full time!

When I go back to work Im going to switch to working on something COMPLETELY DIFFERENT (writing code that sends messages to banks!) for 3 months. Its a lot closer to the companys core business, and I think itll be neat to learn more about how financial infastracture works.

I struggled a bit with understanding/defining my job this year. I wrote Whats a senior engineers job? about that, but I have not yet reached enlightenment.

talks!

I gave 4 talks in 2018:

  • So you want to be a wizard at StarCon
  • Building a Ruby profiler at the Recurse Centers localhost series
  • Build Impossible Programs in May at Deconstruct.
  • High Reliability Infrastructure Migrations at Kubecon. Im pretty happy about this talk because Ive wanted to give a good talk about what I do at work for a long time and I think I finally succeeded. Previously when I gave talks about my work I think I fell into the trap of just describing what we do (“we do X Y Z” … “okay, so what?“). With this one, I think I was able to actually say things that were useful to other people.

In past years Ive mostly given talks which can mostly be summarized “here are some cool tools” and “here is how to learn hard things”. This year I changed focus to giving talks about the actual work I do there were two talks about building a Ruby profiler, and one about what I do at work (I spend a lot of time on infrastructure migrations!)

Im not sure whether if Ill give any talks in 2019. I travelled more than I wanted to in 2018, and to stay sane I ended up having to cancel on a talk I was planning to give with relatively short notice which wasnt good.

podcasts!

I also experimented a bit with a new format: the podcast! These were basically all really fun! They dont take that long (about 2 hours total?).

what I learned about doing podcasts:

  • Its really important to give the hosts a list of good questions to ask, and to be prepared to give good answers to those questions! Im not a super polished podcast guest.
  • you need a good microphone. At least one of these people told me I actually couldnt be on their podcast unless I had a good enough microphone, so I bought a medium fancy microphone. It wasnt too expensive and its nice to have a better quality microphone! Maybe I will use it more to record audio/video at some point!

!!Con

I co-organized !!Con for the 4th time I ran sponsorships. Its always such a delight and the speakers are so great.

!!Con is expanding to the west coast in 2019 Im not directly involved with that but its going to be amazing.

blog posts!

I apparently wrote 54 blog posts in 2018. A couple of my favourites are Whats a senior engineers job? , How to teach yourself hard things, and batch editing files with ed.

There were basically 4 themes in blogging for 2018:

  • progress on the rbspy project while I was working on it (this category)
  • computer networking / infrastructure engineering (basically all I did at work this year was networking, though I didnt write about it as much as I might have)
  • musings about zines / business / developer education, for instance why sell zines? and who pays to educate developers?
  • a few of the usual “how do you learn things” / “how do you succeed at your job” posts as I figure things about about that, for instance working remotely, 4 years in

a tiny inclusion project: a guide to performance reviews

Last year in addition to my actual job, I did a couple of projects at work towards helping make sure the performance/promotion process works well for folks i collaborated with the amazing karla on the idea of a “brag document”, and redid our engineering levels.

This year, in the same vein, I wrote a document called the “Unofficial guide to the performance reviews”. A lot of folks said it helped them but probably its too early to celebrate. I think explaining to folks how the performance review process actually works and how to approach it is really valuable and I might try to publish a more general version here at some point.

I like that I work at a place where its possible/encouraged to do projects like this. I spend a relatively small amount of time on them (maybe I spent 15 hours on this one?) but it feels good to be able to make tiny steps towards building a better workplace from time to time. Its really hard to judge the results though!

conclusions?

some things that worked in 2018:

  • setting boundaries around what my job is
  • doing open source work while being paid for it
  • starting a side business
  • doing small inclusion projects at work
  • writing zines is very time consuming but I feel happy about the time I spent on that
  • blogging is always great

via: https://jvns.ca/blog/2018/12/23/2018--year-in-review/

作者:Julia Evans 选题:lujun9972 译者:译者ID 校对:校对者ID

本文由 LCTT 原创编译,Linux中国 荣誉推出