Viewing profile — nicwise
nicwise
HN member- Joined
- Wed, Nov 02, 2011, 9:36 PM UTC
- HN karma
- 25
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About nicwise
Recent public activity
-
comment
Comment #6054006
I'm out of my depth in more than one way here. How about rigging a bite switch to the ubikey (either directly or via something like a raspberry pi / beagle bone). That's assuming t…
-
comment
Comment #5809144
He's in the UK. We have health covered. He would have to have liability insurance tho, but it's not expensive (£300/year)
-
comment
Comment #5809140
Exactly. Freelancing has a lot more control, but less money, and you bid on jobs like an agency would. Contracting is basically a full time job, but you own the company, can claim …
-
comment
Comment #5809120
I think a lot of people, especially @jangosteve, mistake freelancing for contracting. I've been in London for 6 years, I've contracted for 5 of those (architect position at the BBC…
-
comment
Comment #5804604
I'm calling BS on this, being a contractor. I spend around 10 mins a week invoicing. Nearly no time "marketing myself". I DO spending a bit of time saying "no, I have a contract" t…
-
comment
Comment #5804589
If you live in London and do software for a salary, you better LOVE what you are doing and where you are doing it, 'cos you aint doing it for the money. You might want to also ask …
-
comment
Comment #5460145
Well, THIS is going to bring on the haters. (keep in mind, microsoft haters, that microsoft is currently a HUGE proponent of node.js - a lot of the Azure Mobile Services and the li…
- story
- story
- story
-
comment
Comment #4842380
Yup, thats exactly what Monotouch does. It's something like: C# -> IL -> Mono AOT* -> ARM binary -> xcode/LLVM -> normal iOS binary * AOT = ahead of time compiler - like JIT, but..…
-
comment
Comment #4842366
C# can "go native" right now. NGEN precompiles the IL into native code if you use the normal framework. Mono AOT compiles (and links) code into various architectures, but MonoTouch…
-
comment
Comment #4692764
Mostly a discussion topic, tho with a workable flow (assuming I didn't miss anything stupid).
- story
- story
-
comment
Comment #3959906
I've got a little rebuttal to this here: http://www.fastchicken.co.nz/2012/05/11/so-many-straw-men-so... You have a good point, but mostly, I think it's a strawman argument.
-
story
Money where my mouth is: London Bike App source (iOS, MonoTouch) released
I've released the source to one of my real-life iPhone apps, done in MonoTouch. The code is a little old (I've not done a lot to it in nearly 12 months), but it's working and real.…