HN user

__tmk__

54 karma
Posts2
Comments14
View on HN

I would think there wouldn't be much of a difference because the smallest unit you can really work with on modern computers is the byte. And whether you use 8 bits to encode a byte (with 256 possible values) or 5 trits (with 243 possible values), shouldn't really matter?

That's not very actionable advice. I've found this article [0] from Terence Tao very insightful:

  [A]ctual solutions to a major problem tend to be arrived at by a process more like the following (often involving several mathematicians over a period of years or decades, with many of the intermediate steps described here being significant publishable papers in their own right):

  1. Isolate a toy model case x of major problem X.
  2. Solve model case x using method A.
  3. Try using method A to solve the full problem X.
  4. This does not succeed, but method A can be extended to handle a few more model cases of X, such as x’ and x”.
  5. Eventually, it is realised that method A relies crucially on a property P being true; this property is known for x, x’, and x”, thus explaining the current progress so far.
  6. Conjecture that P is true for all instances of problem X.
  7. Discover a family of counterexamples y, y’, y”, … to this conjecture. This shows that either method A has to be adapted to avoid reliance on P, or that a new method is needed.
  8. Take the simplest counterexample y in this family, and try to prove X for this special case. Meanwhile, try to see whether method A can work in the absence of P.
  
  (... 15 more steps)
[0]: https://terrytao.wordpress.com/career-advice/be-sceptical-of...

I doubt the USG is competent enough to have a masterplan like that. This just seems to me like the actions of a person (Gary Gensler) who personally dislikes cryptocurrencies and who is trying to establish himself as a political player through his "bold actions".

Why is the article using PNG images for the code samples? I guess because the author thinks it looks prettier this way, but I don't really see it.

Yes, miners can turn off the bomb, but that requires that they coordinate and determine a schedule for the hardfork that turns off the bomb (you need a hardfork to turn it off).

This scenario is definitely possible, but it requires a little more work than "one guy keeps running an old eth1 node".