Live data from Hacker News

Viewing profile — mallamanis

mallamanis

HN member
Joined
Mon, Nov 21, 2011, 8:29 AM UTC
HN karma
64
Public activity
36 items

About mallamanis

No profile information was provided.

Recent public activity

  1. comment
    Comment #21091215

    [I'm one of the Microsoft Research people who worked on this] Thanks for your questions! We have thought of many heuristics but we didn't want to constrain the dataset release on s…

  2. comment
    Comment #21090775

    [I'm one of the Microsoft Research people who worked on this] (thanks Nick. Here are the links) Generative Code Modeling with Graphs: https://arxiv.org/abs/1805.08490 Learning to R…

  3. comment
    Comment #21090531

    [I'm one of the Microsoft Research people who worked on this] That's certainly true for simple use cases. Our goal here is to eventually also capture the long-tail of queries about…

  4. comment
    Comment #21090479

    [I'm one of the Microsoft Research people who worked on this] We did consider adding StackOverflow questions. Some of our queries in the CodeSearchNet challenge do actually come fr…

  5. comment
    Comment #13015078

    Using machine learning like this https://arxiv.org/pdf/1506.05869.pdf would be fun for this and avoid(?) canned responses...

  6. story
  7. comment
    Comment #10340913

    An upcoming NIPS paper seems to be a followup "Hidden Technical Debt in Machine Learning Systems" D Sculley*, Google Research; Gary Holt, ; Daniel Golovin, Google, Inc.; Eugene Dav…

  8. comment
    Comment #10284017

    http://googleresearch.blogspot.co.uk/2015/08/the-reusable-ho... this seems relevant to the article.

  9. comment
    Comment #10200216

    http://research.microsoft.com/en-us/um/people/marron/selectp... has some interesting technical information about time-travel debugging.

  10. story
  11. story
  12. comment
    Comment #10122415

    I use https://github.com/magicmonty/bash-git-prompt which I also like. It seems to present less information than this one though

  13. comment
    Comment #10115718

    There is this https://code.google.com/p/gittorrent/ although I've never tried it... edit: a more recent (?) link https://github.com/cjb/gittorrent

  14. comment
    Comment #10098255

    Well, they should now ask for this link to also be removed...

  15. comment
    Comment #9745471

    So, is this essay also considered harmful by self-reference?

  16. story
  17. story
  18. comment
    Comment #9565529

    Some of the advice seems to be oriented for a US-like culture (e.g. be direct). Other cultures might have different conventions, I think.

  19. comment
    Comment #8953838

    I do not expect them to decrease military expenditures. Their coalition partners (the far-right "Independent Greeks" that will be "holding" the ministry of defense) will not allow …

  20. comment
    Comment #8668296

    There is some recent research has shown that programming languages present some "naturalness": Hindle, Abram, et al. "On the naturalness of software." Software Engineering (ICSE), …

  21. story
  22. comment
    Comment #8060044

    Although it is interesting, I think that the data should be normalized for life expectancy. A country with a lower life expectancy will necessarily have a younger population. So in…

  23. comment
    Comment #7915598

    From a machine learning perspective (i.e. theoretically according to my view) this is useful because source code is highly structured with very complex constraints and tons of data…

  24. comment
    Comment #7915169

    This is a new and very interesting area in machine learning and software engineering. Anyone interested might also find the following papers interesting too Hindle, Abram, et al. "…

  25. comment
    Comment #7836643

    Naturalize ( http://groups.inf.ed.ac.uk/naturalize/ ) is another related machine learning based tool that suggests appropriate identifier names for Java. Details on the implementat…