109 Followers
336 Following
64 Posts
Software Engineer. See my web site for details: https://www.evanjones.ca/

OK pretty much finished RFC v2 of my relocate anon series.

Many changes... much testing. Seems to work!

A bird that has specialized in transcending the problem of naming proof assistants.
According to an alternate account, an intermediary stage of evolution, stuck in the middle of the transition.

https://moresci.sale/@birds/114191342862047519

Bird of the day (@[email protected])

Attached: 1 image Andean Cock-of-the-rock One of the iconic birds of the Andes. Fairly large, significantly larger and chunkier than a thrush. Found in cloud forest at middle elevations, most often at a dawn display site where males make piglike squeals and jump and dance for females. Sometimes seen elsewhere in the forest, especially at fruiting trees. Males can be either brilliant crimson or orange, always with black wings and broad silver tertials, orange legs, and puffy rounded crest. Female duller brown with smaller crest; note staring pale eye. Nests on large rocks or cliff faces. Only similar species is Guianan Cock-of-the-rock, but no range overlap. Link: https://ebird.org/species/andcot1 Photo Location: Ecuador

SCI小卖部(๑╹ヮ╹๑)ノ 新年灵感贩售中
@dbittman hey I was looking at it last week! It is ... Relatively readable as far as these things go? And I appreciate that it is totally publicly available.
@swiftone @jwz huh wow that class gets an A+ for accuracy. That sounds like ... 75% of the professional software engineering projects I've been involved in.
@markcallaghan I'm interested/surprised that is also mostly true for the "writes" benchmarks: nearly all of them MyRocks does worse ... I guess this is because these workloads are still not read free, except for the secondary index maintenance as you pointed out ... My assumption would be for write intensive workloads, the LSM tree and therefore MyRocks would be substantially more efficient. Thanks for sharing the analysis!
@pervognsen @wingo IIRC Apple's chips may use 128 byes, but I think they are the only "current" CPUs that do. Is that correct?
@amy the Googlers are looking at this and saying "none of the above" (IIRC they use changelist/CL from Perforce history)

If you are in NYC, on July 17th I am giving a talk at Datadog about how Random Load Balancing is Uneven. This is a talk version of a blog post I wrote last year, after I ran into this (again). It is easy to assume that if you distribute data randomly, it will be evenly distributed. Unfortunately, it doesn't work that way.

My colleague Janani Rajadurai will also be talking about using open source tools for vulnerability detection.

For details and to RSVP, see: https://lnkd.in/d8ZhYz8e

Original blog post: https://www.evanjones.ca/random-load-balancing-is-uneven.html

LinkedIn

This link will take you to a page that’s not on LinkedIn

@pmbauer this is the stuff of my nightmares. How many trips will it take me to finish it? It is never just one.

If anyone uses prost or tonic for Rust protocol buffers: I was tired of separately installing protoc so I made a crate to do it from a build.rs script. See dlprotoc: https://crates.io/crates/dlprotoc

Feedback welcomed.

crates.io: Rust Package Registry