Fork me on GitHub
#off-topic
<
2017-11-25
>
qqq02:11:48

I need to get an approximate location of the user based on ip addr. (city/state estimate is sufficient). This is for sending targeted ads via different location. What service do people generally use for this ip addr -> approximate location mapping ?

qqq07:11:48

I'm already doing

(defstyles svg-text
  [:svg
   [:text
    {:user-select "none"
     :-webkit-user-selec "none"
     :-moz-user-select "none"
     :-ms-user-select "none"
     }]])
but it still allows users to select svg text. How can I disable selection of svg text ?

alandipert22:11:26

borkdude i recently rolled my own blogware because i figured configuring someone else's the way i wanted was more effort and could break in time. it's elisp/makefile/pandoc driven https://github.com/alandipert/wondr-blog