Thursday, February 09, 2017
Metadata kept in Windows cache, refused to mount
I think this is related to hibernation. I have found the solution
sudo ntfsfix /dev/sda(#)
Thursday, February 02, 2017
Symmetric Dirichlet in d dimensions
function res=dirchrnd(alpha,d)
res = zeros(d,1);
for i=1:d
res(i)=gamrnd(alpha,1);
end
res=res/sum(res);
end
res = zeros(d,1);
for i=1:d
res(i)=gamrnd(alpha,1);
end
res=res/sum(res);
end
Friday, January 27, 2017
Tuesday, January 24, 2017
Subscribe to:
Posts (Atom)
AI
Despite the benefits of AI we are starving for humanity.
-
It is difficult to create robot that cleans our arbitrary dirty dishes. However , if we put some digital information on dishes (special des...
-
Our parents were arranging their schedule according to sunrise and sunset. They are still consistent in their habit. However, in our generat...
-
Robot Particles Display: Current display devices can show any image for a very cheap price. But it will be very intresting if someone tr...