Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
admnor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
admnor
10y ago
Hi. Author of the article/gist here. It was actually written in Spring of last year, I think. I've just updated it because, as people have said, many of the issues have been addressed one way or the other: * The KafkaREST proxy ma
2.
▲
by
admnor
10y ago
React is not "eating Angular's lunch". The only reason it seems that way is that it is impossible to have a conversation about Angular on the internet without a horde of React zealots turning up and banging on about it. Recom
3.
▲
by
admnor
10y ago
My advice would be to compile your CoffeeScript to JS, then start from there. That's assuming that CoffeeScript still produces readable, idiomatic JavaScript...? As of TypeScript 1.8(?) you can set an "allowJs: true" flag in
4.
▲
by
admnor
10y ago
Luckily, nobody cares what you think.
5.
▲
by
admnor
11y ago
As I said in the comment you were commenting on, there is a JVM and a Mono VM. The IDE is running as two processes, one on the JVM (running the IntelliJ shell) and one on, currently, a Mono VM (running the ReSharper engine). They use IPC wi
6.
▲
by
admnor
11y ago
No, they don't plan to integrate Roslyn and they tend to get a bit cross when people ask. They've been working on their C# code intelligence engine for 10 years in ReSharper, and it does stuff way beyond what Roslyn provides at pr
7.
▲
by
admnor
11y ago
Finally, a proper C# IDE on not-Windows. I've been working with ASP.NET 5 on Linux for the last year and Sublime, Atom, VSCode, etc. are all painful. Sublime is surely dead, and anything based on Electron kills my 2-core CPU and my bat
8.
▲
by
admnor
12y ago
Not a valid comparison. Torvalds still actively rules Linux in every sense. If he'd just created it then buggered off leaving it half-finished, then complained when other people tried to finish it, then yes, he'd be a prima-donna&
9.
▲
by
admnor
13y ago
Yay, the original Holy War! (vi, for the record)
10.
▲
by
admnor
13y ago
Don't work with PG, he's evil! Come and work on Wall Street and be evil yourself.
11.
▲
by
admnor
13y ago
Unless it's had seven billion hits, I'd say a few people haven't. I was one of them.
12.
▲
by
admnor
13y ago
If you believe in free will, I'd be very interested to know your beliefs as to whence it derives. If the universe is bound by a set of consistent physical laws governing the behaviour of all energy/matter, then every interaction i
13.
▲
by
admnor
13y ago
One could imagine the concept recurring outward, since time has no meaning. Maybe when egg has lived all the lives he moves to the next level and finds that he was both egg and the "god", teaching himself.
14.
▲
by
admnor
13y ago
Well hurrah for the internet. Wait long enough and read selectively enough and you can always get the answer you want.
15.
▲
by
admnor
13y ago
I make Zudio ( http://zud.io ), a tool for managing Azure storage, which uses Azure storage for its own system data. I've made it a goal since day one of developing it that I wouldn't use any other tool, and I've su
16.
▲
by
admnor
13y ago
Those cheat sheets are seriously out of date. Scriptaculous? VBScript / ASP? Um, no.
17.
▲
If()
(blog.markrendle.net)
7 points
by
admnor
13y ago
|
1 comments
18.
▲
by
admnor
13y ago
There is Hadoop, Microsoft have been pursuing it aggressively recently. SciPy type stuff is best handled using F#, which also works on Mono, and has some features that I haven't seen in any other languages (e.g. Type Providers). There
19.
▲
by
admnor
13y ago
+1
20.
▲
by
admnor
13y ago
That "feature" would be better with an explicit language construct such as *args or params args[], though. As with so many complaints about JavaScript, it's the default behaviour that is a problem.