| bio | website | |
|---|---|---|
| location | York, UK | |
| age | 25 | |
| visits | member for | 2 years, 4 months |
| seen | Apr 2 at 15:22 | |
| stats | profile views | 30 |
|
Jan 27 |
awarded | Yearling |
|
Apr 27 |
comment |
Developing android on android AIDE is absolutely the best Android-on-Android development environment - it also comes with built-in GIT support. |
|
Feb 10 |
answered | Mobile Web Security Articles |
|
Jan 27 |
awarded | Yearling |
|
Nov 28 |
answered | How to interview a natural scientist for a dev position? |
|
Oct 25 |
revised |
Why use phpunit when traditional manual testing can be used Adding additional relevant tags. |
|
Oct 25 |
suggested | suggested edit on Why use phpunit when traditional manual testing can be used |
|
Oct 25 |
answered | Why use phpunit when traditional manual testing can be used |
|
Oct 18 |
comment |
How does a developer set up an environment to hack on an OS like Linux, Plan9 or BSD? Agreed. Your build process should output a disk image that you can boot with qemu. When I worked on RMoX, that was what we did. |
|
Oct 17 |
revised |
Should a development machine be inside a VM? added 355 characters in body |
|
Oct 17 |
comment |
Should a development machine be inside a VM? @MarcoDinacci Fair point. I would argue that with proper source control, you shouldn't need to be inside a VM unless you are developing for multiple operating systems. |
|
Oct 17 |
awarded | Nice Answer |
|
Oct 17 |
revised |
Should a development machine be inside a VM? Adding additional relevant tags. |
|
Oct 17 |
comment |
Should a development machine be inside a VM? In principle, sure! Defining a VM with buckets of memory and 20 processors is not the hard part. The hard part is when you have a dozen high-spec VMs on the same server - if you have 12 single-processor VMs on a 8-cpu server, each VM gets some CPU time when one processor becomes available. If you have 3 VMs with 4 cores each, you have to wait for 4 CPUs to become free before each VM gets CPU time. Not to mention then needing to context-switch all those cores... it becomes difficult. I've not heard of it being done satisfactorily on a large scale - which means nothing :) |
|
Oct 17 |
comment |
Should a development machine be inside a VM? Some times, in corporate environments, people are allocated VMs running in a data centre, rather than having machine images locally. |
|
Oct 17 |
suggested | suggested edit on Should a development machine be inside a VM? |
|
Oct 17 |
answered | Should a development machine be inside a VM? |
|
Oct 5 |
answered | When a co-worker asks you to teach him what you know, do you share the information or keep it to yourself? |
|
Oct 5 |
awarded | Citizen Patrol |
|
Oct 5 |
revised |
What do you need to succeed with Agile? added 138 characters in body |