Live data from Hacker News

Viewing profile — cec

cec

HN member
Joined
Mon, May 20, 2013, 12:19 PM UTC
HN karma
60
Public activity
39 items

About cec

https://chriscummins.cc

Recent public activity

  1. comment
    Comment #48886867

    I'm not a big fan of the encroachment of AI into Adobe's apps, so I'm using AI to build a replacement for those apps (a small web-based photo organizer and editor, just the tiny su…

  2. comment
    Comment #40824813

    Hey! The idea isn't to replace the compiler with an LLM, the tech is not there yet. Where we see value is in using these models to guide an existing compiler. E.g. orchestrating op…

  3. comment
    Comment #38521432

    [flagged]

  4. comment
    Comment #37620063

    Is a MacOS build of YNAB 4 still available?

  5. comment
    Comment #37562089

    We use the same architecture as other LLMs, but we include no natural language in our pretraining. We figured a single-domain training corpus would make evaluation easier. We’ll be…

  6. comment
    Comment #37562032

    Hey, we’re targeting code size in this work, not runtime performance. You would use an option like -O3 to optimize for runtime and -Oz to optimize for code size. The pass pipelines…

  7. comment
    Comment #37561979

    Program synthesis is part of the loss function, which is what makes it a auxiliary learning task. We haven’t experimented with model size yet, we just used the same configuration a…

  8. comment
    Comment #37561926

    There’s a researcher at Edinburgh who is looking into this. You may want to reach out. Check the related work section in this paper

  9. comment
    Comment #37559240

    Hey Jon, we don't change semantics. We just choose optimization passes to run to match a particular input code. Agreed that code size wins could regress performance. We don't measu…

  10. comment
    Comment #37559209

    Hey, yes that's right, and good callout on GEP instructions. We admit that instruction count is a bit handwavy, but we use it as a starting point as that's what the prior works we …

  11. comment
    Comment #37557093

    Hey, author here. We use machine learning to generate a list of _optimization passes_ for the compiler to run. These optimization passes give us a 3.0% improvement over the default…

  12. comment
    Comment #26009044

    This. For now we rely on differential testing against a gold-standard implementation (e.g. unoptimized). For the action space we expose, any semantics-breaking change induced by ou…

  13. comment
    Comment #24347474

    Author here. In the sense that a trained neural net produces the same output from the same input, this is deterministic. But I don’t think that’s what you’re getting at. Where it g…

  14. comment
    Comment #24343571

    https://github.com/chriscummins/phd

  15. comment
    Comment #14841936

    I'd be careful about asking your co-workers for "dick pics".

  16. comment
    Comment #14363470

    No, HI is Brady Haran and CGP Grey, though I suspect Brady may have collaborated with Tom.

  17. comment
    Comment #14049002

    The paper says "we started a high-priority project to quickly produce a custom ASIC for inference (and bought off-the-shelf GPUs for training)."

  18. comment
    Comment #12573309

    Give texstudio a try. I find it offers exactly the kind of IDE-style features that I was missing from Emacs and other editors.

  19. comment
    Comment #11823492

    For offline writing (e.g. emacs/vim), I've found textlint[1] to work really nicely, and fits well into a LaTeX+Makefile workflow. [1] https://github.com/textlint/textlint

  20. comment
    Comment #11526325

    No. && would cause the next command to begin once the previous had successfully completed. A successful install shoudn't start the next install attempt, hence ||. On the other hand…

  21. comment
    Comment #10334488

    I'm not sure if I can agree with that reasoning. Sure, no-one is impressed with an Apple II now, but that doesn't degrade how significant it was then . By that measure, did the Wri…

  22. comment
    Comment #10310574

    I love how in all of their "meet the fleet" headshots, the birds are totally out of focus, only the grass in the background is clear

  23. comment
    Comment #9825182

    Great post, definitely giving this a try.

  24. comment
    Comment #9741763

    Off topic, but does anyone know how the author generated this web version of the paper? It looks like as though they've automatically generated it from the LaTeX source of the PDF.…

  25. comment
    Comment #9715840

    > I'm no biologist, but I don't think our brains are going around trying to do a grid search for the best hyperparameters. Is that not essentially the process of evolution through …