Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jbevain
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
jbevain
9y ago
Fun fact, the Mono Linker project started 10 years ago during the second edition of the Google Summer of Code! It was originally used to reshape the entire Mono class library into a subset to expose the Silverlight class library API surface
2.
▲
by
jbevain
11y ago
Thanks! Looking forward to reading the next posts in the series!
3.
▲
by
jbevain
11y ago
If that's a subject you find interesting, you can also read the source for two OSS .NET decompilers: ILSpy: https://github.com/icsharpcode/ilspy JustDecompile: https://github.com/telerik/JustD
4.
▲
The JustDecompile .NET decompiler engine has been open-sourced
(github.com)
102 points
by
jbevain
11y ago
|
19 comments
5.
▲
by
jbevain
11y ago
It requires the Unity WebPlayer, unfortunately not available on Linux: https://unity3d.com/webplayer
6.
▲
by
jbevain
12y ago
The «immediate» experience is pretty awesome. You just open the web page and you're playing. It takes longer to download, probably the size of the engine and the assets, but I've been very much impressed with the Unity3D WebGL exp
7.
▲
by
jbevain
12y ago
Unity runs on a custom Mono 2.6.5 with some fixes cherry picked from Mono 2.10.
8.
▲
by
jbevain
12y ago
CIL - just like the LLVM IR - if human readable, is not really meant to be written by hand, unlike Java. Not sure what you mean here.
9.
▲
by
jbevain
12y ago
It's pretty cool to see .NET catching up with Mono on that front ;) Fun fact, MonoTouch applications are built with a very similar pipeline, except that LLVM does the compilation in the end. The steps 4 and 5 in the blog post map quite
10.
▲
by
jbevain
12y ago
I've been using this since the beta. The entire code of my startup is on GitHub so it really helps to be able to monitor and triage incoming changes quickly. The app itself is still missing some things for my particular workflow: I
11.
▲
What's new in Unity 4.3
(unity3d.com)
96 points
by
jbevain
13y ago
|
77 comments
12.
▲
by
jbevain
13y ago
>Would the French DGSE (or other western intelligence agencies) engage in large-scale surveillance of their own citizens They most certainly do: http://www.theguardian.com/world/2013/jul/04/france-elec
13.
▲
by
jbevain
13y ago
> It is my company, my private property. I should be able to do as I please with it as long as don't mess with other's freedom, this is a constitutional right in the declaration of human rights, private property is sacred. No y
14.
▲
by
jbevain
13y ago
It was “A guy called Vasili Arkhipov saved the world”, a quote from a former NSA director, taken from the first paragraph of the article.
15.
▲
Vasili Arkhipov
(en.wikipedia.org)
200 points
by
jbevain
13y ago
|
53 comments
16.
▲
Zynga releases PlayScript, a language for mobile and web game development
(krung.net)
1 points
by
jbevain
13y ago
|
0 comments
17.
▲
by
jbevain
14y ago
You can add a post build task to your csproj to run Mono's pdb2mdb, you'll have a .mdb debug symbol file that Mono can use, and you'll get line numbers in stack traces.
18.
▲
by
jbevain
14y ago
Thanks for the feedback Eric. As a long time fan of C# and how it evolved (started with .net beta 1), and even more so of Roslyn, I for one would be very disappointed to see C# not being considered from Microsoft as I consider it. Good luck
19.
▲
by
jbevain
14y ago
Huh, I'm definitely not going “all conspiracy theory” on you. And by you I guess I mean Microsoft? The perception from the outside, or let say, my perception, is that both .net and C# along (C# being the flagship language for the platform)
20.
▲
by
jbevain
14y ago
One has to wonder if that's not related to how C# and .net are being treated as second class citizens nowadays at Microsoft. As we saw recently: http://news.ycombinator.com/item?id=4842024 they're looking for someone to work on a C# to na
21.
▲
by
jbevain
14y ago
Given the very sad state of the extensibility of Visual Studio (I wrote about it earlier this year http://evain.net/blog/articles/2012/02/27/visual-studio-your... ), it turns out that not only are the Python Tools an excellent plugin to wr
22.
▲
by
jbevain
14y ago
Interesting move. Too bad it's US only for now. We're currently using FastSpring but both the recent opening of Braintree towards Europe and the price getting a clear 2.9% + $0.3 are making it pretty interesting. Make a similar promotion fo
23.
▲
Zynga sues Kobojo over ville suffix
(ubergizmo.com)
4 points
by
jbevain
14y ago
|
5 comments
24.
▲
Microsoft invented bytecode manipulation on september 30, 2008
(appft1.uspto.gov)
6 points
by
jbevain
14y ago
|
0 comments
25.
▲
by
jbevain
15y ago
Note that I'm not asking for VS to be rewritten. I actually don't think it would make a lot of sense. I'm simply asking for good bindings, well documented and respecting the expectations (API wise) of a managed programmer.
26.
▲
by
jbevain
15y ago
Obviously I failed at conveying my point. Greatly sorry about that. I think it's mad that in 2012, it's so hard to extend Visual Studio using C# and .net. I'm not saying it drives .net developers away. I'm saying it hurts the .net platform
27.
▲
by
jbevain
15y ago
I hope it makes more sense if you replace this snippet in the context of the post. Visual Studio is a great IDE for the .net programmer. It's terrible as a platform for which you build managed addins/plugins.
28.
▲
by
jbevain
15y ago
Oh my, my poor server is not handling this very well. The text is at https://gist.github.com/1926119