bendoerr/airflow-mesos-executor 5
A Mesos framework & Airflow executor
The Solarized theme ported to Console2
The Source.
bendoerr/akka-typesafe-tutorial 1
Would really love to find a reason to start using Akka. Even in a Java environment.
bendoerr/Conway-s-Groovy-Game-of-Life 1
A quick little go at Conway's Game of Life in Groovy
bendoerr/crazy-crimson-chickens 1
Work in progress. Inspired by https://github.com/pluginaweek/state_machine
Naive attempt at a super useful git prompt. Written in python since bash was too slow. Although still slow, the remote check is the worst. Ended up not using it anymore.
bendoerr/gnome-terminal-colors-solarized 1
Solarized Gnome Terminal colors, based on http://ethanschoonover.com/solarized
Install and configure fail2ban using ansible.
startedjanselv/smooth-gradient
started time in a month
startedgonzalezreal/MarkdownUI
started time in a month
fork dvwhite/GitHubGraduation-2021
Join the GitHub Graduation Yearbook and "walk the stage" on June 5.
fork in a month
issue closednoiseprotocol/noise_spec
Question: Is XX pattern vulnerable to MITM?
I don't know much about cryptography, however to my understanding, the XX pattern is vulnerable to MITM.
Alice Eve Bob
e e'
-------> ------->
e, ee, s, es e', ee', s', es'
<------- <-------
s, se s', se'
-------> ------->
messageA (reencrypted) messageA
<------- <-------
messageB messageB (reencrypted)
-------> ------->
Is this correct? Should I use XXpsk3 in order to avoid this?
closed time in a month
obliqueissue commentnoiseprotocol/noise_spec
Question: Is XX pattern vulnerable to MITM?
I understand, thanks!
comment created time in a month
issue commentnoiseprotocol/noise_spec
Question: Is XX pattern vulnerable to MITM?
when using patterns like XX you want to also communicate a signature of the key by some authority that you trust (a public-key infrastructure type of deal) or make sure that the exchange was not intercepted by verifying a hash of the transcript (h) at the end of the key exchange. Perhaps the spec could use some words on that, I'm also not sure if there's an API to get the hash of the transcript at the end so it's probably implementation-dependent.
comment created time in a month
issue openednoiseprotocol/noise_spec
Question: Is XX pattern vulnerable to MITM?
I don't know much about cryptography, however to my understanding, the XX pattern is vulnerable to MITM.
Alice Eve Bob
e e'
-------> ------->
e, ee, s, es e', ee', s', es'
<------- <-------
s, se s', se'
-------> ------->
messageA (reencrypted) messageA
<------- <-------
messageB messageB (reencrypted)
-------> ------->
Is this correct? Should I use XXpsk3 in order to avoid this?
created time in a month
fork robfletcher/micro
A modern and intuitive terminal-based text editor
https://micro-editor.github.io
fork in a month
Pull request review commentmetamx/druid-spark-batch
Retry "file status" request with exponential backoff if it failed
object SparkDruidIndexer { s => { val p = new Path(s) val fs = p.getFileSystem(sc.hadoopConfiguration)- fs.getFileStatus(p).getLen+ // You can send 3,500 PUT/COPY/POST/DELETE or 5,500 GET/HEAD requests per second per prefix in an S3 bucket+ // This block catches "503 Slow Down" error, retries a request and sleeps for up to 6 (=2+4) seconds in total+ retryWithExponentialBackoff(3) {
I think we recover much faster if we reuse the sum on the next retry (keep the index in the list) and avoid starting from 0.
comment created time in 2 months
startedphronmophobic/membrane
started time in 2 months
startedertugrulcetin/seesaw
started time in 2 months