Skip to content

Comment on 'Killer robots' ban must be part of Geneva talks, says campaign groupparent

Comments

I suppose an autonomous robot with good AI that requires an operator to log in over SSH and punch Y before every shot would qualify as non-autonomous.

Of course, monitoring each shot is very tedious, hence:

  UNITS="wastelayer merciless thunderdeath"
  UNIT_SIZE=4096
  for UNIT in $UNITS; do
    for I in `seq $UNIT_SIZE`; do
      yes | ssh operator@$UNIT$I epclient
    done
  done
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.