-
It makes no strategic sense. It will require duplicative administrative, project staffing (matrix), and work of other general concerns.
-
It will establish odd, and unnecessary communications channels between these devs and the backend devs, PLUS these devs and other frontend devs.
-
We've tried this before (the webdev pool), and it didn't work. It resulted in developer-project lock-in, and further distanced these devs from the backend devs.
-
Isolating (some) frontend devs will hurt developer flexibility.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Plov Recipe | |
Base recipe: https://cooking.nytimes.com/recipes/1016811-bukharan-plov-with-beef-carrots-and-cumin-seeds | |
Keys: Calrose or Kokuhu Sushi rice... either way, medium grain rice. | |
http://spicetrekkers.com/products-page/indian-sri-lankan/wild-black-cumin-uzbekistan-2/ | |
Notes from first attempt: | |
1) I browned the meat first, and for a long period of time. In reality, it just needs more time |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val credentials = for { | |
// Create credentials | |
username <- Utils.username | |
password <- Utils.password | |
} yield BasicAuth.client(username, password) | |
//TODO: connection pooling https://twitter.github.io/finagle/guide/Clients.html#pooling | |
val client = for { | |
host_port <- Utils.host_port | |
} yield Http.client.withTlsWithoutValidation.newService(host_port) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sbt "run -admin.port=:10008 -jvm-debug=:5005" | |
[info] Loading global plugins from /home/welkere/.sbt/0.13/plugins | |
[info] Loading project definition from /home/welkere/code/scala/projectwizard/project | |
[info] Updating projectwizard-build | |
[info] Resolved projectwizard-build dependencies | |
[info] Fetching artifacts of projectwizard-build | |
[info] Fetched artifacts of projectwizard-build | |
[info] Set current project to projectwizard (in build file:/home/welkere/code/scala/projectwizard/) | |
[info] Updating projectwizard | |
[info] Resolved projectwizard dependencies |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Head of garlic, smashed (don't bother to mince) | |
3 onions, very roughly cut (they will dissolve) | |
1-2 cups of beef/chicken broth, water, light-tasting beer (no hops, no porters), or a mix. | |
1 tbsp each: | |
whole cumin | |
whole fennel | |
whole coriander | |
chili powder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scala Database: http://manuel.bernhardt.io/2014/02/04/a-quick-tour-of-relational-database-access-with-scala/ | |
https://github.com/salat/salat <-- serialization of case classes... good for mongo. | |
https://github.com/sksamuel/elastic4s <-- async module for ElasticSearch | |
http://www.joda.org/joda-time/ <-- default time library (JSL recommended) | |
Slick - F-ORM http://slick.typesafe.com/ | |
Shapeless - https://github.com/milessabin/shapeless | |
Dair - https://github.com/jeremyrsmith/dair |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Canjs - http://canjs.com/ | |
Mongoose - http://mongoosejs.com/ (Mongo wrapper, essentially) | |
Eddie, you should Mentor!!!!!! | |
Jasmine-given - https://github.com/searls/jasmine-given | |
Mary Rose Cook/David Nolen on Lisp and it's parsability | |
Mercury JS - https://github.com/Raynos/mercury | |
@Robbiethegeek | |
Particle Proton - $20, Teensy - $8, Neopixels |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Easter Bread Improved trial #1 (2015) | |
Includes http://www.marthastewart.com/335348/ukrainian-easter-bread (somewhat) | |
Needs: | |
* King Arthur All Purpose flour | |
* 1+ cups of golden raisins | |
* 1 1/2 gallon of whole milk | |
* 1 orange (1 lemon too?) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Hadoop with Python | |
Spotify -> Luigi | |
Snakebite -> HDFS native bindings for HDFS | |
Snakebite @ the end of a MR job, get stuff (mv, rn, delete, but no write) and process | |
HBase Thrift gateway? -> Actual thrift? | |
Spark + GraphX |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8.8.8.8 | |
8.8.4.4 (nice numbers == Level 3) | |
Verizon | |
71.252.0.12 | |
4.2.2.1 ... 4.2.2.5 |
NewerOlder