| name | explain-diff-html |
|---|---|
| description | Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output. |
Please make me a rich, interactive explanation of the specified code change.
It should have these sections:
| /** | |
| * MacEditorTextView | |
| * Copyright (c) Thiago Holanda 2020-2021 | |
| * https://twitter.com/tholanda | |
| * | |
| * MIT license | |
| * Modified by https://github.com/cjwcommuny for TextKit 2 | |
| */ | |
| import Combine |
| # heka.toml | |
| [hekad] | |
| base_dir = '/tmp/heka' | |
| [boot] | |
| type = "LogstreamerInput" | |
| log_directory = '/var/log' | |
| file_match = 'boot\.log' | |
| [pulse] |
Picking the right architecture = Picking the right battles + Managing trade-offs
These are the Kickstarter Engineering and Data role definitions for both teams.
This is a draft list of what we're thinking about measuring in Etsy's native apps.
Currently we're looking at how to measure these things with Espresso and Kif (or if each metric is even possible to measure in an automated way). We'd like to build internal dashboards and alerts around regressions in these metrics using automated tests. In the future, we'll want to measure most of these things with RUM too.
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| " A minimal vimrc for new vim users to start with. | |
| " | |
| " Referenced here: http://vimuniversity.com/samples/your-first-vimrc-should-be-nearly-empty | |
| " | |
| " Original Author: Bram Moolenaar <Bram@vim.org> | |
| " Made more minimal by: Ben Orenstein | |
| " Modified by : Ben McCormick | |
| " Last change: 2014 June 8 | |
| " | |
| " To use it, copy it to |
| master % scala ~/Projects/stripe-ctf-3/level1 > go tool pprof solve parallel.prof | |
| Welcome to pprof! For help, type 'help'. | |
| (pprof) topN | |
| Total: 3501 samples | |
| 2696 77.0% 77.0% 2696 77.0% runtime.mach_semaphore_wait | |
| 227 6.5% 83.5% 227 6.5% runtime.usleep | |
| 95 2.7% 86.2% 95 2.7% crypto/sha1.block | |
| 50 1.4% 87.6% 50 1.4% runtime.mach_semaphore_timedwait | |
| 39 1.1% 88.7% 39 1.1% runtime.casp | |
| 26 0.7% 89.5% 136 3.9% runtime.mallocgc |