Viewing profile — SimonB86
SimonB86
HN member- Joined
- Mon, Dec 12, 2011, 2:56 PM UTC
- HN karma
- 13
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About SimonB86
No profile information was provided.
Recent public activity
-
comment
Comment #4428357
The corresponding extension method syntax is: var filteredCustomers = customers .Join(orders, c => c.customerid, o => o.customerid, (c, o) => new { Customer = c, Order = o } ) .Whe…
-
comment
Comment #4427994
Regarding the let keyword; the following code: var x = from post in posts let keywords = post.split(' ') ... Is compiled* into: var x = posts .Select(post => new { keywords = post.…
-
comment
Comment #4427956
I prefer using extension methods over query syntax; I personally find extension methods easier to read. I guess it's a matter of personal preference.
-
comment
Comment #3933892
The page you linked to is totally unrelated. You've linked to a blog post about redesigning the jQuery UI API - not the jQuery API.
-
comment
Comment #3879508
purge
-
comment
Comment #3666201
The use of the embedded Git binary is optional though; you can configure SourceTree to use the system installation of Git.
-
comment
Comment #3616815
Also, you should give some thought to your company's reputation... Now you've ripped off another company's copyrighted material; I think you're running an immoral company, with tot…
-
comment
Comment #3616739
Firstly the other videos are non-commercial parodies, whereas your video is a promotional video for commercial purposes. Also even if Constantin Films does not enforce it's copyrig…
-
comment
Comment #3616571
You're using copyrighted content in a commercial/promotional video. Did you get permission from the copyright holder (ie. the movie studio/company)?
-
comment
Comment #3616150
This is an interesting link: http://www.bbc.co.uk/news/magazine-17101370
-
comment
Comment #3615983
Knowing languages other than your native language can be really useful if you work for a multi-national company. I'm a software developer. My previous gig was at European aerospace…
-
comment
Comment #3442005
I had the exact same thought as soon as I read paragraph 2.
-
comment
Comment #3347453
It gives the impression that your website was not designed by you, but instead designed by another company. Is cwpStudios you? Or a company you work for?
-
comment
Comment #3343693
Not many people would answer "British" to the question "What country are you from?", because "British" is not a place, but a nationality. ;) If you asked me what I am, I might resp…