I mean no harm.

  • 2 Posts
  • 88 Comments
Joined 2 years ago
cake
Cake day: July 4th, 2023

help-circle

  • MSRs have negative temperature reactivity coefficient and outlet temps around 700C at atm pressure. PWR is at measly 300C and 150 Bar.

    If all control is lost, the salt expands as it heats up pushing the expanded volume out from the reactor core. The fission stops once the fuel is leaves the core region where the moderator is. Reverse is also true: you pull heat off from the loop, so the fuel-salt becomes denser, increasing reactivity. MSRs can naturally “follow” the load, if done right.
















  • Python is just a pile of dicts/hashtables under the hood. Even the basic int type is actually a dict of method names:

    x = 1
    print(dir(x))
    ['__abs__', '__add__', '__and__', '__bool__', '__ceil__', '__class__', '__delattr__', '__dir__', ... ]
    

    PS: I will never get away from the fact that user-space memory addresses are also basically keys into the page table, so it is hashtables all the way down - you cannot escape them.



  • I have begun to see that YT is being hostile to adblocker users - and this worries me. I assume YT is already probing the clients to see which are circumveting the ads.

    I had an (let’s say unconventional) idea at one point: an add-on which only purpose is to show the YT ads in the background which uBO blocked. All of the blocked ads would be played (eventually) - except that the user can just ignore this happening in background and wouldn’t be actually seeing the ads. I.e. the browser would just move playing the ads into a background container not visible to the user.