This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-08
Channels
- # aleph (2)
- # aws (1)
- # beginners (172)
- # boot (15)
- # cider (17)
- # clara (7)
- # cljs-dev (22)
- # cljsrn (12)
- # clojars (3)
- # clojure (110)
- # clojure-dev (5)
- # clojure-italy (13)
- # clojure-sanfrancisco (5)
- # clojure-spec (3)
- # clojure-uk (31)
- # clojurescript (110)
- # community-development (2)
- # cursive (16)
- # datomic (19)
- # docs (4)
- # emacs (49)
- # fulcro (24)
- # jobs (5)
- # keechma (2)
- # lein-figwheel (41)
- # leiningen (10)
- # luminus (4)
- # lumo (24)
- # mount (24)
- # numerical-computing (1)
- # off-topic (16)
- # om (4)
- # onyx (6)
- # parinfer (9)
- # planck (8)
- # re-frame (7)
- # reagent (6)
- # shadow-cljs (125)
- # sql (5)
- # test-check (9)
- # unrepl (6)
- # yada (5)
I was assigned to make a tic tac toe game in my favorite language. The project was a breeze, but now I have to make a class diagram
PersistentArrayMap implements java.util.Collection, functions implement clojure.lang.IFn which implements Callable… etc. - there’s actually a lot of class relationships to describe, they just aren’t usually the thing you care about when writing normal code
this is awkward
has anyone gone from a 1920x1080 -> 4K monitor (of same physical size), and found text easier to read? whenever I look at text on monitor vs text on phone/iPad, I wonder if going 1920x1080 -> 4k would make code easier to read
Typical human visual acuity is said to be 1 arc minute (in the fovea, much less in peripheral vision), or in other words 1/60 of a degree.
what’s “tangent” in java or clojure?
Ok, viewed at 18" your typical eye can resolve
0.005 inches, or about 200 dpi
assuming 1 arc minute acuity at the fovea
whereas a 30" monitor with 4k UHD resolution is about 150ppi, so you should be able to perceive the difference. (https://www.noteloop.com/kit/display/pixel-density/)
so the argument is: >> on 30" 4k uhd you can see individual pixels >> therefore, going from 1920x1080 -> 4k is a benefit ?
the 1920x1080 monitor of the same size is roughly 1/2 the resolution or 75 dpi, so the improvement to 4k will be noticeable at 18". If you put the same two monitors a few more feet away then you won’t be able to tell the difference any longer. The pixels will subtend too small an angle for your eye to resolve.
Right? It’s trigonometry so it must be true.