Last night I was too tired to clarify, but here is the project #ClojureScript #transcription #portuguese
#clojure We ran into an issue where duplicate input was causing bizarre behavior -- filtering our things was accumulating with each filter, and certain items would continually match our filter regardless of how weird the filter was. Final answer: React (reagent) keys that were not made duplicate-safe! It was those errors we've read about for years but never seen in action. #clojure
#clojure Clojars new security things prevented me from creating a new project, and an hour of reading later and I might be getting it verified today so I can resume work. The security upgrade is a necessary thing with clojars, but it adds real persuasion to the idea that I switch to deps.edn and use direct git sha codes, cutting out the middleman. I would then need to replace the considerable tooling I have in leiningen, though... #clojure
Why Repl-Driven Development is a superpower? Maybe it achieves kaizen. https://en.m.wikipedia.org/wiki/Kaizen
RT @m_ou_se
Developers who say performance is more important than correctness. https://twitter.com/magdraws/status/1551612747569299458
Gotta say, that's a bold stance -- "We work better with Google apps [than the elephant in the room, Google Chrome]!"
---
RT @apple
Safari works seamlessly with your Google Drive so you can share and collaborate across all your files.
https://twitter.com/Apple/status/1537280200454524929
Benefits to using your full programming language for your #css: I wrote code that determines whether my domain is subdomain or subpath and rewrites my resource paths accordingly, shared with both resource calls (like <img>) and css url functions (like `background: url(SOMEPATH)`). #gardencss #reitit #clojurescript
An observation on the effects of two different helpers trying to get a novice set up on a complex system. The expert tried to follow elaborate work-arounds, editing deep system files, and juggling aliases. The master was able to keep it simple, making few changes and following a short, immutable path. Mastery is simplicity, even in tech.
I just became aware of org-drill for flashcard functionality in orgmode, from this person who used it practice guitar. It looks poised to join Spray (speed reading) as emacs tools that upgrade my lifestyle.
https://www.youtube.com/watch?v=uraPXeLfWcM
https://www.reddit.com/r/emacs/comments/w6d3jb/guitar_theory_with_org_drill/
https://jherrlin.github.io/guitar-theory-training/
final result:
The power of regexps and emacs. Turn copy-pasted strings into #clojure data-structures of three items. This would be much harder without lisp syntax.
Well, that was annoying. Clojure.math/floor must have an opposite, right? But contrary to normal #clojure style, I had to look up the documentation to find out why it wasn't "ceiling"
Full Stack Clojure web app engineer