https://www.youtube.com/watch?v=MhJoJRqJ0Wc
π This profile hasn't been claimed yet. If this is your Nostr profile, you can claim it.
Edit
https://www.youtube.com/watch?v=MhJoJRqJ0Wc
Learned that this was just a one time sync... Setting up a permanent two-way mirror takes a bit more effort, but can be done with: https://codeberg.org/wl/GithubCodebergMirror
Github Copilot subscription quota tracker https://gist.github.com/m0wer/06181c2f445285f9f03ae74312b8c64e ``` ββ Copilot Premium Requests βββββββββββββββββββββββββ Entitlement : 1500 / month (48.4 / day) Used : 373 (24.9%) Remaining : 1127 ββ Usage vs Month βββββββββββββββββββββββββββββββββββ Usage [ββββββββββββββββββββββββββββββββββ] 24.9% Month [ββββββββββββββββββββββββββββββββββ] 32.3% (day 10/31) ββ Pace Check βββββββββββββββββββββββββββββββββββββββ Burn rate : 37.3 req/day (budget 48.4/day) Expected used: 483 Actual used : 373 Status : β UNDER pace by 110 req (7.3%) Β· 2.3 days ahead ββ Forecast βββββββββββββββββββββββββββββββββββββββββ Projected EOM: 1156 req (77.1% of entitlement) Quota runs out: after reset (~+111 req surplus) ``` https://stacker.news/items/1452613
https://github.com/joinmarket-ng/joinmarket-ng/
https://www.youtube.com/watch?v=shexTQxlFGc
https://en.wikipedia.org/wiki/Merkle%E2%80%93Hellman_knapsack_cryptosystem
Getting the integration of JoinMarket NG + Jam v2 ready! Here are some automated playwright frontend tests in a realistic regtest environment with other makers. directories, ... An image for alpha testing is built automatically and available for testing: https://github.com/joinmarket-ng/joinmarket-ng/pkgs/container/joinmarket-ng%2Fjam-ng #JoinMarketNG
A Declaration of the Independence of Cyberspace https://www.eff.org/cyberspace-independence https://stacker.news/items/1449378
A few days ago, a JoinMarket NG collaborator's GitHub account was deleted without previous warning. The account was a member of the joinmarket-ng organization and had just opened a Pull Request. Now GitHub is asking the collaborator some info but has not restored the account yet. Really annoying, because all the issues and PRs of the collaborator have suddenly disappeared! As always, a good chance to learn and strengthen our weak spots. Here is the complete mirror (code, issues, labels, milestones, PRs, ...) to CodeBerg: https://codeberg.org/m0wer/joinmarket-ng It works automatically using a GitHub personal token with read only access to what's already public. Here is the guide on how to do the mirroring: https://codeberg.org/Recommendations/Mirror_to_Codeberg#4-github-codeberg-mirroring-tutorial It did fail at first but ended up working after 3 or so retries. #JoinMarketNG
The problem with insufficient entropy at boot time: > In 2012, researchers scanned the whole internet and harvested public keys from TLS certificates and SSH hosts. They found that a handful of systems had identical public keys, and in some cases very similar keys (namely, RSA keys with shared prime factors): in short, two numbers, n = pq and nβ² = pβ²qβ², with p = pβ², whereas normally all ps and qs should be different in distinct modulus values. After further investigation, it turned out that many devices generated their public key early, at first boot, before having collected enough entropy, despite using an otherwise decent PRNG (typically /dev/urandom). PRNGs in different systems ended up producing identical random bits due to a same base entropy source (for example, a hardcoded seed). From the book Serious Cryptography. F
> The 2G standard also defined A5/2, a cipher for areas other than the EU and US. A5/2 was purposefully weaker to prevent the use of strong encryption everywhere. From the book: Serious Cryptography. So basically they made 2G A5/1 cypher i accidentally, but from the beginning designed a weaker A5/2 for the rest of the world on purpose...
JoinMarket NG