> Use the C code generator. Only supposed in unregisterised GHC builds.
> This is the oldest code generator in GHC and is generally not included any more having been deprecated around GHC 7.0. Select it with the -fvia-C flag.
> The C code generator is only supported when GHC is built in unregisterised mode, a mode where GHC produces “portable” C code as output to facilitate porting GHC itself to a new platform. This mode produces much slower code though so it’s unlikely your version of GHC was built this way. If it has then the native code generator probably won’t be available. You can check this information by calling ghc --info (see --info).
> Gnome supports Google Drive, or at least used to, directly in Nautilus. I don't use Gnome, so I can't comment.
I'm using it right now. It is not particularly responsive (perform an operation and it looks like no operation is happening until the remote end responds) but works well enough for copying files in and out via nautilus if you don't expect instant feedback.
are there any limits around the number of files? The official linux client starts to bug out somewhere over 250k files and gets stuck on "syncing". Dropbox support have said they don't recommend more than 100k files.
Ugh. This might explain why my Dropbox client is forever broken on Windows too. I have hundreds of thousands of file. It will just never sync. I was about to start just pulling down multi-hundred-gig Zip files if the web UI would let me. Let's see if this app can do it.
Now, if only someone would make a client for IDrive so I can exfiltrate all my data from there...
> I remember painful memories of late 90s and early 2000s. Until DosBox, it was impossible to run DOS applications under Linux.
I seem to remember playing Commander Keen under DOSEMU seamlessly on a p200mmx with 64mb of ram. If this mail from 1999 is anything to go by, others were able to play similar vintage games:
I use an intel nuc i3-7100U as a wifi to ethernet bridge for a Windows 10 machine (HP Elitedesk 8300 Core i5-3470). The nuc also serves as a htpc running libreelec.
Why? I tried 4 different USB WiFi dongles with different chipsets spanning ~11 years and each one would end up being the cause of intermittent blue screen of death. The dump file backtrace repeatedly pointed to the usb-wifi stack.
https://downloads.haskell.org/~ghc/9.4.2/docs/users_guide/co...
> -fvia-C
> Use the C code generator. Only supposed in unregisterised GHC builds.
> This is the oldest code generator in GHC and is generally not included any more having been deprecated around GHC 7.0. Select it with the -fvia-C flag.
> The C code generator is only supported when GHC is built in unregisterised mode, a mode where GHC produces “portable” C code as output to facilitate porting GHC itself to a new platform. This mode produces much slower code though so it’s unlikely your version of GHC was built this way. If it has then the native code generator probably won’t be available. You can check this information by calling ghc --info (see --info).