Comparing libevent and libuv. My upfront biased: I want to like libevent. However, I want to objectively compare the two and make an informed decision.
- libevent 2.0.22 (Stable) [2014-01-05]
- libuv 1.8.0 (Stable) [2015-12-15]
This is either the heading or the title when interpreted by GitHub Gist. I don’t recall which. Donec sed odio operae, eu vulputate felis rhoncus. Nihilne te nocturnum praesidium Palati, nihil urbis vigiliae. Quae vero auctorem tractata ab fiducia dicuntur. Quisque placerat facilisis egestas cillum dolore. Paullum deliquit, ponderibus modulisque suis ratio utitur. Plura mihi bona sunt,
error in process sentinel: Multibyte text in HTTP request: PATCH /gists/1c784cd92b2de48a214d16734dd59807 HTTP/1.1 | |
MIME-Version: 1.0 | |
Connection: keep-alive | |
Extension: Security/Digest Security/SSL | |
Host: api.github.com | |
Accept-encoding: gzip | |
Accept: */* | |
User-Agent: URL/Emacs Emacs/26.3 (OpenStep; x86_64-apple-darwin14.5.0) | |
Authorization: token super-secrect-token-of-many-ascii-characters | |
Content-Type: application/json |
#!/usr/bin/tail -n+2 | |
Don't chmod that file! Don't type a shebang! Edit an executable script | |
in Emacs and invoke | |
M-x executable-set-magic | |
This is a self-displaying file made with `executable-self-display'. If | |
you have had a stroke and forgotten how to make a script executable by | |
hand, just insert the following form as the first line of the script |
# set the current tab's name | |
function tab_name { | |
printf "\e]1;$1\a" | |
} | |
# set the tab's name to the current working directory name | |
function update_tab_name { | |
tab_name "$(basename $PWD)" | |
} |
2019-09-20 12:12:46.000 iTunes[4560:507]: restore library built Aug 29 2019 at 10:37:51 | |
2019-09-20 12:12:46.000 iTunes[4560:507]: iTunes: iTunes 12.9.5.5 | |
2019-09-20 12:12:46.000 iTunes[4560:507]: iTunes: Apple Mobile Device version: 1190.9.1 | |
2019-09-20 12:12:46.000 iTunes[4560:507]: iTunes: Software payload version: 16G102 | |
2019-09-20 12:12:46.000 iTunes[4560:507]: iTunes: Using MobileRestore state machine | |
[12:12:54.2907] Can't get board config with NULL device map | |
[12:12:54.2915] You can't copy the serial number from a DFU mode device | |
[12:12:54.2930] Can't search 0 registry node for serial device | |
[12:12:54.2932] ===================================================== | |
[12:12:54.2932] Device info: |
## Colors | |
## The color designators are as follows: | |
# a black | |
# b red | |
# c green | |
# d brown | |
# e blue | |
# f magenta | |
# g cyan | |
# h light grey |
I have found myself needing to test on Windows frequently. I need to be able to spin up fresh virtual machines—Vagrant seems to be the perfect solution.
I primarily use Macs for development and am currently using a cross compiler to develop native Win32 apps (and eventually Win64 apps). On the Mac side, basics like Homebrew are assumed to be