Files
org/notes.org
2020-02-02 22:28:00 +01:00

2.2 KiB
Raw Blame History

My Notes

Work

Reoccurring Tasks

TODO Schedule Day

SSCHEDULEDCHEDULED: <2019-10-08 Tue 08:00-08:15>

TODO Catch-Up (Emails/Slack)

SCHEDULED: <2020-01-31 Fri 08:15-08:30 .+1d>

TODO Code Reviews   ATTACH

SCHEDULED: <2020-01-31 Fri 09:15 .+1d>

CLOCK: [2019-10-08 Tue 08:24][2019-10-08 Tue 09:24] => 1:00

TODO 1 on 1 with Josip

SCHEDULED: <2020-01-22 Wed .+2w>

Sprint Work

TODO Stand-up

SCHEDULED: <2020-01-24 Wed 11:00-11:15 .+1d>

TODO Planning

SCHEDULED: <2020-01-23 Wed .+2w>

TODO Refinement

SCHEDULED: <2020-01-29 Wed .+2w>

TODO Review

SCHEDULED: <2020-01-22 Wed .+2w>

TODO Retrospective

SCHEDULED: <2020-01-22 Wed .+2w>

Regular meetings

Howtos

setup mitmproxy   ATTACH

  1. write a script to modify the response

      from mitmproxy import http
    
      def request(flow):
          if flow.request.pretty_url.find("/classifiers/trainings") >=0 and flow.request.method == 'PUT':
    
              flow.response = http.HTTPResponse.make(
                  500,
                  "<html><body>failed with mitmproxy</body></html>",
                  {"content-type":"text/html"},
              )
  2. mitmproxy --mode reverse:https://bwjsonapi.stage.brandwatch.net -p 9999 -s <scriptName>
  3. ./runInDevelopment --apiUrl=http://localhost:9999

mitmproxy scripts

throttle all request in random order
from threading import Timer
from random import random
from mitmproxy import http

def request(flow):
    resumeLater = Timer(random() * 2, flow.resume)
    flow.intercept()
    resumeLater.start();

jq usage

Get ids from a json response { results: [{id: 4}, ...] }

curl URL | jq '.results[] | .id'

Other

Private

Tonuino

SD Karte 1

  1. Benjamin Blümchen 3
  2. Jim Knopf
  3. Liselotte und der Verschwundene Apfelkucken
  4. Petterson & Findus Hahn im Korb
  5. Leo Lausemaus will nich Essen/Warheit/Laune/Schalfen
  6. Der Grüfello
  7. Benjamin Blümchen 1
  8. Benjamin Blümchen 2