Earlier quoted context omitted.
yay! \o/ can you check what happens after you wake from sleep/hibernation? are those apps still fully functioning?
I did not try GUI stuff, but when my tablet went to sleep while executing a long-running command, when I returned to the bash shell, the command failed with a message stating "interrupted syscall" or the like. Not sure if this is the common/intended behaviour.
Bash on Ubuntu on Windows
61–70 of 434 posts
Re: Bash on Ubuntu on Windows
#62I am a little scared from the distinction we are start to make between "computers" and "developers' computers" In most computer nowadays you cannot code (tables and smartphones), are computers doomed to be an expensive tool for few "nerd" ? What will be the impact on computer literacy ?
The tablet I currently own cost me $80 and came with a C# compiler preinstalled! (Maybe that's an extreme example: It is a Windows tablet, and Android or iOS only come with JavaScript JIT compilers preinstalled.)
Re: Bash on Ubuntu on Windows
#63Re: Bash on Ubuntu on Windows
#64Earlier quoted context omitted.
Exactly. The Linux file system will have Windows mounted into it but I think Windows won't be able to see the Linux filesystem. We will see.
Linux and Windows can both see each others filesystem, but they are visible at specific mount points in each environment. You can't just use /home/chx/todo.txt as a path from any Windows application, but you can find that file through some other path.
Re: Bash on Ubuntu on Windows
#65Sad that the VM (1) are no update to the #14316 version. (1) https://developer.microsoft.com/en-us/microsoft-edge/tools/v...
Re: Bash on Ubuntu on Windows
#66I am a little scared from the distinction we are start to make between "computers" and "developers' computers" In most computer nowadays you cannot code (tables and smartphones), are computers doomed to be an expensive tool for few "nerd" ? What will be the impact on computer literacy ?
What do you mean you "cannot" code on tablets and smartphones? There are nice interpreters and compilers in the official app stores for major mobiles OS, aren't there? I've used Python on iOS, Android and Windows Phone. Also J, Ocaml, some dialects of Lisp, C# and Ruby, that I can remember now (each language on at least one of those OSes, sometimes more than one). Not to mention these devices all come with web browse…
Re: Bash on Ubuntu on Windows
#67- Does ls -li (show/emulate inode number ? I don't know whether NTFS has inode number or not) - Find with exec , xargs is supported?
1125899906857921 -rwxrwxrwx 1 root root 21 Apr 7 07:56 test2.txt 562949953436608 -rwxrwxrwx 1 root root 13 Apr 7 07:56 test.txt Two files created seconds apart. Some sort of internal NTFS construct, maybe?
Re: Bash on Ubuntu on Windows
#68Re: Bash on Ubuntu on Windows
#69Earlier quoted context omitted.
What do you mean you "cannot" code on tablets and smartphones? There are nice interpreters and compilers in the official app stores for major mobiles OS, aren't there? I've used Python on iOS, Android and Windows Phone. Also J, Ocaml, some dialects of Lisp, C# and Ruby, that I can remember now (each language on at least one of those OSes, sometimes more than one). Not to mention these devices all come with web browse…
I tried to code on smartphone, never again. I am x times more productive on desktop.
Re: Bash on Ubuntu on Windows
#70Now we just need someone to make a nice laptop that can compete with the MBP...
They already did: surface book.
I'd rather hold out for the next iteration.