I've been going through Syntorial[1] which is an interactive synth tutorial. I'm about half-way through and I've found it very useful for understanding not just what each part of a synthesizer does to the sound, but how…
For those complaining about the appearance of the article: it looks like the original link [1] now redirects to the wired.com version but used to redirect to medium.com [2], at least that's what happens when I enter it…
One I know is Bitwig who recently changed their licensing model so you get 12 months updates with your perpetual license and can pay to continue receiving updates after 12 months[1]. [1]…
There is a list at the bottom of this page: https://www.djangoproject.com/start/overview/ Disqus Instagram Knight Foundation MacArthur Foundation Mozilla National Geographic Open Knowledge Foundation Pinterest Open Stack
The reason this law still exists is because blasphemy is included in the Irish constitution and so to remove it would require a referendum which "would rightly be seen as a time wasting and expensive exercise" [1]; the…
Having switched to Kak recently, I've found this painful since I sometimes SSH into machines with only vi installed and so have to switch back and forth between kak and vi; it's a real headache...and a real shame since…
I think Kakoune is particularly interesting here because it integrates window splitting using tmux and a client-server model instead of re-implementing it which is what vim does. This is part of Kakoune's design…
Good point, I guess detecting something as e.g. showing child abuse would be much more difficult.
There's this by Yahoo: https://github.com/yahoo/open_nsfw
The list seems out of date, InfiniDB has been open-sourced since Calpont went bankrupt, and Greenplum is open-sourced under Apache 2 license[1]. There's also MariaDB Columnstore, a fork of InfiniDB[2]. 1.…
There's also a document maintained on GitHub that gives a rating of Haskell's support for different domains: https://github.com/Gabriel439/post-rfc/blob/master/sotu.md Which backs up your statements; many of the…
I recently wrote a browser-driven scraper using Nightmare[1], which uses Electron under the hood. Another option for those who prefer python is dryscrape[2], although I haven't tried it. [1]…
Reminded me of the Interface Hall of Shame[1], which, now that I think about it, might be evidence against his claim that software is getting worse... [1] http://hallofshame.gp.co.at/stupid.htm
The idea is that the plugins themselves implement asynchronous functionality. Neomake is a new plugin that checks syntax just like syntastic, but does so asynchronously. Another popular async plugin is vim-plug.…
I've been going through Syntorial[1] which is an interactive synth tutorial. I'm about half-way through and I've found it very useful for understanding not just what each part of a synthesizer does to the sound, but how…
For those complaining about the appearance of the article: it looks like the original link [1] now redirects to the wired.com version but used to redirect to medium.com [2], at least that's what happens when I enter it…
One I know is Bitwig who recently changed their licensing model so you get 12 months updates with your perpetual license and can pay to continue receiving updates after 12 months[1]. [1]…
There is a list at the bottom of this page: https://www.djangoproject.com/start/overview/ Disqus Instagram Knight Foundation MacArthur Foundation Mozilla National Geographic Open Knowledge Foundation Pinterest Open Stack
The reason this law still exists is because blasphemy is included in the Irish constitution and so to remove it would require a referendum which "would rightly be seen as a time wasting and expensive exercise" [1]; the…
Having switched to Kak recently, I've found this painful since I sometimes SSH into machines with only vi installed and so have to switch back and forth between kak and vi; it's a real headache...and a real shame since…
I think Kakoune is particularly interesting here because it integrates window splitting using tmux and a client-server model instead of re-implementing it which is what vim does. This is part of Kakoune's design…
Good point, I guess detecting something as e.g. showing child abuse would be much more difficult.
There's this by Yahoo: https://github.com/yahoo/open_nsfw
The list seems out of date, InfiniDB has been open-sourced since Calpont went bankrupt, and Greenplum is open-sourced under Apache 2 license[1]. There's also MariaDB Columnstore, a fork of InfiniDB[2]. 1.…
There's also a document maintained on GitHub that gives a rating of Haskell's support for different domains: https://github.com/Gabriel439/post-rfc/blob/master/sotu.md Which backs up your statements; many of the…
I recently wrote a browser-driven scraper using Nightmare[1], which uses Electron under the hood. Another option for those who prefer python is dryscrape[2], although I haven't tried it. [1]…
Reminded me of the Interface Hall of Shame[1], which, now that I think about it, might be evidence against his claim that software is getting worse... [1] http://hallofshame.gp.co.at/stupid.htm
The idea is that the plugins themselves implement asynchronous functionality. Neomake is a new plugin that checks syntax just like syntastic, but does so asynchronously. Another popular async plugin is vim-plug.…