Tag: package management
-
The Android Studio / Gradle Experience
Im sure my answer / comment on What is Gradle in Android Studio? will get downvoted into oblivion with short-shrift fairly soon. (Maybe deservedly). But I’ll make it here : [quote] At the risk of being discursive I think behind this is the question of why the Android Studio / Gradle experience is so bad.…
-
Project ThoughtStorms : Wikish Plugin Update
I’m updating my copy of the Smallest Federated Wiki, and the plugin format has evolved again. (Not surprising, the SFW is still in its experimental stage.) So, I’ve broken out my plugin for ThoughtStorms / SdiDesk format (wikish) from the original Project ThoughtStorms and made a dedicated git repository in the recommended format, naming convention…
-
Clojars : A Note
Further to this story. I tried to deploy another small Clojure library to Clojars today. And found myself being asked for the passphrase to sign my update. You need a passphrase to unlock the secret key for user: “phil jones ” 2048-bit RSA key, ID XXXXXX, created 2012-03-05 I got into a terrible confusion. Because,…
-
jspm.io – Frictionless Browser Package Management
This looks very interesting. Frictionless Browser Package Management. Watching the video on javascript in 2015 shows me that it’s really time I upgraded my javascript build skills / knowledge. I’m pretty out of touch in this world.
-
Clojars
Well that was surprisingly painless. I’m in the process of reorganizing the code for Patterning, my Clojure library that produces (visual) patterns. Patterning was built using Quil, which is a Clojure wrapper around Processing. But I wanted to be able to call the library directly from Processing itself (Java version). It seemed silly to create…
-
Redundancy in Web App Architecture
I’m not sure I understand Brent Simmons’ problem, here. If you need the same code running on two or three small specialized web-servers, just write it once in a library and include it in each of them. The repetition of running instances isn’t worth worrying about. I’m wondering if his problem is really a lack…