Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)EB
Posts
0
Comments
223
Joined
2 yr. ago

  • I would still say that getting people to the point where they can write safe C code every time is harder than learning Rust, as it’s equivalent to being able to write rust code that compiles without any safety issues (compiler errors) every single time, which is very difficult to do.

  • Seems like a reasonable headline in this case given the content of the article.

    But the potential for researchers to bias the outcomes of these trials has become a common critique of the psychedelic research field. It is unusual for a drug under F.D.A. consideration to also be used personally and recreationally by the researchers studying it, or even for clinical trial researchers and clinicians to be encouraged to test the drug themselves. But that’s exactly what Lykos has done with MDMA.

  • Sure, but if everyone does it then it wouldn’t work (no one would be drawing excess when the solar is at peak), so that makes it not very sustainable. I’m not saying it’s a bad thing, just that it can’t continue to work if adoption becomes near-universal (it doesn’t seem to be for now). I guess these non-bypassable charges will fix that, but that sounds a lot like what they are talking about (only getting paid some large percentage of the price for energy sent to the grid).

  • It doesn’t really seem like net metering is sustainable. Say for example someone generates the same amount of electricity they use, in that case they pay $0 for electricity even though the grid has to take the burden of storing the electricity until they use it later in the day.

    1. This seems to mainly be a concern in places where a lot of rice is consumed and there is no legal limit for arsenic in rice (many parts of Asia), not necessarily in the US where there is an FDA limit and most people don’t eat rice every day.
    2. It saves time, water, and energy compared to other ways of reducing arsenic, like using the excess water method with large excesses of water. Parboiling in with 4 times the water by weight and then cooking in 2 times the water by weight uses less water than cooking once in 10-12 times the water by weight (half the water). Heating half as much water to boiling reduces energy use and time (assuming constant heating power in W from the stove). Of course it’s still slower than cooking rice using the absorption method common in many places (this is not necessarily how people in some countries cook rice).
  • A scripting language written in Rust would certainly fulfill you requirement of only needing to copy one file since they are always statically linked and you can even statically compile against musl so it will work on any Linux system without needing a correct libc. Maybe check out rhai.

  • But, take note of how many DC voltages you use in your house. Devices in mine range from 3v to 25v and some weird one like 19v for a laptop. You'd still have adapters all over the place.

    This is probably true, but every single one could lose the rectifier part, and instead of having to convert from pulsating DC (the output of mains rectification), you get clean DC from the wall instead, which should allow for using smaller capacitors in many places.

  • A lot of power blocks rectify the AC and then shift the DC voltage anyway, because transformers are bulky and heavy. This is why power bricks are so much smaller now than they used to be. See the modes section of the Wikipedia page about AC adapters for a longer explanation.