Re: [9fans] Job interview questions

2016-11-09 Thread Kurt H Maier
On Thu, Nov 10, 2016 at 07:03:24PM +1300, Andrew Simmons wrote:
> I’ve just been asked to respond to the following. Apart from number 8, where 
> the answer is clearly “because they are clinically insane”, I am at a loss. 
> Any hints from the group?
> 

Happy to help.

> 1)   What is the base object in .Net

Despair.

> 2)   Which version of Asp.Net MVC have you used

The wrong one.

> 3)   Explain MVC in general

The 'model' is your database connection.  This never works.  The 'view'
is what displays error messages to the user.  The 'controller' is what
allows the user to send injection attacks to your datastore.

> 4)   Which version of the .Net are you most familiar with

3.5, unless your organization has money, in which case 4.5 and above.

> 5)   Explain why you would use an outer join vs an inner join

An outer join is used when you don't clearly understand your search
algorithm.  An inner join is used when you got your data structures
wrong.

> 6)   Can you explain the request Flow in Asp.Net MVC

Sure!  It goes like this:  request-> collection -> base -> handlergetter
-> handler -> controllerfactory -> controller -> actionrunner -> filter
-> action -> result -> exception -> 500 error.

> 7)   Explain Dependency Injection

This is what we call passing arguments.  

> 8)   Why would a developer choose to use EF

So that we don't have to know how to look up the arguments we want to
pass.  

> 9)   What is the difference between Javascript and jQuery

Nothing.  There is no such thing as javascript; it is an archaic term
for jquery, which is now known as react.

> 10) What are extensions methods

These used to be called 'functions' but that term has been deprecated
both because procedural programming is for squares and those functional
programming kids keep overloading terminology.

> 11) What source control systems have you used

Is this a trick question?  Or are you considering 'github' and 'git' to
be different things?  I don't understand what you are asking.

> 12) Have you gathered systems requirements from clients? If so, 
> please give some details

Clients are the wrong place to gather systems requirements.  Attempting
to interact with clients for any amount of time quickly leads to
injection dependency.  The proper place to gather systems requirements
is the project budget comptroller (to determine scale) and the executive
vice president of sales (to determine scope).

Fingers crossed for the followup interview!

khm



[9fans] Removing a nedmail -c box

2016-11-09 Thread Ingo Krabbe
Hi,

once I created a mailbox with nedmail

upas/nedmail -c AListBox

to store some mails from mailings lists, I made some error and want to get rid 
of that file again

ls -l /mail/box/glenda/qemu
-lrw-rw-rw- M 23 glenda glenda 0 Nov 10 06:53 
/mail/box/glenda/qemu/L.mbox
alrw--w--w- M 23 glenda glenda 0 Nov 10 06:53 /mail/box/glenda/qemu/mbox

But `rm` fails to remove anything there:

term% rm /mail/box/glenda/qemu/L.mbox
rm: /mail/box/glenda/qemu/mbox: '/mail/box/glenda/qemu/mbox' does not 
exist
term%  rm /mail/box/glenda/qemu/L.mbox
rm: /mail/box/glenda/qemu/L.mbox: '/mail/box/glenda/qemu/L.mbox' does 
not exist
term% rm /mail/box/glenda/qemu
rm: /mail/box/glenda/qemu: directory not empty
term% rm -rf /mail/box/glenda/qemu
term% ls -l /mail/box/glenda/qemu
-lrw-rw-rw- M 23 glenda glenda 0 Nov 10 06:53 
/mail/box/glenda/qemu/L.mbox
alrw--w--w- M 23 glenda glenda 0 Nov 10 06:53 /mail/box/glenda/qemu/mbox

What can I do here?
How do I reverse the effect of `upas/nedmail -c Somthing` ?

Regards
Ingo




[9fans] Job interview questions

2016-11-09 Thread Andrew Simmons
I’ve just been asked to respond to the following. Apart from number 8, where 
the answer is clearly “because they are clinically insane”, I am at a loss. Any 
hints from the group?

1)   What is the base object in .Net
2)   Which version of Asp.Net MVC have you used
3)   Explain MVC in general
4)   Which version of the .Net are you most familiar with
5)   Explain why you would use an outer join vs an inner join
6)   Can you explain the request Flow in Asp.Net MVC
7)   Explain Dependency Injection
8)   Why would a developer choose to use EF
9)   What is the difference between Javascript and jQuery
10) What are extensions methods
11) What source control systems have you used
12) Have you gathered systems requirements from clients? If so, please 
give some details




Re: [9fans] What does your fileserver consist of?

2016-11-09 Thread Tharaneedharan Vilwanathan
Yes, good idea!

dharani

On Wed, Nov 9, 2016 at 9:21 PM, James A. Robinson 
wrote:

