mirror of
https://github.com/tomru/org.git
synced 2026-03-02 22:17:22 +01:00
2.2 KiB
2.2 KiB
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
-
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"}, ) mitmproxy --mode reverse:https://bwjsonapi.stage.brandwatch.net -p 9999 -s <scriptName>./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
- Benjamin Blümchen 3
- Jim Knopf
- Liselotte und der Verschwundene Apfelkucken
- Petterson & Findus Hahn im Korb
- Leo Lausemaus will nich Essen/Warheit/Laune/Schalfen
- Der Grüfello
- Benjamin Blümchen 1
- Benjamin Blümchen 2