Hacker Newsnew | past | comments | ask | show | jobs | submit | _7vbw's commentslogin


We use KeyPassX in our company.


You can easily turn it off in Settings -> Security & Privacy -> Search tab -> Include online search results


Which build is that? I don't see it in build 10074. It existed in the pre-Cortana build from last fall, but as far as I can tell, it was completely removed when Cortana was added.

Perhaps it was re-added? Or I'm looking in the wrong spot?


Sorry if I mislead you, but my comment was about Unity on Ubuntu


It was removed for a while and then returned in the most recent build as far as I'm aware.


Could you explain why are they step ahead? I am not familiar with ClojureScript, but my interest in it is really high.


Because Clojurescript uses immutable data structures, and keeps the state in a centralized atom, so comparing different states is as easy (and fast) as comparing the different versions of the data structure, which in turn (and thanks to being immutable data structures) reduces to compare their memory references, which is fast.


Immutable.js is a project also from FaceBook that brings immutable data structures to your JS applications including those using React.

Since Clojurescript compiles down to JS, wouldn't it be possible to use Immutable.js and a slightly different app design (a single Flux Store for the entire app) to get the same benefit of using React with Clojurescript?


The centralized immutable state oriented architecture advocated by Om can definitely be implemented using plain JavaScript (my favorite in this space is https://github.com/moreartyjs/moreartyjs), but language features like core.async, transducers and macros are not so easily replicated.


Nitpicking but ClojureScript the language does not keep state in a centralized atom. That's just a common pattern used for Reagent/Om apps.


Centralized state as an immutable data structure is exactly how the app I work with is built. It's plain JavaScript and React. So I don't see how React is "behind" on this front.


Nuclear.js also does this, with pretty idiomatic JavaScript


This is a slightly long read, but it will give you a feel for it: https://github.com/Day8/re-frame

(disclosure: I am the author)



Was playing around with Go, please, let me know if you liked it.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: