Skip to content

Instantly share code, notes, and snippets.

@ArloL
ArloL / Questions.markdown
Last active July 24, 2016 17:29
Effortful Retrieval Questions for Julie Pagano's It's Dangerous to Go Alone
@ArloL
ArloL / Questions.markdown
Last active November 22, 2015 10:56
Effortful Retrieval Questions for Clojure for the Brave and True

Clojure for the Brave and True

http://www.braveclojure.com/

Building, Running, and The REPL

  • What is Clojure?
  • What is Leiningen?
  • What is a lisp?
  • How to create a project layout with Leiningen?
@ArloL
ArloL / Questions.markdown
Last active July 24, 2016 17:28
Effortful Retrieval Questions for Where Next? Building a Career as a Technologist

Where Next? Building a Career as a Technologist

http://www.infoq.com/presentations/career-ideal-job

  1. What are possible dimensions of an ideal job?
  2. What are possible dimensions of an ideal job culture?
  3. After what time does a commute influence happiness?
  4. What are different "tracks" that you can follow?
  5. What are some interesting alternatives to a "job" career?
  6. What are ways to get better?
@ArloL
ArloL / gist:69d40f1fd21cf1749986
Created October 23, 2015 06:51
Diff of jre/lib/security/java.security in Oracle JDK 8u60 and 8u66
server2:/opt # diff jdk1.8.0_60/jre/lib/security/java.security jdk1.8.0_66/jre/lib/security/java.security
591a592,648
>
> # The pre-defined default finite field Diffie-Hellman ephemeral (DHE)
> # parameters for Transport Layer Security (SSL/TLS/DTLS) processing.
> #
> # In traditional SSL/TLS/DTLS connections where finite field DHE parameters
> # negotiation mechanism is not used, the server offers the client group
> # parameters, base generator g and prime modulus p, for DHE key exchange.
> # It is recommended to use dynamic group parameters. This property defines
@ArloL
ArloL / gist:ba77b0d4208c7fea1a4e
Created October 23, 2015 07:00
Jenkins log output
Oct 23 08:57:12 server2.dev.rz.evosec.de java[6411]: Oct 23, 2015 8:57:12 AM hudson.model.UpdateSite updateData
Oct 23 08:57:12 server2.dev.rz.evosec.de java[6411]: SEVERE: ERROR: Signature verification failed in update site &#039;default&#039; <a href='#' class='showDetail>(show details)</a><pre style='display:none'>java.security.cert.CertPathValidatorException: Algorithm constraints check failed: MD5withRSA<br> at sun.secury.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:135)<br> at sun.security.provider.certpath.PKIXCertPathValidator.lidate(PKIXCertPathValidator.java:219)<br> at sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:140)<br> at s.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:79)<br> at java.security.cert.CertPathValidator.validate(CertPaValidator.java:292)<br> at org.jvnet.hudson.crypto.CertificateUtil.validatePath(CertificateUtil
@ArloL
ArloL / Questions.markdown
Created October 25, 2015 20:06
Effortful Retrieval Questions on The CAP FAQ

The CAP FAQ

https://github.com/henryr/cap-faq

  • What's the relationship between CAP and performance?
  • What does CAP mean to me as an engineer?
  • What's the relationship between CAP and ACID?
  • What does CAP stand for?
  • What does Availability in CAP stand for?
  • What does Consistency in CAP stand for?
@ArloL
ArloL / DemoApplication.java
Last active November 24, 2015 13:57
Demonstrate how to pass parameters to Spring Boot Application via Servlet Context Parameters
package com.example;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.context.web.SpringBootServletInitializer;
@ArloL
ArloL / Questions.markdown
Created December 20, 2016 19:27
Effortful Retrieval Questions for Allison Kaptur - Effective Learning for Programmers

Effective Learning for Programmers

https://www.youtube.com/watch?v=Mcc6JEhDSpo

  1. What are the two mindsets towards intelligence?
  2. What is the problem with praise for being smart?
  3. What are the responses to confusion with the two mindsets?
  4. What mindset does the concept of a 10x engineer typically follow?
  5. How do you identify a fixed mindset?
  6. How do you change a fixed mindset?
@ArloL
ArloL / docker-copy.sh
Created July 21, 2023 07:19
docker copy
#!/bin/sh
set -o errexit
set -o nounset
set -o xtrace
CONTAINER_ID_FILE=$(mktemp -u)
cleanup() {
currentExitCode=$?

11. General Interference with Organizations and Production

(a) Organizations and Conferences

  1. Insist on doing everything through "channels". Never permit short-cuts to be taken in order to expedite decisions.
  2. Make "speeches". Talk as frequently as possible and at great length. Illustrate your "points” by long anecdotes and accounts of personal experiences. Never hesitate to make a few appropriate "patriotic” comments.
  3. When possible, refer all matters to committees, for "further study and consideration". Attempt to make the committees as large as possible — never less than five.
  4. Bring up irrelevant issues as frequently as possible.
  5. Haggle over precise wordings of communications, minutes, resolutions.
  6. Refer back to matters decided upon at the last meeting and attempt to re-open the question of the advisability of that decision.