> Ah, I'm not familiar with those. I ended up buying a fairly old board, but
> one I knew would work (for everything) with the plan 9 kernels. I got a
> Supermicro X7SPA-H-D525, and while it isn't amazingly zippy (11 sec to
> build /sys/src/9/pc) it seems to be fast enough to be a file server.
>
> Jim
>
> On Sun, Nov 6, 2016 at 14:00 Tharaneedharan Vilwanathan <
> vdhar...@gmail.com> wrote:
>
>> Assuming cost is not an issue, wouldn't intel Avoton based board be good
>> for this?
>>
>> Regards
>> dharani
>>
>>
>> On Sat, Oct 22, 2016 at 2:40 PM, Steve Simon  wrote:
>>
>> hi,
>>
>> mine is the older model which is not passively cooled, a fan is needed
>> (not to hand so i have no part numbers).
>>
>> it has a 40mm cpu fan but that is all. the fan died (got very noisy) and i
>> replaced it but that was the only unreliable part of the server.
>>
>> -steve
>>
>>
>> > On 22 Oct 2016, at 22:06, Steven Stallion  wrote:
>> >
>> > Stock heatsink with chassis cooling. I've had no issues since I've
>> > started using them back in 2012:
>> > http://plan9.bell-labs.com/sources/contrib/stallion/venti/fs.jpg
>> >
>> > On Sat, Oct 22, 2016 at 1:21 PM, James A. Robinson
>> >  wrote:
>> >> For you folks with an Intel Atom D525 based motherboard
>> >> in your fileserver, do you run with a fanless? Use heatsink?
>> >> Use a fan? Use liquid cooling? Use a quantum heat sink?
>> >>
>> >> Jim
>> >>
>>
>>
>>


Re: [9fans] What does your fileserver consist of?

2016-11-09 Thread James A. Robinson
Ah, I'm not familiar with those. I ended up buying a fairly old board, but
one I knew would work (for everything) with the plan 9 kernels. I got a
Supermicro X7SPA-H-D525, and while it isn't amazingly zippy (11 sec to
build /sys/src/9/pc) it seems to be fast enough to be a file server.

Jim

On Sun, Nov 6, 2016 at 14:00 Tharaneedharan Vilwanathan 
wrote:

> Assuming cost is not an issue, wouldn't intel Avoton based board be good
> for this?
>
> Regards
> dharani
>
>
> On Sat, Oct 22, 2016 at 2:40 PM, Steve Simon  wrote:
>
> hi,
>
> mine is the older model which is not passively cooled, a fan is needed
> (not to hand so i have no part numbers).
>
> it has a 40mm cpu fan but that is all. the fan died (got very noisy) and i
> replaced it but that was the only unreliable part of the server.
>
> -steve
>
>
> > On 22 Oct 2016, at 22:06, Steven Stallion  wrote:
> >
> > Stock heatsink with chassis cooling. I've had no issues since I've
> > started using them back in 2012:
> > http://plan9.bell-labs.com/sources/contrib/stallion/venti/fs.jpg
> >
> > On Sat, Oct 22, 2016 at 1:21 PM, James A. Robinson
> >  wrote:
> >> For you folks with an Intel Atom D525 based motherboard
> >> in your fileserver, do you run with a fanless? Use heatsink?
> >> Use a fan? Use liquid cooling? Use a quantum heat sink?
> >>
> >> Jim
> >>
>
>
>


Re: [9fans] IWP9

2016-11-09 Thread hiro
are you trying to hire us?

On 11/9/16, Jeff Sickel  wrote:
> I'm thinking it should be in a hangar.
>
> -jas
>
>> On Nov 9, 2016, at 4:16 PM, Skip Tavakkolian 
>> wrote:
>>
>> crazier things have been happening lately.  anything is possible.
>>
>>> On Tue, Nov 8, 2016 at 1:29 PM michaelian ennis
>>>  wrote:
>>> I just realized that the next would be the 9th International Workshop on
>>> Plan 9.  I wonder where it will be.
>>>
>>> Ian
>



Re: [9fans] IWP9

2016-11-09 Thread Jeff Sickel
I'm thinking it should be in a hangar.

-jas

> On Nov 9, 2016, at 4:16 PM, Skip Tavakkolian  
> wrote:
> 
> crazier things have been happening lately.  anything is possible.
> 
>> On Tue, Nov 8, 2016 at 1:29 PM michaelian ennis  
>> wrote:
>> I just realized that the next would be the 9th International Workshop on 
>> Plan 9.  I wonder where it will be.
>> 
>> Ian


Re: [9fans] IWP9

2016-11-09 Thread Skip Tavakkolian
crazier things have been happening lately.  anything is possible.

On Tue, Nov 8, 2016 at 1:29 PM michaelian ennis 
wrote:

> I just realized that the next would be the 9th International Workshop on
> Plan 9.  I wonder where it will be.
>
> Ian
>


Re: [9fans] IWP9

2016-11-09 Thread Sergey Zhilkin
Any dates ? Crazy idea - Kazan, Russia.

Ready to meet :) he he

среда, 9 ноября 2016 г. пользователь Kaviraj Launchyard написал:

> even most of https://plan9.io/plan9/ stopped working.. :(
>
>
> On Wednesday 09 November 2016 03:44 PM, hiro wrote:
>
>> destroyed the Labs? details please.
>>
>>
>
>

-- 
Sent from Gmail Mobile


Re: [9fans] IWP9

2016-11-09 Thread Kaviraj Launchyard

even most of https://plan9.io/plan9/ stopped working.. :(


On Wednesday 09 November 2016 03:44 PM, hiro wrote:

destroyed the Labs? details please.






Re: [9fans] IWP9

2016-11-09 Thread hiro
destroyed the Labs? details please.