new account due to issues

  • 3 Posts
  • 70 Comments
Joined 16 days ago
cake
Cake day: August 1st, 2026

help-circle




  • CANDU 9

    very interesting. for those who want to know how it works:

    Most commercial reactor designs use normal water as the moderator. Water absorbs some of the neutrons, enough that it is not possible to keep the reaction going in natural uranium. CANDU replaces this “light” water with heavy water. Heavy water’s extra neutron decreases its ability to absorb excess neutrons, resulting in a better neutron economy. This allows CANDU to run on unenriched natural uranium, or uranium mixed with a wide variety of other materials such as plutonium and thorium. This was a major goal of the CANDU design; by operating on natural uranium the cost of enrichment is removed. This also presents an advantage in nuclear proliferation terms, as there is no need for enrichment facilities, which might also be used for weapons.

    From Wikipedia. So the key is to improve the neutron economy sothat there’s more neutrons available; then, these extra neutrons can go on to split extra material, which is thereby consumed.






  • plus: most people learn graphically (visually) much easier than text-based. at least for me, it’s much easier to build an intuition of something if i get a graphical display of the contents in a directory. that’s why i always ls -alh every new directory that i enter, before i do anything else. for many people, it’s better to use GUI file explorer because you also get image previews etc. but the same concept also applies to other issues:

    like, if you want to configure various hardware on your machine, you open the settings app and get many icons that you can click on. meanwhile, on the terminal, there’s no clear list of things that you can even configure.


  • i used AI last week to modify the characters that get produced when i type special key combinations on my keyboard. after looking with classical search engines (duckduckgo, google) for about 20 minutes and getting confused with not much of a clear answer, i asked chatgpt and got the task done in 15 minutes and learned a whole lot while doing it, because it also explained exactly why the files are the way they are.


  • the issue with the terminal is that you can easily fuck up really badly if you don’t know what you’re doing.

    the following look the same to a new user:

    rcifconfig -r 0 -f puny -l all

    rctrl -r all -i root -f

    (both are imaginary made-up comments sothat you cannot just say "oh well obviously one does this and the other one does that)

    then one goes on to nuke your home directory while the other one restarts the wifi adapter.

    (and this can actually happen in practice. consider all the “always remove the french language pack” jokes that has been going around for years.)


    for graphical user interfaces, you typically have icons to help you give a sense of what it’s doing, typically warning signs before you do anything dangerous, etc.