Don't try all these at once, tried that approach with Haskell and failed.
Don't try all these at once, tried that approach with Haskell and failed.
The talk started with them booting a spoofed Fedora ISO after checking the signature.
14 vulns, 9 unpatched.
The talk started with them booting a spoofed Fedora ISO after checking the signature.
14 vulns, 9 unpatched.
`map` can be easily parallelized, and so can `reduce` (as a tree). This is important for OCaml 5. But all is not lost if all you have is fold, you can transform it into a `map` and `reduce`, but it isn't trivial: okmij.org/ftp/Algorith....
`map` can be easily parallelized, and so can `reduce` (as a tree). This is important for OCaml 5. But all is not lost if all you have is fold, you can transform it into a `map` and `reduce`, but it isn't trivial: okmij.org/ftp/Algorith....
You could also use a module instead of a record, and cast it to a module type containing only show.
You could also use a module instead of a record, and cast it to a module type containing only show.
I don't have good answers for using multiple IM protocols, but one approach that kind of works on a desktop is to open the web interface for each system in a separate tab, enable desktop notifications and *pin it*. That ensures it opens on startup.
I don't have good answers for using multiple IM protocols, but one approach that kind of works on a desktop is to open the web interface for each system in a separate tab, enable desktop notifications and *pin it*. That ensures it opens on startup.
In theory Matrix bridges were also supposed to solve this. Maybe I need to try Pidgin again.
In theory Matrix bridges were also supposed to solve this. Maybe I need to try Pidgin again.
There is a 5 year old PR on the vim-ocaml repository that'd fix it (unfortunately it is a breaking change, but 5 years is probably enough notice and time to merge?)
There is a 5 year old PR on the vim-ocaml repository that'd fix it (unfortunately it is a breaking change, but 5 years is probably enough notice and time to merge?)
I'll have to try and extract a minimal working config out of that though.
I'll have to try and extract a minimal working config out of that though.