Viewing profile — mallamanis
mallamanis
HN member- Joined
- Mon, Nov 21, 2011, 8:29 AM UTC
- HN karma
- 64
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About mallamanis
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #13015078
Using machine learning like this https://arxiv.org/pdf/1506.05869.pdf would be fun for this and avoid(?) canned responses...
- story
-
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…
-
comment
Comment #10284017
http://googleresearch.blogspot.co.uk/2015/08/the-reusable-ho... this seems relevant to the article.
-
comment
Comment #10200216
http://research.microsoft.com/en-us/um/people/marron/selectp... has some interesting technical information about time-travel debugging.
- story
- story
-
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
-
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
-
comment
Comment #10098255
Well, they should now ask for this link to also be removed...
-
comment
Comment #9745471
So, is this essay also considered harmful by self-reference?
- story
- story
-
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.
-
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 …
-
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), …
- story
-
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…
-
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…
-
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. "…
-
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…