Dan Luu

Results 101 issues of Dan Luu

I see you have domains by median, and submitters by h-index. Why not domains by h-index? :-). I imagine the list will be dominated by news sites like techcrunch and...

We currently call it with sudo so that it has permissions to mount and unmount, but this means that (for example) the results file ends up being owned by root.

We currently only have one directory, which means that we dump things into the source directory when we build. This is generally bad and will get worse once we start...

~~~ void JumpTable::PatchCallSites() { for (size_t i=0; i < m_callSites.size(); ++i) { const CallSite& site = m_callSites[i]; const uint8_t* labelAddress = AddressOfLabel(site.GetLabel()); uint8_t* siteAddress = site.Site(); ptrdiff_t delta = labelAddress...

We have so many warnings that if we enable general warnings the build errors out with "too many errors". I've fixed some of these in 603d5fca4afa34d6aa6f6ce608a47d61104ab7ed and 5cc6904cd66a3646a05bbe9623fc8c40606d91be but there...

``` american fuzzy lop 2.33b (Parser) ┌─ process timing ─────────────────────────────────────┬─ overall results ─────┐ │ run time : 0 days, 0 hrs, 13 min, 10 sec │ cycles done : 2...