- Aug 2022
-
knox.apache.org knox.apache.org
-
Secure Oozie POST/PUT Request Payload Size Restriction With one exception there are no known size limits for requests or responses payloads that pass through the gateway. The exception involves POST or PUT request payload sizes for Oozie in a Kerberos secured Hadoop cluster. In this one case there is currently a 4Kb payload size limit for the first request made to the Hadoop cluster. This is a result of how the gateway negotiates a trust relationship between itself and the cluster via SPNEGO. There is an undocumented configuration setting to modify this limit’s value if required. In the future this will be made more easily configurable and at that time it will be documented.
[[Apache Knox]] and [[Oozie]] payload request limit
-
- May 2021
-
github.com github.com
-
Penpot - The Open-Source design & prototyping platform
Open Source alternative to Sketch and Figma?
-
- Mar 2021
-
kubernetes.io kubernetes.io
-
The way Kubernetes processes multiple taints and tolerations is like a filter: start with all of a node's taints, then ignore the ones for which the pod has a matching toleration; the remaining un-ignored taints have the indicated effects on the pod.
A pod's toleration says "I can handle the case that the node is tainted with key1=value1:NoSchedule, you can deploy me there"
-
- Jan 2021
-
www.studytonight.com www.studytonight.com
-
function kubectlgetall { for i in $(kubectl api-resources --verbs=list --namespaced -o name | grep -v "events.events.k8s.io" | grep -v "events" | sort | uniq); do echo "Resource:" $i kubectl -n ${1} get --ignore-not-found ${i} done }
function kubectlgetall { for i in $(kubectl api-resources --verbs=list --namespaced -o name | grep -v "events.events.k8s.io" | grep -v "events" | sort | uniq); do echo "Resource:" $i; kubectl get ${1} --ignore-not-found ${i}; done; }
-
-
-
balance s and I think this is really where you get into the power of fire and snow met together
balance s => ValueSets
-
- Sep 2020
-
github.com github.com
-
func extensions install --package Microsoft.Azure.WebJobs.Extensions.CosmosDB --version 3.0.0-beta6
Just running func extensions install without further parameters checks the function.json file and installs required extensions
-
- Jun 2020
-
developers.google.com developers.google.com
-
Linear and Mixed-Integer Programming
-
Constraint Programming
-
OR-Tools includes solvers for
-
Scheduling: Find the optimal schedule for a complex set of tasks, some of which need to be performed before others, on a fixed set of machines, or other resources.
-
After modeling your problem in the programming language of your choice, you can use any of a half dozen solvers to solve it: commercial solvers such as Gurobi or CPLEX, or open-source solvers such as SCIP, GLPK, or Google's GLOP and award-winning CP-SAT.
-
vehicle routing, flows, integer and linear programming, and constraint programming.
-
open source
-
OR-Tools is fast and portable software for combinatorial optimization.
-
OR-Tools won four gold medals in the 2019 MiniZinc Challenge, the international constraint programming competition.
-
- May 2020
-
docdrop.org docdrop.org
-
Google Drive by authorizing Hypothes.is within your Google account
Getting an error message here: Sign in with Google temporarily disabled for this app This app has not been verified yet by Google in order to use Google Sign In.
-
-
github.com github.com
-
(defcustom org-pomodoro-length 25
Override Pomodoro length with
(setq org-pomodoro-length 10)
-
- Apr 2020
-
-
Fiction books are not an exception: I tend to highlight use of language I liked, inspirational things
Interesting! I'm just doing the Building A Second Brain course by Tiago Forte and he also captures nice graphics, inspiring formulations, etc.
-