This is a recap of some things I clicked on recently, grouped by theme and with light commentary.
Machine Learning - Accessibility
- Introducing Ludwig - Uber’s open source toolkit for assisting non-developer domain experts with developing deep learning models
- Papers With Code - Open source platform for finding machine learning papers alongside implementations (code) + evaluations of performance
- Related: ShortScience - Crowdsourced paper summaries, mostly machine learning related (h/t Alexis)
- Tutorial: Building Machine Learning Models with Amazon Sagemaker - A step-by-step guide, along with a peek at using the Quilt Data T4 API.
Data Visualization
- Visualizing Ranges Over Time on Mobile Phones - Usability research on whether people found radial vs linear bar chart layouts more useful when viewing a variety of datasets on mobile devices - from Microsoft Research
- Cryptowat.ch - Minimalist, spacious, and information dense UI for tracking cryptocurrency prices.
- Includes candlestick charts, win/loss, minimaps, crosshairs, margin labels, configurable overlays, annotations
- Why Data Visualization Needs a Play Button - Flourish, a tool designed for journalists to make interactive data visualizations, lets you make audio + animation driven stories without writing any code (they call them “Talkies”).
- Yelp: Tasted like X: Spark histograms + sample phrases from an analysis of Yelp reviews where people described food in terms of some other flavor. Flavors are organized by positivity.
Data Stories
- Opportunity Rover’s Journey - NYT Scrollyteller moving in 2 dimensions
- Data Science is Different Now - There might be a surplus of “data scientists” in data science (sort of), here’s what to do with that information (as a budding data scientist or one who mentors people in that role)_
- Evidence for the Efficacy of Pain Medications
- In some cases of pain, Tylenol + Motrin may be more effective than opioids
- There are a variety of reasons why the efficacy of opioids may be overhyped
- Measuring Radio’s Lag Behind Streaming Services - Scrollyteller exploring how music performs differently on radio vs platforms like Spotify
Livecoding
- Interface for livecoding visuals collaboratively: Hydra - (h/t Mark H.)
- Livecode.NYC: New York’s livecoding community, hosted a workshop on Supercollider + realtime sound synthesis
UX Design
- Laws of UX - 19 guidelines alongside minimalist posters and links to further readings, mostly grounded in psychology or visual perception research
- How White Space Killed an Enterprise App - Finding the right balance between legibility and information density
Engineering Process
- Moving my Lab from MATLAB to Python - summary of the arguments for + against making a move like this
- Reminded me of this paper: Best Practices for Scientific Computing - short + free paper about short+actionable best practices to carry from software engineering to academic lab environments
- Questions to Ask when Evaluating a New Technology - Teaser: Will this solution eat the solution that it replaces?
- Being a Great Engineering Mentor - Features specific phrases that exhibit or oppose what Kyle is recommending. Might generalize outside of engineering.
- Fundamental Resources for Junior Frontend Engineers - Mixture of articles, books, and 1 newsletter for continued learning
Mental Models and Code
Programming as Translation - When we accept that a translation will not say the exact same thing as the original, we can have productive conversations about making appropriate + clear tradeoffs. (h/t Camilo)
Effective Mental Models for Code and Systems - When tackling a new codebase, having a solid mental model of the “Error Kernel” is extremely important. > The quality of code is judged not by its initial authors but by the future readers and debuggers of the code, since the onus to reconstruct the mental model under which the code was authored falls squarely on the reader of the code.
Related: Farnam Street Blog’s Mental Models
Charlie Munger’s Poor Charlie’s Almanack (h/t Kirk K.)
Metaphors we Code By + video h/t Camilo - Metaphors enable certain ways of thinking while restricting others. These restrictions help to keep cognitive load manageable, but we must be careful to not mistake the map for the territory.
Software Engineering Tools
- Git History - A friendly GUI for watching how files change over time. Pair with
git bisect
to diagnose when a feature you care about in a foreign codebase changes unexpectedly. - Chrome Devtools Advent Calendar - There’s something new to be learned in all 24 of these posts, the series concluded in December.
Random
- Every Chicken Soup for the Soul Book - Data + analysis about the motivational book series that just kept growing - includes thumbnails!
- Why do we undervalue competent management - Findings from a study of 12,000+ organizations in 34 countries, highlights the values of emphasizing training operational management skills despite what business schools are currently teaching
- Interview: Natural Machines - Dan Tepfer is an accomplishied pianist, physicist, and computer science, who has written an algorithm that accompanies him in real-time as he improvises on the piano (h/t Yang)
I think this roundup is on the longer side, I will aim to release these weekly to keep each edition shorter.