~adaszko

Recent activity

git-server out of memory error 2 years ago

From Adam Szkoda to ~radicle-link/discuss

Hi!

We had an incident few days ago with one of our public instances of the
git-server [1].  Namely, the cloud instance ran out of memory.
Fortunately, we're aware of the circumstances that triggered it: A
community member attempted to mirror *all* of the public GitHub
repositories under the Ethereum Foundation's GitHub organisation [2] to
the mentioned git-server instance.  The way they did that was via a
Node.js script [3].

That Node.js script is quite simple: it boils down to running these few
commands repeatedly for each repository REPO under [2]:

    (1) git clone https://github.com/ethereum/REPO

Re: [PATCH] Muffle chatty logs a bit 3 years ago

From Adam Szkoda to ~radicle-link/dev

> Are you submitting by email because you think it's fun, you like it when it
> hurts a little, or because someone told you that it's now a requirement?
>
> Patch lgtm :)

The latter actually (thanks Alexis) ;).  I was a little surprised
though that SourceHut doesn't seem to support elliptic curve PGP keys.

Thanks for the review, BTW.

[PATCH] Muffle chatty logs a bit 3 years ago

From Adam Szkoda to ~radicle-link/dev

Signed-off-by: Adam Szkoda <adaszko@gmail.com>
---
 librad/src/net/protocol/membership/periodic.rs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/librad/src/net/protocol/membership/periodic.rs b/librad/src/net/protocol/membership/periodic.rs
index 5f7eff83..6c8e28eb 100644
--- a/librad/src/net/protocol/membership/periodic.rs
+++ b/librad/src/net/protocol/membership/periodic.rs
@@ -40,7 +40,7 @@ where
        move |_| {
            let p = hpv.shuffle().map(Periodic::Shuffle);
            if p.is_none() {
                tracing::warn!("nothing to shuffle");
[message trimmed]

[PATCH v3] Demonstrate that I can use git send-email 3 years ago

From Adam Szkoda to ~sircmpwn/email-test-drive

---
 adam-szkoda | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 adam-szkoda

diff --git a/adam-szkoda b/adam-szkoda
new file mode 100644
index 0000000..66cb3d4
--- /dev/null
+++ b/adam-szkoda
@@ -0,0 +1 @@
I have successfully used git send-email!
-- 
2.32.0
[message trimmed]

[PATCH v2] Demonstrate that I can use git send-email 3 years ago

From Adam Szkoda to ~sircmpwn/email-test-drive

---
 adam-szkoda | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 adam-szkoda

diff --git a/adam-szkoda b/adam-szkoda
new file mode 100644
index 0000000..6d0ecfd
--- /dev/null
+++ b/adam-szkoda
@@ -0,0 +1 @@
I'm about to try git send-email
-- 
2.32.0
[message trimmed]

[PATCH] Demonstrate that I can use git send-email 3 years ago

From Adam Szkoda to ~sircmpwn/email-test-drive

---
 adam-szkoda | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 adam-szkoda

diff --git a/adam-szkoda b/adam-szkoda
new file mode 100644
index 0000000..6d0ecfd
--- /dev/null
+++ b/adam-szkoda
@@ -0,0 +1 @@
I'm about to try git send-email
-- 
2.32.0
[message trimmed]