Giter Site home page Giter Site logo

grencez / grencez.dev Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 185 KB

What I did, documented for next time.

Home Page: https://grencez.dev

License: Creative Commons Zero v1.0 Universal

HTML 2.38% JavaScript 28.45% C 16.64% Shell 6.08% Common Lisp 41.28% Promela 1.08% Starlark 3.00% C++ 1.09%

grencez.dev's People

Contributors

grencez avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

grencez.dev's Issues

Write about javascript Promises

These are so difficult for me. idk why

  • How are promises evaluated? Just by virtue of creating them?
  • How to create promises?
  • setTimeout
  • throw / catch

2023 Goals

  • List deterministic constant-space self-stabilizing protocols.
  • Write about real world needs randomization to break symmetry.
  • Space required for leader election.
  • Color waves.
  • Tree building.

Add p2p version of site

could be an updatable torrent:

  • wget site, make torrent, seed it
  • put magnet link in a file or dns txt record
  • have polling script (or flexget?) detect the new magnet link, move files, and try using them in new seed

ipfs is probably fine too, but i haven't used it

Write about searching for widely digitally delicate primes in base 2

"widely binarily delicate prime"?

I think we can cover the high bits by only considering numbers that have particular values modulo 3, 5, 7, 13, 17, and 241 and have particular floor(log base 2) values modulo 24 (since 24=lcm(2, 4, 3, 12, 8, 24)). Hopefully that actually works out. Then hopefully some candidate numbers are small enough to actually perform "digitally delicate prime in binary" tests.

Perhaps contextualize as a DFA problem: Given natural numbers m, a<m, b<m, and c<m construct a DFA that accepts all 2**n such that, for all x where (lg x) mod (m-1) = c and x mod m = a, the following property holds: (2**(n+1+floor(lg x)) + x) mod m = b. (Does m have to be prime?)

Deprecate my "exc" repo

  • Add readme with links to new things at grencez.dev. Updating this is also part of future steps.
  • 82000 code
  • 82000 mpi code??
  • bddtest code (maybe)
  • count-search code
  • fliptil code
  • leadercard code
  • pazucarlo code
  • polystep code with article
  • soniagen code (don't migrate, just mark broken)
  • urandom code
  • polystep article with code
  • graph isomorphism article
  • valuations article
  • Archive it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.